Re: [Xdoclet-user] XDoclet CRM on JBoss

2004-10-06 Thread Frank Langelage
Don't use package+class-name for target-ejb, use the @ejb.bean name of target here. Carlos Nunes wrote: I need help!!! My configuration is: JBoss 3.2.5, PostgreSQL 7.4 and Eclipse 3 I'm trying make deploy and hapened this error: 11:26:02,361 INFO [EjbModule] Deploying DisciplinaEntity

Re: [Xdoclet-user] ejb-jar.xml generation error with PrimKeyField

2005-08-16 Thread Frank Langelage
Gerrit Grobbelaar wrote: Hi all, Urgent help needed: I get the following error when trying to generate the ejb-jar.xml file: [ejbdoclet] ERROR [main] (XDocletMain.java:54) - Could not find method getSessionId that is supposed to return the PrimKeyField. This can not be because the generated

Re: [Xdoclet-user] Gettign frustrated with JBoss ejb-ref JNDI

2005-08-25 Thread Frank Langelage
Marco Mistroni wrote: * * @ejb.bean * name=Blog * type=CMP * cmp-version=2.x * primkey-field=id * view-type=local * local-jndi-name=blog/BlogLocalHome * * * @ejb.bean * name=BlogFacade * type=Stateless * view-type=remote *

Re: RES: RES: [Xdoclet-user] OutofMemoryError running Ejbdoclet

2006-04-11 Thread Frank Langelage
Setting ANT_OPTS is the right variable to increase the accessible heap. PermGen is not part of the heap. Set ANT_OPTS to -Xmx1024m -XX:MaxPermSize=64m or something like this. Jeff Harmes wrote: Raphael, Nope..that didn't work either. Got the following error: java.lang.OutOfMemoryError:

Re: [Xdoclet-user] Problem with remove()

2006-05-03 Thread Frank Langelage
The generated local interface extends javax.ejb.EJBLocalObject. So the remove method is already there. You don't have to provide it in your entity bean for XDoclet processing. M. Szypke wrote: Hi! I have a problem with CMP Bean: I use XDoclet to generate Local and LocalHome interfaces (and all

Re: [Xdoclet-user] comp_name problem

2006-06-16 Thread Frank Langelage
[EMAIL PROTECTED] wrote: hi all i'm using xdoclet with myeclipse for generating ejb. these are my tags : * @ejb.bean name=RequestDispatcher * display-name=Name for RequestDispatcher * description=Description for RequestDispatcher *

Re: [Xdoclet-user] MDB with EJB 2.0

2007-02-06 Thread Frank Langelage
tayd wrote: Hi, I am currently using EJB2.0 and have recently added a Message Driven Bean to the code base. However, I can't get xdoclet to generate the deployment descriptor for the message driven bean. Note: my code base already has some session beans which generate fine (the template