You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by jugi92 <gi...@git.apache.org> on 2017/12/19 18:06:42 UTC

[GitHub] nifi issue #222: NIFI-614 Added initial support for new style JMS

Github user jugi92 commented on the issue:

    https://github.com/apache/nifi/pull/222
  
    Was the Tibco issue ever followed up on?
    I tried to set sSLTrustedCertificate as dynamic property but it gives the following error:
    ```
    2017-12-19 17:48:09,788 ERROR [StandardProcessScheduler Thread-7] o.a.n.c.s.StandardControllerServiceNode JMSConnectionFactoryProvider[id=a7cf3b99-c426-18a4-0000-00003dc28240] Failed to invoke @OnEnabled method due to java.lang.IllegalStateException: java.lang.IllegalStateException: Failed to set property sSLTrustedCertificate: {}
    java.lang.IllegalStateException: java.lang.IllegalStateException: Failed to set property sSLTrustedCertificate
    ```
    
    Tibco Java Doc is available here:
    https://docs.tibco.com/pub/enterprise_message_service/6.3.0-february-2012/doc/html/tib_ems_api_reference/api/javadoc/com/tibco/tibjms/TibjmsConnectionFactory.html#setSSLTrustedCertificate(java.lang.String)


---