[jboss-user] [Installation, Configuration & Deployment] - Re: StackOverflow in deployment

charlieparker2k7 do-not-reply at jboss.com
Wed Jul 4 14:30:52 EDT 2007


Hi, I've resolved the error! It's a bug of jboss aop deployer I think, and it isn't connect with the number of class in a jar:

1 - is invoked the method ScopedJBossPool for get a class in cache (ScopedJBossPool extends ClassPool (javassist project)
- ScopedJBossPool.getCached invoke ClassPool.get (not super.get but on ClassPool istance)
- ClassPool.get invoke ClassPool.get0 this method invoker getCached without casting: the method is invoked on current istance of ScopedJBossPool and we go to 1 ! It's a recursive and infinitive loop!

tomorrow I will send you my solution. I would like to do some more tests


Thomas Buffagni 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060554



More information about the jboss-user mailing list