RE: setup and list archive problems

2003-03-26 Thread Bonnie MacKellar
OK, after some amount of experimentation, I seem to 
have honed in on the problem : I can build with
the JSDK1.4, but not with the JSDK1.3
In 1.3, the rt.jar does not include javax.sql.DataSource,
but it does in 1.4

Now of course, the regression tests are failing. The
strange thing is, I get a different number of errors
each time I run the regression tests.

thanks,
Bonnie MacKellar

-Original Message-
From: Mauricio CASTRO [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 3:39 PM
To: OJB Users List
Subject: Re: setup and list archive problems




Look at the biuld.xml file. There you will find many target tags Read
the comentaries for each tag and then try make target_tag_name.

There is one which make junit without the sources.

I also recently posted:



The URL bellow shows which are the exact dependencies.

http://db.apache.org/torque/dependencies.html

The question of whether computers can think is like the question of whether
submarines can swim., Edsger Wybe Dijkstra (1930-2002).
- Original Message -
From: Alexandre Touret [EMAIL PROTECTED]
To: OJB Users List [EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 3:08 AM
Subject: Re: Instalation problems. dump-testdb.


 You must add to your classpath the librairies included with torque
 (http://db.apache.org/torque)
 Alexandre Touret

 Mauricio CASTRO wrote:

 Hi.
 
 After executing bin\build.bat dump-testdb I get the following error:
 
 BUILD FAILED
 java.lang.NoClassDefFoundError: com/workingdogs/village/DataSet
 
 I need to download the village jar? What else do I need to download?
 
 
 Thank you in advance.
 
 Mauricio.
 
 
 The question of whether computers can think is like the question of
whether
 submarines can swim., Edsger Wybe Dijkstra (1930-2002).
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 

 --
 __
 Alexandre Touret
 CGBI
 69 Boulevard GalliƩni
 92130 Issy les Moulineaux
 tel.: 01/55/95/53/95Poste: 5395
 mailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




The question of whether computers can think is like the question of whether
submarines can swim., Edsger Wybe Dijkstra (1930-2002).
- Original Message -
From: Shane Mingins [EMAIL PROTECTED]
To: 'OJB Users List' [EMAIL PROTECTED]
Sent: Monday, March 24, 2003 3:59 PM
Subject: RE: setup and list archive problems


 Did you read the sections under User Documentation?

 I am new to OJB and working in a Windows 2000 environment but have it
 working against an AS400 database.  I also had 0.9.8 working against
MySQL.

 So from memory...

 I downloaded and extracted both the source and binary archive files to the
 same directory.

 I edited the platform profile as per
http://db.apache.org/ojb/platforms.html


 I had JAVA_HOME already set.

 I chucked my jdbc driver jar file into the jakarta-ojb-xxx/lib directory.

 I ran bin\build junit under Win32.

 And then I followed the instructions for tutorial 1.

 Not sure if any of that helps?

 -Original Message-
 From: Bonnie MacKellar [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, 25 March 2003 9:43 a.m.
 To: OJB Users List
 Subject: RE: setup and list archive problems

 Actually, I tried that, but ran into problems building the source.
 Since there is very little documentation, I decided I was silly
 for trying to build the source when there is a binary distribution.

 OK, I will ask about building the source distribution then.
 When I run build junit with the source distribution, it is
 unable to resolve DataSource. Now, I have JAVA_HOME set to
 point to my jdk1.3 base directory, and it seems to be found.
 I have my JDBC driver (JTurbo.jar) in my classpath. So
 what am I missing?

 Again, if there is documentation someplace, I would be happy
 to read it and not waste people's time with basic questions.

 Bonnie

 -Original Message-
 From: Shane Mingins [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 24, 2003 4:37 PM
 To: 'OJB Users List'
 Subject: RE: setup and list archive problems


 I had that problem and so I downloaded and extracted the source as well
and
 it worked.  I think I saw somewhere where it is suggested to do that.

 Yes, the mailing list archive is broken.  I do not who/when it is to be
 fixed?


 -Original Message-
 From: Bonnie MacKellar [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, 25 March 2003 9:26 a.m.
 To: [EMAIL PROTECTED]
 Subject: setup and list archive problems

 Hi,

 I am new to OJB, and evaluating it for a new project we are undertaking.
 I am sure my questions are old hat for you guys, but I cannot seem
 to make the mailing list archives work for me, so I cannot search for
 previous posts on this topic.
 I have db-ojb-1.0.rc1 set up from the binary distribution

RE: setup and list archive problems

2003-03-25 Thread Bonnie MacKellar
 I read the Deployment section under User Documentation.
But mainly,it covers steps that I have not gotten to yet.

I did exactly the same steps as you. But I get
an unresolved symbol error for
javax.sql.DataSource.
My jdbc driver is JTurbo. I wonder if anyone else
has gotten ojb working with that driver?

The thing is, I am evaluating this system for use
in a large product. And stability and ease of use
are two things we are looking for. 

thanks,
Bonnie MacKellar

-Original Message-
From: Shane Mingins
To: 'OJB Users List'
Sent: 3/24/03 4:59 PM
Subject: RE: setup  and list archive problems

Did you read the sections under User Documentation?

I am new to OJB and working in a Windows 2000 environment but have it
working against an AS400 database.  I also had 0.9.8 working against
MySQL.

So from memory...

I downloaded and extracted both the source and binary archive files to
the
same directory.

I edited the platform profile as per
http://db.apache.org/ojb/platforms.html


I had JAVA_HOME already set.

I chucked my jdbc driver jar file into the jakarta-ojb-xxx/lib
directory.

I ran bin\build junit under Win32.

And then I followed the instructions for tutorial 1.

Not sure if any of that helps?

-Original Message-
From: Bonnie MacKellar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 25 March 2003 9:43 a.m.
To: OJB Users List
Subject: RE: setup and list archive problems

Actually, I tried that, but ran into problems building the source.
Since there is very little documentation, I decided I was silly
for trying to build the source when there is a binary distribution.

OK, I will ask about building the source distribution then.
When I run build junit with the source distribution, it is
unable to resolve DataSource. Now, I have JAVA_HOME set to
point to my jdk1.3 base directory, and it seems to be found.
I have my JDBC driver (JTurbo.jar) in my classpath. So
what am I missing?

Again, if there is documentation someplace, I would be happy
to read it and not waste people's time with basic questions.

Bonnie

-Original Message-
From: Shane Mingins [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 4:37 PM
To: 'OJB Users List'
Subject: RE: setup and list archive problems


I had that problem and so I downloaded and extracted the source as well
and
it worked.  I think I saw somewhere where it is suggested to do that.

Yes, the mailing list archive is broken.  I do not who/when it is to be
fixed?


-Original Message-
From: Bonnie MacKellar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 25 March 2003 9:26 a.m.
To: [EMAIL PROTECTED]
Subject: setup and list archive problems

Hi,

I am new to OJB, and evaluating it for a new project we are undertaking.
I am sure my questions are old hat for you guys, but I cannot seem
to make the mailing list archives work for me, so I cannot search for
previous posts on this topic.
I have db-ojb-1.0.rc1 set up from the binary distribution and am trying
to
follow the Quick Start guide.
I am encountering NUMEROUS problems. I wonder if there is a more
detailed guide than the Quick Start, or an installation FAQ? When I try
to
run build junit, I get an error message to the effect
C:\db-ojb-1.0.rc1\src\java not found

I would not have expected that directory to be present since this is
a binary distribution. Obviously, I am doing something wrong, but what?

thanks,
Bonnie MacKellar
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: setup and list archive problems

2003-03-24 Thread Shane Mingins
I had that problem and so I downloaded and extracted the source as well and
it worked.  I think I saw somewhere where it is suggested to do that.

Yes, the mailing list archive is broken.  I do not who/when it is to be
fixed?


-Original Message-
From: Bonnie MacKellar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 25 March 2003 9:26 a.m.
To: [EMAIL PROTECTED]
Subject: setup and list archive problems

Hi,

I am new to OJB, and evaluating it for a new project we are undertaking.
I am sure my questions are old hat for you guys, but I cannot seem
to make the mailing list archives work for me, so I cannot search for
previous posts on this topic.
I have db-ojb-1.0.rc1 set up from the binary distribution and am trying to
follow the Quick Start guide.
I am encountering NUMEROUS problems. I wonder if there is a more
detailed guide than the Quick Start, or an installation FAQ? When I try to
run build junit, I get an error message to the effect
C:\db-ojb-1.0.rc1\src\java not found

I would not have expected that directory to be present since this is
a binary distribution. Obviously, I am doing something wrong, but what?

thanks,
Bonnie MacKellar
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: setup and list archive problems

2003-03-24 Thread Bonnie MacKellar
Actually, I tried that, but ran into problems building the source.
Since there is very little documentation, I decided I was silly
for trying to build the source when there is a binary distribution.

OK, I will ask about building the source distribution then.
When I run build junit with the source distribution, it is
unable to resolve DataSource. Now, I have JAVA_HOME set to
point to my jdk1.3 base directory, and it seems to be found.
I have my JDBC driver (JTurbo.jar) in my classpath. So
what am I missing?

Again, if there is documentation someplace, I would be happy
to read it and not waste people's time with basic questions.

Bonnie

-Original Message-
From: Shane Mingins [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 4:37 PM
To: 'OJB Users List'
Subject: RE: setup and list archive problems


I had that problem and so I downloaded and extracted the source as well and
it worked.  I think I saw somewhere where it is suggested to do that.

Yes, the mailing list archive is broken.  I do not who/when it is to be
fixed?


-Original Message-
From: Bonnie MacKellar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 25 March 2003 9:26 a.m.
To: [EMAIL PROTECTED]
Subject: setup and list archive problems

Hi,

I am new to OJB, and evaluating it for a new project we are undertaking.
I am sure my questions are old hat for you guys, but I cannot seem
to make the mailing list archives work for me, so I cannot search for
previous posts on this topic.
I have db-ojb-1.0.rc1 set up from the binary distribution and am trying to
follow the Quick Start guide.
I am encountering NUMEROUS problems. I wonder if there is a more
detailed guide than the Quick Start, or an installation FAQ? When I try to
run build junit, I get an error message to the effect
C:\db-ojb-1.0.rc1\src\java not found

I would not have expected that directory to be present since this is
a binary distribution. Obviously, I am doing something wrong, but what?

thanks,
Bonnie MacKellar
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: setup and list archive problems

2003-03-24 Thread Shane Mingins
Did you read the sections under User Documentation?

I am new to OJB and working in a Windows 2000 environment but have it
working against an AS400 database.  I also had 0.9.8 working against MySQL.

So from memory...

I downloaded and extracted both the source and binary archive files to the
same directory.

I edited the platform profile as per http://db.apache.org/ojb/platforms.html


I had JAVA_HOME already set.

I chucked my jdbc driver jar file into the jakarta-ojb-xxx/lib directory.

I ran bin\build junit under Win32.

And then I followed the instructions for tutorial 1.

Not sure if any of that helps?

-Original Message-
From: Bonnie MacKellar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 25 March 2003 9:43 a.m.
To: OJB Users List
Subject: RE: setup and list archive problems

Actually, I tried that, but ran into problems building the source.
Since there is very little documentation, I decided I was silly
for trying to build the source when there is a binary distribution.

OK, I will ask about building the source distribution then.
When I run build junit with the source distribution, it is
unable to resolve DataSource. Now, I have JAVA_HOME set to
point to my jdk1.3 base directory, and it seems to be found.
I have my JDBC driver (JTurbo.jar) in my classpath. So
what am I missing?

Again, if there is documentation someplace, I would be happy
to read it and not waste people's time with basic questions.

Bonnie

-Original Message-
From: Shane Mingins [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 4:37 PM
To: 'OJB Users List'
Subject: RE: setup and list archive problems


I had that problem and so I downloaded and extracted the source as well and
it worked.  I think I saw somewhere where it is suggested to do that.

Yes, the mailing list archive is broken.  I do not who/when it is to be
fixed?


-Original Message-
From: Bonnie MacKellar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 25 March 2003 9:26 a.m.
To: [EMAIL PROTECTED]
Subject: setup and list archive problems

Hi,

I am new to OJB, and evaluating it for a new project we are undertaking.
I am sure my questions are old hat for you guys, but I cannot seem
to make the mailing list archives work for me, so I cannot search for
previous posts on this topic.
I have db-ojb-1.0.rc1 set up from the binary distribution and am trying to
follow the Quick Start guide.
I am encountering NUMEROUS problems. I wonder if there is a more
detailed guide than the Quick Start, or an installation FAQ? When I try to
run build junit, I get an error message to the effect
C:\db-ojb-1.0.rc1\src\java not found

I would not have expected that directory to be present since this is
a binary distribution. Obviously, I am doing something wrong, but what?

thanks,
Bonnie MacKellar
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]