]
jaikiran pai updated JBAS-9033:
-------------------------------
Fix Version/s: 7.0.0.Beta2
InvocationContext.getContextData() returns null when used in a
interceptor
--------------------------------------------------------------------------
Key: JBAS-9033
URL:
https://issues.jboss.org/browse/JBAS-9033
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 7.0.0.Beta1
Environment: JBoss AS7 master, JBoss AS 7.0 Beta1
Reporter: jaikiran pai
Assignee: jaikiran pai
Fix For: 7.0.0.Beta2
The javax.interceptor.InvocationContext#getContextData()
http://download.oracle.com/javaee/6/api/javax/interceptor/InvocationConte...
states:
{quote}
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.
{quote}
However when the InvocationContext.getContextData() is used in an interceptor, it returns
null.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: