I am working on Jboss4.05 i want to create and deploy a jar with aop 
annotations.

I create a jar with the following structre:

ejb-classes
meta-inf:
     persistence.xml
     ejb-jar.xml
jboss.jar.aop
     jboss-aop.xml
     aop-classes (The  class that are intercepted and the Interceptor)

The problem is that when the server starts up I get this exception:
Unable to resolve pointcut reference: aop.SimpleInterceptor.valueConstructors 

The "SimpleInterceptor" class is the inspector class and it located under 
jboss.jar.aop, so i dont understand why i get this exception?

Another question that i have :
why i have to place the intercepted and the interceptor classes under the 
jboss.jar.aop and i cant place them with all the classes?


Thank you very much,
you are great.



20:20:40,455 ERROR [STDERR] The member namingContext in 
org.apache.catalina.core.NamingContextListener uses the type 
org.apache.naming.Namin
  | gContext which cannot be found on the classpath. Weaving is therefore 
skipped for this particular member
  | 20:20:40,455 ERROR [STDERR] The member namingContext in 
org.apache.catalina.core.NamingContextListener uses the type 
org.apache.naming.Namin
  | gContext which cannot be found on the classpath. Weaving is therefore 
skipped for this particular member
  | 20:20:40,455 ERROR [STDERR] The member NamingContextListener in 
org.apache.catalina.core.NamingContextListener uses the type org.apache.nami
  | ng.NamingContext which cannot be found on the classpath. Weaving is 
therefore skipped for this particular member
  | ?
  | 
  | 20:20:50,002 ERROR [STDERR] The member PoolingConnectionProvider in 
org.quartz.utils.PoolingConnectionProvider uses the type org.apache.comm
  | ons.dbcp.BasicDataSource which cannot be found on the classpath. Weaving is 
therefore skipped for this particular member
  | 20:20:50,002 ERROR [STDERR] The member PoolingConnectionProvider in 
org.quartz.utils.PoolingConnectionProvider uses the type org.apache.comm
  | ons.dbcp.BasicDataSource which cannot be found on the classpath. Weaving is 
therefore skipped for this particular member
  | 
  | ?
  | 20:20:55,253 ERROR [STDERR] error 
getting:java.lang.reflect.InvocationHandler. 'invoke'
  | 20:20:55,253 ERROR [STDERR] java.lang.RuntimeException: Unable to resolve 
pointcut reference: aop.SimpleInterceptor.valueConstructors
  | 20:20:55,253 ERROR [STDERR]     at 
org.jboss.aop.pointcut.MatcherHelper.visit(MatcherHelper.java:142)
  | 20:20:55,253 ERROR [STDERR]     at 
org.jboss.aop.pointcut.ast.ASTPointcut.jjtAccept(ASTPointcut.java:41)
  | 20:20:55,253 ERROR [STDERR]     at 
org.jboss.aop.pointcut.MatcherHelper.visit(MatcherHelper.java:118)
  | ?
  | 
  | 20:20:55,518 ERROR [STDERR] javassist.CannotCompileException: by 
java.lang.RuntimeException: Unable to resolve pointcut reference: aop.Simpl
  | eInterceptor.valueConstructors
  | 20:20:55,518 ERROR [STDERR]     at 
org.jboss.aop.instrument.CallerTransformer$CallerExprEditor.edit(CallerTransformer.java:364)
  | 20:20:55,518 ERROR [STDERR]     at 
javassist.expr.ExprEditor.loopBody(ExprEditor.java:182)
  | 20:20:55,518 ERROR [STDERR]     at 
javassist.expr.ExprEditor.doit(ExprEditor.java:90)
  | 20:20:55,534 ERROR [STDERR]     at 
javassist.CtBehavior.instrument(CtBehavior.java:542)


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049096
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to