• JBossWS CZJUG Presentation

    Download available here. Enjoy ;)
    Profile Photo
    created by ropalka
  • Dynamic Endpoint Deployment

    Kabir Khan wrote: If you've seen the dev-list discussions yesterday regarding JBAS-6489, I can work around this in AOP, but I have found the cause to be something to do with org.jboss.test.webservice.endpoint.Endpoin...
    Profile Photo
    last modified by ropalka
  • Stack independent addressing implementation

    This thread is about: https://jira.jboss.org/jira/browse/JBWS-2106 and https://jira.jboss.org/jira/browse/JBWS-2102. Since the JAX-WSA spec is in withdrawn state, there's actually no spec saying how the ws-addressing ...
    Profile Photo
    last modified by asoldano
  • Jboss SOAPElementSerializer error

    I am using Jboss 4.2.3 and trying to invoke BPEL process which has a decision service(a web service). I get the following error. ---------------------------------------------------------------------------------- ERRO...
    Profile Photo
    last modified by nbmenon
  • JAX-WS Conformance Requirements

    I just quickly wanted to double check the interpretation a conformance requirement from the JAX-WS specification. From section 4.2.4 of the JAX-WS specification describing exception handling: - Conformance (Except...
    Profile Photo
    last modified by dlofthouse
  • Upgrading Scout/JUDDI combo

    JUDDI can be upgraded to 2.0.rc5 without issues. The problem is in the scout project which has got dependencies on xml beans introduced. What is need to make the scout upgrade is an implementation of the Transport in...
    Profile Photo
    last modified by anil.saldhana
  • JAX-WS RI 2.1.5/Metro 1.4 Released

    http://weblogs.java.net/blog/jitu/archive/2008/10/jaxws_ri_215met.html
    Profile Photo
    last modified by ropalka
  • Maven Dependencies Real Problem

    Relates to: JBWS-2376 Current Solution: JBossWS allows to deploy multiple SOAP stacks (Metro, CXF and Native) to multiple JBossAS servers (4.2.x and 5.0.x). To easily integrate different SOAP stacks with different A...
    Profile Photo
    last modified by ropalka
  • ThreadLocalAssociation JBoss Security Hack

    Below is the copy paste from ThreadLocalAssociation.java: //This removes a custom callback security handler that might have //been set if using UsernameTokenProfile with digest; doing this //here won't be required a...
    Profile Photo
    created by ropalka
  • Project JAXR mavenization suggestions

    The following need to be done to the mavenized JAXR project. 1) The parent of the project needs to be set to the JBoss parent. This way you get all the definitions of plugins inherited (source, jar, release) etc. An...
    Profile Photo
    last modified by anil.saldhana
  • Review of fix for JBWS-2304

    I have been working on the following issue: - https://jira.jboss.org/jira/browse/JBWS-2304 The fundamental problem is that the ThreadLocals are not being cleared when the client request completes. The initial fix h...
    Profile Photo
    last modified by dlofthouse
  • Deploying web services in service archive

    I've been looking at https://jira.jboss.org/jira/browse/JBWS-2246. As Adrew correctly pointed out, the problem here is that the jbossws deployer relies upon injection into beans declared in server//deploy/jbossws.sar/...
    Profile Photo
    last modified by asoldano
  • UsernameToken authentication and authorization for POJO endp

    I am thinking about having a look at this issue and just wanted to bring up some ideas here. The reason I am looking at this is because although there is a solution based on using EJB endpoints there is still a consis...
    Profile Photo
    last modified by dlofthouse
  • jbosws integration layers for JBoss application server 4.3.G

    1) You wrote: "Currently, we have integration layers for the JBoss application server 4.2 and 5.0." We are using JBoss application server 4.3.GA Is it a way to get it working with Jboss 4.3.GA? 2) Second question,...
    Profile Photo
    last modified by anatolyg
  • WS4EE and AS5

    I am trying to understand how JBossWS handles WS4EE for AS5. In the AS5 test suite, there is a test called as "org.jboss.test.webservice.jbws309.JBWS309TestCase". Now if you try to run this test against AS5 (no need ...
    Profile Photo
    last modified by anil.saldhana
  • Using a Hudson matrix

    Hi Alessio, please have a look at http://jbws.dyndns.org:8280/hudson/job/jBPM-Container-Matrix/ I believe this is relevant for the jbossws project as well. With http://jbws.dyndns.org:8280/hudson/job/jBPM3-JDK1.5/ ...
    Profile Photo
    last modified by thomas.diesler
  • Location of jboss-jaxws classes

    Shouldn't javax.xml.ws & javax.jws apis be part of the jboss-javaee project? https://jira.jboss.org/jira/browse/JBMETA-63
    Profile Photo
    created by dimitris
  • JAX-WS 2.1 and JBoss 4.2.2

    Hi, I'm deploying our J2EE application with JAX-WS 2.1 on JBoss 4.2.2GA. Unfortunately I have suspition that JBoss and JAX-WS cause memory leaks because approximately after 24 hours with heavy load, JBoss crashes wit...
    Profile Photo
    last modified by marlboro
  • WS-Eventing and subscription expiration time

    We made the patch for the feature described in this User's forum post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=90201 I put two configurable properties in SubscriptionManager Mbean. I have two...
    Profile Photo
    last modified by maeste
  • JBoss 5.0.CR1 and JSF Error

    I have a deployed war that works perfectly well on 4.2.2. Using the defaults, I get all kinds of errors when I start up on JBOss 5.0.cr1. Does anyone have any idea what I can do to fix this? Thanks Here is the erro...
    Profile Photo
    last modified by possumpc