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