Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Swordfish » IWAB0135E An unexpected error has occurred. 500 javax.xml.ws.WebServiceException(problem creating a composite webservice based on the flight reservation tutorial)
IWAB0135E An unexpected error has occurred. 500 javax.xml.ws.WebServiceException [message #555722] Fri, 27 August 2010 20:34 Go to next message
Ante is currently offline AnteFriend
Messages: 6
Registered: August 2010
Junior Member

Hi,
I am running the latest Eclipse SOA platform package ; eclipse helios. My platform is linux fedora 11 x64. I am trying to familiarize myself and understand the Eclipse SOA platform better by following the flight reservation tutorial that is covered in the swordfish webinar by oliver wolf. Building the first two static web services covered in the webinar goes with out any problems.

However i seem to be running into problems trying to build the composite web service. In the webinar Oliver Wolf mentions that we need to add a parameter to the OSGI framework, from what i could make out from the video this parameter is:

DrmiRegistryPort=4711


regardless of what port number i use for that parameter, i get the following error :

IWAB0135E An unexpected error has occurred.
500
javax.xml.ws.WebServiceException



The following is output on my console when i try to submit the form data to the flight booking composite service.

Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerRequestCompressionInterceptor@7b34c5ff from the list of valid interceptors.
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerResponseDecompressionInterceptor@54c9f997 from the list of valid interceptors.
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderRequestDecompressionInterceptor@34115512 from the list of valid interceptors.
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderResponseCompressionInterceptor@71ce5e7a from the list of valid interceptors.
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.internal.core.interceptor.CxfDecoratingInterceptor@54e0d16b from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.samples.flightbooking.FlightBookingImpl bookFlight
INFO: Executing operation bookFlight
Aug 27, 2010 4:16:54 PM org.apache.cxf.configuration.spring.ConfigurerImpl getBeanName
INFO: Could not determine bean name for instance of class org.apache.servicemix.cxf.transport.nmr.NMRConduit.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: {ResponseContext={}, RequestContext={java.lang.reflect.Method=public abstract java.lang.String org.eclipse.swordfish.samples.flightreservation.FlightReservation.reserveFlight(org.eclipse.swordfish.samples.flightreservation.FlightData), org.apache.cxf.jaxws.context.WrappedMessageContext.SCOPES={org.apache.cxf.message.Message.ENDPOINT_ADDRESS=APPLICATION}, org.apache.cxf.message.Message.ENDPOINT_ADDRESS=nmr:FlightReservationService}}
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: [MessageInfo INPUT{http://www.eclipse.org/swordfish/samples/FlightReservation/}reserveFlight]
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: true
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: public abstract java.lang.String org.eclipse.swordfish.samples.flightreservation.FlightReservation.reserveFlight(org.eclipse.swordfish.samples.flightreservation.FlightData)
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: true
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: false
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: {SOAPAction=["http://www.eclipse.org/swordfish/samples/FlightReservation/reserveFlight"]}
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: [null]
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: UTF-8
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: nmr:FlightReservationService
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: {}
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: {org.apache.cxf.message.Message.ENDPOINT_ADDRESS=APPLICATION}
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: org.apache.cxf.service.model.BindingMessageInfo@2e1df471
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: text/xml
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: Invoking serviceinterface org.eclipse.swordfish.samples.flightreservation.FlightReservation
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: Create messageExchange{http://www.eclipse.org/swordfish/samples/FlightReservation/}FlightReservationService
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: Exchange endpoint {http://www.eclipse.org/swordfish/samples/FlightReservation/}FlightReservationService
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: setup message contents on Message []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: service for exchange {http://www.eclipse.org/swordfish/samples/FlightReservation/}FlightReservationService
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: Sending message
null
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerRequestCompressionInterceptor@7b34c5ff from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerResponseDecompressionInterceptor@54c9f997 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderRequestDecompressionInterceptor@34115512 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderResponseCompressionInterceptor@71ce5e7a from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.internal.core.interceptor.CxfDecoratingInterceptor@54e0d16b from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.apache.servicemix.nmr.management.ManagementEndpointRegistry exchangeSent
WARNING: No managed endpoint registered with id: 497936a8-d6cc-457c-9785-c8c9b1daaab2
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Aug 27, 2010 4:16:54 PM org.apache.servicemix.common.AsyncBaseLifeCycle processExchangeInTx
SEVERE: Error processing exchange org.apache.servicemix.jbi.runtime.impl.InOutImpl@f8db08
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:176)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
	at java.net.Socket.connect(Socket.java:542)
	at java.net.Socket.connect(Socket.java:492)
	at java.net.Socket.<init>(Socket.java:389)
	at java.net.Socket.<init>(Socket.java:263)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
	at org.apache.servicemix.http.processors.ProviderProcessor.process(ProviderProcessor.java:160)
	at org.apache.servicemix.soap.SoapEndpoint.process(SoapEndpoint.java:368)
	at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:627)
	at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:581)
	at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchangeInTx(AsyncBaseLifeCycle.java:478)
	at org.apache.servicemix.common.AsyncBaseLifeCycle$2.run(AsyncBaseLifeCycle.java:347)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyAssertionHintExtractor extractHints
WARNING: Couldn't extract hints from terminated (status == DONE) message exchange!
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerRequestCompressionInterceptor@7b34c5ff from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerResponseDecompressionInterceptor@54c9f997 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderRequestDecompressionInterceptor@34115512 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderResponseCompressionInterceptor@71ce5e7a from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.internal.core.interceptor.CxfDecoratingInterceptor@54e0d16b from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:466)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:299)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:251)
	at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:124)
	at $Proxy160.reserveFlight(Unknown Source)
	at org.eclipse.swordfish.samples.flightbooking.FlightBookingImpl.bookFlight(FlightBookingImpl.java:50)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:136)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
	at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:54)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
	at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:56)
	at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
	at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:92)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:78)
	at org.apache.servicemix.cxf.transport.nmr.NMRDestination.process(NMRDestination.java:116)
	at org.apache.servicemix.nmr.core.InternalEndpointWrapper.process(InternalEndpointWrapper.java:86)
	at org.apache.servicemix.nmr.core.ChannelImpl.process(ChannelImpl.java:255)
	at org.apache.servicemix.nmr.core.ChannelImpl$1.run(ChannelImpl.java:215)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: java.io.IOException: Remote service error
	at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.sendOutputMessage(NMROutputStream.java:102)
	at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.doClose(NMROutputStream.java:77)
	at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:167)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
	... 28 more
javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:142)
	at $Proxy160.reserveFlight(Unknown Source)
	at org.eclipse.swordfish.samples.flightbooking.FlightBookingImpl.bookFlight(FlightBookingImpl.java:50)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:136)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
	at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:54)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
	at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:56)
	at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
	at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:92)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:78)
	at org.apache.servicemix.cxf.transport.nmr.NMRDestination.process(NMRDestination.java:116)
	at org.apache.servicemix.nmr.core.InternalEndpointWrapper.process(InternalEndpointWrapper.java:86)
	at org.apache.servicemix.nmr.core.ChannelImpl.process(ChannelImpl.java:255)
	at org.apache.servicemix.nmr.core.ChannelImpl$1.run(ChannelImpl.java:215)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:466)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:299)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:251)
	at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:124)
	... 22 more
Caused by: java.io.IOException: Remote service error
	at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.sendOutputMessage(NMROutputStream.java:102)
	at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.doClose(NMROutputStream.java:77)
	at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:167)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
	... 28 more
Aug 27, 2010 4:16:54 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
INFO: Application has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:119)
	at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault(AbstractJAXWSMethodInvoker.java:83)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:107)
	at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:54)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
	at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:56)
	at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
	at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:92)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:78)
	at org.apache.servicemix.cxf.transport.nmr.NMRDestination.process(NMRDestination.java:116)
	at org.apache.servicemix.nmr.core.InternalEndpointWrapper.process(InternalEndpointWrapper.java:86)
	at org.apache.servicemix.nmr.core.ChannelImpl.process(ChannelImpl.java:255)
	at org.apache.servicemix.nmr.core.ChannelImpl$1.run(ChannelImpl.java:215)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.RuntimeException: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.eclipse.swordfish.samples.flightbooking.FlightBookingImpl.bookFlight(FlightBookingImpl.java:66)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:136)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
	... 14 more
