-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.3
-
Fix Version/s: 3.1.4
-
Component/s: deployment
-
Labels:None
-
Environment:Win xp / Linux + Hibernate 3.5.5 Final / Hibernate 3.2.6.ga
With spaces in persistence units paths, the generated URLs cannot be used by hibernate.
In PersistenceUnitInfoImpl#setRootUrlAndJarUrls, the persistenceUnitRootUrl param seems to have already been formated. The problem is fixed with
File root = new File(persistenceUnitRootUrl.replaceAll("%20"," "));
- relates to
-
OPENEJB-1252 URL->File decoding should avoid "+" in paths
-
- Closed
-