| Joined: Thu May 22, 2014 3:58 am
 Posts: 1
 | 
				
					| Hi,My application uses Spring MVC 3.2.2 + Hibernate 4.1.9 +Oracle 11G.
 
 When i try to create Oracle Type using Hibernate 4.1.9 it throws below
 
 org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.ClassCastException: com.sun.proxy.$Proxy107 cannot be cast to oracle.jdbc.OracleConnection
 org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:965)
 org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:855)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
 org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:829)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
 
 
 
 But when i use 4.2.1 its working fine. Please help to solve the issue with 4.1.9 version itself.
 Kindly revert for more clarifications.
 
 
 |  |