Caused by: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:142)
	at $Proxy160.reserveFlight(Unknown Source)
	at org.eclipse.swordfish.samples.flightbooking.FlightBookingImpl.bookFlight(FlightBookingImpl.java:50)
	... 20 more
Caused by: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:466)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:299)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:251)
	at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:124)
	... 22 more
Caused by: java.io.IOException: Remote service error
	at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.sendOutputMessage(NMROutputStream.java:102)
	at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.doClose(NMROutputStream.java:77)
	at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:167)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
	... 28 more
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyAssertionHintExtractor extractHints
WARNING: Couldn't extract hints from terminated (status == DONE) message exchange!
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerRequestCompressionInterceptor@7b34c5ff from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerResponseDecompressionInterceptor@54c9f997 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderRequestDecompressionInterceptor@34115512 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderResponseCompressionInterceptor@71ce5e7a from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilterStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.internal.core.interceptor.CxfDecoratingInterceptor@54e0d16b from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.apache.servicemix.http.jetty.JCLLogger warn
WARNING: /FlightBookingService/
org.apache.cxf.interceptor.Fault: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:119)
	at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault(AbstractJAXWSMethodInvoker.java:83)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:107)
	at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:54)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
	at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:56)
	at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
	at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:92)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:78)
	at org.apache.servicemix.cxf.transport.nmr.NMRDestination.process(NMRDestination.java:116)
	at org.apache.servicemix.nmr.core.InternalEndpointWrapper.process(InternalEndpointWrapper.java:86)
	at org.apache.servicemix.nmr.core.ChannelImpl.process(ChannelImpl.java:255)
	at org.apache.servicemix.nmr.core.ChannelImpl$1.run(ChannelImpl.java:215)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.RuntimeException: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.eclipse.swordfish.samples.flightbooking.FlightBookingImpl.bookFlight(FlightBookingImpl.java:66)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:136)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
	... 14 more
Caused by: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:142)
	at $Proxy160.reserveFlight(Unknown Source)
	at org.eclipse.swordfish.samples.flightbooking.FlightBookingImpl.bookFlight(FlightBookingImpl.java:50)
	... 20 more
Caused by: org.apache.cxf.interceptor.Fault: Could not send Message.
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:466)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:299)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:251)
	at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:124)
	... 22 more
Caused by: java.io.IOException: Remote service error
	at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.sendOutputMessage(NMROutputStream.java:102)
	at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.doClose(NMROutputStream.java:77)
	at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:167)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
	... 28 more



I suppose i will be working on resolving this issue for the next few days but if anyone has any insight into this error i would appreciate your feedback on this forum and would like to thank you in advance.

