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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
