I am doing bottom up development (starting with service implementation), so everything
should work. This is very strange, because, like I said, just renaming method name in java
source code solves the problem. Just wondering, what are the other "prohibited"
method names...
I am using jboss 4.0.5.GA and JbossWS 1.2.1.
Here is my web.xml (nothing surprising, but just in case):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<servlet-name>Echo</servlet-name>
<servlet-class>com.newxt.ws.Echo</servlet-class>
<servlet-mapping>
<servlet-name>Echo</servlet-name>
<url-pattern>/Echo</url-pattern>
</servlet-mapping>
</web-app>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053277#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...