I am trying to convert out application from JBoss 3.0.8 to 3.2.2, and when I insert the jboss deploymentdescriptor tag with 3.2 I get some weird errors about "duplicate @ejb.ejb-ref with different parameters"
I have checked the generated files, and there are no duplicate ejb-ref's that I can find. Does anyone have any clue? I've searched the maillist, the bug database and the web in general, with absolutely no luck. /Thomas Top of stackdump: [ejbdoclet] 31756 [main] INFO XDocletMain.start - Running <deploymentdescriptor/> [ejbdoclet] Generating EJB deployment descriptor (ejb-jar.xml). [ejbdoclet] 34221 [main] ERROR EjbRefTagsHandler.forAllEjbRefs - Duplicate @ejb.ejb-ref found with different parameters! [ejbdoclet] 34286 [main] ERROR EjbRefTagsHandler.forAllEjbRefs - Previous tag: @ejb.ejb-ref ref-name="null" ejb-name="Language" view-type="local" [ejbdoclet] 34350 [main] ERROR EjbRefTagsHandler.forAllEjbRefs - Current tag: @ejb.ejb-ref ref-name="null" ejb-name="Language" view-type="local" [ejbdoclet] 34405 [main] ERROR XDocletMain.start - Running XDoclet failed. [ejbdoclet] 34432 [main] ERROR XDocletMain.start - <<Duplicate @ejb.ejb-ref with different parameters>> [ejbdoclet] file:/home/thomas/src/1.2.0/neupart-sa/build.xml:910: XDoclet failed. [ejbdoclet] at xdoclet.DocletTask.start(DocletTask.java:461) [ejbdoclet] at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:95) [ejbdoclet] at org.apache.tools.ant.Task.perform(Task.java:341) [ejbdoclet] at org.apache.tools.ant.Target.execute(Target.java:309) [ejbdoclet] at org.apache.tools.ant.Target.performTasks(Target.java:336) [ejbdoclet] at org.apache.tools.ant.Project.executeTarget(Project.java:1339)[ejbdoclet] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397) [ejbdoclet] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143) [ejbdoclet] at org.apache.tools.ant.Task.perform(Task.java:341) ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
