[jboss-user] [JBossWS] - Fast Infoset

2007-10-18 Thread acxjbertr
I put this comment on http://jira.jboss.org/jira/browse/JBWS-925. I am re-posting it here as it seems appropriate to stimulate discussion on this topic. The referenced document (http://java.sun.com/developer/technicalArticles/xml/fastinfoset) is over four years old. Since the time it was publ

[jboss-user] [JBossWS] - Re:

2007-07-09 Thread acxjbertr
I plan on migrating our product to JAXWS asap, but this project was started before JAXWS was a viable option in JBossWS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062046#4062046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBossWS] - Any thoughts on this?

2007-07-09 Thread acxjbertr
Any thoughts on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061976#4061976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061976 ___ jboss-user mailing list jboss-use

[jboss-user] [JBossWS] - "ArrayOf" parameter types generating BindingExceptions

2007-06-19 Thread acxjbertr
I am using a "Top Down" (aka wsdl-to-java) approach to create a JSR109 endpoint with JBossWS 1.2.1.GA. The WSDL that was provided to me contains things like: | | | | | | | | | | |

[jboss-user] [JBossWS] - StAX parser

2007-03-28 Thread acxjbertr
I noticed this ticket indicating that a StAX parser would be implemented in JBossXB for use by JBossWS. However, I also noticed this wiki post indicating that JBossWS doesn't yet make use of a StAX parser. My questions are: Is a StAX parser available for JBossWS? If so, was there much perfo

[jboss-user] [JBossWS] - Re: Log4j and Web Service question

2006-12-01 Thread acxjbertr
Here's an example... The appender I'm using: | | | | | | | | | | | | The category I am using: | | | | | | View the original post : http://www.jboss.com

[jboss-user] [JBossWS] - WS-Security keystore and truststore

2006-10-18 Thread acxjbertr
Can anyone provide information on how to generate the keystore and truststore for WS-Security? I have an example working with the wsse.keystore and wsse.truststore (that comes in the JBossWS sample) which requires an x509v3 signature on the Web Service invocation, but now I want to create my ow

[jboss-user] [JBossWS] - JBossWS 1.0.3.SP1 release date?

2006-09-29 Thread acxjbertr
When will JBossWS 1.0.3.SP1 be released? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975189#3975189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975189 ___ jboss

[jboss-user] [JBossWS] - UnmarshalException with JBossWS 1.0.3

2006-08-31 Thread acxjbertr
I had a JSR-109 Web Service client that was working perfectly with JBoss 4.0.4.GA and JBossWS 1.0.2.GA. I just upgraded to 1.0.3.GA, used the new libraries to generate the stubs in the client, rebuilt, redeployed the client, and now I am getting this exception when I invoke the client. 14:43:1

[jboss-user] [JBossWS] - Re: Poor unmarshalling performance

