[JBossWS] - Re: jbossws-1.0.3.GA released
by anescu
Hi,
I don't know if anybody else had this problem, but on my computer the JbossWS packed in the jems 1.2.0-beta 3 installer doesn't deploy correctly, see the errors bellow:
org.jboss.deployment.DeploymentException: url file:/D:/Work/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/activation.jar could not be opened, does it exist?
2006-10-30 12:37:12,564 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jaxb-impl.jar entry is jsr173_1.0_api.jar
2006-10-30 12:37:12,564 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/D:/Work/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/jaxb-impl.jar references URL file:/D:/Work/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/jsr173_1.0_api.jar which could not be opened, entry ignored
org.jboss.deployment.DeploymentException: url file:/D:/Work/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/jsr173_1.0_api.jar could not be opened, does it exist?
2006-10-30 12:37:12,564 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jaxb-impl.jar entry is jaxb1-impl.jar
2006-10-30 12:37:12,564 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/D:/Work/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/jaxb-impl.jar references URL file:/D:/Work/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/jaxb1-impl.jar which could not be opened, entry ignored
org.jboss.deployment.DeploymentException: url file:/D:/Work/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/jaxb1-impl.jar could not be opened, does it exist?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981726#3981726
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981726
18 years, 2 months
[JBossWS] - Re: JBossWS and UDDI
by noel.rocher@jboss.com
Hi,
The part that seems to fail is the service invocation (the final Clent run at the end of the example. All UDDI requests are ok :
| publisher-run:
| [echo] Publish the example ExampleService
| [java] - pulishing :
| [java] uddi inquiry URL = http://localhost:8080/juddi/inquiry
| [java] uddi publish URL = http://localhost:8080/juddi/publish
| [java] uddi user id = jboss
| [java] uddi password =
| [java] wsdl URL = http://localhost:8080/example/ExampleService?wsdl
| [java] business entity = JBoss
| [java] ...
| [java] - Using the Context ClassLoader
| [java] Retrieving document at 'http://localhost:8080/example/ExampleService?wsdl'.
| [java] - creating Business Entity name = JBoss ...
| [java] - No Business Entity "JBoss" found. Will be created.
| [java] - Business Entity "JBoss" created. Key = 29D27B50-666D-11DB-BB50-8D8F32423BEA".
| [java] - creating Business Service ...
| [java] - No Business Service "ExampleService" found. Will be created.
| [java] - Business Service created. Key = 2A057230-666D-11DB-B230-FCC92C392922".
| [java] - Port Type ...
| [java] - PortType Classifications : [org.apache.ws.scout.registry.infomodel.ClassificationImpl@0, org.apache.ws.scout.registry.infomodel.ClassificationImpl@0]
| [java] - No PortType "ExampleService" found. Will be created.
| [java] - Port Type created. Key = uuid:2A13F120-666D-11DB-B120-D46FA9434EFD".
| [java] - creating Binding with portType key = uuid:2A13F120-666D-11DB-B120-D46FA9434EFD ...
| [java] - No Binding "ExampleServiceBinding" found. Will be created.
| [java] - Binding created. Key = uuid:2A1E9F80-666D-11DB-9F80-BE6A5FAB5552".
| [java] - creating Binding Template ...
| [java] - No Service Binding for access point "http://localhost:8080/example/ExampleService" found. Will be created.
| [java] - Service Binding for access point "http://localhost:8080/example/ExampleService" created. Key = 2A2F8F70-666D-11DB-8F70-DF53A4E0575C".
| [java] Done.
|
the server side is showing this error:
| 12:15:01,408 ERROR [SOAPFaultExceptionHelper] SOAP request exception
| javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://org.jboss.example/ExampleService}ExampleServicePort does not contain operation meta data for: {http://schemas.xmlsoap.org/soap/envelope/}Envelope
| at org.jboss.ws.server.ServiceEndpointInvoker.getDispatchDestination(ServiceEndpointInvoker.java:175)
| at org.jboss.ws.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:110)
| at org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:234)
| at org.jboss.ws.server.ServiceEndpointServlet.doPost(ServiceEndpointServlet.java:120)
|
The example code is using JWSDP 1.5 for the WS generation/client invocation. I'm going to try JWSDP 1.6 & JBossWS and I'll tell you more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981517#3981517
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981517
18 years, 2 months