server « Database « JPA Q&A





1. How can I configure Hibernate to use SSL to talk to the DB server?    stackoverflow.com

I have an existing java webapp that uses Hibernate for it's persistence. I've been told that I have to have to talk to the DB encrypted - so my first ...

2. JPA with Multiple Servers    stackoverflow.com

I am currently working on a project that uses JPA (Toplink, currently) for its persistence. Currently, we are running a single application server, but, for redundancy, we would like to add ...

3. Socket is being closed on server before postgres returns result - c3p0    stackoverflow.com

This only happens when the system is under load. At least it is noticable then. Postgres 8.3.14 JDK 1.6 Tomcat 6 Machine has 7GB of memory I've noticed my postgres data directory is eating up my ...

4. Hibernate Shards for multi DB servers?    coderanch.com

I'm trying to figure out if hibernate shards is a solution to our dilemma. We are currently limited to 1TB for our DB servers. We are currently planning to use one server to store login data with pointers to user specific data in X other DB servers. Would Hibernate shards be the solution, or should we be looking elsewhere? If this ...

5. Multiple clients using same database server    forum.hibernate.org

Hi, I've read Hibernate reference, but I'm still confused over this issue. Say I have many client machines running a software that I developed using Hibernate and all of them use the same database server. What's the best way to avoid concurrency problems, such as one of the clients working with stale data because another one changed it? If I use ...

6. Hibernate and ${db.server} Combo    forum.hibernate.org

Hi! I've written an enterprise application using Swing for my client app, JBoss for my middleware, Hibernate (1.2.3) for my ORM and MySQL for my database server. Due to MySQL GPL license, I'm planning to move my database server to either PostregreSQL or Firebird 1.5. Any comments or suggestions? BTW, my database server has to be scalable, cheap (BSD license) or ...

7. Hibernate with a database server and many clients    forum.hibernate.org

Hi All, my question is very simple, but it wasn't clear for me from the documetation. Can I use Hibernate in a two tiered application environment where there is a single database server, and many clients each running their own Hibernate? Is there any example for this kind of application? It seems to me that it is possible, but I'm not ...

8. How to use Hibernate with multiple database servers?    forum.hibernate.org

Hello, One project has so much OLTP data (increasing daily by millions of rows) that they have to be stored across multiple database servers (they don't want use the single Starfire-type of DB server, which can be a single point of failure). some tables (e.g. daily order/sales) are so large that have to be split across multiple servers. How can Hibernate ...

9. Trouble talking to Postgres Server    forum.hibernate.org

Newbie Joined: Tue Aug 14, 2007 10:31 am Posts: 4 Hey guys, I'm having trouble inserting Geometry data into my PostGIS database, I was able to insert into a normal table just fine using a tutorial I found. I have modified the code to work with my MultiLineString Geometry field however I keep getting an error when I try and insert. ...





10. Support iAnywhere Authorized Database Server    forum.hibernate.org

11. obtaing the db server's result code    forum.hibernate.org

12. Hibernate with MS-Access and Websphere application server    forum.hibernate.org

Hi All, We are developing a J2EE application (with Websphere, Spring, Hibernate, etc..) which connects to a Microsoft Access Database (Vendor required Access db :-)) to get some data. We need help to figure out way of connecting Websphere with MS-Access data source and Hibernate with MS-Access. following hibernate link http://www.hibernate.org/80.html mention that hibernate support HXTT commercial product for ACCESS. However ...