Hello,
I am trying to send TCP data over a socket connection to a server written
in .NET. They are trying to decode what I send and are expecting Unicode
Little Endian with no byte order marking. In .NET this is done as follows:
Encoding encoder = new System.Text.UnicodeEncoding(false, false);
byt
I have a problem , my cxf-ssl.xml setting for httpj-engine is working when
it runs as l springboot camel application.
but it failed at JUnitTest with below error , It seem SpringContext could
corretly import resource for ssl cxf setting during
JUnitTest. (CamelSpringBootRunner)
Caused by:
org.sp
Hi,
My solution looks like this:
I have created a small context with those jaxb dataformats and corresponding
routes which are calling (un)marshall.
These routes are connected by vm: endpoints and use InOut-Pattern.
So I have all XSDs, jaxb generation and jaxb-dataformat in one bundle which is