-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution:
Out of Date
-
Affects Version/s: 7.0.0.Beta1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
The javax.interceptor.InvocationContext#getContextData() http://download.oracle.com/javaee/6/api/javax/interceptor/InvocationContext.html#getContextData%28%29 states:
Returns the context data associated with this invocation or lifecycle callback. If there is no context data, an empty Map<String,Object> object will be returned.
However when the InvocationContext.getContextData() is used in an interceptor, it returns null.