Antwort: RE: OJB on WAS 5.1

2005-03-02 Thread lasse . lambrecht
Hi Max, what DB are you using? Do you use the connection pooling from the WAS datasource and JTA from Websphere? Lasse ___ > Lasse Lambrecht > Allianz Lebensversicherungs-AG > IS-LF1 K6, Produktdatenbank > +49 711 663 5412 # 1021-5412 ">"Vesely, Ma

OJB on WAS 5.1

2005-03-01 Thread lasse . lambrecht
action services of WebSphere v5.0. I see that the WebSphereTransactionManagerFactory tries to instantiate "com.ibm.ejcs.jts.jta.JTSXA." I do not see where this class lives in WebSphere. Has anyone successfully accessed v5.0 JTA support via OJB? Thanks, Gary ___ > Lasse Lambrecht > Al

Why "NoSuchFieldException"...

2004-12-20 Thread lasse . lambrecht
t: was Lasse Lambrecht/IS-LF1/Allianz-Leben receive

OJB sub query with effective date and effective sequence logic

2004-11-23 Thread lasse . lambrecht
: was Lasse Lambrecht/IS-LF1/Allianz-Leben receive d by

RE: FW: Newbie Question : There was no default-PBKey specified

2004-11-19 Thread lasse . lambrecht
: was Lasse Lambrecht/IS-LF1/Allianz-Leben receive d by

Build problem with OJB1.0.1 / JDK 1.3

2004-09-15 Thread lasse . lambrecht
___ > Lasse Lambrecht > Allianz Lebensversicherungs-AG > IS-LF1 K6, Produktdatenbank > +49 711 663 5412 # 1021-5412 Brian McCallister <[EMAIL PROTECTED]> Brian McCallister <[EMAIL PROTECTED]> 10/09/04 14:30 Bitte antworten an "OJB Users List"

Clustering with OJB

2004-08-16 Thread lasse . lambrecht
: was Lasse Lambrecht/IS-LF1/Allianz-Leben receive d by

2 connection pools 1 of that OJB but distributed transactions

2004-08-05 Thread lasse . lambrecht
: was Lasse Lambrecht/IS-LF1/Allianz-Leben receive d by

Re: Tutorial

2004-07-29 Thread lasse . lambrecht
: was Lasse Lambrecht/IS-LF1/Allianz-Leben received by

Re: Tutorial

2004-07-29 Thread lasse . lambrecht
: was Lasse Lambrecht/IS-LF1/Allianz-Leben received by

Antwort: How to do a not casesensitive string equal Criteria ?

2004-02-19 Thread lasse . lambrecht
Hi Stefan, you can try this: myCriteria.addEqualTo("UPPER(meinStringField)", "mytext" ); Works at least for DB2. Regards Lasse |-+-> | | Stefan Schlösser | | | <[EMAIL PROTECTED]| | | mediate.de>

Antwort: Re: ObjectCacheEmptyImpl.java

2004-02-02 Thread lasse . lambrecht
-impl and does not support circular references. Should I add support for cicular references again to this class? regards, Armin > > Regards > Lasse > ___ > > >> Lasse Lambrecht >> Allianz Lebensversicherungs-AG >> IS-LF1 K6, Produktdatenb

Antwort: Optimistic locking / select ... for update

2004-02-02 Thread lasse . lambrecht
elect for update". Lasse |-+-----> | | Lasse | | | Lambrecht/IS-LF1/Allianz-Leben| | | @ALLIANZ-DE | | | | |

Antwort: Re: ObjectCacheEmptyImpl.java

2004-02-02 Thread lasse . lambrecht
ar cache on PB.close and PB.rollback. I removed support for cicular references in ObjectCacheEmptyImpl, because all docs said that this class is a really noop-impl and does not support circular references. Should I add support for cicular references again to this class? regards, Armin > > Rega

ObjectCacheEmptyImpl.java

2004-01-29 Thread lasse . lambrecht
r this and are there any recommendations how to handle circular references in a non-cached environment? Regards Lasse ___ > Lasse Lambrecht > Allianz Lebensversicherungs-AG > IS-LF1 K6, Produktdatenbank > +49 711

Optimistic locking / select ... for update

2004-01-19 Thread lasse . lambrecht
Hi all, for a webbased application I need an optimistic locking mechanism. My application uses an existing database, so I can't (and don't want) add an extra locking column to each table. How are you others handle this? Of Course, I can do the optimistic locking by myself. Saving the original obje

Antwort: Re: No log4j.jar

2003-12-19 Thread lasse . lambrecht
Hi Mike, you are right. Now it works without log4j. My WSAD misled me by still using some old rc4 stuff. Thanks Lasse ___ > Lasse Lambrecht > Allianz Lebensversicherungs-AG > IS-LF1 K6, Produktdatenbank > +49 711 663 5412

No log4j.jar

