RE: Constructor Deadlock

2002-07-12 Thread Adam Moore
: 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

RE: Constructor Deadlock

2002-07-11 Thread Adam Moore
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:

Constructor Deadlock

2002-07-09 Thread Adam Moore
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