Re: Problem with repository.xml outside war-File

2005-08-17 Thread christine . gerstenmayer
Hi Tom, Guillaume, Bobby, Eric, sorry for the late answer, I was in holiday. We will use the jndi-datasources as described. Many thanks for your quick and helpful support ! Christine PS: Don't worry about the mark untrusted mail, it's only Lotus Notes :-))

Christine GERSTENMAYER/R-IT/RAIVIE/AT ist außer Haus.

2005-08-08 Thread christine . gerstenmayer
Ich werde ab 08.08.2005 nicht im Büro sein. Ich kehre zurück am 16.08.2005. Bei Fragen zu Cash Payment wenden Sie sich bitte an Hr.Philipp Theyer oder Dieter Ferstl.

Problem with repository.xml outside war-File

2005-08-03 Thread christine . gerstenmayer
Hi all, I have the following problem: We use OJB 1.0.1 in a web-app under JBOSS 3.2.6 and with Oracle 9i. If I pack repository.xml into the war-File, all works fine. But in production the database-settings are changed one or two times a year. For example, if they change the password of the

Re: Problem with repository.xml outside war-File

2005-08-03 Thread christine . gerstenmayer
Hi Tom, many thanks for the quick answer. But when I regard this example, it does not solve the problem with the password-change of the db-user: jdbc-connection-descriptor

Christine GERSTENMAYER/R-IT/RAIVIE/AT ist außer Haus.

2005-07-22 Thread christine . gerstenmayer
Ich werde ab 22.07.2005 nicht im Büro sein. Ich kehre zurück am 25.07.2005. Bei Fragen zu Cash Payment wenden Sie sich bitte an Hr.Philipp Theyer

AW: Joins on several tables (at least 3)

2005-07-20 Thread Christine Gerstenmayer
Hello Cecile, I think, your coding is right. But I got this exception at another problem: I didn't define a primary key at one of my related tables. When I regard your repository I see two primary keys in your table FONCTION. Maybe this is the problem similar to my problem. Sorry, but I don't know

AW: Howto do this with OJB 1.0.1

2005-07-14 Thread Christine Gerstenmayer
); Collection results = broker.getCollectionByQuery(q); This will create a query like this: SELECT A0.ID,A0.FIRSTNAME,A0.LASTNAME FROM PERSON A0 WHERE A0.FIRSTNAME LIKE 'h%|%' ESCAPE '|' regards, Armin Christine Gerstenmayer wrote: Second trial (first was two weeks ago) Hi all, please can you

AW: Problem with OJB 1.0.1 in a batch-program

2005-07-13 Thread Christine Gerstenmayer
An: OJB Users List Betreff: Re: Problem with OJB 1.0.1 in a batch-program On 7/2/05, Christine Gerstenmayer [EMAIL PROTECTED] wrote: I use OJB in a batch-program. The batch-program is in a different project to the OBJ-Classes and -properties. All OJB-classes and -repository-files

Howto do this with OJB 1.0.1

2005-07-13 Thread Christine Gerstenmayer
Second trial (first was two weeks ago) Hi all, please can you help me with this case ? I want OJB to generate a sqlstatement like this: SELECT * FROM AdminLog A0 INNER JOIN CPMUser A1 ON A0.FK_UserID=A1.PK_UserID WHERE (((A1.FK_InstituteID = 'xxx') AND A1.Branch LIKE 'ABC\_XYZ' ESCAPE '\') AND

Problem with OJB 1.0.1 in a batch-program

2005-07-01 Thread Christine Gerstenmayer
Because I do not find my question asked on 2005-06-30 in mail-archive (although questions from 2005-07-01 are already there) I try it once more: Hi all, I use OJB in a batch-program. The batch-program is in a different project to the OBJ-Classes and -properties. All OJB-classes and

Howto do this with OJB 1.0.1 (ESCAPE and escape-signs)

2005-07-01 Thread Christine Gerstenmayer
Because I do not find my question asked on 2005-06-30 in mail-archive (although questions from 2005-07-01 are already there) I try it once more: Hi all, please can you help me with this case ? I want OJB to generate a sqlstatement like this: SELECT * FROM AdminLog A0 INNER JOIN CPMUser A1 ON

Howto do this with OJB 1.0.1

2005-06-30 Thread Christine Gerstenmayer
Hi all, please can you help me with this case ? I want OJB to generate a sqlstatement like this: SELECT * FROM AdminLog A0 INNER JOIN CPMUser A1 ON A0.FK_UserID=A1.PK_UserID WHERE (((A1.FK_InstituteID = ,xxx') AND A1.Branch LIKE ,ABC\_XYZ' ESCAPE ,\') AND A0.LoginTimestamp =

Problem with OJB 1.0.1 in a batch-program

2005-06-30 Thread Christine Gerstenmayer
Hi all, I use OJB in a batch-program. The batch-program is in a different project to the OBJ-Classes and -properties. All OJB-classes and -repository-files are included in a jar-File which is in the classpath of the batch-program when running it. When running it as a Java-Application in