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

James Strachan updated AMQ-1167:
--------------------------------

    Assignee: Adrian Co

Fancy taking a stab at these Adrian? :)

> The example does not work under JVM 1.4
> ---------------------------------------
>
>                 Key: AMQ-1167
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1167
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.1.0
>         Environment: JVM 1.4.2
>            Reporter: Woonsan Ko
>            Assignee: Adrian Co
>            Priority: Minor
>         Attachments: example-diff.txt
>
>
> The example under ./example/ directory does not work because its sources uses 
> Arrays.toString() method, which is available only in JVM 1.5.
> So, I modified 'Arrays.toString()' to 'CollectionUtils.arrayToList()' using 
> Spring 2.0 utility. The CollectionUtils.arrayToList() method returns an 
> adequate list instance for primitive arrays or object arrays, and toString() 
> method of list is very similar to 'Arrays.toString()' method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to