anonymous wrote : | public class InstantiationException | extends Exception | | Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class. | anonymous wrote : | | | | So this is trying to instanciate an interface. Your web.xml should contain the endpoint impl bean not the SEI. Is that the case?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902208#3902208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902208 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
