Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel-cxf="http://camel.apache.org/schema/blueprint/cxf"
  3. xmlns:jaxrs="http://cxf.apache.org/jaxrs" xmlns:cxf="http://cxf.apache.org/blueprint/core"
  4. xsi:schemaLocation="
  5. http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd
  6. http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd
  7. http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd
  8. http://camel.apache.org/schema/blueprint/cxf http://camel.apache.org/schema/blueprint/cxf/camel-cxf.xsd">
  9.  
  10. <camelContext id="ctx1"
  11. xmlns="http://camel.apache.org/schema/blueprint"
  12. xsi:schemaLocation="http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd">
  13. <propertyPlaceholder location="properties/config.properties"/>
  14. <routeBuilder ref="..." />
  15. </camelContext>
  16.  
  17. <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
  18. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel-cxf="http://camel.apache.org/schema/blueprint/cxf"
  19. xmlns:jaxrs="http://cxf.apache.org/jaxrs" xmlns:cxf="http://cxf.apache.org/blueprint/core"
  20. xsi:schemaLocation="
  21. http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd
  22. http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd
  23. http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd
  24. http://camel.apache.org/schema/blueprint/cxf http://camel.apache.org/schema/blueprint/cxf/camel-cxf.xsd">
  25.  
  26. <camelContext id="ctx1"
  27. xmlns="http://camel.apache.org/schema/blueprint"
  28. xsi:schemaLocation="http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd">
  29. <propertyPlaceholder location="${karaf.home}/etc/config.properties"/>
  30. <routeBuilder ref="..." />
  31. </camelContext>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement