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, Max [IT] [EMAIL PROTECTED] Vesely, Max

OJB on WAS 5.1

2005-03-01 Thread lasse . lambrecht
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 Allianz Lebensversicherungs-AG IS-LF1 K6, Produktdatenbank +49 711 663 5412

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

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

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 [EMAIL PROTECTED] An OJB Users List

Clustering with OJB

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

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

Re: Tutorial

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

Re: Tutorial

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

Antwort: Re: ObjectCacheEmptyImpl.java

2004-02-02 Thread lasse . lambrecht
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 Regards Lasse ___ Lasse Lambrecht Allianz Lebensversicherungs-AG IS-LF1 K6, Produktdatenbank

Antwort: Optimistic locking / select ... for update

2004-02-02 Thread lasse . lambrecht
|-+- | | Lasse | | | Lambrecht/IS-LF1/Allianz-Leben| | | @ALLIANZ-DE | | | | | | 19.01.04 17:24

Antwort: Re: ObjectCacheEmptyImpl.java

2004-02-02 Thread lasse . lambrecht
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

ObjectCacheEmptyImpl.java

2004-01-29 Thread lasse . lambrecht
for 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 663 5412 # 1021-5412

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

No log4j.jar

2003-12-19 Thread lasse . lambrecht
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, Produktdatenbank +49 711 663 5412 # 1021-5412

Antwort: Composite Foreign Keys

2003-11-17 Thread lasse . lambrecht
Hi Eduardo, yes, you can add more than one foreign key: reference-descriptor name=part class-ref=Part proxy =true foreignkey field-ref=fieldA/ foreignkey field-ref=fieldB/ /reference-descriptor Lasse |-+-- | |

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 | | |

OJB ignores search criteria

2003-09-18 Thread lasse . lambrecht
___ 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

Using different Qualifiers in DB2

2003-09-16 Thread lasse . lambrecht
? 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-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:

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...) ?

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

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