Ok, no replies so far, but I managed to work my way around it.

Like always, some time in the docs, plus double that amout of time of 
trial&error usually solves these kind of troubles... ;-)

I now deploy all 3pp's separately as jars, and can now see them in the 
UnfiedRepository3 mbean. (That particular bean is very helpful in these cases).

So:
enable loadtime weaving (turned on verbose)
spring.jar, x.jar  ...  -> deploy
myApp.aop -> deploy (aspects classes and META-INF/jboss-aop.xml)
myApp.war -> deploy (servlet, views, spring beans & spring xml)

when I first visit my jsp's I get A LOT of loadtime info from the aop-enabled 
classloader. 
Then it works, my spring beans are intercepted by JBoss aop framework.


/Marcus

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to