2006-08-31 Thread acxjbertr
I ran my code through a profiler and put the meaningful results on my website (http://keyspace.org/callTree.html). The results are from 50 invocations of my JSR-109 Web Service client. The root node ($Proxy55.append) is the method I am invoking off my endpoint. It doesn't appear now that the u

[jboss-user] [JBossWS] - Poor unmarshalling performance

2006-08-28 Thread acxjbertr
I am using JBoss 4.0.4.GA and JBossWS 1.0.2.GA. I am calling a Web Service using a JSR-109 client as defined in the userguide (http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html#jsr109-clients). However, I am experiencing poor performance (average 400 milliseconds) when JBos

[jboss-user] [JBossWS] - Re: Using WSSecurityHandlerOutbound in a DII client

2006-08-16 Thread acxjbertr
Using a handler chain is the correct way of signing/encrypting your messages - whatever the code might look like to accomplish it. The lines of code that you asked about are correct given the SERVICE_NAMESPACE that you are using is the same one you use when create the QName for your service (wh

[jboss-user] [JBoss Eclipse IDE (users)] - Re: 2.0.0.Beta1 ready?

2006-08-15 Thread acxjbertr
I was looking at the JBossIDE roadmap: http://jira.jboss.com/jira/browse/JBIDE?report=com.atlassian.jira.plugin.system.project:roadmap-panel I saw that 2.0.0.Beta1 had no unresolved issues and figured it was ready for release soon. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Eclipse IDE (users)] - 2.0.0.Beta1 ready?

2006-08-15 Thread acxjbertr
I noticed in JIRA that all the issues related to the 2.0.0.Beta1 release of JBossIDE were closed or resolved. However, I haven't seen any change on the Eclipse update site. When do you guys expect to release Beta1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBossWS] - Re: How to change port in SOAP Address Location

2006-08-14 Thread acxjbertr
I run OracleXE on my machine for testing purposes and it runs on port 8080 by default. However, rather than changing JBoss, I changed OracleXE with this SQL command: begin dbms_xdb.sethttpport('7979'); end; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965

[jboss-user] [JBossWS] - JBossWS 1.0.2 source code archive

2006-08-14 Thread acxjbertr
I need to step into the JBossWS code to debug a problem I am having, but I can't seem to find the code archive anywhere. I have gone to fisheye, but navigating through source code using a web interface is a nightmare. Where can I download the source code archive for JBossWS 1.0.2? View the ori

[jboss-user] [JBossWS] - Re: Using WSSecurityHandlerOutbound in a DII client

2006-08-04 Thread acxjbertr
My client-mapping.xml file is generated by wstools. Here is the Ant task that performs the generation: | | | | | | | Note that the build.classpath contains jbossws-client.jar. Here is the wstools-client-config.xml: | http://www.

[jboss-user] [JBossWS] - Re: Desgin Patterns - Web Service

2006-08-03 Thread acxjbertr
Web Services almost always communicate using HTTP. HTTP is the transfer protocol. Web Services can either be SOAP based XML or just plain XML. In the former case, SOAP is the content protocol. Web Services using SOAP is the industry standard right now so I would recommend you go that route.

[jboss-user] [JBossWS] - Re: WS-Security: a standalone client ?

2006-08-01 Thread acxjbertr
See: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962284#3962284 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962287#3962287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962287

[jboss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-08-01 Thread acxjbertr
See: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962284#3962284 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962285#3962285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962285

[jboss-user] [JBossWS] - Re: Using WSSecurityHandlerOutbound in a DII client

2006-08-01 Thread acxjbertr
I got it working. Here is the DII code: package com.mycompany.client.test.ws; | | import java.net.MalformedURLException; | import java.net.URL; | import java.rmi.RemoteException; | import java.util.ArrayList; | import java.util.List; | | import javax.xml.namespace.QName; | impo

[jboss-user] [JBossWS] - Re: Using WSSecurityHandlerOutbound in a DII client

2006-07-31 Thread acxjbertr
My references to org.jboss.ws.wsse.WSS_SOAP_NS should actually be to org.jboss.ws.wsse.Constants.WSS_SOAP_NS I apologize for any confusion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962010#3962010 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossWS] - Using WSSecurityHandlerOutbound in a DII client

2006-07-31 Thread acxjbertr
I've got a DII client coded up and everything works as expected. However, now I am trying to test my WS-Security setup. My JBoss server (4.0.4 with JBossWS 1.0.2) requires WS-Security signatures on all incoming SOAP messages. It accurately denies my invocations if I don't sign my messages, bu

[jboss-user] [JBossWS] - JBossWS 1.0.2 release early?

2006-07-25 Thread acxjbertr
I noticed in the JIRA roadmap for JBossWS 1.0.2 that the only "issue" left is to release the binary. It appears that all other issues have been resolved. If this is true, can we expect the binary to be release early (i.e. before July 31)? View the original post : http://www.jboss.com/index.h

[jboss-user] [JBossWS] - Re: WebService message security

2006-07-25 Thread acxjbertr
This might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSSpecStatus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960704#3960704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960704 __

[jboss-user] [JBossWS] - Re: Class name case incorrect in generated client artifacts

2006-07-15 Thread acxjbertr
See http://jira.jboss.com/jira/browse/JBWS-998. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958309#3958309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958309 ___ jboss-u