You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2016/11/16 17:28:58 UTC

[jira] [Created] (UIMA-5184) UIMA-AS: AMQ white listing of packages not working

Jerry Cwiklik created UIMA-5184:
-----------------------------------

             Summary: UIMA-AS: AMQ white listing of packages not working
                 Key: UIMA-5184
                 URL: https://issues.apache.org/jira/browse/UIMA-5184
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.9.0AS


It appears that white listing of packages is not working anymore. Current approach was to use this:
    ConnectionFactoryIniter cfIniter =
            new ConnectionFactoryIniter((ActiveMQConnectionFactory)connectionFactory);
    cfIniter.whiteListPackages();

Apparently this no longer works. Modify code to use an alternate way of achieving this with 
    ((ActiveMQConnectionFactory)aConnectionFactory).
setTrustAllPackages(true);







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)