[jboss-user] [EJB 3.0] - Re: client interceptor - ejb3-interceptors-aop.xml

ALRubinger do-not-reply at jboss.com
Mon Nov 24 10:52:03 EST 2008


There's not much we can do about Community AS 4.2.x.

In current trunk I see your problem:

10:47:58,654 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
  | 
  | StatelessSessionClientInterceptors
  |  -> StatelessSessionClientInterceptors$4{Configured:Instantiated}
  | 
  | StatelessSessionClientInterceptors$4
  |  -> com.alrubinger.Test{Configured:** NOT FOUND Depends on 'com.alrubinger.Test' **}
  | 
  | 
  | *** CONTEXTS IN ERROR: Name -> Error
  | 
  | com.alrubinger.Test -> ** NOT FOUND Depends on 'com.alrubinger.Test' **

Though this isn't really within the EJB3 domain; this file's processed by the AOP AspectManager and I'll have to ask AOP team why these classes declared on the stack must be available immediately.

Please raise an EJBTHREE JIRA and I'll dig around.

S,
ALR

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191798#4191798

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191798



More information about the jboss-user mailing list