[JBoss-user] [JBossWS] - Re: Servlet regarded as ServiceEndPoint

2006-06-23 Thread [EMAIL PROTECTED]
Could you post your deployment descriptors? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953106#3953106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953106 Using Tomcat but need to do more? Need to support web serv

[JBoss-user] [JBossWS] - Re: Servlet regarded as ServiceEndPoint

2006-06-27 Thread gjdegoeij
Heiko, Due to a short holiday of Karl, I will try to provide you with the requested information. The web app war is also wrapped in an EAR. So the deployment descriptors of the EAR file are as follows: application.xml http://java.sun.com/dtd/application_1_3.dtd";> jmapserver-ear

[JBoss-user] [JBossWS] - Re: Servlet regarded as ServiceEndPoint

2006-07-07 Thread [EMAIL PROTECTED]
I know there was a discussion a while ago. After looking into the the sources i now remember: | ServiceEndpointPublisher:155 ff | | // Check if it is a real servlet that we can ignore | | if (servletClassName.endsWith("Servlet")) | { |log.

[JBoss-user] [JBossWS] - Re: Servlet regarded as ServiceEndPoint

2006-07-10 Thread kdeboer
Thanks for the answer. I can fix this for our own code. But we are also using novell extend portal code and we don not have control over this piece of software. I think it is a good idea to make this more 'elegant' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBossWS] - Re: Servlet regarded as ServiceEndPoint

2006-07-10 Thread [EMAIL PROTECTED]
Sure, go ahead ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956721#3956721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956721 - Using Tom