• Jira and multiple fix versions

    Folks, I propose when we work with Jira we only ever assign an issue to a single "fix version" Issues that apply to multiple stacks should be assigned to cxf/metro but not to native In that way, our workload estimat...
    Profile Photo
    created by thomas.diesler
  • Dropping the version suffix

    Folks, how about having just jbossws-3.0.2-native jbossws-3.0.2-cxf jbossws-3.0.2-metro Since we have the jbossws version (i.e. 3.0.2) in the version id for every stack, the stack specific suffixes don't seem to ad...
    Profile Photo
    last modified by thomas.diesler
  • Invocation exception handling

    Hi all, on jira we currently have an issue about invocation exception handling with the metro stack http://jira.jboss.com/jira/browse/JBWS-1670. Basically the problem is caused by the handleInvocationException method ...
    Profile Photo
    last modified by palin
  • JAXB in cxf/metro

    Currently we have the following jaxb versions native=2.1.6 cxf=2.1.4 metro=2.1.6 That generally opens the following question: #1 Should we align the jaxb version with the respective stack and deploy it to the AS #2...
    Profile Photo
    last modified by thomas.diesler
  • http://org.jboss.ws/http#chunksize

    Hello! I'm trying to send a SOAP message through the JAAS. The problem is that the service is the CGI and doesn't accept "Transfer-Encoding" header. JBoss Remoting has a configuration for it (chunkedLength=0 ???), bu...
    Profile Photo
    last modified by ratoo
  • Web Service Transactions Implementation: Configuring WS Addr

    Well, the good news is that I've just successfully converted my Web Service Transactions (WSCOOR/WSAT/WSBA 1.1) implementation over JaxWS which was running on Glassfish to run successfully on JBossWS native 3.0.1/AS 5...
    Profile Photo
    last modified by adinn
  • jbossws-common vs. jbossws-framework

    Folks, please remind me why we have jbossws-common *and* jbossws-framework. Apart from: "yada yada ... academic .. yada yada" - that I have probably come up with myself. Is there any real use to maintain the jbossws...
    Profile Photo
    last modified by thomas.diesler
  • JBossWS 2.1 embedded?

    Jonathan says: I'm giving some thought to the design of our functional test suite for JBossTS XTS i.e. Web services transactions. I'd like to follow the same model as we use for JBossTS JTS, where each test runs in i...
    Profile Photo
    last modified by thomas.diesler
  • JBossWS 3.0.1 Release Issues

    This thread will track all 3.0.1 release related issues including proposals how to fix them
    Profile Photo
    last modified by ropalka
  • A stack MUST NOT have a compile time dependency on framework

    Heiko, could you please remind me why this is. <!-- A stack MUST NOT have a compile time dependency on jbossws-framework.jar --> <pathelement location="${thirdparty.dir}/jbossws-common.jar"/> <pat...
    Profile Photo
    last modified by thomas.diesler
  • Maven release artifacts

    In order to simplify integration with AS 5, it would be helpful to create maven artifacts of our binaries that follow a naming convention. Currently the only artifacts that's manually being released to the repo is jbo...
    Profile Photo
    last modified by heiko.braun
  • XmlSeeAlso

    I am just trying to find out some further information on the level of support of XmlSeeAlso for. This annotation was added to JAXB 2.1 so on a super type the sub classes can be identified and used by the JAXB context...
    Profile Photo
    last modified by dlofthouse
  • Integration metro

    This is related to http://jira.jboss.org/jira/browse/JBWS-1994 The metro-build-adapter.xml sais <!-- Metro 3rd party thats not available through repo.jboss.com --> <fileset dir="${lib.runtime.dir}">...
    Profile Photo
    last modified by thomas.diesler
  • Hudson thirdparty downloads

    For the last couple of runs Metro-Core-4.2.x had lots of regression which could not be reproduced locally [tdiesler@jbws jobs]$ find *-AS-4.2.?/workspace/stack-*/thirdparty -name jbossws-jboss42-resources.zip | xar...
    Profile Photo
    created by thomas.diesler
  • Dependency on container configurations and JBWS-1992

    Hi Folks, I'm working on the JBWS-1992 (http://jira.jboss.org/jira/browse/JBWS-1992). The issue description has 2 exceptions; the first one is not happening any more imho, the second one (Entry not found with name: WS...
    Profile Photo
    last modified by asoldano
  • Interop endpoints down

    The interop endpoints (referenced from the wiki) are down http://jbossws.demo.jboss.com:8080/interop We need a suggestion of how we can automatically verify that these are working. (i.e. part of our hudson QA could ...
    Profile Photo
    last modified by thomas.diesler
  • Tagging the TCK repository

    I don't see TCK tags for the 2.0.3 release [tdiesler@tdvaio trunk]$ svn list https://svn.corp.jboss.com/repos/tck/tck5/tags JBoss_5_0_r64626_JBossWS_2_0_1_GA/ JBoss_5_0_r67294_JBossWS_2_0_2_GA/ [tdiesler@tdvaio ta...
    Profile Photo
    last modified by thomas.diesler
  • RM Sender/Receiver as High Available (HA) Components

    This dev forum topic will accumulate investigation results of research on RM Sender/Receiver as High Available (HA) Components It relates to bug http://jira.jboss.org/jira/browse/JBWS-1976 and was initiated by the...
    Profile Photo
    last modified by ropalka
  • Enforce container specific libraries (jbossxb,remoting)

    Folks, I noticed an invalid change to build-thirdparty.xml to the effect that remoting and jbossxb are downloaded dependent on the target container. I rolled back and added the following comment <!-- Note, t...
    Profile Photo
    created by thomas.diesler
  • Run tests-compile without wsconsume

    Folks, did you know that you can run [tdiesler@tddell trunk]$ ant -Dnoconsume=true tests-compile Buildfile: build.xml ... wsconsume: tests-compile: [javac] Compiling 2 source files to /home/tdiesler/svn/jbossws/s...
    Profile Photo
    created by thomas.diesler