PDA

View Full Version : spring-osworkflow need workflow store property.


jun
Sep 9th, 2005, 03:57 AM
In org.springmodules.workflow.osworkflow.configuratio n.ConfigurationBean.

private WorkflowStore store;

public void setWorkflowStore(WorkflowStore store) {
this.store = store;
}

public WorkflowStore getWorkflowStore() throws StoreException {
return store;
}

The workflowstore can obtain from spring.
[/code]

Costin Leau
Sep 11th, 2005, 05:44 AM
Create an issue on JIRA, pls.

jun
Sep 13th, 2005, 12:10 AM
I have write a issue in jira:
http://opensource2.atlassian.com/projects/spring/browse/MOD-45

Costin Leau
Oct 6th, 2005, 07:40 AM
Just as an update of the forums also - this issue has been fixed on the CVS version (https://springmodules.dev.java.net/source/browse/springmodules/src/java/org/springmodules/workflow/osworkflow/configuration/ConfigurationBean.java)