• jaxrs cxf...shutdown->startup not working

    Hello, I've set up a jaxrs bean and have something like this in my springbeans file:       In my KmlTService I have a couple of very simple GET's.  So when i start my feature for the first time, I...
    Profile Photo
    last modified by guest
  • CXF jaxrs example

    Hi,   I followed the advice in the ServiceMix 4.2.0's CXF JAXRS example README and was able to change the servlet path by setting the org.apache.cxf.servlet.context property in org.apache.cxf.osgi.cfg.   H...
    Profile Photo
    last modified by klimperos
  • CXF JAXRS Security

    Hi,   I am attempting to modify the JAX-RS example to add a <security-constraint> tag with authorization constraints, login-config tags, etc. so that I can set up roles and users for the resources.   ...
    Profile Photo
    created by klimperos
  • Dynamic caching and Jetty/CXF

    Hi,   In FUSE 4.2, the Jetty engine apparently does not cache dynamic content, ignoring the Cache-Control header for JAX-RS based responses: http://docs.codehaus.org/display/JETTY/LastModifiedCacheControl  ...
    Profile Photo
    created by klimperos
  • No Conduit Initiator error

    Hi,   I'm trying to create a web service client from within an OSGi service in FUSE 4.2. I'm creating the client through Java calls, not through Spring configuration. This code has been working in stand-alone mo...
    Profile Photo
    last modified by tbishop
  • CXF - activate XML_DECLARATION from soap exchange

    Hello,   I use CXF 2.2.7 to declare one service.   Service client isn't CXf nor java. It needs XML declaration :" <?xml version="1.0" encoding="UTF-8"?> ".   I test to set up SOAPMessage.WRITE_...
    Profile Photo
    last modified by jcs_jean-claude.souvignet
  • CXF / FUSE Services Framework version 2.3

    Hello again,   I'm looking for a tentative timeline for the release of CXF version 2.3.  I am particularly interested in the SOAP over JMS spec compliance and new annotation feature set.   Thanks! -B...
    Profile Photo
    last modified by benhough
  • CXF - Soap12FaultOutInterceptor - SOAP Fault  reason text lang

    Hello,   I am trying CXF 2.2.7.   I have read the content of Soap12FaultOutInterceptor.java an try to understand how work this interceptor when a soap fault is thrown.   The reason text have a lang a...
    Profile Photo
    last modified by jcs_jean-claude.souvignet
  • How to download FUSE services Framework 2.2.6-fuse-01-00?

    ESB 3.4.0.5 shows that it is using FUSE services framework 2.2.6-fuse-01-00, but the down load page for the latter only has 2.2.2.2 available. Where to download the version 2.2.6-fuse-01-00?   Thanks!
    Profile Photo
    last modified by suxuguang
  • Exposing a stateful session bean as a webservice

    Hi,   Is it possible to expose a stateful session bean as webservices using FUSE service framework? I've a stateful session bean which needs to be exposed as webservice.   Could anyone help in this regar...
    Profile Photo
    last modified by sanjitun
  • best way to implement RESTful client

    Hi everybody,   I'm wondering which is the best way to implement a RESTful client in the ESB, to access an external web-services.   For the moment I did a bean that call directly the URL but the bean compo...
    Profile Photo
    last modified by pippo_watchdogcool
  • When will FUSE Service Framework 2.2.6 be available? Where to get it?

    Hi,   I only see Fuse Serivce Framework 2.2.2 available for download, but Fuse ESB 3.4.0.5 is using 2.2.6 (according to the release note for ESB 3.4.0.5). I thought I can get Fuse Service Framework 2.2.6 from th...
    Profile Photo
    last modified by suxuguang
  • reconnect WAS 6.1

    I am using Apache CXF 2.1.3.12 along with Websphere 6.1 - this is more of a WAS specific question, but I was hoping some one here may have run across this before. I am deploying web services that use Soap/JMS and in...
    Profile Photo
    last modified by domenic
  • Fuse Integration with Jboss AS Question

    Hello this my first time i use fuse ESB but actually i have a problem regarding integration of fuse with jboss AS , i can't integrate anymore  ?!   this integration cause i have a web application which tr...
    Profile Photo
    last modified by bassem.elsodany
  • Problem with wsdl2java codegen tool  & jaxb episodes

    Hi,   I'm generating jaxb bindings with episodes for all schemas included/imported for a "wsdl" so I have a more modular project structure and better dependency reusability. Then I pass the jaxb episodes to the ...
    Profile Photo
    last modified by marcelcasado
  • logging in cxf osgi bundle deployed into servicemix 4.2.x

    I have an OSGI bundle that hosts jaxws:endpoint deployed in Servicmix. How do i specify DEBUG level for certain CXF logging subsystems to get       logged to "servicemix.log"?
    Profile Photo
    last modified by lcurry
  • How to use external or third party jar in the classpath of a bundle.

    Hi,   I am try to create a JMS consumer for a Weblogic topic destination,   I am using jndiTemplate for the connection factory,   For the "java.naming.factory.initial" property value I have to prov...
    Profile Photo
    last modified by divakar
  • Read propertyfile from one bundle to another

    Hi,   I need to ready property file from one osgi bundle.   Scenario:   I am having 10 different bundles. Some of them implemented by JAVA DSL and others are SPRING DSL.   Am having 3 different...
    Profile Photo
    last modified by bagavathysivaraman
  • Demo Video Missing (getting started with servicemix 4 usecase 3)

    hello,   One tutorial video at this link---- http://fusesource.com/products/enterprise-servicemix4/ ->Demo Videos is missing. The video "Getting started with servicemix 4 usecase 3" is about restful service...
    Profile Photo
    last modified by nee007_nee007
  • Problem with ws-security/interopfest/wssc example

    Hi,   I'm trying to run ws-security examples and facing issues below. Could anybody take a look at it?   Thanks   INFO: Creating Service PingService from WSDL: file:/C:/fuse/apache-cxf-2.2.9-fuse-01...
    Profile Photo
    created by vpavlenko