• 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
  • Proxy Object Caching

    In the following code creating proxy object takes about 500 milliseconds. Is there any other mechanism to resuse this proxy object using pooling? or can we use this proxy as singleton? String wsdlLocation = System...
    Profile Photo
    last modified by btallon
  • JBWS-2234 - SOAP 1.2 JAX-RPC Endpoint sends SOAP 1.1 message

    I am currently working on continuing the following Jira issue and adding a full test case: - http://jira.jboss.com/jira/browse/JBWS-2234 I am now seeing that requests are correctly received as SOAP 1.2 and the respo...
    Profile Photo
    last modified by dlofthouse
  • [JBWS-2187] javax.xml.ws.Service handlers and thread safety.

    I am currently working on the following Jira issue: - http://jira.jboss.com/jira/browse/JBWS-2187 I wanted to bring it up here to confirm the intended behaviour. In the past we have always recommended that the Serv...
    Profile Photo
    last modified by dlofthouse
  • swaref.xsd: connection time out during deployment

    Hi, we are using JBoss 4.0.5.GA Ejb3 enabled with JBossws-native-2.0.3.GA. We use swaref to manage attachment too. During the deploy of our application we see that we receive an error of "connetion time out" probably...
    Profile Photo
    last modified by aigor1966
  • @WebServiceRef default name

    This is related to http://jira.jboss.com/jira/browse/JBMETA-64. Well, considering the api doc says the default name should be as is now in trunk, I was thinking it's probably better to close the issue as "won't fix" ...
    Profile Photo
    last modified by asoldano