[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-4736) Cannot pass ValidatorFactory into PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo, Map)

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Jan 25 22:58:29 EST 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-4736.
-------------------------------

         Assignee: Steve Ebersole  (was: Hardy Ferentschik)
       Resolution: Fixed
    Fix Version/s: 3.5.0-Beta-4

Actually the fix for this will be caught up in the fixes for HHH-4678.  Thanks for pointing this out.

> Cannot pass ValidatorFactory into PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo, Map)
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: HHH-4736
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4736
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: entity-manager
>    Affects Versions: 3.5.0-Beta-2
>            Reporter: Mike Youngstrom
>            Assignee: Steve Ebersole
>             Fix For: 3.5.0-Beta-4
>
>
> The javadocs for PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo, Map) says:
> If a Bean Validation provider is present in the classpath, the container must pass the ValidatorFactoryinstance in the map with the key "javax.persistence.validation.factory".
> However, all non string values are stripped from the provided Map by Ejb3Configuration.configure(PersistenceUnitInfo, Map):463, ConfigurationHelper.overrideProperties() making it impossible to pass a ValidatorFactory using the "map".  Passing a ValidatorFactory into PersistenceProvider.createEntityManagerFactory(String, Map) works fine since Ejb3Configuration.configure(String, Map) doesn't strip all non Strings from the map.
> As a work around it appears a ValidatorFactory can be passed into the properties of the PersistenceUnitInfo.
> Thanks,
> Mike

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list