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

Sure, sorry about that. This is the Header that is send by JBoss

<env:Header>
<wscoor:CoordinationContext env:mustUnderstand='1' 
xmlns:wscoor='http://schemas.xmlsoap.org/ws/2004/10/wscoor' 
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<wscoor:Identifier 
xmlns:wscoor='http://schemas.xmlsoap.org/ws/2004/10/wscoor'>urn:-3f57fe6f:cd0:47597c42:2</wscoor:Identifier>
<wscoor:CoordinationType 
xmlns:wscoor='http://schemas.xmlsoap.org/ws/2004/10/wscoor'>http://schemas.xmlsoap.org/ws/2004/10/wsat</wscoor:CoordinationType>
<wscoor:RegistrationService 
xmlns:wscoor='http://schemas.xmlsoap.org/ws/2004/10/wscoor'>
<wsa:Address 
xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing'>http://sal:11865/xts/soap/RegistrationCoordinator</wsa:Address>
<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>
</wscoor:RegistrationService>
</wscoor:CoordinationContext>
</env:Header>

On the server side there is no Header send, just a SOAPFault:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.lang.RuntimeException: 
java.lang.NullPointerException</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/";>sal</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

So I hope I am not wrong but I think that the problem is that the server 
(Kandula) can't use the information in the Context to register an participant 
with the coordinator.

THX
- Dominik
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

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

Reply via email to