atom feed12 messages in net.java.dev.osworkflow.usersApproaching a new HibernateStore
FromSent OnAttachments
Luca MasiniAug 10, 2005 12:23 am 
AbhishekAug 10, 2005 6:29 am 
Luca MasiniAug 18, 2005 11:47 pm 
Luca MasiniAug 19, 2005 5:33 am 
AbhishekAug 19, 2005 12:19 pm 
AbhishekAug 19, 2005 12:28 pm 
Luca MasiniAug 19, 2005 1:11 pm 
Luca MasiniAug 19, 2005 1:13 pm 
AbhishekAug 19, 2005 1:23 pm 
AbhishekAug 19, 2005 1:26 pm 
AbhishekAug 19, 2005 1:28 pm 
Costin LeauSep 6, 2005 2:05 am 
Subject:Approaching a new HibernateStore
From:Abhishek (oswo@opensymphony.com)
Date:Aug 19, 2005 12:19:33 pm
List:net.java.dev.osworkflow.users

for point 1, if we have a list then we can get the steps in the order in which
they were executed. Using a bag with order-by should solve this problem. I think
the retrieving the steps in order might be important for some applications. so
bag or list both should be ok. but using a bag would need changes to the
database schema ?

for 2, yes, having a version number on WorkflowEntry should be great. I am
having some problems using entry as the entry point for everything. These
problems are most likely due to hibernate "write behind". May have to flush the
session manually.

--------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=5360&messageID=13278#13278