Hi Deepal,
Thank you very much!
You can specify the service life cycle impl as shown below;
<service name="SampleService3"
class="org.apachecon.us.sample.ServiceLifeCycleImpl">
<description>
This is sample service 3
</description>
</service>
In version 1 we should use this to declare the service class
<parameter name="ServiceClass"
locked="false">org.apachecon.us.sample.ServiceLifeCycleImpl</parameter>
After trying, it seems that both of these should be used, is that?
And it seems also, man must use the java 1.5.
I tested it in java 1.4.2 and got Error when AXIS start to deployment.
or what should I do additional with java 1.4?
Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]