Oracle « Web Service « Spring Q&A





1. Why do I get this Oracle connections error? ORA-12519, TNS:no appropriate service handler found    stackoverflow.com

I'm building a JSF2 app with GlassFish, Hibernate, Spring (for transaction mgmt), and Oracle 11g. After the application has been running for a while, the app fails to query the db and ...

2. Proper use of org.joda.time.contrib.hibernate.PersistentDateTime with webapp configured for different timezone than db    stackoverflow.com

I'm sure this has been encountered many times over, and written about elsewhere. Apologies in advance for the long-winded post, but I wanted to provide as much detail as I ...

3. Migrated from Oracle XE to Oracle 11g (using Hiberate 3.6, Spring 3 and JPA 2)    stackoverflow.com

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 ...

4. Random NullPointerException when calling a web service running on Oracle ESB    forum.springsource.org

Random NullPointerException when calling a web service running on Oracle ESB I have been using spring ws successfully for the past months, but now I am trying to call a web ...

5. How to configure SqlMapClient for multiple Oracle RAC services    forum.springsource.org

How to configure SqlMapClient for multiple Oracle RAC services I've been using Spring 2.5 and iBatis 2.3 to connect to Oracle 10g. I'm testing our move to Oracle 11g RAC. In ...