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)