[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2008-03-05 Thread vbatista
Hi! The deadlock problem has gone with Beta3. Victor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134429#4134429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134429 ___ j

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2007-12-21 Thread [EMAIL PROTECTED]
hm, this looks like a serious jboss bug... the beta3 will be released before christmas afaik (maybe already today, but dont quote me on that :). if the problem persist in beta3 we'll take a deeper look into the issue. thanks for the feedback. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2007-12-20 Thread vbatista
Hi! Now I am having a deadlock at jboss startup (the stack trace is at the end of this message). It happens +/- 80% the times I start JBoss :( Do you have any idea what can it be the reason? I have an ear deployed with 1 aop file, 1 ejb3 module, 2 sar's and 1 war. Thanks in advance.

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2007-12-18 Thread vbatista
Hi! Many thanks for your help. Now it is working ok. With the Include/Exclude tags, the startup time is only a little worst than when I hadn't loadtimeWeaving. Many thanks. Best regards, Victor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2007-12-17 Thread stalep
in your example you might set: | com.test.core.aop | org, com, etc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113466#4113466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113466 ___

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2007-12-17 Thread [EMAIL PROTECTED]
- i posted the last comment. hm, i really need to clear my browsercache... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113428#4113428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113428

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2007-12-17 Thread stalep
the xml file was a bit hard to read, please include it in the "code" tags :) - and yes, you can define which packages you want to transform and which ones you want to skip. look at jboss/server/all/deploy/jboss-aop-jdk50.deployer/META-INF/jboss-service.xml. change the Include/Exclude tags as nee

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2007-12-17 Thread vbatista
Hi! Thanks for your reply. Please see below my jboss-aop.xml: aop> aspect class="com.test.core.aop.aspects.InjectSessionBeanAspect" / aspect class="com.test.core.aop.aspects.TestAspect" / bindpointcut="field(* com.test.*->@com.test.core.aop.annotations.Inj

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2007-12-17 Thread [EMAIL PROTECTED]
hi, i looks like you've done everything right regarding setting up loadtime weaving (its not advisable to use another version of the instrumentor, but between these releases i dont think thats causing your problem). the problem from your errormsg indicate that aop cant find the class it needs t