Re: Potential Identity bug involving mulitple extents.

2003-08-25 Thread Dave Derry
Comments inline - Original Message - From: <[EMAIL PROTECTED]> > Hello, > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > I have just encountered a situation that I THINK is a bug in > > the Identity > > object. The equals method compares the to

Re: WebSphere Transaction Manager

2003-08-25 Thread Armin Waibel
Hi, - Original Message - From: "Michael Becke" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 10:07 PM Subject: Re: WebSphere Transaction Manager > Hi Armin, > > I have the class name in WebSphere 4 as "com.ibm.ejs.jts.jta.JTSXA" > instead of "

Re: WebSphere Transaction Manager

2003-08-25 Thread Michael Becke
Hi Armin, I have the class name in WebSphere 4 as "com.ibm.ejs.jts.jta.JTSXA" instead of "com.ibm.ejcs.jts.jta.JTSXA". Mike Armin Waibel wrote: Hi, if someone can verify the attached WebSphereTransactionManagerFactory file, I will check in this updated file. regsrds Armin - Original Messa

Re: WebSphere Transaction Manager

2003-08-25 Thread Armin Waibel
Hi, if someone can verify the attached WebSphereTransactionManagerFactory file, I will check in this updated file. regsrds Armin - Original Message - From: "Matthias Roth" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 24, 2003 11:33 PM Subject: RE: We

Re: bug in ConnectionFactoryPooledImpl

2003-08-25 Thread Armin Waibel
Hi Konstantin, - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 9:28 AM Subject: bug in ConnectionFactoryPooledImpl > Hi all > > I use OJB RC4 with Sybase ASA 8.02, and I discover some strange behavior > of ConnectionFactoryPooledImpl

Re: Archives

2003-08-25 Thread Armin Waibel
Hi David, please see http://db.apache.org/ojb/mail-archives.html or direct http://news.gmane.org/thread.php?group=gmane.comp.jakarta.ojb.devel regards, Armin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 3:47 PM Subject: Archives

Re: Sill need help with references (in a big way)

2003-08-25 Thread Terry Brick
Sorry, I have an amendment to my previously posted message. The code sample I provided "retrieveNullReferences()" calls broker.retrieveReference() on ReferenceDescriptors and CollectionDescriptors that ARE null. I think I stated in my previous message that it called broker.retrieveReference() wh

Sill need help with references (in a big way)

2003-08-25 Thread Terry Brick
Okay, I'll try asking again, only this time there are more questions probably because I never figured out answers for the first ones I posted. It's kind of long because I'm trying to be detailed, if anyone has any clues to any of the questions, that would help me out a great deal :) I'm using OJB

auto-delete

2003-08-25 Thread Michael Scholz
Hello, i've two associated tables (users and usergroup). The auto-update of usergroup works fine. But when i am trying to delete an user, only the entries of the table users are deleted. Is it a bug or does auto-delete not mean that asscociated entries automatically deleted? cu Micha

Archives

2003-08-25 Thread David . Corbin
I cannot find archives for the dev mailing list, and the db.apache.org web page that talks about mailing lists has a bad link. Pionters? David This message contains information from Equifax Inc. which may be confidential and privileged. If you are not an intended recipient, please refrain from

Antwort: Re: Antwort: Re: Configure OJB in WAS Testenvironment

2003-08-25 Thread Gerhard . Grosse
Mike, If you could send your ZIP to me as well, I would greatly appreciate it: <[EMAIL PROTECTED]>. Many thanks, Gerhard Michael Becke <[EMAIL PROTECTED]> 22.08.2003 21:11 Bitte antworten an "OJB Users List" An: OJB Users List <[EMAIL PROTECTED]> Kopie: Them

Re: xdoclet and extents

2003-08-25 Thread Thomas Dudziak
This is by intention as the output of the module is modelled after the unit tests, not the documentation (see for instance the descriptors for Article, AbstractCdArticle and CdArticle in repository_junit.xml) as the documentation is a bit unclear as to whether it is necessary to include all subtype

bug in ConnectionFactoryPooledImpl

2003-08-25 Thread Eremiychuk
Hi all I use OJB RC4 with Sybase ASA 8.02, and I discover some strange behavior of ConnectionFactoryPooledImpl : If SQLException occurs while updating/deleteing (database check constraitts fails, for example) transaction is not rolled back and phantom records remains in db. regards, Konstantin

RE: Potential Identity bug involving mulitple extents.

2003-08-25 Thread oliver . matz
Hello, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > I have just encountered a situation that I THINK is a bug in > the Identity > object. The equals method compares the topLevelClass, and I > think it should > be comparing the realClass. I think others hav

xdoclet and extents

2003-08-25 Thread Eli Anderson
Hello, I am using the ojb xdoclet module to generate my repository file and I'm having problems with extents. Lets say I have 3 classes A,B, & C. B inherits from A and C from B (A -> B -> C). The xdoclet module will generate the extents for the direct subclasses (A->B & B->C) but won't go any d

Re: Potential Identity bug involving mulitple extents.

2003-08-25 Thread Dave Derry
Are you trying to say that b == c, because the y are both A objects with the same primary key? Ignoring the fact that if the repository_user.xml states that they are both in the extent of A they cannot have the same primary key, I would argue that b != c. If they are objects of different concrete c