RE: [Xdoclet-user] ejbRemove tags

2003-10-14 Thread Harkness, David
Bruce Ashton once said: > Thanks for the pointer but unfortunately it doesn't seem to > be the whole > of the problem. I'm still not getting a remove(TemplateEntityPK pk) > style method in the home inteface. [I caught the cluetrain towards the bottom, but I'll leave the

Re: [Xdoclet-user] ejbRemove tags

2003-10-14 Thread Bruce Ashton
Thanks for the pointer but unfortunately it doesn't seem to be the whole of the problem. I'm still not getting a remove(TemplateEntityPK pk) style method in the home inteface. Harkness, David wrote: Bruce Ashton once said: [...] I can't generate a valid remove moetho

RE: [Xdoclet-user] ejbRemove tags

2003-10-14 Thread Harkness, David
Bruce Ashton once said: > [...] I can't generate a valid remove moethod in the local home > interface of an entity bean. > > [...] and the method looks like: > > > /** > * Describe ejbRemove method here. * > * @ejb.home-method > */ >

[Xdoclet-user] ejbRemove tags

2003-10-14 Thread Bruce Ashton
Hi all, I suspect I'm missing something really obvious here, but for some reason I can't generate a valid remove moethod in the local home interface of an entity bean. My class header comment has the following tags: * @ejb.bean * name="TemplateEntity" * local-jndi-name="TemplateEnti

Re: [Xdoclet-user] manipulate jndi names

2003-10-14 Thread Erik Hatcher
See how I do this here: http://www.ehatchersolutions.com/JavaDevWithAnt/xdoclet.html On Tuesday, October 14, 2003, at 03:36 AM, Stefan Groschupf wrote: Hi, i wish to use deploy my application multiple times in one jboss. So i wish to have different jndi names. Is there a trick how to use a pr

[Xdoclet-user] manipulate jndi names

2003-10-14 Thread Stefan Groschupf
Hi, i wish to use deploy my application multiple times in one jboss. So i wish to have different jndi names. Is there a trick how to use a pre or sufix for my local jndi names? I wish to manipulate the UtilObjects and the jboss.xml. Thanks for any hints! Stefan ---