best regards,
ante
Re: IWAB0135E An unexpected error has occurred. 500 javax.xml.ws.WebServiceException [message #555891 is a reply to message #555722] Mon, 30 August 2010 05:54 Go to previous messageGo to next message
Jürgen Kindler is currently offline Jürgen KindlerFriend
Messages: 48
Registered: July 2009
Location: Bonn (Germany)
Member
Hi Ante,

the rmiRegistryPort parameter influences the way the JMX support is initialized and has (as you discovered) no effect on your problem.

My impression is that your flight reservation provider has not been started (or startup has not finished yet. That's why you get the "Connection refused" error.

The OSGi runtime and the underlying web service support needs a bit time to start up. You might just have pushed the button a bit too early.

You can check if the services are ready by typing the ss command in the OSGi console. All listed bundles (except those that refer to a master) should be active.

Cheers
Jürgen

[Updated on: Mon, 30 August 2010 06:31]

Report message to a moderator

Re: IWAB0135E An unexpected error has occurred. 500 javax.xml.ws.WebServiceException [message #641650 is a reply to message #555722] Fri, 26 November 2010 14:06 Go to previous message
Christian  is currently offline Christian Friend
Messages: 4
Registered: November 2010
Junior Member
Hi Ante,

I am running it on a win32 and I've got the same error. The log looks slightly different, though, that's why I'll post it here two.
By the way waiting didn't work for me and all the consumers are up and running.

INFO: Overriding bean definition for bean 'configurationService': replacing [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.eclipse.swordfish.internal.core.configuration.ConfigurationServiceImpl]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundleentry://39.fwk5184781/META-INF/spring/configuration-service.xml]]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c5122f: defining beans [mbeanServer,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,rmiRegistry,jmxConnectorService,jmxConnectorEnvironment,jaasAuthenticator,propertyConfigurer]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 1 OSGi service dependencies, 0 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.nmr.osgi, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor stageOne
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.nmr.osgi, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'configurationAdmin': replacing [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@c16b18]: org.springframework.beans.factory.support.DefaultListableBeanFactory@148e798
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@cb07ef: defining beans [servicemix,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,flowRegistry,org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker#0,listenerRegistry,org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker#1,endpointRegistry,internalEndpointRegistry,org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker#2,wireRegistry,org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker#3,authorizationService,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#1,authorizationEntries,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#2,authenticationService,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#3,executorFactory,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 3 OSGi service dependencies, 1 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.core.configuration, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.nmr.api.NMR}]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=PaymentProcessingConsumer, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.nmr.api.security.AuthorizationService}]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@e06ce: display name [OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.kernel.jaas.config, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cd280b: defining beans [cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean#0,org.eclipse.swordfish.plugins.cxf.support.NMRTransportFactoryWrapper,org.eclipse.swordfish.plugins.cxf.support.NMRStreamReplacingInterceptor#0,PaymentProcessingClient.proxyFactory,PaymentProcessingClient,org.apache.servicemix.common.osgi.EndpointExporter#0,org.apache.servicemix.http.HttpEndpoint#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@180a8b7: display name [OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.resolver.backend.remote, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.nmr.api.security.AuthorizationEntry}]
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{javax.management.MBeanServer}]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.jbi.deployer, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://63.fwk5184781/META-INF/spring/endpoint-provider-remote.xml]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.nmr.management, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://64.fwk5184781/META-INF/spring/servicemix-jaas.xml]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@e06ce]: org.springframework.beans.factory.support.DefaultListableBeanFactory@a010ba
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 2 OSGi service dependencies, 0 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.kernel.jaas.config, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor stageOne
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.kernel.jaas.config, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a010ba: defining beans [config,realms,proxyLoginModuleInitializer,keystoreManager,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,keystores]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c2ee15: defining beans [deployer,endpointListener,listener,jbiHandler,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#1,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#2,namingStrategy,managementAgent,adminService,adminCommandsService,installationService,deploymentService,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#3,environment,transactionManagers,namingContext,mbeanServer,preferencesService,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f2cea2: defining beans [mbeanServer,endpointRegistry,namingStrategy,managementAgent,endpoints,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.nmr.api.security.AuthenticationService}]
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Publishing application context with properties (org.springframework.context.service.name=org.apache.servicemix.nmr.osgi)
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@180a8b7]: org.springframework.beans.factory.support.DefaultListableBeanFactory@c12474
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.kernel.jaas.config.KeystoreManager}]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.http, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 2 OSGi service dependencies, 1 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.resolver.backend.remote, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Not publishing application context with properties (org.springframework.context.service.name=org.apache.servicemix.kernel.jaas.config)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.core.configuration, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@97d3f0: display name [OsgiBundleXmlApplicationContext(bundle=FlightReservationConsumer, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@1566a6c: display name [OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.common, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://65.fwk5184781/META-INF/spring/jaxws-consumer.xml]
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleresource://33.fwk5184781/META-INF/cxf/cxf.xml]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@136bdda: display name [OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.jbi.osgi, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@a166bd: display name [OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.core.event, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://75.fwk5184781/META-INF/spring/servicemix-jbi.xml]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@136bdda]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1cdfd19
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 4 OSGi service dependencies, 1 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.jbi.osgi, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.nmr.api.event.ExchangeListener, org.apache.servicemix.nmr.api.event.Listener}]
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Not publishing application context with properties (org.springframework.context.service.name=org.apache.servicemix.nmr.management)
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.osgi.service.url.URLStreamHandlerService}]
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleresource://33.fwk5184781/META-INF/cxf/cxf-extension-soap.xml]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@166340c: defining beans [servicemix-http,servicemix-http-configuration,executorFactory,endpoint-tracker,authenticationService,keystoreManager,endpoints,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@1db9f45: display name [OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.core, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleresource://7.fwk5184781/META-INF/org/eclipse/swordfish/plugins/cxf/support/nmr-transport.xml]
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://67.fwk5184781/META-INF/spring/bootstrap-interceptors.xml]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@148e798: defining beans [configurationConsumerRegistry,configurationConsumerList,configurationAgent,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,pollableConfigurationSourceRegistry,pollableConfigurationSourceList,configurationService,configurationAdmin,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.kernel.filemonitor.DeploymentListener}]
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.nmr.api.event.EndpointListener, org.apache.servicemix.nmr.api.event.ExchangeListener, org.apache.servicemix.nmr.api.event.Listener}]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@14bc4e6: display name [OsgiBundleXmlApplicationContext(bundle=FlightBookingProvider, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.jbi.deployer.AdminCommandsService}]
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Not publishing application context with properties (org.springframework.context.service.name=org.apache.servicemix.jbi.deployer)
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://71.fwk5184781/META-INF/spring/event-service.xml]
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://74.fwk5184781/META-INF/spring/cxf-endpoint.xml]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@1566a6c]: org.springframework.beans.factory.support.DefaultListableBeanFactory@b8d09d
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://67.fwk5184781/META-INF/spring/exchange-listener.xml]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'nmr': replacing [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'swordfishContext': replacing [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://67.fwk5184781/META-INF/spring/service-proxy.xml]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@97d3f0]: org.springframework.beans.factory.support.DefaultListableBeanFactory@84aa02
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleresource://33.fwk5184781/META-INF/cxf/cxf.xml]
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleresource://33.fwk5184781/META-INF/cxf/cxf-extension-soap.xml]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 0 OSGi service dependencies, 0 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.common, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor stageOne
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.common, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@178efd8: display name [OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.document, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleresource://7.fwk5184781/META-INF/org/eclipse/swordfish/plugins/cxf/support/nmr-transport.xml]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'nmr': replacing [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://67.fwk5184781/META-INF/spring/swordfish-registries.xml]
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.configuration.access.ConfigurationAgent, org.eclipse.swordfish.core.event.EventHandler}]
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.configuration.ConfigurationService}]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.resolver.backend.remote, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@a166bd]: org.springframework.beans.factory.support.DefaultListableBeanFactory@15b4ad2
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b8d09d: defining beans []; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Not publishing application context with properties (org.springframework.context.service.name=org.apache.servicemix.common)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 1 OSGi service dependencies, 0 unsatisfied for OsgiBundleXmlApplicationContext(bundle=FlightReservationConsumer, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor stageOne
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=FlightReservationConsumer, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'swordfishContext': replacing [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.eclipse.swordfish.internal.core.context.SwordfishContextImpl]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundleentry://67.fwk5184781/META-INF/spring/swordfish-registries.xml]]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'nmr': replacing [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'eventService': replacing [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@1db9f45]: org.springframework.beans.factory.support.DefaultListableBeanFactory@ecf608
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@14bc4e6]: org.springframework.beans.factory.support.DefaultListableBeanFactory@f36e59
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 2 OSGi service dependencies, 0 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.core.event, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor stageOne
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.core.event, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://83.fwk5184781/META-INF/spring/servicemix-document.xml]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@178efd8]: org.springframework.beans.factory.support.DefaultListableBeanFactory@867fad
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 0 OSGi service dependencies, 0 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.document, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor stageOne
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.document, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@15b4ad2: defining beans [eventService,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,eventHandlerRegistry,eventHandlerList,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#1,eventAdmin]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.event.EventService}]
26.11.2010 15:00:15 org.eclipse.swordfish.internal.core.event.EventHandlerRegistry doRegister
INFO: Registering event listener for [org/eclipse/runtime/swordfish/TrackingEvent] topic
26.11.2010 15:00:15 org.eclipse.swordfish.internal.core.event.EventHandlerRegistry doRegister
INFO: Registering event listener for [org/eclipse/runtime/swordfish/ConfigurationEvent] topic
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.internal.core.event.EventHandlerRegistry}]
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Publishing application context with properties (org.springframework.context.service.name=org.eclipse.swordfish.core.event)
26.11.2010 15:00:15 org.apache.servicemix.kernel.filemonitor.FileMonitor start
INFO: Starting to monitor the deploy directory: .\deploy every 500 millis
26.11.2010 15:00:15 org.apache.servicemix.kernel.filemonitor.FileMonitor start
INFO: Config directory is at: .\etc
26.11.2010 15:00:15 org.apache.servicemix.kernel.filemonitor.FileMonitor start
INFO: Will generate bundles from expanded source directories to: .\data\generated-bundles
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 1 OSGi service dependencies, 0 unsatisfied for OsgiBundleXmlApplicationContext(bundle=FlightBookingProvider, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor stageOne
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=FlightBookingProvider, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.ContextLoaderListener addAnnotationBPP
INFO: Disabled automatic Spring-DM annotation processing; [ org.springframework.osgi.extender.annotation.auto.processing=null]
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{javax.jbi.component.Component}]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@84aa02: defining beans [cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean#0,org.eclipse.swordfish.plugins.cxf.support.NMRTransportFactoryWrapper,org.eclipse.swordfish.plugins.cxf.support.NMRStreamReplacingInterceptor#0,FlightReservationClient.proxyFactory,FlightReservationClient,org.apache.servicemix.common.osgi.EndpointExporter#0,org.apache.servicemix.http.HttpEndpoint#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c12474: defining beans [configurationService,configurationInjectorRemote,wsdlReader,registryProxyFactory,registryProxy,swordfishRegistryProvider,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Publishing application context with properties (org.springframework.context.service.name=org.eclipse.swordfish.core.configuration)
26.11.2010 15:00:15 org.eclipse.swordfish.core.configuration.access.ConfigurationInjector afterPropertiesSet
INFO: Injecting configuration [{priority=2, registryURL=http://localhost:9001/registry}] for the configurationConsumer with id = [org.eclipse.swordfish.internal.resolver.backend.remote.SwordfishRegistryProvider] 
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Not publishing application context with properties (org.springframework.context.service.name=org.apache.servicemix.http)
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@867fad: defining beans [documentRepository,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@1f4cdd2: display name [OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.resolver.policy, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.document.DocumentRepository, org.osgi.service.url.URLStreamHandlerService}]
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.apache.servicemix.jbi.osgi, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Not publishing application context with properties (org.springframework.context.service.name=org.apache.servicemix.document)
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://89.fwk5184781/META-INF/spring/policy-processing.xml]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f36e59: defining beans [cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean#0,org.eclipse.swordfish.plugins.cxf.support.NMRTransportFactoryWrapper,org.eclipse.swordfish.plugins.cxf.support.NMRStreamReplacingInterceptor#0,FlightReservationClient.proxyFactory,FlightReservationClient,PaymentProcessingClient.proxyFactory,PaymentProcessingClient,flightBookingServiceBean,flightBookingService,org.apache.servicemix.common.osgi.EndpointExporter#0,org.apache.servicemix.http.HttpEndpoint#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@10c94a7: display name [OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.ws.wsdlgenerator, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Fri Nov 26 15:00:15 CET 2010]; root of context hierarchy
26.11.2010 15:00:15 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 8 OSGi service dependencies, 1 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.core, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:15 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.configuration.ConfigurationConsumer, org.eclipse.swordfish.core.resolver.registry.EndpointDocumentProvider}]
26.11.2010 15:00:15 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cdfd19: defining beans [componentRegistry,managementContext,environment,nmrWrapper,org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker#0,nmr,documentRepository,transactionManagers,mbeanServers,namingContext,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleresource://33.fwk5184781/META-INF/cxf/cxf.xml]
26.11.2010 15:00:15 org.eclipse.swordfish.internal.core.configuration.ConfigurationConsumerRegistry doRegister
INFO: Registering configurationConsumer with id = org.eclipse.swordfish.internal.resolver.backend.local.FilesystemDocumentProvider
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleresource://33.fwk5184781/META-INF/cxf/cxf-extension-policy.xml]
26.11.2010 15:00:15 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Publishing application context with properties (org.springframework.context.service.name=org.eclipse.swordfish.plugins.resolver.backend.local)
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@1f4cdd2]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1bb8694
26.11.2010 15:00:15 org.eclipse.swordfish.internal.core.configuration.ManagedServiceAdapter updated
INFO: Received configuration [{priority=1, wsdlStorage=[bundleresource://8.fwk5184781/wsdl/BookingServiceImpl.zip, bundleresource://8.fwk5184781/wsdl/FlightServiceImpl.zip, bundleresource://8.fwk5184781/wsdl/ReservationStorageService.zip, bundleresource://8.fwk5184781/wsdl/ReservationService.zip], service.pid=org.eclipse.swordfish.internal.resolver.backend.local.FilesystemDocumentProvider}] for the configurationConsumer with id = [org.eclipse.swordfish.internal.resolver.backend.local.FilesystemDocumentProvider] 
26.11.2010 15:00:15 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [bundleentry://92.fwk5184781/META-INF/spring/wsdlgenerator.xml]
26.11.2010 15:00:15 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@10c94a7]: org.springframework.beans.factory.support.DefaultListableBeanFactory@fd9b97
26.11.2010 15:00:15 org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl doRegister
INFO: JBI component registered with properties: {NAME=servicemix-http, TYPE=binding-component, objectClass=[Ljava.lang.String;@152b6f5, service.id=83}
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.configuration.ConfigurationConsumer, org.eclipse.swordfish.core.resolver.registry.EndpointDocumentProvider}]
26.11.2010 15:00:16 org.eclipse.swordfish.internal.core.configuration.ConfigurationConsumerRegistry doRegister
INFO: Registering configurationConsumer with id = org.eclipse.swordfish.internal.resolver.backend.remote.SwordfishRegistryProvider
26.11.2010 15:00:16 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Publishing application context with properties (org.springframework.context.service.name=org.eclipse.swordfish.plugins.resolver.backend.remote)
26.11.2010 15:00:16 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 2 OSGi service dependencies, 0 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.resolver.policy, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:16 org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor stageOne
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.resolver.policy, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:16 org.apache.servicemix.nmr.management.ManagementEndpointRegistry register
INFO: Registering endpoint: org.apache.servicemix.nmr.core.InternalEndpointWrapper@252a40b5 with properties {NAME=servicemix-http, TYPE=binding-component, objectClass=[Ljava.lang.String;@c0fc8e, service.id=93}
26.11.2010 15:00:16 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1bb8694: defining beans [cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache.cxf.ws.policy.PolicyConstants,org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider,configurationService,planner,configurationInjectorPDP,resourceToStringConverterPS.url,resourceToStringConverterPS,fsPolicyDefinitionProvider,wsPolicyBuilder,wsPolicyExtractor,wsPolicyIntersector,wsPolicyProcessor,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#1,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#2,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#3,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#4]; root of factory hierarchy
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://cxf.samples.swordfish.eclipse.org/}BookingService
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://service.dynamic.samples.swordfish.eclipse.org/}FlightService
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://cxf.samples.swordfish.eclipse.org/}BookingService
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://jaxws.demo.swordfish.eclipse.org/}ReservationStorage
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://service.dynamic.samples.swordfish.eclipse.org/}FlightService
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://cxf.samples.swordfish.eclipse.org/}BookingService
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.servicemix.jbi.runtime.ComponentRegistry}]
26.11.2010 15:00:16 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.core, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:16 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
INFO: 3 OSGi service dependencies, 1 unsatisfied for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.ws.wsdlgenerator, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://jaxws.demo.swordfish.eclipse.org/}ReservationStorage
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://service.dynamic.samples.swordfish.eclipse.org/}FlightService
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://cxf.samples.swordfish.eclipse.org/}BookingService
26.11.2010 15:00:16 org.eclipse.swordfish.internal.resolver.backend.local.WSDLManagerImpl setupWSDLs
INFO: portType = {http://reservation.jaxws.samples.swordfish.eclipse.org/}ReservationService
26.11.2010 15:00:16 org.eclipse.swordfish.internal.core.configuration.ManagedServiceAdapter updated
INFO: Received configuration [{priority=2, service.pid=org.eclipse.swordfish.internal.resolver.backend.remote.SwordfishRegistryProvider, registryURL=http://localhost:9001/registry}] for the configurationConsumer with id = [org.eclipse.swordfish.internal.resolver.backend.remote.SwordfishRegistryProvider] 
26.11.2010 15:00:16 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Not publishing application context with properties (org.springframework.context.service.name=org.apache.servicemix.jbi.osgi)
26.11.2010 15:00:16 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ecf608: defining beans [loggingInterceptor,cxfDecoratingInterceptor,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,endpointResolverInterceptor,serviceResolverRegistry,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#1,swordfishContext,serviceResolvers,componentRegistry,nmr,exceptionNotificationSender,exchangeListener,eventService,planner,registry,internalProxy,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#2,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#3,exceptionListenerRegistry,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#4,exceptionListenerList,configurationService]; root of factory hierarchy
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.Interceptor}]
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.internal.core.resolver.ServiceResolverRegistry}]
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.proxy.ServiceProxy}]
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.SwordfishContext}]
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.internal.core.exception.InterceptorExceptionListenerRegistry}]
26.11.2010 15:00:16 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Publishing application context with properties (org.springframework.context.service.name=org.eclipse.swordfish.core)
26.11.2010 15:00:16 org.eclipse.swordfish.core.configuration.access.ConfigurationInjector afterPropertiesSet
INFO: Injecting configuration [{policyStorage=bundleresource://89.fwk5184781/policies/Policies.zip}] for the configurationConsumer with id = [org.eclipse.swordfish.internal.resolver.policy.definitions.provider.FilesystemPolicyDefinitionProvider] 
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.apache.cxf.Bus}]
26.11.2010 15:00:16 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.ws.wsdlgenerator, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.configuration.ConfigurationConsumer, org.eclipse.swordfish.core.resolver.policy.PolicyDefinitionProvider}]
26.11.2010 15:00:16 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fd9b97: defining beans [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean#0,org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean#1,httpEndpointListener,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,deployedAssemblyList]; root of factory hierarchy
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.plugins.ws.wsdlgenerator.HttpEndpointListener}]
26.11.2010 15:00:16 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Publishing application context with properties (org.springframework.context.service.name=org.eclipse.swordfish.plugins.ws.wsdlgenerator)
26.11.2010 15:00:16 org.eclipse.swordfish.internal.core.configuration.ConfigurationConsumerRegistry doRegister
INFO: Registering configurationConsumer with id = org.eclipse.swordfish.internal.resolver.policy.definitions.provider.FilesystemPolicyDefinitionProvider
26.11.2010 15:00:16 org.eclipse.swordfish.internal.core.configuration.ManagedServiceAdapter updated
INFO: Received configuration [{policyStorage=bundleresource://89.fwk5184781/policies/Policies.zip, service.pid=org.eclipse.swordfish.internal.resolver.policy.definitions.provider.FilesystemPolicyDefinitionProvider}] for the configurationConsumer with id = [org.eclipse.swordfish.internal.resolver.policy.definitions.provider.FilesystemPolicyDefinitionProvider] 
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.resolver.policy.builder.PlatformPolicyBuilder}]
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.resolver.policy.PolicyExtractor}]
26.11.2010 15:00:16 org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
INFO: No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.swordfish.plugins.planner.policy, config=osgibundle:/META-INF/spring/*.xml)
26.11.2010 15:00:16 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4b82d2: defining beans [policyExtractor,hintExtractor,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,filterStrategy,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.planner.strategy.HintExtractor}]
26.11.2010 15:00:16 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
INFO: Publishing service under classes [{org.eclipse.swordfish.core.planner.strategy.FilterStrategy, org.eclipse.swordfish.core.planner.strategy.Strategy}]
26.11.2010 15:00:16 org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
INFO: Publishing application context with properties (org.spr



Previous Topic:The Eclipse BPEL Designer Project - what's the deal here?
Next Topic:FlightBooking demo not working
Goto Forum:
  


Current Time: Fri Mar 29 06:08:38 GMT 2024

Powered by FUDForum. Page generated in 0.04747 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top