Re: Making Camel based middle layer available even when services are not

2012-12-10 Thread Willem jiang
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) > at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) > ... 46 more &g

Re: Making Camel based middle layer available even when services are not

2012-12-07 Thread Christian Müller
;. > > or > > Option 2: > wsdlURL="export/wsdl-data-exchanges/wsdl/FileExchangeService.wsdl". > > Thanks, > Karthik > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Making-Camel-based-middle-layer-available-even-when-services-are-not-tp5720905p5723721.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Making Camel based middle layer available even when services are not

2012-12-07 Thread Aki Yoshida
gt; Is that enfough? or do I have to install the pax-url-classpath bundle? > > Thansk > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Making-Camel-based-middle-layer-available-even-when-services-are-not-tp5720905p5723710.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Making Camel based middle layer available even when services are not

2012-12-06 Thread ucrkarthik
? Thansk -- View this message in context: http://camel.465427.n5.nabble.com/Making-Camel-based-middle-layer-available-even-when-services-are-not-tp5720905p5723710.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Making Camel based middle layer available even when services are not

2012-12-05 Thread Aki Yoshida
viceFactory.(WSDLServiceFactory.java:92) > ... 33 more > > Thanks, > Karthik > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Making-Camel-based-middle-layer-available-even-when-services-are-not-tp5720905p5723555.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Making Camel based middle layer available even when services are not

2012-12-05 Thread Christian Müller
If I understand right, than bundle A will contain the WSDL file and the generated classes. Bundle B contains your Camel route where you refer to the WSDL file, right? If this is the case (it works for me), make sure you also export the package where your WSDL file is located (e.g. META-INF.wsdl.int

Re: Making Camel based middle layer available even when services are not

2012-12-03 Thread ucrkarthik
91) at org.apache.cxf.wsdl11.WSDLServiceFactory.(WSDLServiceFactory.java:92) ... 33 more Thanks, Karthik -- View this message in context: http://camel.465427.n5.nabble.com/Making-Camel-based-middle-layer-available-even-when-services-are-not-tp5720905p5723555.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Making Camel based middle layer available even when services are not

2012-10-11 Thread Willem jiang
: '7001' > at weblogic.net.http.HttpClient.openServer(HttpClient.java:361) > at weblogic.net.http.HttpClient.openServer(HttpClient.java:430) > at weblogic.net.http.HttpClient.(HttpClient.java:159) > > Is there a way where in the connection is established on demand so that th

Making Camel based middle layer available even when services are not

2012-10-11 Thread anupamsen
ile real executions can be handled using error handlers rather than camel failing to load altogether? -- View this message in context: http://camel.465427.n5.nabble.com/Making-Camel-based-middle-layer-available-even-when-services-are-not-tp5720905.html Sent from the Camel - Users mailing list archive at Nabble.com.