Robert,Can the ejbs be packaged into the serviceA.aar file. If have a ejb.jar that has my session bean x and y. Session beans x and y are called in serviceA. Can the ejb.jar be packaged into serviceA.aar . I probably need to build a ear and deploy to app server.
thanks Laxma On Thu, Mar 13, 2008 at 10:14 AM, Laxma <[EMAIL PROTECTED]> wrote: > Thanks for the info. > Laxma > > > > On Thu, Mar 13, 2008 at 8:06 AM, robert lazarski <[EMAIL PROTECTED]> > wrote: > > > http://ws.apache.org/axis2/1_3/ejb-provider.html > > > > There's also nothing stopping you from wrapping EJB calls inside a web > > service - I've done that several times. > > > > HTH, > > Robert > > > > On Wed, Mar 12, 2008 at 5:01 PM, Laxma <[EMAIL PROTECTED]> > > wrote: > > > Hi, > > > Can session ejbs be called from axis2 web services? If so how do you > > bundle > > > the ejb jar file with the service aar file ? > > > Any help and info is appreciated. > > > > > > > > > thanks > > > laxma > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >
