[JBoss-user] [JBossCache] - Re: Trouble with aopc compiled class being loaded with a fac

2006-06-08 Thread wildweasel
Thank you for the quick replies. I have removed weblogic from the equation and created the following unit test that gives me the same result. Note that I originally posted this to the cache forum, because that is where we are headed, but if need be, I could repost this to the AOP forum. We

[JBoss-user] [JBossCache] - Re: Trouble with aopc compiled class being loaded with a fac

2006-06-08 Thread wildweasel
Ben and all, Thank you for your reply and sample code. I have discovered the problem. My class had underscores prefixing the all the instance variable names. This will cause the ArrayIndexOutOfBoundsException. I verified the same with the sample class Address below. Change all references

[JBoss-user] [JBossCache] - Trouble with aopc compiled class being loaded with a factory

2006-06-07 Thread wildweasel
We have a bean that we aspectize via @@org.jboss.cache.aop.AopMarker using JDK1.4 and JBossCache 1.3.0. This class is included in a jar that is bundled in a war file and deployed to WebLogic 8.1. We then use a factory class to load this via: try { | clazz =