I'm stuck with the same problem as gregorypierce while trying to deploy my .ear file into default configuration of JBoss AS 4.0.3RC1 with latest EJB 3 support (EJB-3.0_RC3) on Win XP.
I have done the following steps: 1) Created a class that should be cached (and jarred it into my .ear), 2) added annotationc into ant script (and I made sure that it is actually modifying the bytecode of the class to be put into TreeCacheAop), 3) added the provided jboss-aop.xml (from TreeCacheAop examples) to META-INF of my .ear file, 4) changed "EnableLoadtimeWeaving" to "true" in jboss-aop-jdk50.deployer/META-INF/jboss-service.xml of my JBoss AS deploy directory 5) copied pluggable-instrumentor.jar into JBoss AS bin directory 6) modified run.bat: "set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -javaagent:pluggable-instrumentor.jar", and finally 7) executed run.bat However, TreeCacheAop is still telling me that "Object type is neither aspectized nor Serializable" when I call "putObject". It seems to me that jboss-aop-jdk50.deployer is somehow not noticing that there is a class that should be load-time weaved. Any advices? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912822#3912822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912822 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
