Log in to follow, share, and participate in this community.
Thread Which version of Metro is JBossWS-Metro 3.0.3 using?
Which version of Metro is JBossWS-Metro 3.0.3 using?Hi, A few questions: * which version of Metro is JBossWS-Metro 3.0.3 using?.. * and where is it documented(I mean: there must be a note somewhere in the distribution about which version of Metro it is build on?).
Thread A ClassCastException only UNIX box, but works fine on PC.
A ClassCastException only UNIX box, but works fine on PC.Hi, I successfully deployed my web service onto jboss application server. But it seems I can only successfully sent requests to my Windows server, and not the UNIX machine(RED HAT 9) I deployed my Web service using ....
Thread Help us learn how Feature Requests R gathered
Help us learn how Feature Requests R gatheredMy name is Paula Laurent. I am a Computer Science PhD student at DePaul University conducting research on soliciting and prioritizing requirements. The goal of this research is to find out about the current requiremen...
Thread Trouble with JBoss ESB and Metro-ized Web Services Stack
Trouble with JBoss ESB and Metro-ized Web Services StackWhen I run my web services project (using SOAP over http) with a metro-ized JBoss web services stack I get the following run time errors: 2008-10-29 16:32:34,078 ERROR [org.jboss.wsf.stack.metro.RequestHandlerImpl] F...
WSRM interop .NET errorHi, I'm using JBoss 4.2.2 with Metro 3.0.3 and I've a WS-RM service and a WCF .NET 3.0 client. I've tried this with Glassfish and run ok, but when I try it on JBoss the following exception occurs:
15:34:23,062 ERRO...
JBossWS 3.0.4 ReleasedI'm happy to announce the release of JBossWS 3.0.4 GA which includes Native, Metro and Apache CXF integration. For a list of the new features, improvements and bug fixes, please refer the release notes available here...
Thread problem using jbossws-metro 3.0.3 w/ jboss 4.2.3
problem using jbossws-metro 3.0.3 w/ jboss 4.2.3I am trying to use jbossws-metro version 3.0.3 with jboss 4.2.3. After running "ant deploy-jboss423" successfully, my "ant tests" fail with following errors. Anybody else seen these? C:\jbossws-metro\jbossws-metro-3...
Thread DeploymentException when trying to deploy webservice with th
DeploymentException when trying to deploy webservice with thI get a org.jboss.deployment.DeploymentException caused by a java.lang.ClassNotFoundException: org.jboss.ws.core.soap.SAAJMetaFactoryImpl when I try to deploy a 'war' file containing a webservice. My JBoss installatio...
Thread Exception when I am trying to run the test cases
Exception when I am trying to run the test casesI successfully deployed the jboss-metro distribution 3.0.3 version on to JBOSS 5.0.0 RC version. I am able to access the http://localhost:8080/jbossws/ link as well. But when I try to execute the test cases that came...
Thread java.lang.ClassFormatError: Illegal class name
java.lang.ClassFormatError: Illegal class nameI'm getting these exceptions when I start my JBoss AS 4.2.3 with JBossWS-Metro: [com.sun.xml.bind.v2.runtime.reflect.opt.Injector]::publish(67) - Unable to inject de/firstdata/centera/jboss/RetrieveResponse$JaxbAcc...
JBoss4.2.3 + Metro-3.0.3Hi, Can You help please. I installed jbossws-metro-3.0.3 on top of JBoss-4.2.3. Then I created an EJB3.0 module(EJBModule1) with a simple Stateless session bean(a.A.java) annotated with @javax.jws.WebService annotat...
Metro Specifications for release 3.0.2I used Glassfish (which has Metro embedded) to do a Web Service, which it is consumed by a .Net client. The wsit directives are as follows: <wsp:Policy wsu:Id="WsEntidadPolicy">
<wsp:ExactlyOne>
<ws...
Thread NullPointerException with the new JBossWS-Metro-3.0.3
NullPointerException with the new JBossWS-Metro-3.0.3I just tried the new JBossWS-Metro-3.0.3 with JBoss AS 4.2.3 GA. My webservice was running fine under JBossWS-Metro-3.0.2, but now I'm getting this exception: 2008-08-20 12:02:13,531 DEBUG [com.sun.xml.ws.api.pipe...
JBossWS 3.0.3 ReleasedI'm happy to announce the release of JBossWS 3.0.3 GA which includes Native (fully certified JAX-WS web services implementation), Metro and Apache CXF integration. For a list of the new features, improvements and bug...
Thread java.lang.LinkageError: duplicate class definition: ../Secur
java.lang.LinkageError: duplicate class definition: ../SecurWhen deploying my JBossWS-Metro project I see a several times: java.lang.LinkageError: duplicate class definition: com/sun/xml/ws/security/secext10/SecurityTokenReferenceType$JaxbAccessorF_any at java.lang.ClassLoa...
Thread Web Service not being deployed as Service on server restart
Web Service not being deployed as Service on server restartI'm using JBoss 4.2.2.GA with JBossWS Metro 3.0.2, and I'm having a strange problem. When I first deploy a Web Service, JBoss deploys the Web Service WAR as a service. I can see in the container window that it's depl...
How to enable SSL?I followed the steps for "Enabling Transport Security (SSL)": https://metro.dev.java.net/guide/Example_Applications.html#Example__Transport_Security__SSL_ But I can still call the webservice via http. What do I have...
Thread Enabling Transport Security (SSL): KeyStore URL was obtain
Enabling Transport Security (SSL): KeyStore URL was obtainI followed the steps for "Enabling Transport Security (SSL)": https://metro.dev.java.net/guide/Example_Applications.html#Example__Transport_Security__SSL_ But unfortunately I get this exception:
java.lang.Runtime...
NPE at XMLStreamWriterImpl.getPropertyI'm using a DataHandler to return a large byte array from my webservice. It worked very good with jbossws-3.0.1-metro-1.0.1.GA, but now I'm using jbossws-metro-3.0.2.GA and I get the following exception when invoking ...