what is the content of your tomcat console and/or muse.log? that will help us determine what the error is. if there's no error/stacktrace, try a SOAP monitor to get what Axis2 is sending back.
Dan "José Antonio Sánchez" <[EMAIL PROTECTED]> wrote on 11/17/2006 11:59:35 AM: > I'm testing a notification producer from a Java program. As I'm not > using a web service, I create a subscription with an unreachable > address and then I execute some actions. When they are over, I try to > get the last notification with a getCurrentMessage() invocation but I > get an error 500. I can invoke all the other operations like subscribe > and getTopicSet but I cannot invoke the getCurrentMessage operation. > This operation doesn't even get delivered to the service because if > executed on an uninitialized resource type, it does not triggers its > initialization as other operations does. > In the services.xml file I have this for the resource: > > <service name="Execution"> > <parameter locked="false" > name="ServiceClass">org.apache.muse.core.platform.axis2.AxisIsolationLayer</parameter> > <operation name="handleRequest"> > <messageReceiver > class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/> > <actionMapping>http://docs.oasis-open. > org/wsrf/rlw-2/ImmediateResourceTermination/DestroyRequest</actionMapping> > <actionMapping>http://schemas.xmlsoap. > org/ws/2004/09/mex/GetMetadata</actionMapping> > <actionMapping>http://docs.oasis-open. > org/wsrf/rpw-2/SetResourceProperties/SetResourcePropertiesRequest</actionMapping> > <actionMapping>http://docs.oasis-open. > org/wsrf/rpw-2/QueryResourceProperties/QueryResourcePropertiesRequest</actionMapping> > <actionMapping>http://docs.oasis-open. > org/wsrf/rlw-2/ScheduledResourceTermination/SetTerminationTimeRequest</actionMapping> > <actionMapping>http://docs.oasis-open. > org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyRequest</actionMapping> > <actionMapping>http://docs.oasis-open. > org/wsrf/rpw-2/GetMultipleResourceProperties/GetMultipleResourcePropertiesRequest</actionMapping> > <actionMapping>http://docs.oasis-open. > org/wsrf/rpw-2/GetResourcePropertyDocument/GetResourcePropertyDocumentRequest</actionMapping> > <actionMapping>http://docs.oasis-open. > org/wsn/bw-2/NotificationProducer/GetCurrentMessageRequest</actionMapping> > <actionMapping>http://docs.oasis-open. > org/wsn/bw-2/NotificationProducer/SubscribeRequest</actionMapping> > </operation> > </service> > > > > -- > Saludos. > José Antonio Sánchez > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
