Hi,
I have a question about deploying web services on GF V3.
I am not sure what I did wrong. But I can't find my webservice after deployment.
The Deployment seems to be ok. I got the following server messages:
INFO: JTS5014: Recoverable JTS instance, serverId = [3700]
INFO: WSTX-COMMON-2007: Map CMT EJB web method 'org.imixs.demo.DemoWSOneBean'.'updateProcessList' with effective transaction attribute of 'REQUIRED' to wsdl bounded operation '{
http://imixs.org/workflow/services}WorkflowModelServicePort':'updateProcessList' with WS-AT policy assertion(s) 'WorkflowModelServicePortBinding_updateProcessList_WSAT_Policy'
INFO: Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=WorkflowModelService-WorkflowModelServicePort
WARNUNG: Container org.glassfish.webservices.JAXWSContainer_at_57cbd9 doesn't support class com.sun.xml.ws.api.server.Module
My sun-ejb-jar.xml looks like this:
......
<enterprise-beans>
<ejb>
<ejb-name>DemoWSOneBean</ejb-name>
<jndi-name>ejb/ImixsDemoWSOneBean</jndi-name>
<webservice-endpoint>
<port-component-name>WorkflowModelService</port-component-name>
<endpoint-address-uri>ImixsDemoWSOne</endpoint-address-uri>
<login-config>
<auth-method>BASIC</auth-method>
<realm>imixsrealm</realm>
</login-config>
</webservice-endpoint>
</ejb>
......
I would expect the the WSDL is now available under
http://localhost:8080/ImixsDemoWSOne?wsdl
But I can not find my Web Service... :-(
Also in the Glassfish Web Console there is no longer a Menu Item called "Web Services" as before in Glassfish V2.1 where I can check all deployed Web Services.
Can any body help me there?
ralph
[Message sent by forum member 'rsoika' (Ralph.Soika_at_imixs.com)]
http://forums.java.net/jive/thread.jspa?messageID=384244