Oracle « JPA « Spring Q&A





1. Configure JDBC and Hibernate Together in Spring    stackoverflow.com

We have multiple war files packaged in an ear file. Some of the wars are using pure JDBC and we want to use hibernate for new wars (modules). We are using ...

2. Intermittent SQLException: OALL8 is in an inconsistent state    stackoverflow.com

Am getting the below error intermittently.

ERROR Exception occured while fetching the available subscriptions from the database - Could not roll back Hibernate transaction; nested exception is org.hibernate.TransactionException: JDBC rollback failed ...

3. Hibernate Exception while connecting to oracle by hibernate    stackoverflow.com

I'm trying to connect to oracle by hibernate, and I get an exception

org.hibernate.HibernateException: 
No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here  ...

4. query hangs oracle 10g    stackoverflow.com

I have this strange issue with our software. Is is on production for 5 years and we had no such problems... Problem: We have a spring job (scheduler) which makes a query via hibernate, ...

5. Oracle DB testing strategy    stackoverflow.com

At work we are trying to simplify an application that was coded with an overkill use of Spring Remoting. This is how it works today: (Controllers) Spring MVC -> Spring Remoting ...

6. Best practices for Creating an enterprise Desktop Application with a database    stackoverflow.com

I don't have much experience on Java based enterprise desktop applications. I need to create an enterprise application with the database. Can you please tell me what are the technologies (hibernate, ...

7. No more data to read from socket error    stackoverflow.com

We are using Oracle as the database for our Web application. The application runs well most of the time, but we get this "No more data to read from socket" error.

Caused ...

8. Spring-Hibernate app works differently in 2 different oracles DBs    stackoverflow.com

I have a spring-hibernate application and facing a strange issue. I have 2 separate instances of same app connecting to two different oracle databases. I have a function which uses hibernate's ...

9. Problem configuring Oracle and Hibernate    forum.springsource.org

Oct 15th, 2004, 06:25 AM #1 eglim View Profile View Forum Posts Private Message Junior Member Join Date Aug 2004 Posts 13 Problem configuring Oracle and Hibernate On Spring startup, I'm ...





10. Oracle RAC: JDBC Extensions with JPA? Oracle -scan config?    forum.springsource.org

Our team is trying to configure a connection to an Oracle 11g RAC database using Fast-Connect-Failover. 1st question: We are currently configured to use JPA: EntityManagerFactory, PersistenceAnnotationBeanPostProcessor. In the Spring Data ...

11. Hibernate with Oracle Virtual Private Database    forum.springsource.org

Hibernate with Oracle Virtual Private Database I am new to these frameworks so I apologize if my question is not perfect. I am trying to use Spring and Hibernate with an ...

12. Spring,hibernate, oracle 9i    forum.springsource.org

Spring,hibernate, oracle 9i I have a table for student that has shippingAddressId, billingaddressId, creditCardId. I use studentForm bean by using struts and save student object by using hibernate into Oracle 9i. ...

13. Spring+Hibernate+Sybase+Oracle - Distributed Application    forum.springsource.org

I'm having a problem configuring 2 datasources on the Spring Application Context, has somebody done this?. Can this be posible? o there is another way to do this? Best regards Hector ...

14. How to integrate spring+hibernate+oracle    forum.springsource.org

If you're really new, start here -> http://static.springframework.org/sp...nce/index.html Read up on: - org.springframework.orm.hibernate3.LocalSessionFac toryBean, for creating a Hibernate session factory. - org.springframework.transaction.interceptor.Transa ctionProxyFactoryBean, for adding transactional capabilities to business objects. - ...

15. Spring 2.0 + JPA + Hibernate + Oracle Sequences    forum.springsource.org

Spring 2.0 + JPA + Hibernate + Oracle Sequences OK, I'm using Spring 2.0 with Hibernate 3.2 with Annotations & EntityManager add-ons and an Oracle 9i database. I've got entities whose ...

16. LazyInitializationExceptions using Hibernate/Spring/Oracle    forum.springsource.org

Jun 6th, 2007, 10:53 PM #1 keithstevens View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 1 LazyInitializationExceptions using Hibernate/Spring/Oracle Hi all; This seems to be ...





17. spring, hibernate, oracle pl sql and passing arrays    forum.springsource.org

spring, hibernate, oracle pl sql and passing arrays Hi I am looking for help. We are using the Spring Framework and Hibernate 3.1. I need to call an Oracle stored procedure ...

18. unsaved values on hibernate annotations and oracle sequences    forum.springsource.org

unsaved values on hibernate annotations and oracle sequences i have the next code in my bean to the persistence layer: Code: class User{ ...... @Id @GeneratedValue(strategy=GenerationType.SEQUENCE, generator="gen_USERS") @SequenceGenerator(name="gen_USERS", sequenceName = "seq_USERS") ...

20. Spring + Hibernate + Oracle problem    forum.springsource.org

Spring + Hibernate + Oracle problem Hi all, I'm having a problem trying to make my application work with a combination of hibernate and Oracle database. If I choose the property ...

21. Error with spring and hibernate --database oracle 9i    forum.springsource.org

Error with spring and hibernate --database oracle 9i HI, IAM USING SPRING, HIBERNATE WITH ORACLE 9I WHILE CONNECTING IT IS GIVING FOLLOWING EXECPTION Exception in thread "main" org.springframework.beans.factory.BeanCreationExce ption: Error creating ...

22. Hibernate & Oracle Result Set Closed Errors    forum.springsource.org

Apr 16th, 2008, 11:29 AM #1 Andy Bowes View Profile View Forum Posts Private Message Junior Member Join Date Feb 2007 Posts 3 Hibernate & Oracle Result Set Closed Errors Hi ...

23. Handling multiple Oracle scheme with JPA    forum.springsource.org

I' ve a practical problem with JPA. In my financial administration application I have users who each have their own Oracle scheme. So for each user login the scheme must be ...

24. Spring JPA Hibernate Oracle    forum.springsource.org

Spring JPA Hibernate Oracle Hi, I am using spring, with Hibernate and having problems with Oracle sequences. The first time I insert a record, it works fine ( since the ID ...

25. JTATansactionManager doesn't works with Hibernate 3 and Oracle    forum.springsource.org

Sep 19th, 2008, 07:20 PM #1 pmanabe View Profile View Forum Posts Private Message Junior Member Join Date Dec 2007 Posts 4 JTATansactionManager doesn't works with Hibernate 3 and Oracle Hi ...

26. Hibernate 3.0.5 & Oracle 11g    forum.springsource.org

27. Spring 2.5 + JPA/Hibernate + Oracle 10 Sequences    forum.springsource.org

Spring 2.5 + JPA/Hibernate + Oracle 10 Sequences This has to be the most asked question on the forum, but I can't seem to find a definitive answer. I can't seem ...

28. Problems with Oracle CONNECT BY Clause with Hibernate/Spring    forum.springsource.org

Problems with Oracle CONNECT BY Clause with Hibernate/Spring I have created a native sql query using the Oracle CONNECT BY clause. However, upon execution I see a SQLException stating Unexpected token: ...

29. JPA + Spring + Oracle DB in standalone Env: Inserts are not getting commited    forum.springsource.org

JPA + Spring + Oracle DB in standalone Env: Inserts are not getting commited Dao There is a Dao class with DDL and DML operations eg. Class DataAccessDao { @Transactional(propagation = ...

30. how to call Oracle stored function fro Spring JPA DAO    forum.springsource.org

how to call Oracle stored function fro Spring JPA DAO I need to call an Oracle stored procedure function within a spring JPA DAO class. I thought of obtaining Connection from ...

31. Trouble with Oracle CLOBS and JPA    forum.springsource.org

Trouble with Oracle CLOBS and JPA I'm trying to configure my project to deal with CLOBS in an Oracle 10g database. Configuration: - Oracle 10.2g - Spring 2.5.5 - Hibernate Entity ...

32. call oracle function from hibernate    forum.springsource.org

call oracle function from hibernate Imagine I have this function oracle CREATE OR REPLACE FUNCTION inout_fn (outparm IN OUT VARCHAR2) RETURN VARCHAR2 IS BEGIN outparm := 'Coming out'; RETURN 'return param'; ...

33. Spring 2.0, JPA and Oracle: doesn't save data    forum.springsource.org

Spring 2.0, JPA and Oracle: doesn't save data Hello. Here my problem: I'm working wih hibernateJPA provider and Oracle 10 XE. Running the application test (AbstractJpaTests), I don't get any error ...

34. Problems with Sequences in Oracle and Hibernate hbm    forum.springsource.org

Hi, I'm having a problem with the sequences in Oracle and Hibernate. I have a model class A, as following: Code: PETICIONMAP_SEQ When I ...

35. Spring Hibernate - Error while registering Oracle JDBC Diagnosability MBean    forum.springsource.org

Oct 5th, 2010, 04:57 AM #1 kumcy View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Posts 13 Spring Hibernate - Error while registering Oracle JDBC Diagnosability ...

36. Issue with oracle+hibernate    forum.springsource.org

I did one test example on ROO with Mysql+hibernate and its working fine. Same application running with Oracle+hibernate but not working persistence setup --provider HIBERNATE --database ORACLE When i try to ...

37. Issue with oracle+JPA    forum.springsource.org

Issue with oracle+JPA Hi, I did one example on spring roo. when i connect oracle database thru hibernate provider its working fine. when i tried to use provider jpa then its ...

38. Spring's ClobStringType for Oracle    forum.hibernate.org

39. please help (spring/hibernate/oracle)    forum.hibernate.org