Download

If you have problems downloading Mandragora from this page, you can download directly from Sourceforge.net

Mandragora 0.1 releases

Release 05-10-2007 (SNAPSHOT)

Must be added to the Mandragora.properties file the following lines:

StandardManagerBD.DAOClass=it.aco.mandragora.dao.ojb.pb.OjbPbDAO
StandardManagerBD.DAOFactoryClass=it.aco.mandragora.dao.ojb.pb.OjbPbDAOFactory

StandardManagerBD.DAOFactoryClass specifies wich factory of DAO will use the Business Delegate class 'it.aco.mandragora.bd.standard.StandardManagerBD', while StandardManagerBD.DAOClass specifies whic DAO implementation will use the Business Delegate class 'it.aco.mandragora.bd.standard.StandardManagerBD'.

Moreover must be added the line

instanceServiceLocator.scheduler=false

if you don't want that be instanced the Quartz scheduler, or

instanceServiceLocator.scheduler=true

if you want it.