Hi,
I just installed the Lomboz Pugin for Eclipse and got stucked while
following the tusc tutorial
(http://www.tusc.com.au/tutorial/html/chap1.html)
It worked all great until i should generate the required interfaces,
helper classes and files related to deployment. The ejbsrc folder is
created but without any content. Also no new files are created in
"MyBean/META-INF".
I compiled it with ant in the comand-line, which worked without
problem.
It was also no problem to start the JBOSS from within Eclipse, but i
was again not able to deploy anything....
I'm not sure if there is something wrong with eclipe and ant or if the
problem is caused by lomboz.
I'm using Eclipse 2.1.2, Lomboz 2.1.2 and JBoss 3.2.3
thanks for your help
ben
Tristan Keen - 09 Jan 2004 23:43 GMT
[This followup was posted to comp.lang.java.softwaretools and a copy was
sent to the cited author.]
> Hi,
>
[quoted text clipped - 19 lines]
> thanks for your help
> ben
I've almost finished the same tutorial with the same program versions
on a jdk 1.4.2 Win2K box, but it worked for me. Have you double checked
all the Lomboz installation stuff (from their install guide)? Have you
added the bean to the module (the "Add to Module" context menu item)
before generating EJB sources for that module? Have you changed some of
the packages but forgotten to change all the references?
Once you're past that stage you'll find that XDoclet (Lomboz uses this
to generate the java files) has a couple of bugs - still in the latest
release AFAIK. The one noted in the tutorial can be fixed by following
http://www.amitysolutions.com.au/documents/XDocletChange-technote.pdf &
using a slightly different tag from the tutorial.
Another occurs during the SessionStateBean example - it gets the
generated ejbCreate param list wrong in the LocalHome interface. I
didn't get round to fixing XDoclet for that as the bean isn't used in
later chapters.
Tristan.