Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350869 - Creating XDoclet session bean with specific name causes compilation error
Summary: Creating XDoclet session bean with specific name causes compilation error
Status: NEW
Alias: None
Product: WTP EJB Tools
Classification: WebTools
Component: jst.ejb (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jst.ejb CLA
QA Contact: Kaloyan Raev CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-30 13:55 EDT by Roberto Sanchez Herrera CLA
Modified: 2011-06-30 13:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.