From: Max R. A. <max...@jb...> - 2006-07-02 08:05:44
|
On Sun, 02 Jul 2006 03:44:49 +0200, Emmanuel Bernard = <emm...@hi...> wrote: > BTW Good question: do we need to get the Configuration Serializable? A Configuration *is* serializable - it is one of the tricks you can use = to speed up the configuration of Hibernate tremendously ;) /max > A > configuration is like a SF. A SF does not really need to be serialized= , > only the Sessions can be moved across a cluster. > > Emmanuel Bernard wrote: >> >> Because the configuration can be reused and changed. >> The idea is that my lucene engine (ie hibernate event) needs it. >> This is actually very close to the notion of cache which is part of t= he >> core. >> >> Max Rydahl Andersen wrote: >> > >> > On Sat, 01 Jul 2006 20:02:46 +0200, Emmanuel Bernard >> > <emm...@hi...> wrote: >> > >> > > For the Lucene integration I need to keep track of the >> DirectoryProvider >> > > associated to a given entity. >> > > Basically DirectoryProvider are shared across several entities. >> > > I might also need to keep track of some informations on a per SF >> basis. >> > > >> > > Currently there is no good way to do it. >> > > It might make sense to have some sort of copy of metaAttributes >> between >> > > PersistentClass and EntityPersister. >> > > >> > > WDYT? >> > >> > metaAttributes were not moved in to the core "compiled" model becau= se >> > the core persistence engine does not need them. >> > >> > AFAIK it still does not need them, so why not build some external = >> "data >> > repository" >> > or simply keep the Configuration (maybe a serialized clone) around = for >> > these special cases ? >> > >> > -- >> > -- >> > Max Rydahl Andersen >> > callto://max.rydahl.andersen >> > >> > Hibernate >> > ma...@hi... >> > http://hibernate.org >> > >> > JBoss Inc >> > max...@jb... >> > >> >> >> Using Tomcat but need to do more? Need to support web services, = >> security? >> Get stuff done quickly with pre-integrated technology to make your jo= b >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache = >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&d= at=3D121642 >> <http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&= dat=3D121642> >> _______________________________________________ >> hibernate-devel mailing list >> hib...@li... >> https://lists.sourceforge.net/lists/listinfo/hibernate-devel >> > > > Using Tomcat but need to do more? Need to support web services, securi= ty? > Get stuff done quickly with pre-integrated technology to make your job= = > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache = > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&da= t=3D121642 > _______________________________________________ > hibernate-devel mailing list > hib...@li... > https://lists.sourceforge.net/lists/listinfo/hibernate-devel -- = -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate ma...@hi... http://hibernate.org JBoss Inc max...@jb... |