Re: Hibernate plugin

2003-11-25 Thread Mark Lowe
Friedman [mailto:[EMAIL PROTECTED] Sent: Mon 11/24/2003 12:02 AM To: Struts Users Mailing List Cc: Subject: RE: Hibernate plugin Mark, I have a simpler approach for Hibernate (v2.0.3 or v2.1 under Struts v1.0 or v1.1) 1. Start with the Hibernate

Re: Hibernate plugin

2003-11-25 Thread Mark Lowe
: Hibernate plugin Mark, I have a simpler approach for Hibernate (v2.0.3 or v2.1 under Struts v1.0 or v1.1) 1. Start with the Hibernate example Struts PlugIn code and struts-config.xml configuration text at: http://www.hibernate.org/105.html 2. Do NOT put any context entries

RE: Hibernate plugin

2003-11-25 Thread David Friedman
Users Mailing List Subject: Re: Hibernate plugin Opps!! an inconsistency. SessionFactory sf = (SessionFactory) ctx.lookup(foo:/hibernate/SessionFactory); On 25 Nov 2003, at 16:07, Mark Lowe wrote: Hi Gopal David cleared this one up for me off the list (Big thanks), I assume you've the same

RE: Hibernate plugin

2003-11-24 Thread Gopal Venkata Achi
-Original Message- From: David Friedman [mailto:[EMAIL PROTECTED] Sent: Mon 11/24/2003 12:02 AM To: Struts Users Mailing List Cc: Subject: RE: Hibernate plugin Mark, I have a simpler approach

RE: Hibernate plugin

2003-11-24 Thread Ramachandiran, Karuna
PROTECTED] Sent: Monday, November 24, 2003 10:12 AM To: Struts Users Mailing List Subject: RE: Hibernate plugin Hi David, We are in the process of choosing the Hibernate for one of my applications. Can you let me know, how does it help us, and under what circumstances, we use this tool. I have gone

RE: Hibernate plugin

2003-11-24 Thread David Friedman
: RE: Hibernate plugin Hi David, We are in the process of choosing the Hibernate for one of my applications. Can you let me know, how does it help us, and under what circumstances, we use this tool. I have gone thru the Hibernate docs, but have not got the clear idea. Please help me

RE: Hibernate plugin

2003-11-23 Thread David Friedman
Mark, I have a simpler approach for Hibernate (v2.0.3 or v2.1 under Struts v1.0 or v1.1) 1. Start with the Hibernate example Struts PlugIn code and struts-config.xml configuration text at: http://www.hibernate.org/105.html 2. Do NOT put any context entries in server.xml or web.xml! 3. Choose

RE: Hibernate plugin

2003-11-23 Thread Joe Hertz
I got it working when I started with the struts-hibernate example that Ted Husted wrote. Used the plugin from it. I believe JNDI is avoided entirely with it. I get some Hibernate SessionFactory Errors on startup occasionally, but they stopped me cold. Fix the addClass() calls here, but

RE: Hibernate plugin

2003-11-23 Thread David Friedman
: Joe Hertz [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 1:29 AM To: 'Struts Users Mailing List' Subject: RE: Hibernate plugin I got it working when I started with the struts-hibernate example that Ted Husted wrote. Used the plugin from it. I believe JNDI is avoided entirely

RE: Hibernate plugin

2003-11-23 Thread Joe Hertz
, 2003 1:27 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Hibernate plugin Shh I don't think I've ever seen any Hibernate errors on startup using the code from the Hibernate site. And it works fine accessing it either through JNDI or a Servlet attribute named