2003-12-19 Thread lasse . lambrecht
is, for a framework I'm using, I already need an older version of log4j, so I'm getting into version conflicts. Regards Lasse ___ > Lasse Lambrecht > Allianz Lebensversicherungs-AG > IS-LF1 K6, Produktdate

Antwort: Composite Foreign Keys

2003-11-17 Thread lasse . lambrecht
Hi Eduardo, yes, you can add more than one foreign key: Lasse |-+--> | | "Eduardo Resende" | | | <[EMAIL PROTECTED]| | | isa.org.br>| | |

Antwort: Re: SCHEMA

2003-10-15 Thread lasse . lambrecht
Hi Cesar, is this working for you? I asked something similar a few weeks ago (I named it qualifier instead of schema) but I don't see how I can set a different schema name for each jcdalias. Lasse |-+---> | | Wayne Kidd | | |

Antwort: Re: Antwort: RE: Using different Qualifiers in DB2

2003-09-18 Thread lasse . lambrecht
Hello Armin, how do I get the information from my repository file into the prodRepository object in your example? MM.addProfile("production", prodRepository) Regards Lasse ___ |-+---> | | "Armin Waibel" | | |

OJB ignores search criteria

2003-09-18 Thread lasse . lambrecht
hrough the objects and only get the one which apply to my search conditions. Regards Lasse ___ > Lasse Lambrecht > Allianz Lebensversicherungs-AG > IS-LF1 K6, Produktdatenbank > +49 711 663 5412 # 1021-5412 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Antwort: Re: Using different Qualifiers in DB2

2003-09-17 Thread lasse . lambrecht
Hi Armin, your suggestion might work for my problem. I'll try it. At which point will the different class defs (that I added via MM.addProfile) be loaded? All in "advance" or not until I'm doing a concrete MM.loadProfile(...) call. The reason why I ask this is that my class defs are about 650 kb

Antwort: RE: Using different Qualifiers in DB2

2003-09-16 Thread lasse . lambrecht
Hello, whoops, that was a copying error, the classes are named different, I just added a second class-descriptor to make the example clearer. What I meant: PRODUCTION.USER and TEST.USER I want to switch the PRODUCTION to TEST and vice versa during runtime. Here is the correct XML: .

Using different Qualifiers in DB2

2003-09-16 Thread lasse . lambrecht
an set the qualifier at runtime in order to switch between them? Lasse ___ > Lasse Lambrecht > Allianz Lebensversicherungs-AG > IS-LF1 K6, Produktdatenbank > +49 711 663 5412 # 1021-5412 - To unsubscribe, e-mail:

Antwort: RE: Transactions with PB-API

2003-09-11 Thread lasse . lambrecht
Hello Oliver, no, I wanted to use several threads, each having an own transaction. I just missed the fact that I can get several brokers from the factory. It works fine now. Btw, are there any resources about the ODMG standard available online (beside the book referral on the odmg-website...) ?

Transactions with PB-API

2003-09-10 Thread lasse . lambrecht
Hello everybody, how can I use several (concurrent) transactions using the PB-API. With the ODMG-API I do something like Transaction tx = odmg.newTransaction(); tx.begin(); ... Lasse - To unsubscribe, e-mail: [EMAIL PROTECTED

Could not obtain connection

2003-09-02 Thread lasse . lambrecht
Hello everybody, I'm doing some load tests with our database and I'm getting a PersistenceBrokerException (could not obtain connection). If I set the whenExhaustedAction to 2 it works fine, as it does when I increase the maxActive value. But with whenExhaustedAction set to 1 I'm getting the Excep

Antwort: RE: Newbie ODMG-API problem

2003-09-02 Thread lasse . lambrecht
Hello, yes I tried that, but only single quotes ('), double quotes works fine. Thanks Lasse [EMAIL PROTECTED] 01.09.03 16:43 Bitte antworten an "OJB Users List" An: [EMAIL PROTECTED] Kopie: Thema: RE: Newbie ODMG-API problem Hello Lasse, > -Original M

Newbie ODMG-API problem

2003-09-01 Thread lasse . lambrecht
Hi everybody, after playing around with the PB-API for a while, I started trying the ODMG-API today. But I have some difficulties with the OQL and there aren't much information on the odmg.org site. :( I have two entries in my db-table, the BEN_IDs are "LAMBREC" and "AAA" but with the query

Antwort: Re: Configure OJB in WAS Testenvironment

2003-08-22 Thread lasse . lambrecht
Hi Oliver, all, I'm experiencing similar problems with the Websphere AS (pooling with Websphere, not OJB). Does anybody have a working example of a Websphere/OJB installation (properties-file, modified RC4 sources?) and some example query code (including the JNDI lookup part)? Regards Lasse

Antwort: reverse-db and reversedb2

2003-08-14 Thread lasse . lambrecht
Hello, I tried both tools. reverse-db can generate some xml data but has problems with combined foreign keys and doesn't generate any java code (the button seems not to work, at least nothing happens). reversedb2 is strange, it can read my tables from the database but it does nothing else than t