age-
From: Doug Davis [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 09, 2001 4:29 PM
To: [EMAIL PROTECTED]
Subject: Re: setting init parms for non-EJB java service
I just checked in a change that will add the DeploymentDescriptor object
to the "bag" in the SOAPContext:
dd = cntxt.
g Davis [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 09, 2001 4:29 PM
To: [EMAIL PROTECTED]
Subject: Re: setting init parms for non-EJB java service
I just checked in a change that will add the DeploymentDescriptor object
to the "bag" in the SOAPContext:
dd = cntxt.getProperty(Const
I just checked in a change that will add the DeploymentDescriptor object
to the "bag" in the SOAPContext:
dd = cntxt.getProperty(Constants.BAG_DEPLOYMENTDESCRIPTOR);
Once you have the DD you can query its options:
Hashtableprops = dd.getProps();
String value = (String) props.get( "myo