[jboss-jira] [JBoss JIRA] Created: (JBAS-5357) AOP Inconsistences with JBossMessaging
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Mon Mar 31 12:00:40 EDT 2008
AOP Inconsistences with JBossMessaging
--------------------------------------
Key: JBAS-5357
URL: http://jira.jboss.com/jira/browse/JBAS-5357
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Clebert Suconic
Priority: Blocker
Fix For: JBossAS-5.0.0.CR1
AOP is not working with JBossMessaging.
Any client class used on Server side (classes where we use aopc) will cause exceptions like this:
SERVER 1 STDOUT: Caused by: java.lang.ClassNotFoundException: org.jboss.jms.client.delegate.JoinPoint_start_N_8025343665958530775_4$aop
SERVER 1 STDOUT: at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
SERVER 1 STDOUT: at java.security.AccessController.doPrivileged(Native Method)
SERVER 1 STDOUT: at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
SERVER 1 STDOUT: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
SERVER 1 STDOUT: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
SERVER 1 STDOUT: at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
SERVER 1 STDOUT: at org.jboss.aop.instrument.JoinPointGenerator.doGenerateJoinPointClass(JoinPointGenerator.java:279)
This specific message was introduced by JBAOP-500 (according to Flavia), so I've tried to use AOP CR1 and CR2 but I got all sort of different exceptions (on classNotFoundException).
--
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
More information about the jboss-jira
mailing list