Karl, your port reference in webservices.xml probably needs to be namespace qualified like this
| <webservices | xmlns="http://java.sun.com/xml/ns/j2ee" | xmlns:impl="http://org.jboss.webservice/example" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd" | version="1.1"> | | <webservice-description> | <webservice-description-name>HelloService</webservice-description-name> | <wsdl-file>META-INF/wsdl/HelloService.wsdl</wsdl-file> | <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file> | <port-component> | <port-component-name>HelloPort</port-component-name> | <wsdl-port>impl:HelloPort</wsdl-port> | <service-endpoint-interface>org.jboss.test.webservice.admindevel.Hello</service-endpoint-interface> | <service-impl-bean> | <ejb-link>HelloBean</ejb-link> | </service-impl-bean> | </port-component> | </webservice-description> | </webservices> | Chris, your issue is unrelated. Karl does not try to deploy an EJB3 endpoint View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921058#3921058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921058 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
