On Sat, Mar 7, 2015 at 11:03 AM, Bran, Adela <adela.b...@gesis.org> wrote: > I am aware it appears three times: once for the claimed tasks, once for the > tasks in the pool and one for all the submissions that this user has > submitted which are currently under review. I have commented out all of them, > still without any success. Except packaging and updating the code, is there > anything else I need to do? Thanks.
Are you sure that you're using the full rebuild? In general, you should run maven from [dspace-source], not in [dspace-source]/dspace/. https://wiki.duraspace.org/display/DSDOC5x/Advanced+Customisation#AdvancedCustomisation-DSpaceSourceRelease The procedure is: mvn package (in [dspace-source]) ant update (in [dspace-source]/dspace/target/dspace-installer/) restart tomcat If you're switching between DSpace releases or working with the master branch, do a "mvn clean package" to avoid multiple versions of the same .jar being present in the build, in which case it's generally unpredictable which version tomcat will pick up. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette