Quoting Dominik Heller <[EMAIL PROTECTED]>: Have you checked your WS-Addressing handler? If the WS-Addressing handler doesn't add the reference properties (because the handler is not properly configured in the .wsdd file on the client/server side) that could be one problem. Another problem is when you have the WS-Addressing handler you need to have a non-NULL soap action in your service description WSDL-- the service you are using to test Kandula with JBoss.
You can download Kandula1 sources and also WS-Addressing sources from SVN. for Kandula1 use: http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1/ -- Dasarath > Hi All, > this is Dominik again with a questian regarding Kandula1. Right now I am > testing the interoperability between Kandula and JBoss. Unfortunately, but > not unexpected, I am getting some Exceptions thrown in the > org.apache.kandula.wscoor.RegistrationPortTypeRPCBindingStub. is there a way > to download the source code somewhere? It is not included in the svn repo and > I didn't find the source code somewhere so far. > > BTW: > the exception thrown by Kandula is listed in the following: > > java.lang.NullPointerException > at > org.apache.kandula.coordinator.RegistrationStub.registerOperation (RegistrationStub.java:56) > at > org.apache.kandula.coordinator.CoordinationContext.register (CoordinationContext.java:145) > at > org.apache.kandula.coordinator.at.AbstractParticipant.register (AbstractParticipant.java:72) > at org.apache.kandula.geronimo.Mediator.<init>(Mediator.java:42) > at org.apache.kandula.geronimo.Bridge.mediate(Bridge.java:71) > at org.apache.kandula.geronimo.TxHandler.invoke(TxHandler.java:65) > at > org.apache.axis.strategies.InvocationStrategy.visit (InvocationStrategy.java:32) > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) > at org.apache.axis.server.AxisServer.invoke(AxisServer.java:249) > at org.apache.axis.transport.http.AxisServlet.doPost (AxisServlet.java:699) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) > at > org.apache.axis.transport.http.AxisServletBase.service (AxisServletBase.java:327) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:269) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:188) > at > org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperValve.java:210) > at > org.apache.catalina.core.StandardContextValve.invoke (StandardContextValve.java:174) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) > at > org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineValve.java:108) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870) > at > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConne ction(Http11BaseProtocol.java:665) > at > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket (PoolTcpEndpoint.java:528) > at > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt (LeaderFollowerWorkerThread.java:81) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run (ThreadPool.java:685) > at java.lang.Thread.run(Unknown Source) > > > Has someone an idea what might causes the problem? So far I guess that there > are some problems with the referenceparameters/referenceproperties in the > context. Any idea someone? > > THX in advance > > Dominik > -- > GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. > Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail > > --------------------------------------------------------------------- > 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]
