Could you please post the full headers of CreateCoordinationContext message from
the JBoss/client and Kandula-1 response if any.

-- Dasarath

----- Forwarded message from Dominik Heller <[EMAIL PROTECTED]> -----
    Date: Mon, 10 Dec 2007 19:25:52 +0100
    From: Dominik Heller <[EMAIL PROTECTED]>
Reply-To: Dominik Heller <[EMAIL PROTECTED]>
 Subject: Re: Kandula1
      To: Dasarath Weeratunge <[EMAIL PROTECTED]>

Hi Dasarath,
thx for your fast response. The WS Adressing handler on the server side adds the
reference properties as reference 
parameters which are also defined in the
http://schemas.xmlsoap.org/ws/2004/08/addressing schema.

In my scenario the client runs on an JBoss AS and the referenceParameters are
defined as the following:

<wsa:ReferenceParameters
xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing'>
<wsarj:InstanceIdentifier
xmlns:wsarj='http://schemas.arjuna.com/ws/2005/10/wsarj'>-3f57fe6f:cd0:47597c42:2</wsarj:InstanceIdentifier>
</wsa:ReferenceParameters>

Well I thought that it might work but apparently it doesn't. So do you know by
chance if there is an easy way to transform the referenceParameters in a style
Kandula is able to work with? 


THX
-Dominik
-------- Original-Nachricht --------
> Datum: Mon, 10 Dec 2007 10:46:23 -0500
> Von: Dasarath Weeratunge <[EMAIL PROTECTED]>
> An: [email protected]
> Betreff: Re: Kandula1

> 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]

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

----- End forwarded message -----



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to