-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.2.0 CE M3
-
Component/s: Core Infrastructure, Core Infrastructure > ORM
-
Labels:
-
Git Pull Request:
To create Hibernate Proxy,ProxyFactory needs portal classloader to access hibernate classes.
Here is my replicate steps,
1. Create BlobSamplePortlet in Liferay Developer Studio
2. Copy service.xml to docroot/WEB-INF
3. Build services using service.xml(attached), no error
4. Right click build.xml and Run As -> Ant Build, no error
5. Start liferay, deploy the BlobSamplePortlet, then get error
- is duplicated by
-
LPS-42478 Portlet using blob data type causes java.lang.IllegalArgumentException: interface org.hibernate.engine.jdbc.WrappedBlob is not visible from class loader
- Closed