[
http://jira.jboss.com/jira/browse/JBSEAM-861?page=comments#action_12353410 ]
Michael Yuan commented on JBSEAM-861:
-------------------------------------
Well, the only difference I can see here is:
This is working:
return new EE5SeamInvocationContext( invocation, eventType, userInterceptors,
getComponent().getInterceptors(type) ).proceed();
This is not working:
return new EE5SeamInvocationContext( invocation, eventType, userInterceptors,
getComponent().getInterceptors(type) )
class not found error javax.interceptor.InvocationContext when
running hibernate2 example on head
-------------------------------------------------------------------------------------------------
Key: JBSEAM-861
URL:
http://jira.jboss.com/jira/browse/JBSEAM-861
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.1.7.GA
Reporter: youngm
Fix For: 1.1.7.GA
class not found error javax.interceptor.InvocationContext when running hibernate2 example
in jboss.
The source of the problem appears to be the addition of "new
EE5SeamInvocationContext" in RootInterceptor:145.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira