Community
Participate
Working Groups
While running the Java EE smoke (http://wiki.eclipse.org/J2EE_Smoke_Test_%28WTP_3.2%29) for WTP 3.2.5 (using M-3.2.5-20110629131648) using JBoss 5, in the section "Create an EJB 2.1 project", if you use MySessionBean as the class name when creating the XDoclet EJB, you will see compilation errors because the interface MySession is not created in the EJB client project, but it is created in the EJB project. Steps to recreate: 1. Follow the steps for the Java EE smoke up to the "Create an EJB 2.1 project" section. 2. Create the EJB project 3. When adding the XDoclet session EJB, use MySessionBean as the class name and finish the wizard.