[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=bbop=viewtopicp=3956482#3956482

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956482


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3956721#3956721

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956721


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.info(Ignore servlet-class that ends with 'Servlet':  
+ servletClassName);
  |continue;
  | }
  | 

JBossWS expects the 'real' Servlet's classname to end with 'Servlet'. This may 
not be the most elegant solution, but at this deployment stage we don't have 
control over the classload and therefore can't do 'instance of'.

Just rename your servlet classes to *Servlet.java and everything should be 
fine.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956132#3956132

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956132

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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
?xml version=1.0 encoding=UTF-8?
!DOCTYPE application PUBLIC
-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN
http://java.sun.com/dtd/application_1_3.dtd;

  display-namejmapserver-ear/display-name
  

  web-urijmapserver-war-1.0-SNAPSHOT.war/web-uri
  context-root/mapserver/1.0/context-root

  


jboss-app.xml
?xml version='1.0' encoding='UTF-8' ?
!DOCTYPE jboss-app PUBLIC -//JBoss//DTD J2EE Application 1.4//EN 
http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd;
jboss-app
loader-repositorynl.denhaag.gbd:loader=jmapserver

loader-repository-configjava2ParentDelegation=false/loader-repository-config
/loader-repository
/jboss-app

The deployment descriptors of the WAR are:

web.xml
?xml version=1.0?
web-app xmlns=http://java.sun.com/xml/ns/j2ee;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd;
  version=2.4

  display-nameMapServerWAR/display-name
  context-param
  .
  /context-param
  
Listener responsible for binding and unbinding a MapServer Definitions Cache

listener-classnl.denhaag.gbd.mapserver.service.definitions.MapCreationDefinitionContextBinding/listener-class

  
Listener responsible for binding web xml context params in JNDI

listener-classnl.denhaag.gbd.mapserver.service.impl.MapServerPropsManager/listener-class

  
servlet-nameMapServer/servlet-name

servlet-classnl.denhaag.gbd.mapserver.service.MapServer_Impl/servlet-class
  
  !-- servlet
Servlet Bridge to new WebService
display-nameServletToServiceBridge/display-name
servlet-nameServletToServiceBridge/servlet-name

servlet-classnl.denhaag.gbd.mapserver.service.bridge.ServletToServiceBridge/servlet-class
  /servlet--
  
Fetches objectfoto files and streams them to the client
display-nameObjectFotoFetcher/display-name
servlet-nameObjectFotoFetcher/servlet-name

servlet-classnl.denhaag.gbd.mapserver.service.impl.ObjectFotoFetcher/servlet-class
  
  
Fetches internetfoto files and streams them to the client
display-nameInternetFotoFetcher/display-name
servlet-nameInternetFotoFetcher/servlet-name

servlet-classnl.denhaag.gbd.mapserver.service.impl.InternetFotoFetcher/servlet-class
  
  
Fetches peilpuntfoto files and streams them to the client
display-namePeilPuntFotoFetcher/display-name
servlet-namePeilPuntFotoFetcher/servlet-name

servlet-classnl.denhaag.gbd.mapserver.service.impl.PeilPuntFotoFetcher/servlet-class
  
  
Fetches cyclorama files and streams them to the client
display-nameCycloramaFetcher/display-name
servlet-nameCycloramaFetcher/servlet-name

servlet-classnl.denhaag.gbd.mapserver.service.impl.CycloramaFetcher/servlet-class
  
  
Fetches maps that have been previously generated by GeoMedia
display-nameKaartFetcher/display-name
servlet-nameKaartFetcher/servlet-name

servlet-classnl.denhaag.gbd.mapserver.service.impl.KaartFetcher/servlet-class
  
  
Servlet whcih refresshes the cache
display-nameMapDefinitionsCacheRefresher/display-name
servlet-nameMapDefinitionsCacheRefresher/servlet-name

servlet-classnl.denhaag.gbd.mapserver.service.impl.MapDefinitionsCacheRefresher/servlet-class
  
  servlet-mapping
servlet-nameMapDefinitionsCacheRefresher/servlet-name
url-pattern/refresh/url-pattern
  /servlet-mapping
  servlet-mapping
servlet-nameMapServer/servlet-name
url-pattern/MapServer/url-pattern
  /servlet-mapping
  !-- servlet-mapping
servlet-nameServletToServiceBridge/servlet-name
url-pattern/getMap/url-pattern
  /servlet-mapping--

  servlet-mapping
servlet-nameObjectFotoFetcher/servlet-name
url-pattern/ObjectfotoFetcher/url-pattern
  /servlet-mapping
  servlet-mapping
servlet-nameInternetFotoFetcher/servlet-name
url-pattern/InternetFotoFetcher/url-pattern
  /servlet-mapping
  servlet-mapping
servlet-namePeilPuntFotoFetcher/servlet-name
url-pattern/PeilpuntFotoFetcher/url-pattern
  /servlet-mapping
  servlet-mapping
servlet-nameCycloramaFetcher/servlet-name
url-pattern/CycloramaFetcher/url-pattern
  /servlet-mapping
  servlet-mapping
servlet-nameKaartFetcher/servlet-name
url-pattern/KaartFetcher/*/url-pattern
  /servlet-mapping
  service-ref
   service-ref-nameservice/MapServer/service-ref-name
   
service-interfacenl.denhaag.gbd.mapserver.service.MapServerService/service-interface
   wsdl-fileWEB-INF/wsdl/MapServer.wsdl/wsdl-file
   
jaxrpc-mapping-fileWEB-INF/wsdl/jaxrpc-mapping-client.xml/jaxrpc-mapping-file
   /service-ref
/web-app

webservices.xml
?xml version=1.0 encoding=UTF-8?

[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=bbop=viewtopicp=3953106#3953106

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953106

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user