Forget it. Original problem was an operator error. One char wrong in the action class name in the process definition. Time to bump up the font size by 1. :)
Also, found that my suggested tweak wasn't viable, the parent class loader's findClass method isn't public, so you would have to use getParent().loadClass(name) - which of course didn't make any difference since my class name was wrong in the first place. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937552#3937552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937552 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
