atom feed34 messages in net.java.dev.osworkflow.usersmodifying WorkflowStore
FromSent OnAttachments
AbhishekSep 21, 2005 7:04 am 
Luca MasiniSep 21, 2005 7:17 am 
AbhishekSep 21, 2005 7:33 am 
Luca MasiniSep 21, 2005 7:50 am 
AbhishekSep 22, 2005 8:31 am 
Luca MasiniSep 22, 2005 11:30 pm 
AbhishekSep 23, 2005 7:08 am 
Luca MasiniSep 23, 2005 7:19 am 
Luca MasiniSep 26, 2005 3:36 am 
fschroderSep 26, 2005 11:24 am 
Luca MasiniSep 26, 2005 11:38 pm 
AbhishekSep 27, 2005 9:24 am 
AbhishekSep 27, 2005 9:27 am 
Luca MasiniSep 29, 2005 2:26 am 
Corby PageSep 30, 2005 4:39 pm 
Corby PageSep 30, 2005 4:47 pm 
Luca MasiniOct 1, 2005 12:50 am 
Luca MasiniOct 1, 2005 12:51 am 
Corby PageOct 2, 2005 12:52 pm 
Corby PageOct 2, 2005 1:04 pm 
Luca MasiniOct 3, 2005 12:58 am 
Luca MasiniOct 3, 2005 1:01 am 
AbhishekOct 3, 2005 2:15 pm 
Luca MasiniOct 3, 2005 11:31 pm 
AbhishekOct 4, 2005 7:35 am 
Corby PageOct 4, 2005 9:30 am 
Luca MasiniOct 4, 2005 1:57 pm 
Corby PageOct 4, 2005 2:56 pm 
Luca MasiniOct 4, 2005 4:00 pm.jar
Corby PageOct 5, 2005 4:29 pm 
Luca MasiniOct 6, 2005 12:58 am 
Luca MasiniOct 6, 2005 1:28 am 
Corby PageOct 6, 2005 7:09 am 
Luca MasiniOct 6, 2005 7:14 am 
Subject:modifying WorkflowStore
From:Corby Page (oswo@opensymphony.com)
Date:Oct 2, 2005 12:52:56 pm
List:net.java.dev.osworkflow.users

About the configuration provider, well, really I inject my implementation through Spring, so what do you mean by hard reference?

The getPropertySet( long ) method in NewSpringHibernateWorkflowStore contains
the following code:

[b]DefaultHibernateConfigurationProvider configurationProvider = new
DefaultHibernateConfigurationProvider(); configurationProvider.setSessionFactory(getSessionFactory());

args.put("configurationProvider", configurationProvider); [/b] As far as I can tell, this constrains me to a specific implementation, which
could make things tricky when I attempt to deprecate Hibernate2. Is there an
existing way to override the implementation?

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