Again, about query

2004-04-24 Thread Info
Hello guys, I have the following mapping: Thread <===> Message 1 <===> n I want get the whole set of Messages from Thread reference: - J2SE 1.4.2_04 + OJB 1.0 rc6 + Struts 1.1 + J2EE (just in classpath

Re: Exception from RsIterator

2004-04-24 Thread Info
Armin, Thanks! Wallace Armin Waibel wrote: Hi Wallace, exactly! The connection is associated with the PB instance. When the PB instance was closed or the current PB-tx end all resources became unvalid. E.g. the connection returned to the pool on PB.close may used by another thread/PB instanc

AW: ODMG decomposed m:n association fatal error

2004-04-24 Thread Oliver
Everything OK now! Thx anyway. It was an object cache issue like in the http://www.mail-archive.com/[EMAIL PROTECTED]/msg07937.html thread. Greetings Oliver > I would be very glad, if someone could give me an advice. For > the repository files see posting from 20.4. > > Thanks, > Oliver > > >

AW: ODMG decomposed m:n association fatal error

2004-04-24 Thread Oliver
Hi, I would be very glad, if someone could give me an advice. For the repository files see posting from 20.4. Thanks, Oliver > -Ursprüngliche Nachricht- > Von: Oliver [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 19. April 2004 19:59 > An: [EMAIL PROTECTED] > Betreff: ODMG decomposed m:

Re: deploying OJB in Jboss

2004-04-24 Thread Armin Waibel
Hi Stephen, thank you so much! Think this will help many user. I checked in your stuff under the new Forrest document dir. regards, Armin Stephen Ting wrote: Hi Armin, Please find below "howto" to deploy ojb as an ear file. Here is an example of the .ear package structure. It is redeployable wi

pathHints per Criteria

2004-04-24 Thread Jakob Braeuchi
hi all, thanks to phil warrick ojb now supports pathHints per criteria. this feature provides much more flexibility than the old pathHints per query. this sample is taken from testcase PathTest: // one EDBranch Criteria crit1 = new Criteria(); crit1.setAlias("alias1"); crit1.addEqualTo("cSet.cA

Re: auto increment not working

2004-04-24 Thread Armin Waibel
Hi Nilesh, >class="com.haystack.emailmarketingchoice.member.MemberVO" > >table="tblMember"> > > > > >jdbc-type="BIGINT" primarykey="true" autoincrement="true" > >access="readonly" /> > > > > > > As Glenn said your mapping looks fine. The

Re: Exception from RsIterator

2004-04-24 Thread Armin Waibel
Hi Wallace, exactly! The connection is associated with the PB instance. When the PB instance was closed or the current PB-tx end all resources became unvalid. E.g. the connection returned to the pool on PB.close may used by another thread/PB instance and when RsIterator does not close all resour