By "pointing to the right class", do you mean that the -verbose:class output indicated that LEProperties class loaded was the one you expected?
The only other suggestion I have is to decompile the class to double-check the signature. The next step would be to change the init method to dynically load the LEProperties class and using reflection print the method signatures. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013714#4013714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013714 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
