RE: setting init parms for non-EJB java service

2001-07-24 Thread Uzay Takaoglu
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.

RE: setting init parms for non-EJB java service

2001-07-18 Thread Uzay Takaoglu
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

Re: setting init parms for non-EJB java service

2001-07-09 Thread Doug Davis
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