<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376438#M146146</link>
    <description>You seem to use the camel-example-cxf-blueprint example from trunk and therefore you have as dependency camel-*-2.9.0- SNAPSHOT. Currently our 5.0 Talend Runtime includes camel 2.8.2 and will for the release. Camel 2.9.0 is simply not yet released. I would therefore suggest to take the camel-example-cxf-blueprint sample from the released 2.8.2 package and run this one. It works out of the box. 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;Zsolt</description>
    <pubDate>Tue, 08 Nov 2011 09:58:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-08T09:58:30Z</dc:date>
    <item>
      <title>camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376437#M146145</link>
      <description>&lt;P&gt;Can anyone provide a zip of a working version of:&lt;BR /&gt;camel-example-cxf-blueprint&lt;BR /&gt;for talend-esb-se-5.0.0-RC2?&lt;BR /&gt;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.&lt;BR /&gt;When I install it using Maven and then try to install it using Karaf, I get this error:&lt;BR /&gt;osgi:install -s mvn&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.apache.camel/camel-example-cxf-blueprint&lt;BR /&gt;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)"&lt;BR /&gt;I know 5.0 is going to eventually use camel 2.9.0 but for now it seems it is using 2.8.2.&lt;BR /&gt;When I package this and drop it in the deploy directory, I get this error:&lt;BR /&gt;WARN Could not find endpoint/port for {&lt;A href="http://reportincident.example.camel.apache.org}ReportIncidentEndpointPort" target="_blank" rel="nofollow noopener noreferrer"&gt;http://reportincident.example.camel.apache.org}ReportIncidentEndpointPort&lt;/A&gt; in wsdl. Using {&lt;A href="http://reportincident.example.camel.apache.org}ReportIncidentService" target="_blank" rel="nofollow noopener noreferrer"&gt;http://reportincident.example.camel.apache.org}ReportIncidentService&lt;/A&gt;.&lt;BR /&gt;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.&lt;BR /&gt; Karaf version 2.2.4&lt;BR /&gt; Karaf home /Users/rpoindex/apps/talend-esb-se-5.0.0-RC2/container&lt;BR /&gt; Karaf base /Users/rpoindex/apps/talend-esb-se-5.0.0-RC2/container&lt;BR /&gt; OSGi Framework org.eclipse.osgi - 3.6.2.R36x_v20110210&lt;BR /&gt;miles&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376437#M146145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376438#M146146</link>
      <description>You seem to use the camel-example-cxf-blueprint example from trunk and therefore you have as dependency camel-*-2.9.0- SNAPSHOT. Currently our 5.0 Talend Runtime includes camel 2.8.2 and will for the release. Camel 2.9.0 is simply not yet released. I would therefore suggest to take the camel-example-cxf-blueprint sample from the released 2.8.2 package and run this one. It works out of the box. 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;Zsolt</description>
      <pubDate>Tue, 08 Nov 2011 09:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376438#M146146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-08T09:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376439#M146147</link>
      <description>Thank you zsolt, 
&lt;BR /&gt;so I grabbed the apache-camel-2.8.2 release and tried installing two examples: 
&lt;BR /&gt;camel-example-cxf-osgi and camel-example-cxf-blueprint 
&lt;BR /&gt;The services say they are active, but there is nothing listing to port 8181 it seems when I try to get the wsdl. 
&lt;BR /&gt;I also downloaded apache-servicemix-4.3.0 and installed the cxf-osgi example following their README and was able to see the wsdl running in ServiceMix. 
&lt;BR /&gt;The same bundle does not run in Talend ESB 5.0 due to missing dependencies that are probably missing for a good reason . . . 
&lt;BR /&gt; Apache ServiceMix :: Features :: Examples :: CXF OSGi (4.3.0) 
&lt;BR /&gt;karaf@trun&amp;gt; osgi:start 204 
&lt;BR /&gt;org.osgi.framework.BundleException: The bundle "cxf-osgi_4.3.0 " could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.cxf.transport.http_osgi; version="0.0.0" 
&lt;BR /&gt;Any my question is, is there a way to manually remove the files that Maven creates in .m2/repository ? when I run mvn install? 
&lt;BR /&gt;I looked under org/apache/camel and cannot find where the camel-example-cxf-osgi bundle is installed? 
&lt;BR /&gt;miles</description>
      <pubDate>Thu, 10 Nov 2011 14:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376439#M146147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376440#M146148</link>
      <description>OK, I'm going to try to get the camel-example-cxf-blueprint running on Talend-esb-se-5.0RC2
