Camel X12 837/835 library

2021-06-08 Thread Wilken Marci J
Hi. I am looking for library/component that will convert beans to X12 837 Claims submissions to medical system, Title XIX Medicaid/Medicare. This is a really standard submission format so I'm not looking to reinvent the wheel. I've seen a couple of examples of reading in an 837 and converting

Re: Camel-Jetty SSL-REST Consumer

2021-06-08 Thread Claus Ibsen
Hi I suggest to look at the jetty component class and see what can be configured there, and where that dummy comes from On Tue, Jun 8, 2021 at 10:48 AM Jörg Jansen wrote: > > Hi Claus, > thank you for you fast feedback. > Unfortunately, using jdk11 with camel 3.10.0 has still the same result. >

RE: Camel-Jetty SSL-REST Consumer

2021-06-08 Thread Jörg Jansen
Hi Claus, thank you for you fast feedback. Unfortunately, using jdk11 with camel 3.10.0 has still the same result. While debugging the behavior, and comparing the web app connection and the REST connection, I could see, that the SSLContext of the webapp contains a SNIX509ExtendedKeyManager,

Re: Camel-Jetty SSL-REST Consumer

2021-06-08 Thread Claus Ibsen
Hi Try with Java 11, and also try with Camel 3.10.0 On Tue, Jun 8, 2021 at 8:34 AM Jörg Jansen wrote: > > Hi everybody, > > while migrating from camel2 to camel3, I currently have a problem running our > REST services with SSL. > My used environment is: > Camel: 3.7.4 > Karaf: 4.3.2 >