• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Java 1.5 & WO?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java 1.5 & WO?


  • Subject: Re: Java 1.5 & WO?
  • From: John Andersson <email@hidden>
  • Date: Wed, 19 Apr 2006 18:08:57 +0200

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 kl. 16.40 skrev 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 ("enddate > %@ and startdate < %@", args);
EOSortOrdering byStartDate = EOSortOrdering.sortOrderingWithKey ("startdate", EOSortOrdering.CompareAscending);
NSMutableArray sortOrder = new NSMutableArray ();
sortOrder.addObject (byStartDate);
EOFetchSpecification fetchSpec = new EOFetchSpecification ("Reservation", qual, sortOrder);
NSMutableArray reservationList = new NSMutableArray (ec.objectsWithFetchSpecification (fetchSpec));



The dates are NSTimestamp's. Now I get a SQL error:

SQL ERROR - [position 483, near 'E' in ' > 1.71324E+8 AND t0.star'] (0) and expected but not found at position 114.

The SQL at that position looks like this:

WHERE (t0.enddate > 1.71324E+8 AND t0.startdate < 1.741752E+8)


Why are the dates being inserted as "1.71324E+8" ? Is it normal?

It didn't help to set Java 1.4.2 as the preferred Java with the "Java Preferences" application.

Does anyone know how to fix this?

/John



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40peekaboo.se


This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Java 1.5 & WO?
      • From: Cliff Tuel <email@hidden>
    • Re: Java 1.5 & WO?
      • From: "Jerry W. Walker" <email@hidden>
References: 
 >Re: Java 1.5 & WO? (From: Gavin Eadie <email@hidden>)
 >Re: Java 1.5 & WO? (From: Galen Rhodes <email@hidden>)
 >Re: Java 1.5 & WO? (From: John Andersson <email@hidden>)

  • Prev by Date: Re: Java 1.5 & WO?
  • Next by Date: Re: Java 1.5 & WO?
  • Previous by thread: Re: Java 1.5 & WO?
  • Next by thread: Re: Java 1.5 & WO?
  • Index(es):
    • Date
    • Thread