I’ve an application built using Spring 3, Spring webservices 2.0 , JDK 1.6 and JPA 2 (with Hibernate 3.6 as the provider).
This application was working fine in Oracle XE. This application exposes few web-services, which I test using SoapUI. This web-service request contains date and time in the request. Application looks for the date and time equal to this request and returns the matching data.
All this was working very well in XE, but stopped in 11g. There are no errors or exceptions, I just don’t get any data back in the response message?
Nothing else has been changed.
I’ve tried to use different Oracle dialect in persistence.xml but the problem remains.
Is there anything else that needs to be done?
Fixed it. It was oracle installation issue. Reinstalled it and got it working.