RE: [Xdoclet-user] Compile Error on generated file

2002-10-02 Thread Ara abrahamian
Hi, Delete the generated files and try again. I think probably you stopped the build while it was outputting that file and the next time you run ejbdoclet the file is uptodate and so there's no need to autogenerate it again. Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:x

[Xdoclet-user] primary key generation

2002-10-02 Thread cheeser
I'm a newb to this so please be gentle. 8^)= I have these tags: * @ejb:persistence column-name="ID" * @ejb:pk-field public abstract long getID(); and it generates the code: public UserPK getPrimaryKey() { UserPK pk = new UserPK(this.getID(),this.getPassword(),this.getNa

[Xdoclet-user] Compile Error on generated file

2002-10-02 Thread Rick Salsa
Hello All, I've just grabbed that latest cvs this morning and I'm trying to compile a test bean. The entity bean I created compiles fine as do the UtilObject and Local files, but the generated LocalHome bean is failing. Here is the error that I'm receiving: xdoclet:ejbdoclet: [ejbdoclet] R

[Xdoclet-user] error with xdoclet cvs

2002-10-02 Thread Emerson Cargnin - SICREDI Serviços
i've got a error when trying to use xdoclet from cvs (btw, it worked with an older version of cvs HEAD): [ejbdoclet] (TemplateEngine.invokeMethod 490 ) Invoking method failed: xdoclet.modules.ejb.home.HomeTagsHandler.extendsFrom, line=10 of template file: jar:file:/home/emersonc/eclip

[Xdoclet-user] Compile Error on generated file

2002-10-02 Thread Rick Salsa
Hello All, I've just grabbed that latest cvs this morning and I'm trying to compile a test bean. The entity bean I created compiles fine as do the UtilObject and Local files, but the generated LocalHome bean is failing. Here is the error that I'm receiving: xdoclet:ejbdoclet: [ejbdoclet]

[Xdoclet-user] Security Tags failing?

2002-10-02 Thread Shaw, Chris
Hi, I'm taking the first steps into XDoclet and security (with JBoss), with security domains in jboss-web.xml and jboss.xml. I find that I cannot create my Local interfaces without adding the following tags to my ejbCreate method * @ejb.create-method * @ejb.permission role-name="myGrou

Re: [Xdoclet-user] Value objects in entity beans considered deprecated

2002-10-02 Thread Dmitri Colebatch
David, yeah, I see your point. again I'm not 100% sure, but I think that value objects do (or at least there's no technical reason why they couldn't) support the requirement you put for pulling part of the cmr's data. However, as you obviously prefer having the value object creation done in a S

[Xdoclet-user] missing "Template How-To"

2002-10-02 Thread Storhaug, Henning
Have you guys written the "template how-to"? It turns up as a dead link in the XDoclet 1.1.2 documentation. I need to write some tags on my own, and a primer would be really helpful. - Henning (Thanks for the cool tool!) --- This sf.net emai

Re: [Xdoclet-user] Value objects in entity beans considered deprecated

2002-10-02 Thread Vincent Harcq
Hi, I agree with Mattias that when an entity bean has been developped, he should not be touched again to create new value objects. The developers of the business logic should come, see the entity and create new VO for their own uses. But I also agree with Dmitri that, to summarise, "wtf", it i