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

Key: EJBTHREE-900
Type: Bug Bug
Status: Closed Closed
Resolution: Done
Priority: Critical Critical
Assignee: Carlo de Wolf
Reporter: Carlo de Wolf
Votes: 0
Watchers: 2
Operations

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

Injection of WebServiceContext doesn't work

Created: 01/Mar/07 06:07 AM   Updated: 08/Feb/08 02:45 AM
Component/s: None
Affects Version/s: AS 4.2.0 GA
Fix Version/s: AS 4.2.2.GA

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Dependency
This issue depends:
JBWS-1468 @Resource WebServiceContext for jboss... Critical Resolved
This issue is a dependency of:
JBPAPP-614 EJBTHREE-900: Injection of WebService... Major Open
Duplicate
This issue duplicates:
EJBTHREE-477 Implement @WebServiceRef and <service... Critical Open
 
Related
 
This issue is related to:
EJBTHREE-757 getMessageContext Not Implemented Critical Reopened


 Description  « Hide
Injection of WebServiceContext using the @Resource annotation doesn't work.

The following code in your bean will leave wsCts null and could lead to NullPointerExceptions.

   @Resource
   WebServiceContext wsCtx;


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