[jboss-user] [Microcontainer] - Re: Classloading docs?

alesj do-not-reply at jboss.com
Tue Nov 11 10:56:50 EST 2008


What exactly are you trying to do/hack? :-)

Perhaps this?
 - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/classloader/InMemoryClassesDeployer.java
This is how AOP adds aspectized/modified classes to classpath.

This is how I add Seam+JBossAS custom classes:
 - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-seam-int/trunk/microcontainer/src/main/java/org/jboss/seam/integration/microcontainer/deployers/SeamUrlIntegrationDeployer.java

And this is how Stan does it:
 - http://jsfunit.blogspot.com/2008/10/jsfunit-easy-way.html

Hence I very much doubt you need to do a lot more. ;-)

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

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



More information about the jboss-user mailing list