Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368749 - Allow to change the default package for interfaces when creating new session EJBs
Summary: Allow to change the default package for interfaces when creating new session ...
Status: RESOLVED FIXED
Alias: None
Product: WTP EJB Tools
Classification: WebTools
Component: jst.ejb (show other bugs)
Version: 3.2.5P   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2.5 P   Edit
Assignee: Roberto Sanchez Herrera CLA
QA Contact: Kaloyan Raev CLA
URL:
Whiteboard:
Keywords:
Depends on: 368506 368737
Blocks:
  Show dependency tree
 
Reported: 2012-01-16 12:49 EST by Roberto Sanchez Herrera CLA
Modified: 2012-01-20 13:02 EST (History)
2 users (show)

See Also:
cbridgha: review+


Attachments
Proposed patch (10.18 KB, patch)
2012-01-16 14:59 EST, Roberto Sanchez Herrera CLA
no flags Details | Diff

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