• 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
  • Signatures and CRs

    Hi Folks, I spent some time on http://jira.jboss.org/jira/browse/JBWS-2011, I think there aren't straightforward solutions for this, may be somebody else have interesting idea ;-) Here is my analysis: the reason why t...
    Profile Photo
    last modified by asoldano
  • ejb3/ws integration

    I know we have talked about needing a proper ejb3 spi for ws to use, and that this should be part of the integration project. I have this ejb3 forum thread to track its completion: http://www.jboss.com/index.html?mod...
    Profile Photo
    created by starksm64
  • Simplify deploy/undeploy cycles for different stacks

    This relates to http://jira.jboss.org/jira/browse/JBWS-1982 This need to be looked at again. * The knowledge of how to (un)deploy stack X should not leak into framework * If AS has stack X.0.0 deployed and you w...
    Profile Photo
    last modified by thomas.diesler
  • WS-Security Usename Token Profile JAAS Implementation for JS

    Karl de Boer sais: I created a Username TokenProfile implementation where the userid pwd are verified against the active JAAS SecurityManager I want to share this with you. ... Thanks Karl http://jira.jboss.org...
    Profile Photo
    created by thomas.diesler
  • Automatized TCK Tests

    Hi Folks, what would you say if our TCK tests would be fully automatized via Hudson? I didn't find any license restrictions forbidding us doing that.
    Profile Photo
    last modified by ropalka