Results 1 to 4 of 4

Thread: spring-osworkflow need workflow store property.

  1. #1
    Join Date
    Aug 2004
    Posts
    3

    Default spring-osworkflow need workflow store property.

    In org.springmodules.workflow.osworkflow.configuratio n.ConfigurationBean.

    Code:
           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]

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Create an issue on JIRA, pls.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  3. #3
    Join Date
    Aug 2004
    Posts
    3

  4. #4
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Just as an update of the forums also - this issue has been fixed on the CVS version (https://springmodules.dev.java.net/s...ationBean.java)
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Similar Threads

  1. Oracle, Spring - JDBC exception
    By jakim8915 in forum Data
    Replies: 5
    Last Post: Aug 7th, 2006, 09:20 AM
  2. Order of Bean definitions matters?
    By cfuser in forum Container
    Replies: 2
    Last Post: Oct 21st, 2005, 10:29 AM
  3. EHCaching Hibernate
    By dencamel in forum Data
    Replies: 3
    Last Post: Sep 6th, 2005, 09:03 PM
  4. Replies: 4
    Last Post: Aug 17th, 2005, 04:42 AM
  5. Replies: 2
    Last Post: May 13th, 2005, 05:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •