Problem Description
The SQL queries in the find methods of BitstreamDAOImpl currently do not take the bitstream_order attribute into account when retrieving bitstreams for a given bundle. As a result, the order of bitstreams returned does not match the order shown in the file administration UI.
The SQL queries should be updated to include an ORDER BY bitstream_order clause to ensure consistency between the database retrieval order and the UI display order.