Roy Russo wrote:
Actually, using the SimpleDBPM and the DBFileSystem, I wrote a
HibernateStore and a HibernatePM for JBoss Portal CMS. It is not
dependant on the portal code, but have 2 requirements:
Interesting...
- In the repository config you must specify additional parameters for
hibernate.
- In the repository config you must specify a datasource descriptor for
hibernate to use.
You can find them in our CVS under
org.jboss.portal.cms.hibernate.HibernateStore and
org.jboss.portal.cms.hibernate.HibernatePersistenceManager.
I was hoping to be able to contribute back, but again... Legal issues.
They are under LGPL now.
I guess I should not go and see them since they are under a different
license. My implementation was trying not to be ORM-specific but I think
it would be much simpler if I could make it specific.
Regards,
Serge Huber.