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

2002-09-25 Thread Jason Essington
The xDoclet template could do that to set the scope to Session (for a stateful session bean), however if there was some call to use the bean with an application it wouldn't work. My solution was to modify the template to accept a scope attribute to the @jboss-net.web-service tag: @jboss-ne

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

2002-09-25 Thread Jung , Dr. Christoph
Kevin, We have subclassed the Axis EJBProvider to only depend on the JNDIName (and the Scope as it seems). Unfortunately, EJBMetaData is only accessible from EJBHome and not from EJBLocalHome (which makes sense when designing an application that just uses in-VM RMI communication and out-VM SOAP

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 develop it