[JBoss AOP] - Re: Unable to resolve pointcut reference
by peixubin
When I am running jboss-aop-1.5.3.GA/examples/annotated-injboss and run ant deploy-ear-aop ,jboss 4.0.4 or 4.0.5 write these following messages too.
| 21:24:44,756 ERROR [STDERR] [warn] AOP Instrumentor failed to transform $Proxy58
| 21:24:44,756 ERROR [STDERR] javassist.CannotCompileException: by java.lang.RuntimeException: Unable to resolve pointcut reference: org.jboss.injbossaop.lib.SimpleInterceptor.valueConstructors
| 21:24:44,757 ERROR [STDERR] at org.jboss.aop.instrument.CallerTransformer$CallerExprEditor.edit(CallerTransformer.java:364)
| 21:24:44,757 ERROR [STDERR] at javassist.expr.ExprEditor.loopBody(ExprEditor.java:178)
| 21:24:44,757 ERROR [STDERR] at javassist.expr.ExprEditor.doit(ExprEditor.java:90)
| 21:24:44,757 ERROR [STDERR] at javassist.CtBehavior.instrument(CtBehavior.java:526)
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023650#4023650
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023650
19Â years, 1Â month
[JBoss Seam] - JBoss Seam + SunRI
by lara
Hi
I am using JBoss-4.0.5.GA Application server with JSF-1.2 SunRI implementation and jboss-seam-1.1.6.GA.
I was testing a small application that was working perfectly while using myfaces but when I replaced myfaces with SunRI, I had the following error on the server and accessing my pages is denied:
| 14:57:41,375 INFO [Component] Component: jobapplicationHome, scope: CONVERSATION, type: JAVA_BEAN, class: com
| .rezayat.sag.safami.JobapplicationHome
| 14:57:41,390 INFO [Lifecycle] starting up: org.jboss.seam.multipartConfig
| 14:57:41,390 INFO [Initialization] done initializing Seam
| 14:57:41,406 ERROR [STDERR] Feb 28, 2007 2:57:41 PM com.sun.faces.config.ConfigureListener contextInitialized
| INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b09-FCS) for context 'null'
| 14:57:42,078 ERROR [STDERR] Feb 28, 2007 2:57:42 PM com.sun.faces.spi.InjectionProviderFactory createInstance
| WARNING: JSF1033: Resource injection is DISABLED.
| 14:57:42,500 INFO [EARDeployer] Started J2EE application: file:/D:/servers/jboss-4.0.5.GA/server/default/depl
| oy/safami.ear
|
I would appreciate any help! How can I solve this bug?
Regards,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023645#4023645
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023645
19Â years, 1Â month