I thought I should mention that I found the solution to this problem. I need an extra add_extdir(PATH) and sys.path.append(PATH) to my Jython script, so that it could dynamically load new classes from the .jar files in WEB-INF/lib.
John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060618#4060618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060618 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
