Is it possible to set a reference about XSD files in the own ESB?

2012-03-23 Thread snatera
Hello everybody, I have this architecture, Web Service (A), Fuse ESB (ServiceMix) (B) and a Web Service Client (C): A <> B <> C A and B are in different servers, so, I want to send some requests from (C) to (A) through (B). I have to define two cxf endpoints and a camel router when I cre

Re: Problem with multiple CXF services using the same https port

2012-02-09 Thread snatera
Hello Dan! Thanks for taking your time to reply to me. In this link Fuse Source explains the way that I implemented: http://fusesource.com/docs/esb/4.3/cxf_security/HTTPCompatible.html#i488847 I was trying to use before, but I had this Exception: -- Exception in thread "SpringOsgiExtenderThre

Re: Problem with multiple CXF services using the same https port

2012-02-08 Thread snatera
I could solve the last post, where I mention the Exception about 'cxf' bean. In your beans.xml or camel-config.xml you have to put this source: Then, go to pom.xml and put this dependendy and this import: Dependency: org.apache.camel camel-cxf

Re: Problem with multiple CXF services using the same https port

2012-02-08 Thread snatera
Thank you for share this link. I have a Exception with this example, it's about Bus attribute in httpj:engine-factory element, the example defined it this way httpj:engine-factory bus="cxf", but when I install this bundle in fuse-esb-servicemix I have this exception: -- Error creating bean with

Re: Problem with multiple CXF services using the same https port

2012-02-06 Thread snatera
Hi cristian, I am working with apache camel and i would like to configure https in the route. can you help me with this? This is my beans.xml: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:cxf="http://camel.apache.org/schema/cx

secureXML

2011-12-29 Thread snatera
Looking my beans.xml I did that: http://camel.apache.org/schema/spring"; > It does not shows error, but if I write the follow: http://camel.apache.org/schema/spring"; > http://www.w3.org/2001/04/xmlenc#aes128-cbc"; /> http://www.w3.org/2001/04/xmlenc#aes128-cbc"; /> It show