&lt;BR /&gt;In the README.txt for this example, it says to:
&lt;BR /&gt; For Karaf 2.2 : edit the file jre.properties to add the following packages to be exported
&lt;BR /&gt; jre-1.6=, \
&lt;BR /&gt; com.sun.org.apache.xerces.internal.dom, \
&lt;BR /&gt; com.sun.org.apache.xerces.internal.jaxp, \
&lt;BR /&gt;I tried to add these pkgs to ext/jre.properties, but when I did that Karaf would not start up. (I waited about two minutes of it to start up)
&lt;BR /&gt;After commenting out the pkg. additions, Karaf would still not start.
&lt;BR /&gt;So I unzipped a fresh new RC2 and now I can start up again.
&lt;BR /&gt;I guess its NOT a good idea to use pkgs marked "internal" by Sun/Oracle but not sure if this is the reason the who example does not work for me?
&lt;BR /&gt;miles</description>
      <pubDate>Thu, 10 Nov 2011 15:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376440#M146148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T15:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376441#M146149</link>
      <description>Trying to get the camel-example-cxf-blueprint example working: 
&lt;BR /&gt;mvn install completes successfully. 
&lt;BR /&gt;But where did it install the files? 
&lt;BR /&gt;Cannot find them in .m2/repository 
&lt;BR /&gt;Tried this but it breaks Karaf (Will not start up) 
&lt;BR /&gt; For Karaf 2.2 : edit the file jre.properties to add the following packages to be exported 
&lt;BR /&gt; jre-1.6=, \ 
&lt;BR /&gt; com.sun.org.apache.xerces.internal.dom, \ 
&lt;BR /&gt; com.sun.org.apache.xerces.internal.jaxp, \ 
&lt;BR /&gt; 
&lt;BR /&gt;Add feature: 
&lt;BR /&gt; 2) Add features required 
&lt;BR /&gt; features:addUrl mvn 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.apache.camel.karaf/apache-camel/2.8.2/xml/features 
&lt;BR /&gt; features:install war 
&lt;BR /&gt; features:install cxf 
&lt;BR /&gt; features:install camel-jaxb 
&lt;BR /&gt; features:install camel-blueprint 
&lt;BR /&gt; features:install camel-cxf 
&lt;BR /&gt;DONE. Many of these features are already installed in 5.0 
&lt;BR /&gt; 
&lt;BR /&gt;osgi:install -s mvn 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.apache.camel/camel-example-cxf-blueprint/2.8.2 
&lt;BR /&gt;This completes and it says the bundle is "Active" and the blueprint is "Created" 
&lt;BR /&gt;In the logs there is this warning: 
&lt;BR /&gt;Creating Service {http://reportincident.example.camel.apache.org}ReportIncidentEndpointService from WSDL: META-INF/wsdl/report_incident.wsdl 
&lt;BR /&gt;2011-11-10 10:27:54,387 | WARN | rint Extender: 1 | AbstractWSDLBasedEndpointFactory | AbstractWSDLBasedEndpointFactory 141 | - - | Could not find endpoint/port for {http://reportincident.example.camel.apache.org}ReportIncidentEndpointPort in wsdl. Using {http://reportincident.example.camel.apache.org}ReportIncidentService. 
&lt;BR /&gt; 
&lt;BR /&gt;Try the URL: 
&lt;BR /&gt;looking at: org.ops4j.pax.web.cfg 
&lt;BR /&gt;It seems the default HTTP port for 5.0 is 8040 (for non-conflict with older ESBs?) not 8181. 
&lt;BR /&gt;# Default port for the OSGI HTTP Service 
&lt;BR /&gt;# 
&lt;BR /&gt;org.osgi.service.http.port=8040 
&lt;BR /&gt;URL: 
&lt;BR /&gt; http://localhost:8040/cxf/camel-example-cxf-blueprint/webservices/incident?wsdl 
&lt;BR /&gt;Message from Jetty: 
&lt;BR /&gt;HTTP ERROR: 404 
&lt;BR /&gt;Problem accessing /cxf/camel-example-cxf-blueprint/webservices/incident. Reason: Not Found 
&lt;BR /&gt;I think this problem is related to the warning msg about the port not found? Does a "Warning" level msg signify that the whole service is not functioning? Shouldn't that be an "Error" level msg? 
&lt;BR /&gt;Any ideas what is wrong?</description>
      <pubDate>Thu, 10 Nov 2011 15:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376441#M146149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T15:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376442#M146150</link>
      <description>Can you try:
&lt;BR /&gt;http://localhost:8040/services/camel-example-cxf-blueprint/webservices/incident?wsdl
&lt;BR /&gt;
&lt;BR /&gt;I think the org.apache.cxf.osgi.cfg file in the ESB sets the context to /services.
&lt;BR /&gt;
&lt;BR /&gt;The warning is ignorable, but the sample should be fixed. It basically means that the @WebService annotation on the impl doesn't specify the portName attribute (or, if it does, it 's wrong) and thus it's trying to find a port in the WSDL but not finding it so it uses the only port there. The sample should have the annotation updated or add the endpointName/serviceName attributes to the blueprint xml file to specify them.</description>
      <pubDate>Thu, 10 Nov 2011 15:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376442#M146150</guid>
      <dc:creator>dkulp</dc:creator>
      <dc:date>2011-11-10T15:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376443#M146151</link>
      <description>Thanks Dan, I didn't catch that.
&lt;BR /&gt;That URL is where the service is.
&lt;BR /&gt;It throws this exception though:
&lt;BR /&gt;/services/camel-example-cxf-blueprint/webservices/incident
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:137)
&lt;BR /&gt; at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:126)
&lt;BR /&gt; at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:184)
&lt;BR /&gt; at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:112)
&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
&lt;BR /&gt; at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:163)
&lt;BR /&gt; at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:538)
&lt;BR /&gt; at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:478)
&lt;BR /&gt; at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:70)
&lt;BR /&gt; at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
&lt;BR /&gt; at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:517)
&lt;BR /&gt; at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225)
&lt;BR /&gt; at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:937)
&lt;BR /&gt; at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:116)
&lt;BR /&gt; at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
&lt;BR /&gt; at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
&lt;BR /&gt; at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:871)
&lt;BR /&gt; at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
&lt;BR /&gt; at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:72)
&lt;BR /&gt; at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
&lt;BR /&gt; at org.eclipse.jetty.server.Server.handle(Server.java:346)
&lt;BR /&gt; at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:589)
&lt;BR /&gt; at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1048)
&lt;BR /&gt; at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:601)
&lt;BR /&gt; at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:214)
&lt;BR /&gt; at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
&lt;BR /&gt; at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
&lt;BR /&gt; at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
&lt;BR /&gt; at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:680)</description>
      <pubDate>Thu, 10 Nov 2011 16:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376443#M146151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T16:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376444#M146152</link>
      <description>In this example, the impl class is generated from the wsdl by CXF? I guess this is a WSDL-first example.
