On Wed, Aug 19, 2009 at 8:03 AM, omar-uk<[email protected]> wrote: > Hi Vivian, > > To be honest I've temporarily moved away from ServiceMix and trying > Spring Integration once I digest how they compare to each other may go > back to ServiceMix, or decide to use Spring Integration or even ditch > them both do my own thing. > > In any case thanks for the help I'm sure I'll post more questions if I > give ServiceMix another go. >
Have you had a look at Apache Camel? It is more simpler to work with than SMX 3.x that uses JBI. http://camel.apache.org/ See this great article to get a feel what Camel is http://architects.dzone.com/articles/apache-camel-integration You can find more articles etc about Camel at http://camel.apache.org/articles.html > Regards > Omar > > > 2009/8/18 Madesclair Vivian <[email protected]>: >> Hi, >> >> Did that help? Otherwise, please post the files of your SU (pom + xbean) and >> exception that these produce. >> >> Yes, ESB are not easy to learn, because they use many technologies and >> standards. I spent much time on problems like yours in the past months ;) >> >> Regards, >> Vivian >> >> >> -----Message d'origine----- >> De : Diefenbach Anne [mailto:[email protected]] >> Envoyé : mardi 18 août 2009 16:02 >> À : [email protected] >> Objet : AW: Error deploying SU dis-notification-su >> >>> My own understanding of the exception is that ServiceMix is not >>> finding the expected config in the expected format. >> >> Yes, I think this exception tells you that you placed a <beans> element >> somewhere SMX expects an element from the WS-Notification namespace. >> Possibly you just forgot to declare the correct namespace? >> >> Regards, >> >> Anne >> >>> -----Ursprüngliche Nachricht----- >>> Von: omar-uk [mailto:[email protected]] >>> Gesendet: Dienstag, 18. August 2009 15:38 >>> An: [email protected] >>> Betreff: Re: Error deploying SU dis-notification-su >>> >>> Hi Vivian, >>> >>> Thanks for the reply, I thought my call for help was lost. >>> >>> Use Case: >>> Pretty simple really, we have an existing system where customers can >>> create and update data. Other -different- customers will be interested >>> in this new data and we need to notify them of these events. >>> >>> The basic actions are as follows: >>> >>> - The customer creates data items. >>> - System sends out a message to a queue about this event. >>> - The message is picked up by some sort of router. >>> - The router checks from the db which customers have expressed an >>> interest this event and forwards the message to another channel. >>> - The second channel is customer notification mechanism specific i.e. >>> a email channel and a webservice channel, the point is to another >>> channel. >>> - Then the message is forwarded to customer endpoint system. >>> >>> Since we have decided to use webservices for the integration part of >>> this project we thought WS-Notification may be useful here. We looked >>> around for a platform that implements WS-Notification and we stumbled >>> over ServiceMix. I spent six days on it and got no were with it. I >>> have to admit though I'm new to ESBs and JBI and that may explain some >>> the problems I've had with servicemix. >>> >>> So is ServiceMix appropriate for my use case. >>> >>> I used servicemix 3x. I don't have the exact configuration that caused >>> this exception because I've been trying different things. >>> >>> My own understanding of the exception is that ServiceMix is not >>> finding the expected config in the expected format. >>> >>> Many Thanks!, in advance for any help or info. >>> >>> 2009/8/17 Madesclair Vivian <[email protected]>: >>> > I think it's saying "don't mess with me" :) >>> > >>> > Did you had any help about that? If not, what is your usecase, in >>> > what >>> version of servicemix and components? >>> > >>> > Regards, >>> > Vivian >>> > >>> > -----Message d'origine----- >>> > De : omar-uk [mailto:[email protected]] >>> > Envoyé : jeudi 13 août 2009 15:23 >>> > À : [email protected] >>> > Objet : Error deploying SU dis-notification-su >>> > >>> > Hi All, >>> > >>> > I have been trying to learn and use ServiceMix for the past 6 >>> > working >>> days but I have to say its proving to be challenge. >>> > >>> > Can someone please explain what this error message is telling me. >>> > >>> > Many Thanks! >>> > >>> > Its dependencies (if any) will NOT be available to the current build. >>> > [INFO] [jbi:projectDeploy] >>> > [INFO] ------------------ Deployment Analysis -------------------- >>> [INFO] DIS Notification :: SA has 2 child dependencies [INFO] - jbi- >>> service-assembly : >>> > /home/weblogic/.m2/repository/dadesk-dis/dis-notification-sa/1.0- >>> SNAPSHOT/dis-notification-sa-1.0-SNAPSHOT.zip >>> > [INFO] - jbi-component : >>> > /home/weblogic/.m2/repository/org/apache/servicemix/servicemix- >>> wsn2005/2009.02-SNAPSHOT/servicemix-wsn2005-2009.02-SNAPSHOT-installer >>> .zip >>> > [INFO] - jbi-shared-library : >>> > /home/weblogic/.m2/repository/org/apache/servicemix/servicemix- >>> shared/2009.01/servicemix-shared-2009.01-installer.zip >>> > [INFO] ----------------------------------------------------------- >>> > [INFO] servicemix-shared is deployed [INFO] servicemix-wsn2005 is >>> > deployed [INFO] dis-notification-sa is not deployed [INFO] Deploying >>> > jbi-service- >>> assembly from >>> /home/weblogic/.m2/repository/dadesk-dis/dis-notification- >>> sa/1.0-SNAPSHOT/dis-notification-sa-1.0-SNAPSHOT.zip >>> > [INFO] >>> > ----------------------------------------------------------------- >>> ------- >>> > [ERROR] BUILD ERROR >>> > [INFO] >>> > ----------------------------------------------------------------- >>> ------- >>> > [INFO] Unable to deploy project, Error accessing ServiceMix >>> administration >>> > >>> > <?xml version="1.0" encoding="UTF-8" standalone="no"?> <jbi-task >>> xmlns="http://java.sun.com/xml/ns/jbi/management-message" >>> > version="1.0"> >>> > <jbi-task-result> >>> > <frmwk-task-result> >>> > <frmwk-task-result-details> >>> > <task-result-details> >>> > <task-id>deployServiceAssembly</task-id> >>> > <task-result>FAILED</task-result> >>> > <message-type>ERROR</message-type> >>> > <task-status-msg> >>> > <msg-loc-info> >>> > <loc-token/> >>> > <loc-message>/home/weblogic/.m2/repository/dadesk-dis/dis-notificati >>> > on- >>> sa/1.0-SNAPSHOT/dis-notification-sa-1.0-SNAPSHOT.zip</loc-message> >>> > </msg-loc-info> >>> > </task-status-msg> >>> > <exception-info> >>> > <nesting-level>1</nesting-level> >>> > <loc-token/> >>> > <loc-message>java.lang.Exception: Error deploying SU >>> > dis-notification- >>> su</loc-message> >>> > <stack-trace><![CDATA[javax.jbi.JBIException: java.lang.Exception: >>> > Error deploying SU dis-notification-su >>> > at >>> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.insta >>> ll(S >>> erviceAssemblyInstaller.java:101) >>> > at >>> org.apache.servicemix.jbi.deployer.impl.DeploymentService.deploy(Deplo >>> ymen >>> tService.java:95) >>> > at >>> org.apache.servicemix.jbi.deployer.impl.AdminCommandsImpl.deployServic >>> eAss >>> embly(AdminCommandsImpl.java:179) >>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> > Method) >>> > at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: >>> 39) >>> > at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess >>> orIm >>> pl.java:25) >>> > at java.lang.reflect.Method.invoke(Method.java:597) >>> > at >>> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBe >>> anIn >>> trospector.java:93) >>> > at >>> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBe >>> anIn >>> trospector.java:27) >>> > at >>> com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.ja >>> va:2 >>> 08) >>> > at >>> com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120) >>> > at >>> com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262) >>> > at >>> > javax.management.StandardMBean.invoke(StandardMBean.java:391) >>> > at >>> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMB >>> eanS >>> erverInterceptor.java:836) >>> > at >>> com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectio >>> nImp >>> l.java:1426) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnection >>> Impl >>> .java:72) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run( >>> RMIC >>> onnectionImpl.java:1264) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RM >>> ICon >>> nectionImpl.java:1366) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl >>> .jav >>> a:788) >>> > at sun.reflect.GeneratedMethodAccessor101.invoke(Unknown >>> > Source) >>> > at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess >>> orIm >>> pl.java:25) >>> > at java.lang.reflect.Method.invoke(Method.java:597) >>> > at >>> sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305) >>> > at sun.rmi.transport.Transport$1.run(Transport.java:159) >>> > at >>> > sun.rmi.transport.Transport.serviceCall(Transport.java:155) >>> > at >>> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:53 >>> 5) >>> > at >>> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport >>> .jav >>> a:790) >>> > at >>> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport. >>> java >>> :649) >>> > at >>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor. >>> java:885) >>> > at >>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. >>> java >>> :907) >>> > at java.lang.Thread.run(Thread.java:619) >>> > Caused by: java.lang.Exception: Error deploying SU >>> > dis-notification-su >>> > at >>> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deplo >>> ySUs >>> (ServiceAssemblyInstaller.java:210) >>> > at >>> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.insta >>> ll(S >>> erviceAssemblyInstaller.java:85) >>> > ... 31 more >>> > Caused by: javax.jbi.management.DeploymentException: >>> > <component-task-result >>> > xmlns="http://java.sun.com/xml/ns/jbi/management-message"> >>> > <component-name>servicemix-wsn2005</component-name> >>> > <component-task-result-details> >>> > <task-result-details> >>> > <task-id>deploy</task-id> >>> > <task-result>FAILED</task-result> >>> > <message-type>ERROR</message-type> >>> > >>> > <task-status-msg><msg-loc-info><loc-token/><loc-message>Invalid >>> > xml</loc-message></msg-loc-info></task-status-msg> >>> > <exception-info> >>> > <nesting-level>1</nesting-level> >>> > <msg-loc-info> >>> > <loc-token /> >>> > <loc-message>unexpected >>> > element >>> (uri:"", local:"beans"). Expected elements are <{http://docs.oasis- >>> open.org/wsrf/bf-2}BaseFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}ConsumerReference>,<{http://docs.oasis-open.org/wsn/br- >>> 2}ConsumerReference>,<{http://docs.oasis-open.org/wsn/b- >>> 2}CreatePullPoint>,<{http://docs.oasis-open.org/wsn/b- >>> 2}CreatePullPointResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}CreationTime>,<{http://docs.oasis-open.org/wsn/br- >>> 2}CreationTime>,<{http://docs.oasis-open.org/wsn/b- >>> 2}CurrentTime>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}Delete>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}DeleteResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}DeleteResourcePropertiesRequestFailedFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}DeleteResourcePropertiesResponse>,<{http://docs.oas >>> is- >>> open.org/wsn/br-2}Demand>,<{http://docs.oasis-open.org/wsn/b- >>> 2}DestroyPullPoint>,<{http://docs.oasis-open.org/wsn/b- >>> 2}DestroyPullPointResponse>,<{http://docs.oasis-open.org/wsn/br- >>> 2}DestroyRegistration>,<{http://docs.oasis-open.org/wsn/br- >>> 2}DestroyRegistrationResponse>,<{http://www.w3.org/2005/08/addressing} >>> Endp >>> ointReference>,<{}Exception>,<{}Fault>,<{http://docs.oasis-open.org/ws >>> ointReference>n/b- >>> 2}Filter>,<{http://docs.oasis-open.org/wsn/b- >>> 2}FixedTopicSet>,<{http://docs.oasis-open.org/wsn/b- >>> 2}GetCurrentMessage>,<{http://docs.oasis-open.org/wsn/b- >>> 2}GetCurrentMessageResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}GetMessages>,<{http://docs.oasis-open.org/wsn/b- >>> 2}GetMessagesResponse>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}GetMultipleResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}GetMultipleResourcePropertiesResponse>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}GetResourceProperty>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}GetResourcePropertyDocument>,<{http://docs.oasis- >>> open.org/wsrf/rp- >>> 2}GetResourcePropertyDocumentResponse>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}GetResourcePropertyResponse>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}Insert>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}InsertResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}InsertResourcePropertiesRequestFailedFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}InsertResourcePropertiesResponse>,<{http://docs.oas >>> is- >>> open.org/wsn/b-2}InvalidFilterFault>,<{http://docs.oasis-open.org/wsn/ >>> b- >>> 2}InvalidMessageContentExpressionFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}InvalidModificationFault>,<{http://docs.oasis- >>> open.org/wsn/b- >>> 2}InvalidProducerPropertiesExpressionFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}InvalidQueryExpressionFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}InvalidResourcePropertyQNameFault>,<{http://docs.oa >>> sis- >>> open.org/wsn/b-2}InvalidTopicExpressionFault>,<{http://docs.oasis- >>> open.org/wsn/b-2}MessageContent>,<{http://docs.oasis-open.org/wsn/b- >>> 2}MultipleTopicsSpecifiedFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}NoCurrentMessageOnTopicFault>,<{http://docs.oasis-open.org/wsn/br- >>> 2}NotificationBrokerRP>,<{http://docs.oasis-open.org/wsn/b- >>> 2}NotificationMessage>,<{http://docs.oasis-open.org/wsn/b- >>> 2}NotificationProducerRP>,<{http://docs.oasis-open.org/wsn/b- >>> 2}Notify>,<{http://docs.oasis-open.org/wsn/b- >>> 2}NotifyMessageNotSupportedFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}PauseFailedFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}PauseSubscription>,<{http://docs.oasis-open.org/wsn/b- >>> 2}PauseSubscriptionResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}ProducerProperties>,<{http://docs.oasis-open.org/wsn/b- >>> 2}ProducerReference>,<{http://docs.oasis-open.org/wsn/br- >>> 2}PublisherReference>,<{http://docs.oasis-open.org/wsn/br- >>> 2}PublisherRegistrationFailedFault>,<{http://docs.oasis-open.org/wsn/b >>> r- >>> 2}PublisherRegistrationRP>,<{http://docs.oasis-open.org/wsn/br- >>> 2}PublisherRegistrationRejectedFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}PutResourcePropertyDocument>,<{http://docs.oasis- >>> open.org/wsrf/rp- >>> 2}PutResourcePropertyDocumentResponse>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}QueryEvaluationErrorFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}QueryExpression>,<{http://docs.oasis-open.org/wsrf/ >>> rp- >>> 2}QueryExpressionDialect>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}QueryExpressionRPDocument>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}QueryResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}QueryResourcePropertiesResponse>,<{http://docs.oasis-open.org/wsn/br >>> - >>> 2}RegisterPublisher>,<{http://docs.oasis-open.org/wsn/br- >>> 2}RegisterPublisherResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}Renew>,<{http://docs.oasis-open.org/wsn/b- >>> 2}RenewResponse>,<{http://docs.oasis-open.org/wsn/br- >>> 2}RequiresRegistration>,<{http://docs.oasis-open.org/wsn/br- >>> 2}ResourceNotDestroyedFault>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}ResourcePropertyValueChangeNotification>,<{http://docs.oasis- >>> open.org/wsn/b-2}ResumeFailedFault>,<{http://docs.oasis-open.org/wsn/b >>> - >>> 2}ResumeSubscription>,<{http://docs.oasis-open.org/wsn/b- >>> 2}ResumeSubscriptionResponse>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}SetResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}SetResourcePropertiesResponse>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}SetResourcePropertyRequestFailedFault>,<{http://docs.oasis- >>> open.org/wsn/b-2}Subscribe>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscribeCreationFailedFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscribeResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscriptionManagerRP>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscriptionPolicy>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscriptionReference>,<{http://docs.oasis-open.org/wsn/b- >>> 2}TerminationTime>,<{http://docs.oasis-open.org/wsn/b- >>> 2}Topic>,<{http://docs.oasis-open.org/wsn/br-2}Topic>,<{http://docs.oa >>> sis- >>> open.org/wsn/b-2}TopicExpression>,<{http://docs.oasis-open.org/wsn/b- >>> 2}TopicExpressionDialect>,<{http://docs.oasis-open.org/wsn/b- >>> 2}TopicExpressionDialectUnknownFault>,<{http://docs.oasis-open.org/wsn >>> /t- >>> 1}TopicNamespace>,<{http://docs.oasis-open.org/wsn/b- >>> 2}TopicNotSupportedFault>,<{http://docs.oasis-open.org/wsn/t- >>> 1}TopicSet>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnableToCreatePullPointFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnableToDestroyPullPointFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnableToDestroySubscriptionFault>,<{http://docs.oasis-open.org/wsn/b >>> - >>> 2}UnableToGetMessagesFault>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}UnableToModifyResourcePropertyFault>,<{http://docs.oasis- >>> open.org/wsrf/rp- >>> 2}UnableToPutResourcePropertyDocumentFault>,<{http://docs.oasis- >>> open.org/wsn/b- >>> 2}UnacceptableInitialTerminationTimeFault>,<{http://docs.oasis- >>> open.org/wsn/b-2}UnacceptableTerminationTimeFault>,<{http://docs.oasis >>> - >>> open.org/wsrf/rp- >>> 2}UnknownQueryExpressionDialectFault>,<{http://docs.oasis-open.org/wsn >>> /b- >>> 2}UnrecognizedPolicyRequestFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}Unsubscribe>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnsubscribeResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnsupportedPolicyRequestFault>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}Update>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}UpdateResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}UpdateResourcePropertiesRequestFailedFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}UpdateResourcePropertiesResponse>,<{http://docs.oas >>> is- open.org/wsn/b-2}UseRaw></loc-message> >>> > >>> > <stack-trace><![CDATA[javax.xml.bind.UnmarshalException: unexpected >>> element (uri:"", local:"beans"). Expected elements are >>> <{http://docs.oasis-open.org/wsrf/bf-2}BaseFault>,<{http://docs.oasis- >>> open.org/wsn/b-2}ConsumerReference>,<{http://docs.oasis-open.org/wsn/b >>> r- >>> 2}ConsumerReference>,<{http://docs.oasis-open.org/wsn/b- >>> 2}CreatePullPoint>,<{http://docs.oasis-open.org/wsn/b- >>> 2}CreatePullPointResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}CreationTime>,<{http://docs.oasis-open.org/wsn/br- >>> 2}CreationTime>,<{http://docs.oasis-open.org/wsn/b- >>> 2}CurrentTime>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}Delete>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}DeleteResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}DeleteResourcePropertiesRequestFailedFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}DeleteResourcePropertiesResponse>,<{http://docs.oas >>> is- >>> open.org/wsn/br-2}Demand>,<{http://docs.oasis-open.org/wsn/b- >>> 2}DestroyPullPoint>,<{http://docs.oasis-open.org/wsn/b- >>> 2}DestroyPullPointResponse>,<{http://docs.oasis-open.org/wsn/br- >>> 2}DestroyRegistration>,<{http://docs.oasis-open.org/wsn/br- >>> 2}DestroyRegistrationResponse>,<{http://www.w3.org/2005/08/addressing} >>> Endp >>> ointReference>,<{}Exception>,<{}Fault>,<{http://docs.oasis-open.org/ws >>> ointReference>n/b- >>> 2}Filter>,<{http://docs.oasis-open.org/wsn/b- >>> 2}FixedTopicSet>,<{http://docs.oasis-open.org/wsn/b- >>> 2}GetCurrentMessage>,<{http://docs.oasis-open.org/wsn/b- >>> 2}GetCurrentMessageResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}GetMessages>,<{http://docs.oasis-open.org/wsn/b- >>> 2}GetMessagesResponse>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}GetMultipleResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}GetMultipleResourcePropertiesResponse>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}GetResourceProperty>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}GetResourcePropertyDocument>,<{http://docs.oasis- >>> open.org/wsrf/rp- >>> 2}GetResourcePropertyDocumentResponse>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}GetResourcePropertyResponse>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}Insert>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}InsertResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}InsertResourcePropertiesRequestFailedFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}InsertResourcePropertiesResponse>,<{http://docs.oas >>> is- >>> open.org/wsn/b-2}InvalidFilterFault>,<{http://docs.oasis-open.org/wsn/ >>> b- >>> 2}InvalidMessageContentExpressionFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}InvalidModificationFault>,<{http://docs.oasis- >>> open.org/wsn/b- >>> 2}InvalidProducerPropertiesExpressionFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}InvalidQueryExpressionFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}InvalidResourcePropertyQNameFault>,<{http://docs.oa >>> sis- >>> open.org/wsn/b-2}InvalidTopicExpressionFault>,<{http://docs.oasis- >>> open.org/wsn/b-2}MessageContent>,<{http://docs.oasis-open.org/wsn/b- >>> 2}MultipleTopicsSpecifiedFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}NoCurrentMessageOnTopicFault>,<{http://docs.oasis-open.org/wsn/br- >>> 2}NotificationBrokerRP>,<{http://docs.oasis-open.org/wsn/b- >>> 2}NotificationMessage>,<{http://docs.oasis-open.org/wsn/b- >>> 2}NotificationProducerRP>,<{http://docs.oasis-open.org/wsn/b- >>> 2}Notify>,<{http://docs.oasis-open.org/wsn/b- >>> 2}NotifyMessageNotSupportedFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}PauseFailedFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}PauseSubscription>,<{http://docs.oasis-open.org/wsn/b- >>> 2}PauseSubscriptionResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}ProducerProperties>,<{http://docs.oasis-open.org/wsn/b- >>> 2}ProducerReference>,<{http://docs.oasis-open.org/wsn/br- >>> 2}PublisherReference>,<{http://docs.oasis-open.org/wsn/br- >>> 2}PublisherRegistrationFailedFault>,<{http://docs.oasis-open.org/wsn/b >>> r- >>> 2}PublisherRegistrationRP>,<{http://docs.oasis-open.org/wsn/br- >>> 2}PublisherRegistrationRejectedFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}PutResourcePropertyDocument>,<{http://docs.oasis- >>> open.org/wsrf/rp- >>> 2}PutResourcePropertyDocumentResponse>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}QueryEvaluationErrorFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}QueryExpression>,<{http://docs.oasis-open.org/wsrf/ >>> rp- >>> 2}QueryExpressionDialect>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}QueryExpressionRPDocument>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}QueryResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}QueryResourcePropertiesResponse>,<{http://docs.oasis-open.org/wsn/br >>> - >>> 2}RegisterPublisher>,<{http://docs.oasis-open.org/wsn/br- >>> 2}RegisterPublisherResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}Renew>,<{http://docs.oasis-open.org/wsn/b- >>> 2}RenewResponse>,<{http://docs.oasis-open.org/wsn/br- >>> 2}RequiresRegistration>,<{http://docs.oasis-open.org/wsn/br- >>> 2}ResourceNotDestroyedFault>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}ResourcePropertyValueChangeNotification>,<{http://docs.oasis- >>> open.org/wsn/b-2}ResumeFailedFault>,<{http://docs.oasis-open.org/wsn/b >>> - >>> 2}ResumeSubscription>,<{http://docs.oasis-open.org/wsn/b- >>> 2}ResumeSubscriptionResponse>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}SetResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}SetResourcePropertiesResponse>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}SetResourcePropertyRequestFailedFault>,<{http://docs.oasis- >>> open.org/wsn/b-2}Subscribe>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscribeCreationFailedFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscribeResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscriptionManagerRP>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscriptionPolicy>,<{http://docs.oasis-open.org/wsn/b- >>> 2}SubscriptionReference>,<{http://docs.oasis-open.org/wsn/b- >>> 2}TerminationTime>,<{http://docs.oasis-open.org/wsn/b- >>> 2}Topic>,<{http://docs.oasis-open.org/wsn/br-2}Topic>,<{http://docs.oa >>> sis- >>> open.org/wsn/b-2}TopicExpression>,<{http://docs.oasis-open.org/wsn/b- >>> 2}TopicExpressionDialect>,<{http://docs.oasis-open.org/wsn/b- >>> 2}TopicExpressionDialectUnknownFault>,<{http://docs.oasis-open.org/wsn >>> /t- >>> 1}TopicNamespace>,<{http://docs.oasis-open.org/wsn/b- >>> 2}TopicNotSupportedFault>,<{http://docs.oasis-open.org/wsn/t- >>> 1}TopicSet>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnableToCreatePullPointFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnableToDestroyPullPointFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnableToDestroySubscriptionFault>,<{http://docs.oasis-open.org/wsn/b >>> - >>> 2}UnableToGetMessagesFault>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}UnableToModifyResourcePropertyFault>,<{http://docs.oasis- >>> open.org/wsrf/rp- >>> 2}UnableToPutResourcePropertyDocumentFault>,<{http://docs.oasis- >>> open.org/wsn/b- >>> 2}UnacceptableInitialTerminationTimeFault>,<{http://docs.oasis- >>> open.org/wsn/b-2}UnacceptableTerminationTimeFault>,<{http://docs.oasis >>> - >>> open.org/wsrf/rp- >>> 2}UnknownQueryExpressionDialectFault>,<{http://docs.oasis-open.org/wsn >>> /b- >>> 2}UnrecognizedPolicyRequestFault>,<{http://docs.oasis-open.org/wsn/b- >>> 2}Unsubscribe>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnsubscribeResponse>,<{http://docs.oasis-open.org/wsn/b- >>> 2}UnsupportedPolicyRequestFault>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}Update>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}UpdateResourceProperties>,<{http://docs.oasis-open.org/wsrf/rp- >>> 2}UpdateResourcePropertiesRequestFailedFault>,<{http://docs.oasis- >>> open.org/wsrf/rp-2}UpdateResourcePropertiesResponse>,<{http://docs.oas >>> is- >>> open.org/wsn/b-2}UseRaw> >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEv >>> ent( >>> UnmarshallingContext.java:603) >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.jav >>> a:24 >>> 4) >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.jav >>> a:23 >>> 9) >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportUnexpectedChildE >>> leme >>> nt(Loader.java:116) >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultR >>> ootL >>> oader.childElement(UnmarshallingContext.java:1009) >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext._startEl >>> emen >>> t(UnmarshallingContext.java:446) >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.startEle >>> ment >>> (UnmarshallingContext.java:427) >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector.startElement(SAX >>> Conn >>> ector.java:137) >>> > at >>> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElem >>> ent( >>> AbstractSAXParser.java:537) >>> > at >>> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanS >>> tart >>> Element(XMLNSDocumentScannerImpl.java:414) >>> > at >>> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSCon >>> tent >>> Driver.scanRootElementHook(XMLNSDocumentScannerImpl.java:640) >>> > at >>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl >>> $Fra >>> gmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3117) >>> > at >>> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologD >>> rive >>> r.next(XMLDocumentScannerImpl.java:936) >>> > at >>> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XM >>> LDoc >>> umentScannerImpl.java:662) >>> > at >>> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next( >>> XMLN >>> SDocumentScannerImpl.java:154) >>> > at >>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl >>> .sca >>> nDocument(XMLDocumentFragmentScannerImpl.java:525) >>> > at >>> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XM >>> L11C >>> onfiguration.java:844) >>> > at >>> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XM >>> L11C >>> onfiguration.java:773) >>> > at >>> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java: >>> 155) >>> > at >>> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Abs >>> trac >>> tSAXParser.java:1241) >>> > at >>> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.pa >>> rse( >>> SAXParserImpl.java:558) >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(U >>> nmar >>> shallerImpl.java:211) >>> > at >>> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(Un >>> mars >>> hallerImpl.java:184) >>> > at >>> javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnma >>> rsha >>> llerImpl.java:184) >>> > at >>> javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnma >>> rsha >>> llerImpl.java:238) >>> > at >>> org.apache.servicemix.wsn.component.WSNDeployer.createEndpoint(WSNDepl >>> oyer >>> .java:91) >>> > at >>> org.apache.servicemix.wsn.component.WSNDeployer.deploy(WSNDeployer.jav >>> a:77 >>> ) >>> > at >>> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServi >>> ceUn >>> itManager.java:88) >>> > at >>> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseService >>> Unit >>> Manager.java:69) >>> > at >>> org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(Se >>> rvic >>> eUnitImpl.java:100) >>> > at >>> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deplo >>> ySUs >>> (ServiceAssemblyInstaller.java:204) >>> > at >>> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.insta >>> ll(S >>> erviceAssemblyInstaller.java:85) >>> > at >>> org.apache.servicemix.jbi.deployer.impl.DeploymentService.deploy(Deplo >>> ymen >>> tService.java:95) >>> > at >>> org.apache.servicemix.jbi.deployer.impl.AdminCommandsImpl.deployServic >>> eAss >>> embly(AdminCommandsImpl.java:179) >>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> > Method) >>> > at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: >>> 39) >>> > at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess >>> orIm >>> pl.java:25) >>> > at java.lang.reflect.Method.invoke(Method.java:597) >>> > at >>> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBe >>> anIn >>> trospector.java:93) >>> > at >>> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBe >>> anIn >>> trospector.java:27) >>> > at >>> com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.ja >>> va:2 >>> 08) >>> > at >>> com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120) >>> > at >>> com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262) >>> > at >>> > javax.management.StandardMBean.invoke(StandardMBean.java:391) >>> > at >>> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMB >>> eanS >>> erverInterceptor.java:836) >>> > at >>> com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectio >>> nImp >>> l.java:1426) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnection >>> Impl >>> .java:72) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run( >>> RMIC >>> onnectionImpl.java:1264) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RM >>> ICon >>> nectionImpl.java:1366) >>> > at >>> javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl >>> .jav >>> a:788) >>> > at sun.reflect.GeneratedMethodAccessor101.invoke(Unknown >>> > Source) >>> > at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess >>> orIm >>> pl.java:25) >>> > at java.lang.reflect.Method.invoke(Method.java:597) >>> > at >>> sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305) >>> > at sun.rmi.transport.Transport$1.run(Transport.java:159) >>> > at >>> > sun.rmi.transport.Transport.serviceCall(Transport.java:155) >>> > at >>> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:53 >>> 5) >>> > at >>> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport >>> .jav >>> a:790) >>> > at >>> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport. >>> java >>> :649) >>> > at >>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor. >>> java:885) >>> > at >>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. >>> java >>> :907) >>> > at java.lang.Thread.run(Thread.java:619) >>> > ]]]]><![CDATA[></stack-trace> >>> > </msg-loc-info> >>> > </exception-info> >>> > </task-result-details> >>> > </component-task-result-details> </component-task-result> >>> > at >>> org.apache.servicemix.common.ManagementSupport.failure(ManagementSuppo >>> rt.j >>> ava:46) >>> > at >>> org.apache.servicemix.common.AbstractDeployer.failure(AbstractDeployer >>> .jav >>> a:43) >>> > at >>> org.apache.servicemix.wsn.component.WSNDeployer.createEndpoint(WSNDepl >>> oyer >>> .java:93) >>> > at >>> org.apache.servicemix.wsn.component.WSNDeployer.deploy(WSNDeployer.jav >>> a:77 >>> ) >>> > at >>> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServi >>> ceUn >>> itManager.java:88) >>> > at >>> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseService >>> Unit >>> Manager.java:69) >>> > at >>> org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(Se >>> rvic >>> eUnitImpl.java:100) >>> > at >>> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deplo >>> ySUs >>> (ServiceAssemblyInstaller.java:204) >>> > ... 32 more >>> > ]]></stack-trace> >>> > </exception-info> >>> > </task-result-details> >>> > </frmwk-task-result-details> >>> > </frmwk-task-result> >>> > </jbi-task-result> >>> > </jbi-task> >>> > >>> > [INFO] >>> > ----------------------------------------------------------------- >>> ------- >>> > [INFO] For more information, run Maven with the -e switch [INFO] >>> > ------- >>> ----------------------------------------------------------------- >>> > [INFO] Total time: 8 seconds >>> > [INFO] Finished at: Thu Aug 13 17:17:28 BST 2009 [INFO] Final Memory: >>> 34M/64M [INFO] >>> ----------------------------------------------------------- >>> ------------ >>> > >> > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
