My recommendation is to file a jira asking for an axis2 port of
org.apache.axis.providers.java.EJBprovider . I might be able to take a
look at doing it if its straight forward.

Robert

On 10/11/06, Jesús Daniel Blázquez Carazo <[EMAIL PROTECTED]> wrote:
Hi,

My EJB must be a web service deployed in axis2 but I want to know how to use
the EJB as a web service in axis2.

In the previous axis version it was easy because there was the
org.apache.axis.providers.java.EJBprovider class. This class communicates
read the server-config.wsdd file to get the parameters to communicate with
the EJB. But this new version has a different architecture and this is not
possible. I need an alternative to do the same.

I am retrieving in the code of the EJBProvider class to try do this.

Thanks.

----- Original Message -----
From: "robert lazarski" <[EMAIL PROTECTED]>
To: <axis-dev@ws.apache.org>
Sent: Wednesday, October 11, 2006 2:22 PM
Subject: Re: Invoke a EJB in a axis2 service


> Is your web service a client to an ejb or is the web service an actual
> ejb, ie, 'implements SessionBean' etc ?
>
> Robert
>
> On 10/11/06, Jesús Daniel Blázquez Carazo <[EMAIL PROTECTED]> wrote:
>> Hello.
>>
>> I am migrating the version of my deployed service from axis to axis2. My
>> =
>> problem is the following:
>>
>>  - I need to execute a method of an EJB but i do not know exactly how to
>> =
>> do this.=20
>> My first aproach is to type a new class with the same methods than the =
>> EJB and call the EJB method from this. This class is included in the =
>> final aar file.
>> Here i need to use the interface classes of the EJB but I can not
>>
>> Any idea ?
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ejb, ie, 'implements SessionBean' etc ?
>
> Robert
>
> On 10/11/06, Jesús Daniel Blázquez Carazo <[EMAIL PROTECTED]> wrote:
>> Hello.
>>
>> I am migrating the version of my deployed service from axis to axis2. My
>> =
>> problem is the following:
>>
>>  - I need to execute a method of an EJB but i do not know exactly how to
>> =
>> do this.=20
>> My first aproach is to type a new class with the same methods than the =
>> EJB and call the EJB method from this. This class is included in the =
>> final aar file.
>> Here i need to use the interface classes of the EJB but I can not
>>
>> Any idea ?
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to