&lt;BR /&gt;The service is defined like this in the wsdl:
&lt;BR /&gt; 
&lt;!-- Service definition --&gt;
&lt;BR /&gt; 
&lt;SERVICE name="ReportIncidentEndpointService"&gt;
 &lt;BR /&gt; 
 &lt;PORT name="ReportIncidentService" binding="tns:ReportIncidentBinding"&gt;
  &lt;BR /&gt; 
  &lt;ADDRESS location="http://localhost:9080/part-five/webservices/incident"&gt;&lt;/ADDRESS&gt;
  &lt;BR /&gt; 
 &lt;/PORT&gt;
 &lt;BR /&gt; 
&lt;/SERVICE&gt;
&lt;BR /&gt;I guess I could change the port name to: "ReportIncidentEndpointPort" and re-install. Or should I just add another port with the needed name and same address and binding?
&lt;BR /&gt;The URL for the location attribute of soap:address is OK?
&lt;BR /&gt;miles</description>
      <pubDate>Thu, 10 Nov 2011 16:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376444#M146152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T16:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376445#M146153</link>
      <description>Restarting the ESB seems to have fixed things and I no longer see the exception posted above. The service is now working. 
&lt;BR /&gt;1. modified report_incident.wsdl to change the port name: 
&lt;BR /&gt; 
&lt;SERVICE name="ReportIncidentEndpointService"&gt; 
 &lt;BR /&gt; 
 &lt;!-- wsdl:port name="ReportIncidentService" binding="tns:ReportIncidentBinding" --&gt; 
 &lt;BR /&gt; 
 &lt;PORT name="ReportIncidentEndpointPort" binding="tns:ReportIncidentBinding"&gt; 
  &lt;BR /&gt; 
  &lt;ADDRESS location="http://localhost:9080/part-five/webservices/incident"&gt;&lt;/ADDRESS&gt; 
  &lt;BR /&gt; 
 &lt;/PORT&gt; 
 &lt;BR /&gt; 
