users@glassfish.java.net

Re: Threading problem during Ejb service invocation

From: <glassfish_at_javadesktop.org>
Date: Thu, 25 Jun 2009 07:21:32 PDT

Also, when this exception occurs,

the values of private variables in com.sun.enterprise.jbi.serviceengine.bridge.transport.JBITransportPipe

    private URL wsdlLocation;
    private QName service;
    private WSDLPort wsdlPort;

are all null and the runtime exception is because the wsdlPort passed as an parameter to

com.sun.xml.ws.api.message.Message.getOperation(Message.java:281)

is null.

But I have no clue to why, after clone, the Pipe instance gets it variables set to null.
[Message sent by forum member 'balsmn' (balsmn)]

http://forums.java.net/jive/thread.jspa?messageID=352947