History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-7777
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Sascha Weinreuter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Dependent EJB modules cannot be packaged via Manifest Link

Created: 24 Jul 06 16:01   Updated: 12 Sep 08 09:29
Component/s: J2EE.Deployment and Run.Generic
Fix Version/s: Diana 8792

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-12426 Cannot add EJB Module to a WebApplica... Closed

Build: 5,557
Fixed in build: 8,792
Severity: High


 Description  « Hide
The only option in "Ejb Module Settings" -> "Modules and Libraries to Package" for an EJB module is "Include module in build" which results in the output of module B being packaged into module A. Since both modules are to be packed into the same application archive, I just want the modules to be linked via a Manifest entry. The duplicate packaging will also most probably cause classloading problems during runtime (on JBoss at least).

 All   Comments   Work Log   Change History      Sort Order:
Sascha Weinreuter - 02 Oct 07 01:18
If this is not going to be fixed, how are dependent EJB modules supposed to be packaged, so that they actually work?