save « Tomcat « JPA Q&A





1. Saving/Retrieving Binary data from database    stackoverflow.com

I have a web app deployed in tomcat 6.0.32 x64 and it's using Hibernate 3.0 to connect a Postgres 9.0 x64 database. The app saves a binary field in the database and ...

2. Handling asynchronous saving with the possibility of time-critical errors?    stackoverflow.com

So, to explain this, I'll start out by going through the application stack. The system is running JSP with jQuery on top, talking through a controller layer with a service layer, which ...

3. save failure for DB2 and tomcat    forum.hibernate.org

Hibernate version: Hibernate2.1 Mapping documents: SATTRIBUTEGROUP Code between sessionFactory.openSession() and session.close(): AttributeGroupDTO dto = new AttributeGroupDTO(); dto.setName("test AG"); s.save(dto); tx.commit(); Full stack trace of any exception that ...