Hi there,
I'm trying to configure SOAP over JMS by means of camel, cfx, activemq and
servicemix (apache-servicemix-4.3.1-fuse-01-09).
Here is documentation http://camel.apache.org/camel-transport-for-cxf.html I'm
using.
My configuration file looks like this
http://www.springframework.org/sche
Hi,
I'm happy to see you find a workaround :)
It looks like a bug of the DataSource?
Can you try to use a new version of ServiceMix?
4.2.0 was released about years ago.
Willem
On 4/26/11 3:20 AM, Sorin Silaghi wrote:
Hi there,
Sorry to send you this directly but I keep getting erro
Hello,
Is it possible to obtain the request java.security.cert.X509Certificate
reference or equivalent from an endpoint such as: https://..."/>? The purpose is to extract some of the X500
Principal information out for use later on.
--
View this message in context:
http://camel.465427.n5.nabble
Hello Willem!
Sorry for not answering so long, but last week I worked together with Ade on
a production issue for one of our customers...
We see this issue (more) often in our stress tests. We use the same request,
but changing one of the request identifiers (e.g. the financial transaction
id). W
Hello,
More great information but I wasn't very clear about my followup, sorry.
I wanted to know if there's a way to do non-plaintext tcp proxy connection
via a camel route, ssl with just an arbitrary example.
So when I tried to use the previous suggestion from Scott Cranton's blog
for a came
Hi,
I've done some testing and I can't see anything wrong with the
stream. I have found a workaround: if I write the stream to a file first and
then use FileDataSource it all works fine.
I also slimmed down everything to the basics to make sure nothing
else interferes and to be hone
See http://activemq.apache.org/xml-reference.html
--
View this message in context:
http://camel.465427.n5.nabble.com/cvc-complex-type-2-4-c-The-matching-wildcard-is-strict-but-no-declaration-can-be-found-for-element-b-tp472981p4338903.html
Sent from the Camel - Users mailing list archive at Nabbl
Using Apache James at the moment. The current stable version of that
(2.3.2) doesn't support IMAP. ("A backport to James Server 2.3.2 would
require a volunteer.")
I have another localhost server I can try. Might work better anyway.
Ideally, the production app won't be running on a localhost emai
I was seeing similar, using 2.7 and the maven archetypes, which is a bit bad.
To fix it I had to put in:
xmlns:broker="http://activemq.apache.org/schema/core";
+
http://activemq.apache.org/schema/core
http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd
in the xsi:schemaLocation
Not