Re: AW: AW: [JBoss-user] jboss.net and persistence

2002-09-25 Thread Jason Essington
that scope issue? > > CGJ > > > > -Ursprüngliche Nachricht- > Von: Kevin Conner [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 25. September 2002 11:32 > An: '[EMAIL PROTECTED]' > Betreff: RE: AW: [JBoss-user] jboss.net and persistence > > >

RE: AW: [JBoss-user] jboss.net and persistence

2002-09-25 Thread Kevin Conner
> We have subclassed the Axis EJBProvider to only depend on the > JNDIName (and > the Scope as it seems). That's what I've done but I must admit that I kept it simple and only used the remote interface :-), I haven't added anything for local interfaces. I would need to examine the create metho

AW: AW: [JBoss-user] jboss.net and persistence

2002-09-25 Thread Jung , Dr. Christoph
PROTECTED]] Gesendet: Mittwoch, 25. September 2002 11:32 An: '[EMAIL PROTECTED]' Betreff: RE: AW: [JBoss-user] jboss.net and persistence > >after doing some research (trial and error mostly) it seems > that I also > >need to add: > > > >to the service elem

RE: AW: [JBoss-user] jboss.net and persistence

2002-09-25 Thread Kevin Conner
> >after doing some research (trial and error mostly) it seems > that I also > >need to add: > > > >to the service element of my web-service.xml file to get > jboss.net to > >remember I want to maintain a session. > > Have to recheck that, I´m not sure where the ejb reference is > put b

AW: AW: [JBoss-user] jboss.net and persistence

2002-09-25 Thread Jung , Dr. Christoph
-Ursprüngliche Nachricht- Von: Jason Essington [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 24. September 2002 21:18 An: [EMAIL PROTECTED] Betreff: Re: AW: [JBoss-user] jboss.net and persistence >Actually the client portion is being written in REALbasic and am having >to deve

Re: AW: [JBoss-user] jboss.net and persistence

2002-09-24 Thread Jason Essington
On Wednesday, September 18, 2002, at 12:47 AM, Jung , Dr. Christoph wrote: > Jason, > > Statefulness and web services are somewhat conflicting concepts. yes, I am using it sparingly. For the most part I am accessing stateless session beans, but there are a few instances where I need to acce

AW: [JBoss-user] jboss.net and persistence

2002-09-17 Thread Jung , Dr. Christoph
Jason, Statefulness and web services are somewhat conflicting concepts. Nevertheless, service references are cached by name on a per-session basis in Axis/Jboss.net which means that if you keep a persistent http session with the transport endpoint (e.g., via call.setMaintainSession(true) when u