[Hibernate] DeathMarch Error Message

2003-02-04 Thread Melonie Brown
I'm new to Hibernate and am getting a strange error when saving an object to the database. The save is happening, but an error of "java.lang.RuntimeException: Internal inconsistency: A (not new) checking-out statement is not in deathmarch." is alarming. Do I need to worry about it? Log foll

Re: [Hibernate] Updated Logo

2003-02-04 Thread Max Rydahl Andersen
I liked the lowercase logo much better :) Could you not keep the different versions on the page so people can compare the differences ? /max - Original Message - From: "Christian Bauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 5:24 PM Subject: [Hibern

Re: [Hibernate] persister/cglib

2003-02-04 Thread Juozas Baliuka
Your need to extend cirrus.hibernate.impl.SessionFactoryImpl to solve this problem, class generated by cglib extends op.model.OPShippingMarks, try something like this: public ClassPersister getPersister(Class theClass) throws MappingException { try{ return super.getPersister( theClass);

[Hibernate] DataSource per mapped class

2003-02-04 Thread Jonas Van Poucke
First of all, I like H a lot. I have one request though: Could it be possible to map a class to an arbitrarily named SessionFactory. Something like: Of cource, "MyFactory" could be configured using Hibernate.configure() and come from JND

Re: [Hibernate] diff on wiki ?

2003-02-04 Thread Christian Bauer
On 04 Feb (07:27), Max Rydahl Andersen wrote: > Is there any way to see what has changed on a certain page on the wiki ? > > It would be really nice since I often read the pages based on what "Recent > site updates" contains, but > I'll have to guess on which part of the contents that has changed

[Hibernate] Updated Logo

2003-02-04 Thread Christian Bauer
I just updated the Logo/Design proposal page on the Wiki. -- Christian Bauer [EMAIL PROTECTED] --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com __

[Hibernate] NULL values for foreign keys

2003-02-04 Thread Ugo Cei
Is it possible to force fields that are used as a foreign key in a one-to-many relationship to be "NOT NULL"? I don't like the PARENT column of the CHILD table to be nullable. Is this possible using Hibernate 1.2.3? TIA, Ugo ---

[Hibernate] New Parent / Child Documentation

2003-02-04 Thread Raible, Matt
Has the syntax for specifying one-to-many changed for 2.0... I'm trying to work through the new documentation and get my parent - composite-id child working, and noticed the following that doesn't work with 1.2.x: For 1.2.x, it should be: Thanks, Matt ---

[Hibernate] persister/cglib

2003-02-04 Thread Ara Abrahamian
Here is my sscenario: - I have some persistable classes, proxy=none. - I defined a CustomPersister class, there I override Persister.instantiate(Serializable) and use CGLIB to enhance the persistable class and intercept some methods (for change history, soap, blabla). persister="com.blablaCustomPe

[Hibernate] diff on wiki ?

2003-02-04 Thread Max Rydahl Andersen
Hi! Is there any way to see what has changed on a certain page on the wiki ? It would be really nice since I often read the pages based on what "Recent site updates" contains, but I'll have to guess on which part of the contents that has changed - not very efficient reading :( Just hoping, /max

[Hibernate] dynaactionform/bean:write

2003-02-04 Thread kaolin fire
This isn't exactly a hibernate issue, but thought someone here might be able to knock me in the right direction...? I'm following the "fine grained objects" best practice, mostly just for the experience in a rather trivial case. I have a Name object that is firstName, lastName, and middleName. I

[Hibernate] [ hibernate-Feature Requests-679510 ] Using factories to obtain class instances

2003-02-04 Thread SourceForge.net
Feature Requests item #679510, was opened at 2003-02-04 01:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=679510&group_id=40712 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Simon Stewart (shs96c) Assigned to: Nobody/Anonymous (

Re: [Hibernate] problem with m-to-n and 1-to-1 relationship and repeating entities

2003-02-04 Thread Gavin . King
I'm not 100% certain ... it would help if you would post a Hibernate debug-level log Did you set unsaved-value on HibernateAdministrator? The "creating new rows instead of updating existing rows" thing is almost always a problem to do with unsaved-value being set wrongly... Did you read the new

[Hibernate] [ hibernate-Feature Requests-679507 ] Demo should be self contained

2003-02-04 Thread SourceForge.net
Feature Requests item #679507, was opened at 2003-02-03 14:04 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=679507&group_id=40712 Category: None Group: None Status: Open Priority: 5 Submitted By: Simon Stewart (shs96c) Assigned to: Nobody/Anonymous (nob

[Hibernate] [ hibernate-Bugs-679529 ] Hibernate 2.0 beta 2: Lifecycle.onUpdate() not called

2003-02-04 Thread SourceForge.net
Bugs item #679529, was opened at 2003-02-03 15:46 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=679529&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dominik Roblek (dominikr) Assigned to: Nobody/Anonym

[Hibernate] [ hibernate-Bugs-679529 ] Hibernate 2.0 beta 2: Lifecycle.onUpdate() not called

2003-02-04 Thread SourceForge.net
Bugs item #679529, was opened at 2003-02-03 15:46 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=679529&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dominik Roblek (dominikr) Assigned to: Nobody/Anonym

[Hibernate] Baby Boomers to GenX 0034BvUG1-199x-13

2003-02-04 Thread Well Being
This mail is probably spam. The original message has been attached along with this report, so you can recognize or block similar unwanted mail in future. See http://spamassassin.org/tag/ for more details. Content preview: 8950Jkol2-297BVHO5278NEyE6-173UqOX6132jEhe6-690qmiJ8327sl53 * Reduce th

Re: [Hibernate] JMX + query.imports property

2003-02-04 Thread Gavin . King
There is a setProperty() method on the MBean. Not sure how you can call that from JBoss config file . "Rod Cope"