You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2016/03/31 15:31:25 UTC

[jira] [Resolved] (AMQ-6225) objectmessage setTrustedPackages doc

     [ https://issues.apache.org/jira/browse/AMQ-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-6225.
-------------------------------
    Resolution: Fixed

> objectmessage setTrustedPackages doc
> ------------------------------------
>
>                 Key: AMQ-6225
>                 URL: https://issues.apache.org/jira/browse/AMQ-6225
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Tinus Tate
>            Priority: Minor
>
> Documentation page about objectmessage:
> http://activemq.apache.org/objectmessage.html
> states:
> factory.setTrustedPackages(new ArrayList(Arrays.asList("org.apache.activemq.test,org.apache.camel.test")));
> which should be:
> factory.setTrustedPackages(new ArrayList(Arrays.asList("org.apache.activemq.test,org.apache.camel.test".split(","))));
> Just to prevent everyone getting a headache when they get the "Forbidden class" message and surf to above page.



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