-
Bug
-
Resolution: Done
-
Major
-
AS 4.2.0 GA
-
None
-
None
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");
...
}
- blocks
-
JBPAPP-618 EJBTHREE-967: Injection of ORB doesn't work (EJB3 16.13).
- Closed
- is duplicated by
-
EJBTHREE-1153 Client container needs an java:comp/ORB binding
- Resolved