I have defined a /org.apache.camel.component.apns.ApnsComponent/ bean and
tried to use the component in a Camel route. Camel reports that the
certificate must have a password, yet requiring a password on the
certificate is typically discouraged.
Does Camel require the certificate have a password? Why?
Caused by: java.lang.IllegalArgumentException: certificatePassword must be
specified and not empty
at org.apache.camel.util.ObjectHelper.notEmpty(ObjectHelper.java:309)
at
org.apache.camel.component.apns.factory.ApnsServiceFactory.configureApnsCertificate(ApnsServiceFactory.java:181)
at
org.apache.camel.component.apns.factory.ApnsServiceFactory.getApnsService(ApnsServiceFactory.java:164)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
--
View this message in context:
http://camel.465427.n5.nabble.com/APN-certificate-requires-password-tp5572525p5572525.html
Sent from the Camel - Users mailing list archive at Nabble.com.