-
Sub-task
-
Resolution: Done
-
Critical
-
EAP_EWP 5.1.0
-
JBoss Enterprise Application Platform 5.0.1
-
Release Notes
-
-
Not Required
Looks like https://jira.jboss.org/browse/EJBTHREE-982 did not make it into JBoss 5
WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getN
ewTempClassLoader() is null.
Coming from org.hibernate.ejb.Ejb3Configuration
private void addXMLEntities(List<String> xmlFiles, PersistenceUnitInfo info, List<String> entities) {
//TODO handle inputstream related hbm files
ClassLoader newTempClassLoader = info.getNewTempClassLoader();
if (newTempClassLoader == null) {
log.warn( "Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null." );
return;
}
However, implementation of org.jboss.ejb3.entity.PersistenceUnitInfoImpl has:
public ClassLoader getNewTempClassLoader()
- is incorporated by
-
JBPAPP-8276 Upgrade jboss-jpa-deployers to 1.0.0.SP2
- Closed