Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can anyone provide a zip of a working version of:
camel-example-cxf-blueprint
for talend-esb-se-5.0.0-RC2?
I'm really bad at getting a simple SOAP service to run inside the ESB as an OSGi bundle and this seems like the perfect example.
When I install it using Maven and then try to install it using Karaf, I get this error:
osgi:install -s mvnrg.apache.camel/camel-example-cxf-blueprint
org.osgi.framework.BundleException: The bundle "camel-example-cxf-blueprint_2.9.0.SNAPSHOT " could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.camel; version="[2.9.0,3.0.0)"
I know 5.0 is going to eventually use camel 2.9.0 but for now it seems it is using 2.8.2.
When I package this and drop it in the deploy directory, I get this error:
WARN Could not find endpoint/port for {http://reportincident.example.camel.apache.org}ReportIncidentEndpointPort in wsdl. Using {http://reportincident.example.camel.apache.org}ReportIncidentService.
There does not seem to be a similar example in Talend ESB 4.2.1, which is currently our production ESB, so I tried out 5.0.
Karaf version 2.2.4
Karaf home /Users/rpoindex/apps/talend-esb-se-5.0.0-RC2/container
Karaf base /Users/rpoindex/apps/talend-esb-se-5.0.0-RC2/container
OSGi Framework org.eclipse.osgi - 3.6.2.R36x_v20110210
miles