Problem solved. For future reference if anybody runs
into this problem, the torque.delimiter in
build-torque.xml needs to be set to "/" since the
generated SQL uses the "/" to separate sql statements.
Perhaps this should be somewhere in documentation,
since it's definitely a change compared to th
Hi Armin,
I'm using the PersistenceBroker API.
Chris.
-Original Message-
From: Armin Waibel [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 31, 2006 4:08 PM
To: OJB Users List
Subject: Re: Super class record not being deleted.
Hi Chris,
which api do you use?
Armin
Christopher Lowe
hi sergey,
this looks like a report query to me. do you have relationships defined
between A, B, C, D ?
jakob
Manukyan, Sergey schrieb:
Folks,
Could you please advice an OJB solution for this SQL query:
SELECT
A.F,
(SELECT COUNT(*) FROM B INNER JOIN A ON A.F = B.F),
But why would Torque not work? It is contained in the
ojb-blank.jar and throughout the ojb documentation and
in the examples I can only see Torque in use. Has
anybody else had problems using the new version of
Torque in ojb1.04, because if there is a solution I
would like to continue using Torque..
Hi Chris,
which api do you use?
Armin
Christopher Lowe wrote:
Hi All,
I have an inheritance relationship between my Product and Car
objects. New inserts of car objects work fine. The problem I'm experiencing
is that when I remove a car the corresponding product record is not being
Hi All,
I have an inheritance relationship between my Product and Car
objects. New inserts of car objects work fine. The problem I'm experiencing
is that when I remove a car the corresponding product record is not being
removed from the product table. The mappings are shown below. I'm u
Hi,
[EMAIL PROTECTED] wrote:
I'm a newbie trying to get into OJB.
I downloaded 1.0.4 src and unzipped it
When I run bin\build.bat from command window, it fails with over 100 duplicate
class errors, example:
duplicate class: org.apache.ojb.broker.Identity
I have JAVA_HOME set to a java5 jdk.
W
[EMAIL PROTECTED] wrote:
> Can anyone point me to a "getting started" kind of document?
Only follow the link:
http://db.apache.org/ojb/docu/getting-started.html
regards,
Thomas
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a
I'm a newbie trying to get into OJB.
I downloaded 1.0.4 src and unzipped it
When I run bin\build.bat from command window, it fails with over 100 duplicate
class errors, example:
duplicate class: org.apache.ojb.broker.Identity
I have JAVA_HOME set to a java5 jdk.
What is wrong?
Can anyone point