[OT] Re: Hibernate in Tomcat

2011-04-03 Thread Mark Eggers
- Original Message From: הילה - צוות אגורה To: Tomcat Users List Sent: Sat, April 2, 2011 11:35:36 PM Subject: Re: Hibernate in Tomcat what is the hibernate mailing list address? hibern...@tomcat.apache.org? :] Thanks Hila - Original Message Google is your friend: https

Re: Hibernate in Tomcat

2011-04-02 Thread הילה - צוות אגורה
what is the hibernate mailing list address? hibern...@tomcat.apache.org? :] Thanks Hila 2011/4/3 Mark Eggers > - Original Message start (edited) > Hey guys, > > I tried to explore a bit the possibility of hibernate in tomcat, but some > things aren't that clear for me. > Before hitting

Re: Hibernate in Tomcat

2011-04-02 Thread Mark Eggers
- Original Message start (edited) Hey guys, I tried to explore a bit the possibility of hibernate in tomcat, but some things aren't that clear for me. Before hitting the specific questions, please explain what is hibernate in Tomcat, when do we want to use it, how do I use it specifically

Re: hibernate not finding global resource datasource defined by tomcat

2010-06-15 Thread Mark Eggers
My bad. Copy and paste laziness led to a stray localDataSource="true" attribute winding up in my server.xml Realm definition. Fixed, and now everything works as expected. Back to writing. /mde/ --- On Mon, 6/14/10, Mark Thomas wrote: > From: Mark Thomas > Subject: Re: hiber

Re: hibernate not finding global resource datasource defined by tomcat

2010-06-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 6/15/2010 1:23 AM, yucca...@live.co.za wrote: > -- >> From: "Christopher Schultz" >> Subject: Re: hibernate not finding global resource datasource defined by

Re: hibernate not finding global resource datasource defined by tomcat

2010-06-15 Thread yuccanel
010 11:45 PM To: "Tomcat Users List" Subject: Re: hibernate not finding global resource datasource defined by tomcat Please read the following for a detailed description on how to configure Hibernate to use JNDI resources supplied by Tomcat. http://wiki.apache.org/tomcat/TomcatHibe

Re: hibernate not finding global resource datasource defined by tomcat

2010-06-14 Thread Mark Thomas
On 15/06/2010 02:21, Mark Eggers wrote: Sure, I can make an attempt at it. I'd like to finish the wiki entry first. What I'm writing though will have to be drastically shortened for the documentation page I think. I just ran into a bit of a puzzle though. I was trying to unravel what happens

Re: hibernate not finding global resource datasource defined by tomcat

2010-06-14 Thread yuccanel
-- From: "Christopher Schultz" Sent: Tuesday, June 15, 2010 12:03 AM To: "Tomcat Users List" Subject: Re: hibernate not finding global resource datasource defined by tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: hibernate not finding global resource datasource defined by tomcat

2010-06-14 Thread Mark Eggers
- Realm, server.xml Resource in GlobalNamingResources ResourceLink needed (obviously) 3. Server.xml - CombinedRealm, Resource in GlobalNamingResources ResourceLink needed (??) thanks for clearing things up . . . . /mde/ --- On Mon, 6/14/10, Mark Thomas wrote: > From: Mark Thomas >

Re: hibernate not finding global resource datasource defined by tomcat

2010-06-14 Thread Mark Thomas
On 14/06/2010 22:45, Mark Eggers wrote: I'm trying to finish up a document on DataSourceRealms. Hopefully that will get posted on Tomcat's Wiki today or tomorrow, depending on other time constraints. I don't suppose you fancy providing a patch for the Tomcat docs as well... (or instead of)

Re: hibernate not finding global resource datasource defined by tomcat

2010-06-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yuccal Nel, On 6/14/2010 4:26 PM, yucca...@live.co.za wrote: > Please advise as to why hibernate us unable to find jndi datasource > configured in tomcat? I'm not sure why Hibernate can't find your JNDI resource, but... > name="connection.url">

Re: hibernate not finding global resource datasource defined by tomcat

2010-06-14 Thread Mark Eggers
Please read the following for a detailed description on how to configure Hibernate to use JNDI resources supplied by Tomcat. http://wiki.apache.org/tomcat/TomcatHibernate Then you will need a element in META-INF/context.xml to make the resource in available to your application. The configura

Re: Hibernate validator in webapp?

