RE: [Xdoclet-user] Stateful session bean - client remove

2004-04-23 Thread Fletcher, Peter S
h (Exception ex) {        logger.error("Ooops");    }    }   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fletcher, Peter SSent: Thursday, April 22, 2004 3:55 PMTo: [EMAIL PROTECTED]Subject: [Xdoclet-user] Stateful session

[Xdoclet-user] Stateful session bean - client remove

2004-04-22 Thread Fletcher, Peter S
Title: Stateful session bean - client remove We have a stateful session bean for which our clients obtain a reference by using the Xdoclet generated remote façade.  I haven't figured out how a client can call remove in order to free up the stateful's memory since the remote façade doesn't ha

[Xdoclet-user] stateful session bean

2003-08-14 Thread Melanie Roming
Hi, I have a question about stateful session beans. I wrote a stateful session bean, and the only differences between this bean and my stateless beans are the Xdoclet tag type="Stateful" and the ejbCreate Method, which has a parameter. Xdoclet creates among other things the following Methods:

Re: [Xdoclet-user] stateful session bean

2003-08-14 Thread Melanie Roming
Thanx!! It works! Melanie On 13 Aug 2003, at 23:03, Andrew Stevens wrote: > On Tue, 2003-08-12 at 14:39, Melanie Roming wrote: > > I have a question about stateful session beans. > > I wrote a stateful session bean, and the only > > differences between this bean and my stateless beans > > are

Re: [Xdoclet-user] stateful session bean

2003-08-14 Thread Andrew Stevens
On Tue, 2003-08-12 at 14:39, Melanie Roming wrote: > I have a question about stateful session beans. > I wrote a stateful session bean, and the only > differences between this bean and my stateless beans > are the Xdoclet tag type="Stateful" and the ejbCreate > Method, which has a parameter. Xdocl

Re: [Xdoclet-user] stateful session bean generating as stateless

2002-11-24 Thread Andrew Stevens
A wise old hermit known only as Scott Walters <[EMAIL PROTECTED]> once said: > I looked for an list archive on > sourceforge before I posted but had problems finding it. The page said > that no archive was available yet for this forum. I see it now, though. If/when the SF archive is broken,

Re: [Xdoclet-user] stateful session bean generating as stateless

2002-11-22 Thread Scott Walters
Thanks, that was the problem. I looked for an list archive on sourceforge before I posted but had problems finding it. The page said that no archive was available yet for this forum. I see it now, though. Thanks Scott Andrew Stevens wrote: A wise old hermit known only as Scott Walters <[EMA

Re: [Xdoclet-user] stateful session bean generating as stateless

2002-11-20 Thread Andrew Stevens
A wise old hermit known only as Scott Walters <[EMAIL PROTECTED]> once said: > I have a type="Stateful" tag in my session bean but xdoclet (1.2.0b1) > keeps putting it in the deployment descriptor as stateless. It > regenerates the file every time and always updates it with new methods > so I

[Xdoclet-user] stateful session bean generating as stateless

2002-11-18 Thread Scott Walters
Hi, I have a type="Stateful" tag in my session bean but xdoclet (1.2.0b1) keeps putting it in the deployment descriptor as stateless. It regenerates the file every time and always updates it with new methods so I know the process is working but I must have something wrong somewhere. I've put