This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 164798

Summary: Unable to call EJB from servlet`
Product: javaee Reporter: Michal Mocnak <mmocnak>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot

Description Michal Mocnak 2009-05-08 20:01:57 UTC
Found in nb6.7 build #200905080201

1. create a new maven enterprise application (ejb and war included)
2. create session bean (business method included)
3. create servlet
4. try to call session bean from servlet

==> It's not possible due to the ejb module is not in the same ear as ejb -> it's not true they are. See attached screenshot
Comment 1 Michal Mocnak 2009-05-08 20:03:17 UTC
Created attachment 81831 [details]
Screenshot
Comment 2 Milos Kleint 2009-05-15 14:03:55 UTC
http://hg.netbeans.org/main/rev/5022e6103bb8
Comment 3 Quality Engineering 2009-05-16 08:59:55 UTC
Integrated into 'main-golden', will be available in build *200905160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5022e6103bb8
User: Milos Kleint <mkleint@netbeans.org>
Log: #164798 establish link between ear and it's modules even none is compiled/in the repository yet..
Comment 4 Michal Mocnak 2009-05-20 14:23:35 UTC
Verified