Re: [JBoss-user] EJBDoclet

2001-07-02 Thread Konstantin Priblouda
--- Devraj Mukherjee <[EMAIL PROTECTED]> wrote: > I have downloaded EJBDoclet as suggested, can some > one tell me how to use it ? I would start by reading documentation. Short version, you place jars where you like and define ant task for ejbdoclet. Examples are there. After this, you write

RE: [JBoss-user] EJBDoclet

2001-07-02 Thread Alex Radka
Just happened to run across this link... http://www.dreambean.com/projects/ejbdoclet/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Devraj Mukherjee Sent: Monday, July 02, 2001 7:34 AM To: JBoss List Serve Subject: [JBoss-user] EJBDoclet I have downl

RE: [JBoss-user] EJBDoclet

2001-07-02 Thread Pelle Poluha
Study the examples in samples. The idea is that you create a java file containing all bean logics and then the ejbdoclet creates the bean, data, primary key, homeinterface and remoteinterface classes as well the ejb-jar and jboss specific xml:s. You do this by inserting "javadoc" comments in your

RE: [JBoss-user] EJBDoclet

2001-07-02 Thread Konstantin Priblouda
--- Alex Radka <[EMAIL PROTECTED]> wrote: > Just happened to run across this link... > > http://www.dreambean.com/projects/ejbdoclet/ Which is pretty outdated. Just go to: http://www.sourceforge.net/projects/ejbdoclet regards, = Konstantin Priblouda ( ko5tik )Freelance Software deve

RE: [JBoss-user] EJBDoclet examples?

2001-06-18 Thread Vincent Harcq
Hi, The examples are part of 1.1 zip file. An example of build script can be found under CVS: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/ejbdoclet/ejbdocle t/src/build/build_test.xml?rev=1.7&content-type=text/plain and http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ejbdoclet/ejbdo

RE: [JBoss-user] EJBDoclet examples?

2001-06-19 Thread Pelle Poluha
* @ejb:pk-field * @ejb:persistent-field */ public Integer id; ... Any ideas? /Pelle Poluha > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent > Harcq > Sent: den 18 juni 2001 10:29 > To: [EMAIL PROT

Re: [JBoss-user] EJBDoclet examples?

2001-06-19 Thread Fred Loney
; */ > >/** > * @ejb:pk-field > * @ejb:persistent-field > */ > public Integer id; > ... > > Any ideas? > > /Pelle Poluha > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Beh

Re: [JBoss-user] ejbdoclet generated CMP beans passivate/activate and data holder issue

2001-04-24 Thread Rickard Öberg
Raul Nohea Goodness wrote: > I was seeing this problem using EJBDoclet and JBoss a few weeks ago. I > saw the same problem in the code for 0.95. However, i found it was fixed > in the CVS version of EJBDoclet. You should try that. > > Maybe we can get a new numbered release? Indeed. Once the new

Re: [JBoss-user] ejbdoclet generated CMP beans passivate/activate and data holder issue

2001-04-24 Thread Raul Nohea Goodness
> I found out that there is a pretty weird issue with the above combination, > and thought it might be a good idea to share it with those who use ejbdoclet > :) > > scenario: > -deploying an ejbdoclet generated cmp bean > -executing a few finds > -spend a period of inactivity (==bean instances ar

Re: [JBoss-user] ejbdoclet generated CMP beans passivate/activate and data holder issue

2001-04-24 Thread Andrius Juozapaitis
: I was seeing this problem using EJBDoclet and JBoss a few weeks ago. I : saw the same problem in the code for 0.95. However, i found it was fixed : in the CVS version of EJBDoclet. You should try that. : Maybe we can get a new numbered release? good point, I haven't updated my version for quite