History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-1670
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Hiram Chirino
Reporter: Hiram Chirino
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

Element Order in the XSD do not match the order required by ActiveMQ

Created: 17/Apr/08 08:49 AM   Updated: 17/Apr/08 11:11 AM
Component/s: Broker
Affects Version/s: None
Fix Version/s: 5.1.0

Time Tracking:
Not Specified


 Description  « Hide
The transports element in the activemq configuration must be one of the last element configured.. Some elements if specified after it, it will be ignored. The problem is that the xbean generated xsd orders the elements alphabetically.

We either need fix the xsd to mach the requirement or remove the restriction that the transport element be one of the last elements defined.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Hiram Chirino - 17/Apr/08 11:11 AM
I have just commited a fix that should allow the transports to get added at any time during the configuration of the broker service.