• Keep alive doesn't doesn't work for closed TCP/IP connection

    My usecase: I'm using JBossWS Netty client (via JAX-WS proxy API) with keep-alive feature enabled (this is the default). When remote http server goes down and up again all lately used cached connections on client sid...
    Profile Photo
    last modified by ropalka
  • JBossSTS SOAP protocol handler

    Hi, we are currently working on adding SAML Token support to JBossESB: (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=161206). After posting to the JBoss Identity forum: (http://www.jboss.org/inde...
    Profile Photo
    last modified by beve
  • Dispatch and ConfigProvider

      // create the dispatch, setting the client security configuration file. Dispatch<Object> dispatch = service.createDispatch(portName, jbc, Mode.PAYLOAD); ((ConfigProvider) dispatch).setSecurityConfig(se...
    Profile Photo
    last modified by anil.saldhana
  • JBossWS Deployers Integration

    This is a first brain dump regarding the following issues (feel free to comment/discuss): JBWS-2332 JBWS-2333 JBWS-2338 JBWS-2370 JBWS-2382
    Profile Photo
    last modified by ropalka
  • Removing JACC Permissions Hack

    This is related to: JBAS-5935 I'm trying to remove JACC permissions hack in JBossWS AS integration code base and I have two issues with that: ad1) When I'll comment out WSJACCPermissionsDeploymentAspect DA from jbos...
    Profile Photo
    last modified by ropalka
  • Future directions for JBossWS

    Hello all, I am writing to inquire what the plans for the future of JBossWS-Native are. As far as I could find on the net, this stack was born by forking Axis code and modifying it to achieve J2EE compliance and neve...
    Profile Photo
    last modified by karypid
  • Baby steps: Eclipse + JDK1.6

    Hi again, Another dumb question: I've imported the project into eclipse. The maven projects reference the jdk called "J2SE-1.5". I know it is possible to compile using JDK 1.6 (the command-line build with "mvn packag...
    Profile Photo
    last modified by karypid
  • Baby steps: test suite problems

    Hi, JBossWS development 101: Step 1: Checkout / compile according to http://jbossws.jboss.org/mediawiki/index.php?title=Building_From_Source.... DONE. Step 2: Run the test suites according to http://jbossws.jboss.o...
    Profile Photo
    last modified by karypid
  • package org.jboss.ws.metadata.umdm only available in 'native

    Hi! Trying to deploy JBossESB 4.6 on JBossAS 5.1 using JBossWS 3.1.1/Metro - I noticed that ESB is using : org/jboss/ws/metadata/umdm/UnifiedMetaData which only is part of JBossWS-native. Is this package only supp...
    Profile Photo
    last modified by hansgk
  • Looking for org.jboss.webservices

    This might seem a bit silly but I can not find the jar that includes these packages. org.jboss.webservice ref: http://docs.jboss.org/jbossas/javadoc/4.0.4/webservice/ I have JBoss 4.2.3 and JBossws-cxf-3.1.1 I also...
    Profile Photo
    last modified by sasanplus
  • Inheritance problem

    Hello. I have a problem with class inheritance in web services. I want to make a web service with one method to add objects of classes (B, C and other in the future) which inheritated from my basic class (A). My sour...
    Profile Photo
    last modified by pio1k
  • Does JBoss handle SOAP request with additional working Threa

    Dear all, I have a SOAP application which call other server's SOAP and do some process. But the response time from another server is about 1-4 seconds. I plan to setup JBoss on Q8200(4core Intel CPU) with 4GB RAM se...
    Profile Photo
    last modified by pccontact168
  • EJBContext as an attachment in WebServiceContext

    Currently in our EJB3 StatelessContainer http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/stateless/StatelessContainer.java we have WSCallbackImpl which is a callback for Be...
    Profile Photo
    last modified by jaikiran
  • Remoting 3 and HTTP client

    This is related to https://jira.jboss.org/jira/browse/JBWS-2554 . In few words, JBossWS will soon need to use other means for http client invocations, as Remoting is not going to provide this anymore. Perhaps this mig...
    Profile Photo
    last modified by asoldano
  • Upgrading jboss-bootstrap and WS

    While upgrading jboss-bootstrap in AS to the new implementation, I've hit: Caused by: java.lang.NullPointerException at org.jboss.wsf.stack.jbws.WSDLFilePublisher.getPublishLocation(WSDLFilePublisher.java:338) at ...
    Profile Photo
    last modified by alrubinger
  • Injection Abstraction in VDF

    Injection abstraction is going to be part of VDF, see: jboss-dev thread This will be the problem with Metro/CXF integrations.
    Profile Photo
    created by ropalka
  • @WebParam sucks, Any workarround or just wait Java7?

    To generate a nice WSDL, many stupid @WebParam annotations should be hardcoding to code: public User create( @WebParam(name = "name") String name, @WebParam(name = "passowrd" String password); I foud [url=http://p...
    Profile Photo
    last modified by steeven
  • Jax-RPC WS Implementation in JBoss

    Hi, We were using the Jax-RPC based Web Service Implementation in Sun Java Application Server.Now we are planning to port it to JBoss application server.So is there any limitation on using Jax-RPC webservice implement...
    Profile Photo
    last modified by meet_ravip
  • ESB / WS integration issue on AS5

    Daniel Bevenius wrote: Hi Alession, hope you don't mind me emailing directly. Kevin Conner gave me your email address and I'd like to ask your advice an issue I'm having. Background In the ESB you can specify that ...
    Profile Photo
    last modified by asoldano
  • JBossWS Test Approach

    This thread is related to JBWS-2530.
    Profile Photo
    last modified by ropalka