Solved problems with EJB deployment? [message #79301] |
Wed, 02 March 2005 17:16 |
Eclipse User |
|
|
|
Originally posted by: user.domain.invalid
Hello,
We followed the tutorial Building a Simple EJB Application (at
http://www.eclipse.org/webtools/testtutorials/M2/ejbtutorial /buildingejbs.html)
but we couldn't succeed in generating the stub classes with XDoclet.
We used Eclipse 3.1M5 with j2se1.4.2 and JBoss 3.2.3 on W2kPro.
After some work we succeded by modifying the templates under
<ECLIPSE_HOME> /plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.0.0/ templates/builder
so that the nested <include> elements of the two <fileset> elements in
the task <path id="project.class.path"> be like that:
<include name="**/ant.jar"/>
<include name="**/*.jar"/>
Like that it works great! Compliments to the team!
Ciao
Dario Sestero and Samuele Angioli
|
|
|
Powered by
FUDForum. Page generated in 0.02916 seconds