Re: axis2 and ejbs

2008-03-13 Thread Laxma
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]
> >
> >
>


Re: axis2 and ejbs

2008-03-13 Thread Laxma
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]
>
>


axis2 and ejbs

2008-03-12 Thread Laxma
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


building a axiom archive - aar file - bundling multiple services into one aar file

2008-03-11 Thread Laxma
Hi,
Is it possible to bundle multiple services into one service archive aar
file.
If so can you please share the details as to how that can be accomplished.

thanks
Laxma


Help getting started with axis

2008-03-10 Thread Laxma
Hi,
I am beginning to delve into axis web services. Planning on using ( WSAD or
Eclipse for development)

Could you please share one of the practical services that any of you have
developed ( that includes some kind of database access). What IDE have you
used? Do you use ant script package into .aar archive?
One of the questions I have is can we invoke session ejbs from axis web
service? In that case do we need to package the whole thing as ear or aar
for deployment. If axis recognises only aar archive as services. will it
recognise the ear , if the services are in a ear

Any help would be greatly appreciated.  ( I am reading the axis user's guide
on apache site) Please suggest some reading  material specific to using axis
web services.

thanks
Laxma


Re: AXIS2 1.3 Response Problem

2008-03-10 Thread Laxma
Sorry for posting my request for help to this thread by mistake. My bad.

thanks
Laxma

On Mon, Mar 10, 2008 at 7:08 AM, Laxma <[EMAIL PROTECTED]> wrote:

> Hi,
> I am beginning to delve into axis web services. Planning on using ( WSAD
> or Eclipse for development)
>
> Could you please share one of the practical services that any of you have
> developed ( that includes some kind of database access). What IDE have you
> used? Do you use ant script package into .aar archive?
> One of the questions I have is can we invoke session ejbs from axis web
> service? In that case do we need to package the whole thing as ear or aar
> for deployment. If axis recognises only aar archive as services. will it
> recognise the ear , if the services are in a ear
>
> Any help would be greatly appreciated.  ( I am reading the axis user's
> guide on apache site) Please suggest some reading  material specific to
> using axis web services.
>
> thanks
> Laxma
>
>
>
>
>
> On Mon, Mar 10, 2008 at 1:58 AM, saroj samal <[EMAIL PROTECTED]>
> wrote:
>
> > Dear Michele,
> >
> >   I have developed 6 services having different EPR.
> > Each service has one operation. I have deployed same
> > services with a single sing application with AXIS2
> > 1.3.
> >
> > My web server is Sun One Web Server 6.1. (no https
> > port)
> > JDK version is 1.6.
> >
> >
> > According to our client feedback the response of all
> > service are taking 30 to 40 secs after certain period
> > or certain no of hits. After getting complain i am
> > restarting the web server. It solves the problem.
> > After that the response time is 2 to 6 sec only.
> >
> > We are getting 200 request per a day for all services.
> > I am not sure here it is a problem of web server or
> > any configuration required for AXIS2.
> >
> > if any thing more you want, please clarify me.
> >
> > Regards
> >
> > Saroj
> >
> >
> > --- Michele Mazzucco <[EMAIL PROTECTED]>
> > wrote:
> >
> > >
> > > On 7 Mar 2008, at 12:29, saroj samal wrote:
> > >
> > > > Pelase suggest me.
> > >
> > > Please provide more details.
> > >
> > > Michele
> > >
> > >
> > >
> > -
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> >
> >  
> > 
> > Be a better friend, newshound, and
> > know-it-all with Yahoo! Mobile.  Try it now.
> > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>


Re: AXIS2 1.3 Response Problem

2008-03-10 Thread Laxma
Hi,
I am beginning to delve into axis web services. Planning on using ( WSAD or
Eclipse for development)

Could you please share one of the practical services that any of you have
developed ( that includes some kind of database access). What IDE have you
used? Do you use ant script package into .aar archive?
One of the questions I have is can we invoke session ejbs from axis web
service? In that case do we need to package the whole thing as ear or aar
for deployment. If axis recognises only aar archive as services. will it
recognise the ear , if the services are in a ear

Any help would be greatly appreciated.  ( I am reading the axis user's guide
on apache site) Please suggest some reading  material specific to using axis
web services.

thanks
Laxma




On Mon, Mar 10, 2008 at 1:58 AM, saroj samal <[EMAIL PROTECTED]>
wrote:

> Dear Michele,
>
>   I have developed 6 services having different EPR.
> Each service has one operation. I have deployed same
> services with a single sing application with AXIS2
> 1.3.
>
> My web server is Sun One Web Server 6.1. (no https
> port)
> JDK version is 1.6.
>
>
> According to our client feedback the response of all
> service are taking 30 to 40 secs after certain period
> or certain no of hits. After getting complain i am
> restarting the web server. It solves the problem.
> After that the response time is 2 to 6 sec only.
>
> We are getting 200 request per a day for all services.
> I am not sure here it is a problem of web server or
> any configuration required for AXIS2.
>
> if any thing more you want, please clarify me.
>
> Regards
>
> Saroj
>
>
> --- Michele Mazzucco <[EMAIL PROTECTED]>
> wrote:
>
> >
> > On 7 Mar 2008, at 12:29, saroj samal wrote:
> >
> > > Pelase suggest me.
> >
> > Please provide more details.
> >
> > Michele
> >
> >
> >
> -
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> >
> >
>
>
>
>
>  
> 
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>