Community
Participate
Working Groups
Bug to backport fix to WTP 3.2.5 P +++ This bug was initially created as a clone of Bug #369444 +++ When a EJB project and its EJB client jar project have different source folders (e.g. EJB project has ejbModule, client has scr), and a session bean is created, the interfaces are not created in the existing source folder, but a source folder with the same name as the source folder in the EJB project is created, leaving the EJB client project with two source folders. Steps to recreate: 1. Import the attached EAR file. Note that the EJB project has one scource folder: ejbModule, and the client has one source folder: src. Also note that both folders have java files. 2. Create a new session bean, including local and/or remote business interfaces. 3. Note that a new source folder (ejbModule) is created in the client project, instead of using the existing folder. Now, the EJB client project has two different source folders.
Created attachment 210136 [details] Proposed patch
approved
Committed to R3_2_5_patches