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

Bug 368749

Summary: Allow to change the default package for interfaces when creating new session EJBs
Product: [WebTools] WTP EJB Tools Reporter: Roberto Sanchez Herrera <shr31223>
Component: jst.ejbAssignee: Roberto Sanchez Herrera <shr31223>
Status: RESOLVED FIXED QA Contact: Kaloyan Raev <kaloyan>
Severity: normal    
Priority: P3 CC: cbridgha, ccc
Version: 3.2.5PFlags: cbridgha: review+
Target Milestone: 3.2.5 P   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 368506, 368737    
Bug Blocks:    
Attachments:
Description Flags
Proposed patch none

Description Roberto Sanchez Herrera CLA 2012-01-16 12:49:18 EST
Bug to backport fix to 3.2.5 P

+++ This bug was initially created as a clone of Bug #368506 +++

An adopter is requesting a way to change the default package used for interfaces when creating new session EJBs. 

Currently, if the ejb class is com.test.Bean1, the local interface will be com.test.Bean1Local. We need a way to change the default package so the package for the interfaces is different from the package for the bean class.

Is jst.ejb the right component for this change?
Comment 1 Roberto Sanchez Herrera CLA 2012-01-16 14:59:19 EST
Created attachment 209586 [details]
Proposed patch

Note: In order to apply this patch, you have to apply the patch in bug 368737 first.
Comment 2 Roberto Sanchez Herrera CLA 2012-01-20 13:01:54 EST
Code committed and released to R3_2_5_patches. Resolving bug.
Comment 3 Roberto Sanchez Herrera CLA 2012-01-20 13:02:20 EST
Resolving