I generated a simple SOAP-Service (with the JDeveloper 10.1.3 Release). Trough deploying with JBOSS 4.0.3 I get the following error:
2006-02-24 10:43:21,671 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/Engine]] Marking servlet testport as unavailable 2006-02-24 10:43:21,671 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/Engine]] Servlet /Engine threw load() exception java.lang.ClassCastException: soap.service.connection.ServicePortal at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:925) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3857) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4118) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) ... The class soap.service.connection.ServicePortal is my Java RMI ServiceEndPoint (mapped name: Engine) with only one invokeable method and no class casts in it. What could that be? Hope that someone can help me. best regards Florian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926052#3926052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926052 ------------------------------------------------------- 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
