[jboss-user] [JBossWS] - JBossWS 1.2.0 and nillable types

2007-03-12 Thread cdreyer1
When returning a user defined object from a web service, e.g. @WebMethod(operationName=MyWebMethod) public MyReturnClass myWebMethod(... With JBossWS 1.0.x a variable in MyReturnClass of type Long would be defined with nillable=true in the WSDL. However, if the variable was of type long then

[jboss-user] [JBossWS] - JBossWS-1.2.0.GA invalid wsdl generated when using @jXmlSche

2007-03-06 Thread centecbertl
Hi, While the @javax.xml.bind.annotation.XmlSchema annotation within the package-info.java of an class not inheriting from other packages works perfectly, JBossWS generates the following error for derived datatypes: | 14:35:02,173 ERROR [ServiceEndpointPublisher] Cannot obtain waURL for:

[jboss-user] [JBossWS] - JBossWS-1.2.0.GA - ws-eventing sample fails parsing ws-addr.

2007-03-06 Thread dprentice
I am using Java 1.5.0_10. I have successfully deployed jbossws-1.2.0.GA on JBoss 4.0.5.GA per the install instructions. I have successfully built the jbossws-samples-1.2.0.GA. When I run the wseventing SysmonTestCase, an error parsing ws-addr.xsd occurs when the jaxws-samples-wseventing.war

[jboss-user] [JBossWS] - JBossWS 1.2.0.GA Tools Overview (wstools, wsprovide, wsconsu

2007-03-06 Thread [EMAIL PROTECTED]
Here is a quick overview, please review the full docs here: http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide | * wstools - Only for legacy JAX-RPC services, use the JAX-WS tools listed below where possible. | * wsprovide - Generates portable artifacts and provides offline

[jboss-user] [JBossWS] - JbossWS 1.2.0

2007-03-02 Thread matienzar
Hello, With 1.0.4 release, i've a hibernate handler to begiun a transaction and to commit it. With this new realese, the handler is not threadsafe, and when I need to commit the transaction, it's null. I'd defined the handler (with 1.0.4) in standard-jaxrpc-endpoint-config.xml, but with this

[jboss-user] [JBossWS] - JBossWS-1.2.0.GA Installer available

2007-03-02 Thread [EMAIL PROTECTED]
We have replaced the manual install procedure for jbossws-1.2.0.GA with an automated install script. The updated binary distribution is available on the project download page http://labs.jboss.com/file-access/default/members/jbossws/downloads/jbossws-1.2.0.GA.zip Version: jbossws-1.2.0.GA

[jboss-user] [JBossWS] - jbossws-1.2.0.GA released

2007-03-01 Thread [EMAIL PROTECTED]
As of this post I am happy to anounce that jbossws-1.2.0.GA is released. This is our first imlementaion that supports both JAX-WS and JAX-RPC style web services. jbossws-1.2.0.GA runs on jboss-5.0.x, jboss-4.2.x, jboss-4.0.5, Tomcat. JAX-WS brings to web services what EJB3 brings to EJB. With

[jboss-user] [JBossWS] - jbossws 1.2.0.GA installation instructions confusion!!

2007-02-28 Thread sursha
Hi, I was looking into the jbossws 1.2.0.GA installation instructions and confused about the same!! The unzipped jbossws 1.2.0.GA.zip file structure looks like as follows: -rw-r--r-- 1 suresh users 28406 2007-02-28 14:06 jboss-jaxrpc.jar -rw-r--r-- 1 suresh users 58454 2007-02-28 14:06

[jboss-user] [JBossWS] - JBossWS 1.2.0.GA

2007-02-28 Thread greenbean
I installed the JBossWS 1.2.0.GA. It looks ok so far. I see these errors in my logs repeated again and again. However, I am not sure what problems it is causing. I am testing things using jbossws 1.2.0.GA for both the client and server. 2007-02-28 21:52:46,469 ERROR [STDERR]

[jboss-user] [JBossWS] - JBossWS 1.2.0.GA NumberFormatException For ENDPOINT_ADDRESS_

2007-02-28 Thread greenbean
The URL is of the format http://myhost:8791. Any ideas why this causes an error? I set it like this: ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY,returnURL); The error: Caused by: java.lang.NumberFormatException: For input string: 8791?datatype=SOAPMessage at

[jboss-user] [JBossWS] - jbossws-1.2.0.CR3 generates lowercase classnames?

2007-02-20 Thread fheldt
Is it intended behaviour, that jbossws-1.2.0.CR3 generates lowercase classnames? Here's a little excerpt from the log file: | [complexType={http://dhc.com/}colorVariant,javaType=com.dhc.ColorVariant] | [complexType={http://dhc.com/}colorGroup,javaType=com.dhc.ColorGroup] | As you can