[ 
https://issues.apache.org/jira/browse/TAPESTRY-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503416
 ] 

Dan Adams commented on TAPESTRY-1372:
-------------------------------------

I was actually going to put in an enhancement ticket requesting more or less 
the same thing but for a different reason; I need access to the configuration 
before the session factory is created in order to do things like adding 
hibernate event listeners. In general I think it makes sense for configuration 
of the session factory to be distributed just as contributing entities and 
entity packages is.

> Need a way to override hibernate properties.
> --------------------------------------------
>
>                 Key: TAPESTRY-1372
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1372
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-hibernate
>    Affects Versions: 5.0.3
>            Reporter: Mike D Pilsbury
>            Priority: Minor
>
> There is no way to configure the Configuration before it is used to create 
> the SessionFactory.
> I ran in to this problem because I need to override the connection url, user 
> and password properties in test cases (so that  an in-memory HSQLDB database 
> can be used). I am sure that there will be other scenarios where properties 
> will need to be overriden at run time,
> Access to the Configuration object might not be sensible. An alternative 
> would be the ability to provide names and values that are then set in the 
> Configuration before SessionFactory creation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to