Re: [Axis2] obtaining the service class through factory ?

2006-06-21 Thread Deepal Jayasinghe
Axis2 current implementation only support default constructor case , and you have a workaround; - You have to write your own message receiver and use that as your message receiver for your service - And once the message receiver get the request or when it create service impl class , you can create

Re: [Axis2] obtaining the service class through factory ?

2006-06-21 Thread Ajith Ranabahu
Hi, Anyway if you take the workaround it means that you'll be handling the scope by yourself Ajith On 6/21/06, Deepal Jayasinghe [EMAIL PROTECTED] wrote: Axis2 current implementation only support default constructor case , and you have a workaround; - You have to write your own message