:
else if (scopeLock == serviceProvider) {
context.setAttribute (targetID, targetObject);
}
Adam Moore
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Donnerstag, 11. Juli 2002 17:25
To: [EMAIL PROTECTED]
Subject: Re: Constructor
scopeLock = context;
}
With:
else if (scope == DeploymentDescriptor.SCOPE_APPLICATION) {
scopeLock = Class.forName(className);
}
-Original Message-----
From: Adam Moore [mailto:[EMAIL PROTECTED]]
Sent: Dienstag, 9. Juli 2002 17:36
To:
I have a class that implements a SOAP service. In the constructor of
that class, I want to make a SOAP call (using the Apache "Call" class)
to a different service that is running in the same JVM, and everything
hangs. Looking with jdb, it appears that the call is awaiting the
response from the d