Hi
Some weeks ago I successfully developed two services with Muse 2.0.0: a WS-N Producer and a related WS-N Consumer. Yesterday I downloaded Muse 2.1.0 and, after * having substituted the old jars with the new ones * having modified the deployment schema in accordance with the the new Muse 2.1.0 rules (muse.xml, router-entries/, wsdl/ in WEB-INF/classes) * having substituted the old axis2.xml with the new one * having replaced the old .mar files with the new ones in WEB-INF/modules ,the producer still works well (I can make WS-N subscriptions) whereas I got an error when the producer tries to notify an event to the consumer: INFO: There was an error while processing a request: Server returned HTTP response code: 500 for URL: http://localhost:8080/EventBrowser/services/consumer org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien t.java:279) org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien t.java:235) org.apache.muse.ws.notification.remote.NotificationConsumerClient.notify (NotificationConsumerClient.java:95) org.apache.muse.ws.notification.impl.SimpleSubscriptionManager.publish(S impleSubscriptionManager.java:205) org.apache.muse.ws.notification.impl.SimpleNotificationProducer.publish( SimpleNotificationProducer.java:434) com.italtel.X733AlarmProducer.ThreadPublisher.run(ThreadPublisher.java:4 7) To be noted that the consumer service is active in the axis2 framework and that the action used within the notify message is present in WEB-INF/services/muse/META-INF/services.xml, does anybody has an idea about this issue? Thanks Francesco
