Replicator kit-- demonstrates a POJO successfully working, HTTPComponent fails.
Please see the enclosed web application (suitable for deployment to Tomcat) and SwitchYard application. It demonstrates:
-
A servlet that uses Basic Authentication and SSL for transport security.
-
A POJO Camel Processor that fails trying to call this servlet, until it's given JVM arguments that point to the keystore. Then the POJO Processor succeeds.
-
Attempts to call the SSL secured servlet from HTTPComponent in the same JVM the POJO Processor resides in. The POJO Processor succeeds, the HTTPComponent fails.
|