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

Key: EJBTHREE-967
Type: Bug Bug
Status: Closed Closed
Resolution: Done
Priority: Major Major
Assignee: Carlo de Wolf
Reporter: Carlo de Wolf
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
EJB 3.0

Injection of ORB doesn't work (EJB3 16.13)

Created: 16/May/07 11:47 AM   Updated: 08/Feb/08 02:50 AM
Component/s: None
Affects Version/s: AS 4.2.0 GA
Fix Version/s: AS 5.0.0.Beta3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Dependency
 
This issue is a dependency of:
JBPAPP-618 EJBTHREE-967: Injection of ORB doesn'... Major Open
Duplicate
 
This issue is duplicated by:
EJBTHREE-1153 Client container needs an java:comp/O... Major Open


 Description  « Hide
The following code doesn't work, because the orb variable will not get injected.

@Resource ORB orb;
public void method(...) {
     ...
     // Get the POA to use when creating object references.
     POA rootPOA = (POA)orb.resolve_initial_references("RootPOA");
     ...
}


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
There are no comments yet on this issue.