Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 350869

Summary: Creating XDoclet session bean with specific name causes compilation error
Product: [WebTools] WTP EJB Tools Reporter: Roberto Sanchez Herrera <shr31223>
Component: jst.ejbAssignee: jst.ejb <jst.ejb-inbox>
Status: NEW --- QA Contact: Kaloyan Raev <kaloyan>
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Roberto Sanchez Herrera CLA 2011-06-30 13:55:55 EDT
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.