Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-6225

objectmessage setTrustedPackages doc

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • Documentation
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tinustate Tinus Tate
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: