New OpenBase JDBC Drivers was Re: Java 1.5 & WO?

2006-04-19 Thread Owen McKerrow
Speaking of which Hi Jerry, I have just uploaded the new JDBC driver package. This will work with both Java 1.4 and Java 1.5. ftp://ftp.openbase.com/pub/Interfaces/OpenBaseJDBC5.zip Install the OpenBaseJDBC.jar file in /Library/Java/Extensions - Scott Owen McKerrow WebMaster, em

Re: Java 1.5 & WO?

2006-04-19 Thread Owen McKerrow
At a guess I would say no. I have been talking with Openbase about a different issue and they mentioned that if I was running under Java 1.5 then I would need there new JDBC driver that they are working on. Owen McKerrow WebMaster, emlab Ph : +61 02 4221 5517 http://emlab.uow.edu.au - - - -

Re: Java 1.5 & WO?

2006-04-19 Thread Art Isbell
On Apr 19, 2006, at 10:21 AM, Jerry W. Walker wrote: On Apr 19, 2006, at 12:08 PM, John Andersson wrote: Hmm, it would be interesting to know if someone else has this problem. The DB / JDBC was OpenBase 9.1.5. I did, using Java 1.5.0 and OpenBase 9.1.5. I did the update to Java 1.5.0 this

Re: Java 1.5 & WO?

2006-04-19 Thread Jerry W. Walker
Hi, John, On Apr 19, 2006, at 12:08 PM, John Andersson wrote: Sorry for quoting myself. :-) I "fixed" it by simply changing the symbolic link "CurrentJDK" in / System/Library/Frameworks/JavaVM.framework/Versions back to 1.4.2. Hmm, it would be interesting to know if someone else has this

Re: Back Button Issues

2006-04-19 Thread Jonathan Miller
Hi Pierre- Thank you for that but I'm still a little lost. In your example you have an abstract class getPersistentKeys, how would implement this? e.g. How do you get the keys to store? Thanks in advance Jon On Apr 17, 2006, at 9:18 PM, Pierre Bernard wrote: Have a look at the sample c

Re: Transferring data

2006-04-19 Thread Chuck Hill
It is still there, just hiding :-) /System/Library/WebObjects/JavaApplications/javaeoutil.woa IIRC, you can run it from the command line to get a help display. Chuck On Apr 19, 2006, at 12:47 PM, Randy Wigginton wrote: A few years ago with WO 4.5, there was a utility that would download al

RE: Java 1.5 & WO?

2006-04-19 Thread Randy Wigginton
Java 1.5 and EOModeler have incompatibilities as well. Thus, I had to change the symbolic link. It was the easiest "down-grade" I've ever done. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Andersson Sent: Wednesday, April 19, 2006 1:37 PM To: Web

Transferring data

2006-04-19 Thread Randy Wigginton
A few years ago with WO 4.5, there was a utility that would download all tables referenced by an EOModel and save a text file. Then you could modify the db info on the model, and upload it to a different Database. Is there any such utility available/working these days? I don't have a lot of data

Re: Java 1.5 & WO?

2006-04-19 Thread John Andersson
Thanks! Good to know. /John 19 apr 2006 kl. 18.19 skrev Robert Walker: If you are using Xcode you could tell it to use Java 1.4.2: In your aggregate target set the following build setting in Expert View (Add if necessary): JAVA_COMPILER = /System/Library/Frameworks/JavaVM.framework/ Vers

Re: Java 1.5 & WO?

2006-04-19 Thread Robert Walker
If you are using Xcode you could tell it to use Java 1.4.2: In your aggregate target set the following build setting in Expert View (Add if necessary): JAVA_COMPILER = /System/Library/Frameworks/JavaVM.framework/Versions/ 1.4.2/Commands/javac JAVA_DEBUGGER = /System/Library/Frameworks/JavaVM

Re: Java 1.5 & WO?

2006-04-19 Thread John Andersson
Sorry for quoting myself. :-) I "fixed" it by simply changing the symbolic link "CurrentJDK" in / System/Library/Frameworks/JavaVM.framework/Versions back to 1.4.2. Hmm, it would be interesting to know if someone else has this problem. The DB / JDBC was OpenBase 9.1.5. /John 19 apr 2006

Re: Java 1.5 & WO?

2006-04-19 Thread John Andersson
I'm using it with WO 5.3 and it works great! Not for me. But this is maybe something else. This worked nice yesterday though: NSMutableArray args = new NSMutableArray(); args.addObject (startdate); args.addObject (enddate); EOQualifier qual = EOQualifier.qualifierWithQualifierFormat ("enddat