&lt;/SERVICE&gt; 
&lt;BR /&gt;And this does silence the WARN msg in the logs. But the service works regardless of this fix. 
&lt;BR /&gt;Anyway, I now can see the wsdl when I go to the URL.</description>
      <pubDate>Thu, 10 Nov 2011 17:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376445#M146153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T17:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376446#M146154</link>
      <description>I have a full CRUD service running now based on the example. 
&lt;BR /&gt;I have been using the WSDL to Java technique to build it. 
&lt;BR /&gt;So this is great but there is one roadblock I've hit. 
&lt;BR /&gt;I'm trying to add a 5th service which returns all of the accounts created. 
&lt;BR /&gt;The problem is this service needs to return an array. 
&lt;BR /&gt;Based on some examples I've seen, I've set up a new element like this: 
&lt;BR /&gt;&amp;lt;COMPLEXTYPE name="accounts"&amp;gt; 
&lt;BR /&gt; &amp;lt;SEQUENCE&amp;gt; 
&lt;BR /&gt; &amp;lt;ELEMENT maxoccurs="unbounded" minoccurs="0" name="return" type="tns:account"&amp;gt;&amp;lt;/ELEMENT&amp;gt; 
&lt;BR /&gt; &amp;lt;/SEQUENCE&amp;gt; 
&lt;BR /&gt;&amp;lt;/COMPLEXTYPE&amp;gt; 
&lt;BR /&gt;&amp;lt;ELEMENT name="inputRetrieveSfAccounts"&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPLEXTYPE&amp;gt; 
&lt;BR /&gt; &amp;lt;ALL&amp;gt; 
&lt;BR /&gt; &amp;lt;ELEMENT name="amount" type="xs:int"&amp;gt;&amp;lt;/ELEMENT&amp;gt; 
&lt;BR /&gt; &amp;lt;/ALL&amp;gt; 
&lt;BR /&gt; &amp;lt;/COMPLEXTYPE&amp;gt; 
&lt;BR /&gt; &amp;lt;/ELEMENT&amp;gt; 
&lt;BR /&gt;&amp;lt;ELEMENT name="outputRetrieveSfAccounts" type="tns:accounts"&amp;gt;&amp;lt;/ELEMENT&amp;gt; 
&lt;BR /&gt;But when I try to test the service, I get this error: 
&lt;BR /&gt; Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1.1:java (default-cli) on project sf-account-soap: An exception occured while executing the Java class. null: InvocationTargetException: Marshalling Error: Instance of "com.cn.dsa.sfaccount.InputRetrieveSfAccounts" is substituting "java.lang.Object", but "com.cn.dsa.sfaccount.InputRetrieveSfAccounts" is bound to an anonymous type. -&amp;gt; 
&lt;BR /&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1.1:java (default-cli) on project sf-account-soap: An exception occured while executing the Java class. null 
&lt;BR /&gt;If anyone has a fix for this let me know. I'll keep messing with it but I don't understand the error msg. 
&lt;BR /&gt;miles</description>
      <pubDate>Sat, 12 Nov 2011 03:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376446#M146154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-12T03:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: camel-example-cxf-blueprint example service in ESB 5.0 RC2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376447#M146155</link>
      <description>I had a similar issue with another example of camel (camel-example-cxf-osgi)&lt;BR /&gt;The URL for the WSDL as suggested in the readme.txt under the examples folder is&lt;BR /&gt;http://localhost:8181/cxf/camel-example-cxf-osgi/webservices/incident?wsdl&lt;BR /&gt;The default port for http service is 8080 and not 8181 (org.osgi.service.http.port=8080). This is defined in the file /etc/org.ops4j.pax.web.cfg&lt;BR /&gt;The default servlet context is /services and not /cxf (org.apache.cxf.servlet.context=/services). This is defined in the file /etc/org.apache.cxf.osgi.cfg&lt;BR /&gt;Hence, the correct URL to get the WSDL is &lt;BR /&gt;http://localhost:8080/services/camel-example-cxf-osgi/webservices/incident?wsdl&lt;BR /&gt;BTW, this is on Talend Integration Factory 2.8.2</description>
      <pubDate>Thu, 15 Dec 2011 10:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/camel-example-cxf-blueprint-example-service-in-ESB-5-0-RC2/m-p/2376447#M146155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-15T10:25:51Z</dc:date>
    </item>
  </channel>
</rss>

