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-notification-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.install(ServiceAssemblyInstaller.java:101)
>        at 
> org.apache.servicemix.jbi.deployer.impl.DeploymentService.deploy(DeploymentService.java:95)
>        at 
> org.apache.servicemix.jbi.deployer.impl.AdminCommandsImpl.deployServiceAssembly(AdminCommandsImpl.java:179)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at 
> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
>        at 
> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
>        at 
> com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
>        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(DefaultMBeanServerInterceptor.java:836)
>        at 
> com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
>        at sun.reflect.GeneratedMethodAccessor101.invoke(Unknown
> Source)
>        at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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:535)
>        at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java: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.deploySUs(ServiceAssemblyInstaller.java:210)
>        at 
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.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.oasis-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}EndpointReference>,<{}Exception>,<{}Fault>,<{http://docs.oasis-open.org/wsn/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.oasis-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.oasis-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/br-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.oasis-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.oasis-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/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.oasis-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}EndpointReference>,<{}Exception>,<{}Fault>,<{http://docs.oasis-open.org/wsn/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.oasis-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.oasis-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/br-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.oasis-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.oasis-open.org/wsn/b-2}UseRaw>
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:603)
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:244)
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:239)
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportUnexpectedChildElement(Loader.java:116)
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader.childElement(UnmarshallingContext.java:1009)
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:446)
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:427)
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector.startElement(SAXConnector.java:137)
>        at 
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:537)
>        at 
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:414)
>        at 
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:640)
>        at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3117)
>        at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:936)
>        at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:662)
>        at 
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:154)
>        at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:525)
>        at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:844)
>        at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.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(AbstractSAXParser.java:1241)
>        at 
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:558)
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:211)
>        at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:184)
>        at 
> javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:184)
>        at 
> javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:238)
>        at 
> org.apache.servicemix.wsn.component.WSNDeployer.createEndpoint(WSNDeployer.java:91)
>        at 
> org.apache.servicemix.wsn.component.WSNDeployer.deploy(WSNDeployer.java:77)
>        at 
> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
>        at 
> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>        at 
> org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:100)
>        at 
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:204)
>        at 
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)
>        at 
> org.apache.servicemix.jbi.deployer.impl.DeploymentService.deploy(DeploymentService.java:95)
>        at 
> org.apache.servicemix.jbi.deployer.impl.AdminCommandsImpl.deployServiceAssembly(AdminCommandsImpl.java:179)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at 
> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
>        at 
> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
>        at 
> com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
>        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(DefaultMBeanServerInterceptor.java:836)
>        at 
> com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
>        at 
> javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
>        at sun.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
>        at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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:535)
>        at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java: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(ManagementSupport.java:46)
>        at 
> org.apache.servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43)
>        at 
> org.apache.servicemix.wsn.component.WSNDeployer.createEndpoint(WSNDeployer.java:93)
>        at 
> org.apache.servicemix.wsn.component.WSNDeployer.deploy(WSNDeployer.java:77)
>        at 
> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
>        at 
> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>        at 
> org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:100)
>        at 
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(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] -----------------------------------------------------------------------
>

Reply via email to