[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-31 Thread laurentSalse
Hi, My AOP version is : 1.3 and my AS version is 4.0.5.GA. My war has 14,6 Mo memory place so I send it you on your personnel mail. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050017#4050017 Reply to the post :

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-31 Thread laurentSalse
I continue to test the application and I found that when I compile with the AOP builder you have the implementation : org.jboss.aop.Advised in the BilanCongesServiceImpl class file. You can't see this in the send war file. If you arrive on your side to make the application goes, It will be

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-31 Thread laurentSalse
I continue to test the application and I found that when I compile with the AOP builder you have the implementation : org.jboss.aop.Advised in the BilanCongesServiceImpl class file. You can see this in the send war file. If you arrive on your side to make the application goes, It will be great

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-31 Thread [EMAIL PROTECTED]
As you say, BilanCongesServiceImpl does implement org.jboss.aop.Advised which means that your classes have been woven at compile-time. When you say your AOP version is 1.3, I hope this does not mean you have downgraded the AOP version in AS 4.0.5.GA? AS 4.0.5.GA ships with AOP 1.5.2.GA and

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-31 Thread [EMAIL PROTECTED]
The classes as output by javac should be deployed in jboss with loadtime weaving enabled View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050059#4050059 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4050059

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-31 Thread laurentSalse
You're right, the example injboss goes. I don't use the option convert to AOP project anymore. I will try to configure myself the project. If you have some advises ? Thank you M. KHAN View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050250#4050250 Reply to the

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-30 Thread [EMAIL PROTECTED]
In my experience, this error cannot occur unless your classes have already been woven with a really old version of AOP (as in the IDE) and deployed in jboss with a different version. Two things to try to check if this is happening 1) Run with EnableLoadtimeWeaving=false. If you still get the

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-30 Thread laurentSalse
To have an AOP project, I Clicked with the right mouse button on the folder project. Here there is an option : Convert in an AOP Project. At this moment, Eclipse adds automatically the Jboss Aop libraries (version) 1.3. If the EnableLoadtimeWeaving = false, there's no errors in the project but

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-30 Thread [EMAIL PROTECTED]
javap comes with the JDK View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049815#4049815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049815 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-30 Thread laurentSalse
I've unzip the war file of my project and I've seen the class file where I put the interceptor. It's not woven with the Advised interface. I sincerely ask you to make other tests with me until the project compile with the Aop. In my side I continue to test the application. Could you give me

[jboss-user] [JBoss AOP] - Re: unable to resolve an AOP IllegalArgumentException

2007-05-30 Thread [EMAIL PROTECTED]
Sand me your war, and let me know the AS and AOP versions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049834#4049834 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049834 ___