[
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)