Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-24 Thread D'Averc
hi sorry for the delay in replying - been busy at work.. apache ant 1.6.5 java jdk 1.5.0_07 also it may help to know that i am developing with the very reasonable jboss ide for eclipse version 2.0.0.beta2 regards D'Averc rapunzel wrote: > > Hi again! > > D'Averc, which Ant version and wh

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-20 Thread rapunzel
Hi again! D'Averc, which Ant version and which JDK are you using within your JBoss IDE? Rapunzel D wrote: > > unfortunately no, rapunzel - i am using xdoclet 1.2.3 and it works just > fine... :o( > also i think it is unlikely that there would be such a basic bug in a > fundamental tag as ejb

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-17 Thread rapunzel
Hey D'Averc! Thanks for your help. Which XDoclet-version are you using? Actually I was using version 1.2.3, now I tried (desperately seeking for a reason why the create-method wasn't generated) version 1.2.2. TADAAA it works... Don't know if it is a bug in the latest XDoclet version perhaps?

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-17 Thread D'Averc
yep - i am using xdoclet 1.2.3. well done in fixing your problem. Also - i recommend XDoclet in Action, by Manning. Very good quick reference and you can buy it online. http://www.manning.com/walls/ blue skies D'Averc rapunzel wrote: > > Hey D'Averc! > > Thanks for your help. > Which XDocle

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-17 Thread D'Averc
Hi - D'Averc here agin - just had a play with my xdoclet environment and added your tags. My environment is JBoss IDE which has an xdoclet engine built in - so it does a lot of the thinking for me.. when i added an ejbcreate method to a bean with your tags in it it generated /**

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-17 Thread D'Averc
Hi - have you tried leavng the main jndi tag out? Putting a local jndi ref in there should be enough because you are specifying view type of local. I am a newbie to xdoclet, but I'd try that first. Thanks, D'Averc. rapunzel wrote: > > Hello! > > I am trying to generate EJB Interfaces with XD

[Xdoclet-user] problem with create-method in local home entity bean

2007-02-13 Thread rapunzel
Hello! I am trying to generate EJB Interfaces with XDoclet. Everything works fine, but the create-Methode in the LocalHomeInterface isn't generated. Here is my EntityBean: (...) /** * BenutzerEJB * * @ejb.bean type="CMP" name="Benutzer" reentrant="false" primkey-field="id" view-type="loc