Re: [Hibernate] Cfg properties for EntityManager

2005-08-15 Thread Emmanuel Bernard

hibernate.archive.autodetection
hibernate.ejb.cfgfile
hibernate.ejb.classcache.*
hibernate.ejb.collectioncache.*

And I need to add

hibernate.ejb.hbm comma/separated/file.hbm.xml, 
comma/separated/file.hbm2.xml
hibernate.ejb.event.event-name comma.separated.Listeners, 
comma.separated.Listeners2


and if the security is truely portable (need to "find" the jacc context 
id across all the containers), then some properties to pass

hibernate.ejb.grant.role.entity-name actions (if role does not allow space)


Gavin King wrote:


So exactly what is a canonical list of properties that are visible to
the user?


And, just because they are internal-only, doesn't mean they should not
have good names ;) 


-Original Message-
From: Emmanuel Bernard [mailto:[EMAIL PROTECTED] 
Sent: Monday, 15 August 2005 2:44 PM

To: Gavin King
Cc: hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] Cfg properties for EntityManager

  hibernate.hbmxml.files

  hibernate.ejb.classes
  hibernate.ejb.packages
  hibernate.hbmxml.files

  hibernate.jacc.ctx.id

Are internal properties used by HEM and JBoss only. This was not the
case in the early versions, but JBoss integration and the par structure
changed a lot of stuffs.

Gavin King wrote:

 

Browsing through the HibernatePersistence class, I'm having a great 
deal of trouble figuring out if there are some patterns used for the 
naming of properties. For example we have:


  hibernate.ejb.cfgfile
  hibernate.archive.autodetection


We need to get these cleaned up and made more consistent with the 
standards used by the hibernate core. Yes, I realize that some of the 
property names of the cofe are not *perfect*, but there is a higher 
level of internal consistency.


   





 





---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] Cfg properties for EntityManager

2005-08-15 Thread Gavin King
So exactly what is a canonical list of properties that are visible to
the user?


And, just because they are internal-only, doesn't mean they should not
have good names ;) 

-Original Message-
From: Emmanuel Bernard [mailto:[EMAIL PROTECTED] 
Sent: Monday, 15 August 2005 2:44 PM
To: Gavin King
Cc: hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] Cfg properties for EntityManager

   hibernate.hbmxml.files

   hibernate.ejb.classes
   hibernate.ejb.packages
   hibernate.hbmxml.files

   hibernate.jacc.ctx.id

Are internal properties used by HEM and JBoss only. This was not the
case in the early versions, but JBoss integration and the par structure
changed a lot of stuffs.

Gavin King wrote:

> Browsing through the HibernatePersistence class, I'm having a great 
> deal of trouble figuring out if there are some patterns used for the 
> naming of properties. For example we have:
>
>hibernate.ejb.cfgfile
>hibernate.archive.autodetection
>
>
> We need to get these cleaned up and made more consistent with the 
> standards used by the hibernate core. Yes, I realize that some of the 
> property names of the cofe are not *perfect*, but there is a higher 
> level of internal consistency.
>



---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] Cfg properties for EntityManager

2005-08-15 Thread Emmanuel Bernard

  hibernate.hbmxml.files

  hibernate.ejb.classes
  hibernate.ejb.packages
  hibernate.hbmxml.files

  hibernate.jacc.ctx.id

Are internal properties used by HEM and JBoss only. This was not the 
case in the early versions, but JBoss integration and the par structure 
changed a lot of stuffs.


Gavin King wrote:

Browsing through the HibernatePersistence class, I'm having a great 
deal of trouble figuring out if there are some patterns used for the 
naming of properties. For example we have:


   hibernate.ejb.cfgfile
   hibernate.archive.autodetection


We need to get these cleaned up and made more consistent with the 
standards used by the hibernate core. Yes, I realize that some of the 
property names of the cofe are not *perfect*, but there is a higher 
level of internal consistency.






---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel