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
props.get( "myoption" ); Grab either the latest code or tonight's build. -Dug Uzay Takaoglu <[EMAIL PROTECTED]> on 07/09/2001 01:51:14 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: setting init parms

setting init parms for non-EJB java service

2001-07-09 Thread Uzay Takaoglu
Hi All, I'm using SOAP 2.2 on Linux. Is it possible to pass set of init paramters to a non-EJB SOAP java component? E.g. Just like servlets passing a config instance to init() method. The sample for the EJB service deployment descriptor contains , can we use the same thing for non-EJB ja