Thanks for reporting a solution. I don't use this particular DSpace feature, so I'm unable to test it. I CCed Ian who originally reported the problem, he should be able to report if it helps.
I don't believe this has been reported yet. Can you please report the problem to Jira and also add your solution? You will thus be informed when any progress on this is made. Thank you. Regards, ~~helix84 On Tue, Oct 9, 2012 at 2:38 PM, Jesús Martín García <[email protected]> wrote: > Hi, > > I've seen that other uses have reported the same error about > cwf_collectionrole table with dspace 1.8.2, when you try to delete a > "collection workflow group". > > The xmlui.xconf is the default, so is using the old aspect: > <aspect name="Original Workflow" path="resource://aspects/Workflow/" /> > > After some research I've found that FlowContainerUtils.java is the class > which is giving problems. In fact, these lines are in the > processDeleteCollectionRole function: > > else{ > WorkflowUtils.deleteRoleGroup(context, collectionID, roleName); > } > // else if (ROLE_WF_STEP1.equals(roleName)) > // { > // collection.setWorkflowGroup(1, null); > // } > // else if (ROLE_WF_STEP2.equals(roleName)) > // { > // collection.setWorkflowGroup(2, null); > // } > // else if (ROLE_WF_STEP3.equals(roleName)) > // { > // collection.setWorkflowGroup(3, null); > // > // } > > If you delete the else sentence and uncomment the other lines and > finally recompile all the project it's working now ok.... > > But it's all these errors a known DSpace bug? > > Kind regards, > > Jesús > > -- > ....................................................................... > __ > / / Jesús Martín García > C E / S / C A Tècnic de Projectes > /__ / Centre de Serveis Científics i Acadèmics de Catalunya > > Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona > T. 93 551 6213 · F. 93 205 6979 · [email protected] > ....................................................................... > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