2010-05-04 Thread Pid
On 04/05/2010 21:27, Yucca Nel wrote: > Anyone can explain if I can use hibernate validator in tomcat 6 webapp? > Current use case tests are not failing using validator annotations but is it > because it will only work in EE container? Erm, yes? Without more information I can't advise, someone

RE: Hibernate validator in webapp?

2010-05-04 Thread Martin Gainty
post one code sample with one validation also post version number of annotated jars and hibernate you are using and where you put them contents of hibernate.cfg.xml which container are you using..ARE you SURE you are using Tomcat..if so which version of Tomcat? Martin Gainty

RE: Hibernate

2009-06-05 Thread Martin Gainty
t facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: jpye...@pdinc.us > To: users@tomcat.apache.org > Subject: RE: Hibernate > Date: Fri, 5 Jun 2009 14:28:59 -0400 > > Mail the hibernate users list, and I will

RE: Hibernate

2009-06-05 Thread Chris Lenart
THANKS -Original Message- From: Jason Pyeron [mailto:jpye...@pdinc.us] Sent: Friday, June 05, 2009 1:29 PM To: 'Tomcat Users List' Subject: RE: Hibernate Mail the hibernate users list, and I will help there. https://lists.jboss.org/mailman/listinfo/hibernate-users >

RE: Hibernate

2009-06-05 Thread Jason Pyeron
Mail the hibernate users list, and I will help there. https://lists.jboss.org/mailman/listinfo/hibernate-users > -Original Message- > From: Chris Lenart [mailto:clen...@comcast.net] > Sent: Friday, June 05, 2009 14:13 > To: users@tomcat.apache.org > Subject: Hibernate > > I am le

Re: Hibernate Exception...

2009-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil, On 3/9/2009 11:44 AM, Neil B. Cohen wrote: > This week, I erased and rebuilt my desktop system - moved it from Fedora > 8 to Fedora 10. I re-installed Netbeans and Tomcat. [snip] > *Exception Details: * java.lang.NoClassDefFoundError > Could

Re: Hibernate Exception...

2009-03-09 Thread Ken Bowen
Clearly you're missing org.hibernate.ejb.Ejb3Configuration (and friends). I'm running hibernate 3.2 (you should tell people your versions...it helps). My eclipse tells me that org.hibernate.ejb.Ejb3Configuration lives in hibernate-entitymanager.jar. I seem to recall there being an issue

Re: hibernate jdbc drivers question

2006-03-26 Thread Wade Chandler
Martin, I'm pretty sure you want this documentation: http://www.hibernate.org/hib_docs/v3/reference/en/html/session-configuration.html#configuration-hibernatejdbc and the mailing list and forums can be subscribed to here: http://www.hibernate.org/20.html Hope it helps, Wade --

Re: hibernate jdbc drivers question

2006-03-26 Thread Martin Gainty
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Saturday, March 25, 2006 9:54 PM Subject: Re: hibernate jdbc drivers question --- Martin Gainty <[EMAIL PROTECTED]> wrote: I have a quick question with hibernate hsqldb driv

Re: hibernate jdbc drivers question

2006-03-25 Thread Wade Chandler
--- Wade Chandler <[EMAIL PROTECTED]> wrote: > --- Martin Gainty <[EMAIL PROTECTED]> wrote: > > > I have a quick question with hibernate hsqldb > > drivers > > > > [java] 11:58:23,125 INFO SchemaExport:177 - > > exporting generated schema to > > database > > [java] 11:58:23,125 ERROR

Re: hibernate jdbc drivers question

2006-03-25 Thread Wade Chandler
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > I have a quick question with hibernate hsqldb > drivers > > [java] 11:58:23,125 INFO SchemaExport:177 - > exporting generated schema to > database > [java] 11:58:23,125 ERROR SchemaExport:200 - > schema export unsuccessful > [java] ja

RE: Hibernate debugging problem in Tomcat 5.5.12

2006-01-17 Thread Matt Wiseley
Behrang, You probably have .jar files for Hibernate that don't contain debug information. If you want to debug the Hibernate code itself, get a source code distribution and build it with debugging info (see documentation for the javac ant tag), or just add the source files to your IDE. That said,

RE: Hibernate debugging problem in Tomcat 5.5.12

2006-01-16 Thread Rob Gregory
What is your development environment? I use Eclipse (EXCELLENT bit of software on par with Tomcat) and this allows me to even debug Tomcat code when required. Rob -Original Message- From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED] Sent: 16 January 2006 23:50 To: Tomcat Users List Subje