Re: tomcat hibernate wiki

2010-06-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 6/15/2010 1:25 PM, yucca...@live.co.za wrote: > Much appreciated, Very nice wiki that got me up and running apart from > some odd exception (does not happen in development only production) > > root cause > > org.apache.tomcat.dbcp.

Re: tomcat hibernate wiki

2010-06-15 Thread yuccanel
acesServlet.java:265) -- From: "Mark Eggers" Sent: Tuesday, June 15, 2010 7:13 PM To: "Tomcat Users List" Subject: Re: tomcat hibernate wiki I've added a sentence clarifying that, saying that you still need the dialect property. --- On Tue, 6/15/10, yucca...@live

Re: tomcat hibernate wiki

2010-06-15 Thread Mark Eggers
I've added a sentence clarifying that, saying that you still need the dialect property. --- On Tue, 6/15/10, yucca...@live.co.za wrote: > Please add to the wiki that hibernate > dialect must still be set. Wiki says, > must have NO database configuration properties but just got > an exception

tomcat hibernate wiki

2010-06-15 Thread yuccanel
Please add to the wiki that hibernate dialect must still be set. Wiki says, must have NO database configuration properties but just got an exception complaining om missing dialect properties -- From: "Mark Eggers" Sent: Monday, June 14, 2010 11:4

Re: Encoding problem with Tomcat (hibernate) + Postgres

2010-02-24 Thread André Warnier
davefu wrote: Hi, this is my setup: - Debian Lenny - Tomcat 5.5 - Postgres 8.3 I'm running an app which is failing everytime it tries to get some data from the DB with characters like [ÁÉÍÓÚáéíóú]. By "failing" I mean the application isn't showing the data it should when Tomcat throws querys

Encoding problem with Tomcat (hibernate) + Postgres

2010-02-24 Thread davefu
Hi, this is my setup: - Debian Lenny - Tomcat 5.5 - Postgres 8.3 I'm running an app which is failing everytime it tries to get some data from the DB with characters like [ÁÉÍÓÚáéíóú]. By "failing" I mean the application isn't showing the data it should when Tomcat throws querys to Postgres. -

RE: Tomcat - Hibernate

2006-03-03 Thread Lucas Bee
TED] Sent: Thursday, March 02, 2006 4:49 PM To: Tomcat Users List Subject: RE: Tomcat - Hibernate I'm jumping in the middle here so forgive me if this has already been covered. If you notice that your context.xml is not being deployed from your own META-INF directory, try putting the following in

RE: Tomcat - Hibernate

2006-03-02 Thread Tim Lucia
. Tim -Original Message- From: Lucas Bee [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 5:11 PM To: 'Tomcat Users List' Subject: RE: Tomcat - Hibernate Hello, I think we are getting very close I just need clarification on a few things. First off I made the changes

RE: Tomcat - Hibernate

2006-03-02 Thread Klotz Jr, Dennis
5:11 PM To: 'Tomcat Users List' Subject: RE: Tomcat - Hibernate Hello, I think we are getting very close I just need clarification on a few things. First off I made the changes of taking out the Context setting in the server.xml and created a context.xml file and put it into the META-I

RE: Tomcat - Hibernate

2006-03-02 Thread Lucas Bee
r help. -Lucas -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 5:22 AM To: 'Tomcat Users List' Subject: RE: Tomcat - Hibernate You want ENGINE_NAME in there too, i.e.: ${CATALINA_HOME}/conf/${ENGINE_NAME}/${HOSTNAME}/${CONTEXT_N

RE: Tomcat - Hibernate

2006-03-02 Thread Lucas Bee
PROTECTED] Sent: Thursday, March 02, 2006 1:28 AM To: Tomcat Users List Subject: Re: Tomcat - Hibernate --- Giorgio Clavelli <[EMAIL PROTECTED]> wrote: > Hi, > I'm not an exper at all, but I try to put my 2 cents. > The fact that your app can connect successfully after the server

RE: Tomcat - Hibernate

2006-03-02 Thread Tim Lucia
at /conf /Catalina /localhost /myapp.xml ==> http://localhost:8080/myapp Tim -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 3:28 AM To: Tomcat Users List Subject: Re: Tomcat - Hibernate --- Giorgio Clavelli <[EMAIL PROTECTED]

Re: Tomcat - Hibernate

2006-03-02 Thread Nikola Milutinovic
--- Giorgio Clavelli <[EMAIL PROTECTED]> wrote: > Hi, > I'm not an exper at all, but I try to put my 2 cents. > The fact that your app can connect successfully after the server restart, > suggests that you should have your app's context.xml (or whatever it is > called) not in the server.xml but

Re: Tomcat - Hibernate

2006-03-01 Thread Giorgio Clavelli
Hi, I'm not an exper at all, but I try to put my 2 cents. The fact that your app can connect successfully after the server restart, suggests that you should have your app's context.xml (or whatever it is called) not in the server.xml but in the correct location inside your app directories. I seem t

Tomcat - Hibernate

2006-03-01 Thread Lucas Bee
Hello Fellow Users, My question is relatively simple. It has 3 parts. 1. Database: * MySQL 4.1 2. Tomcat: * Apache Tomcat/5.0.28 3. Hibernate: * 2.1.8 I have my app which uses Hibernate and connects to a MySQL database and uses Tomcat a

RE: Read-Only Context with Tomcat + Hibernate

2006-02-15 Thread Abraham Fdez
Yeah Kenevel, I know this (This is what I am doing) but I want to give a name to Hibernate's SessionFactory like "mailto:[EMAIL PROTECTED] Enviado el: miércoles, 15 de febrero de 2006 14:46 Para: Tomcat Users List Asunto: Re: Read-Only Context with Tomcat + Hibernate Abraham Fdez wr

Re: Read-Only Context with Tomcat + Hibernate

2006-02-15 Thread Kenevel
Abraham Fdez wrote: > I'm making a Web application with Apache + Tomcat + Mod_Jk + > Hibernate + Postgresql. I need that hibernate binds factory to JNDI > but when I do that it gives me and error that context is read-only. >From memory Tomcat has a JNDI context that is read-only, but which can acc

Read-Only Context with Tomcat + Hibernate

2006-02-15 Thread Abraham Fdez
Hi all, I’m making a Web application with Apache + Tomcat + Mod_Jk + Hibernate + Postgresql. I need that hibernate binds factory to JNDI but when I do that it gives me and error that context is read-only. Is there any method to implement this or any config tag that makes context writable?.