Hello Sandy, This is exactly [1] the fix associated with bug MH-7764, committed on May 20th in the 1.1.x branch.
[1] http://opencast.jira.com/source/viewrep/MH/trunk/modules/matterhorn-conductor/src/main/java/org/opencastproject/workflow/handler/TextAnalysisWorkflowOperationHandler.java?r1=10178&r2=10480 Thanks, Josh On Jul 5, 2011, at 3:07 AM, sandy tomar wrote: > I have installed Matterhorn 1.1 on ubuntu 10.4. > When i was uploading videos i was getting text from slides which was not > synchronised with time so i juggled a lot with the code. > Then I got a problem with TextAnalysisWorkflowOperationHandler.java in > matterhorn-conductor module. > In TextAnalysisWorkflowOperationHandler.java on line 306. if you replace > HashMap by TreeMap the problem gets solved. > The reason is simple as HashMap is not sorted so Jobs run in arbitrary > fashion but when you use TreeMap (which implements SortedMap) > Jobs run in ascending order. > I don't know whether you have fixed this bug already or not but i just wanted > to help you so i have posted this. > > -- > regards > > sandy > _______________________________________________ > Community mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/community > > > To unsubscribe please email > [email protected] > _______________________________________________
_______________________________________________ Community mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/community To unsubscribe please email [email protected] _______________________________________________
