Re: Webobjects-dev Digest, Vol 5, Issue 232

2008-02-24 Thread Cheong Hee (Datasonic)
Message: 6 Date: Sun, 24 Feb 2008 18:48:35 +1100 From: Thomas <[EMAIL PROTECTED]> Subject: Re: Bringing back the dev tools To: WebObjects-Dev List Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes For me, drag-and-drop was very convenient and in

Re: creating my EOQualifier in code

2008-02-24 Thread Chuck Hill
on: http://lists.apple.com/mailman/options/webobjects-dev/a.talk %40zenn.net This email sent to [EMAIL PROTECTED] -- next part -- An HTML attachment was scrubbed... URL: http://lists.apple.com/pipermail/webobjects-dev/attachments/ 20080224/67516386/attachment.htm

Re: creating my EOQualifier in code

2008-02-24 Thread Mike Schrag
- next part -- An HTML attachment was scrubbed... URL: http://lists.apple.com/pipermail/webobjects-dev/attachments/20080224/67516386/attachment.html -- Message: 2 Date: Sun, 24 Feb 2008 13:02:25 -0500 From: Mike Schrag <[EMAIL PROTECTED]

Re: creating my EOQualifier in code

2008-02-24 Thread Chuck Hill
ttp://lists.apple.com/pipermail/webobjects-dev/attachments/ 20080224/67516386/attachment.html -- Message: 2 Date: Sun, 24 Feb 2008 13:02:25 -0500 From: Mike Schrag <[EMAIL PROTECTED]> Subject: Re: creating my EOQualifier in code To: WebObjects-Dev List Message

Re: creating my EOQualifier in code

2008-02-24 Thread Mike Schrag
n/options/webobjects-dev/a.talk %40zenn.net This email sent to [EMAIL PROTECTED] -- next part -- An HTML attachment was scrubbed... URL: http://lists.apple.com/pipermail/webobjects-dev/attachments/20080224/67516386/attachment.html -- Me

Re: creating my EOQualifier in code

2008-02-24 Thread Theodore Petrosky
; Webobjects-dev mailing list > (Webobjects-dev@lists.apple.com) > > Help/Unsubscribe/Update your Subscription: > > > http://lists.apple.com/mailman/options/webobjects-dev/a.talk > > > %40zenn.net > > > > This email sent to [EMAIL PROTECTED] > >

Writing Oracle Blobs under WO 5.4

2008-02-24 Thread Michael Scott
Hi All Has anyone had any success writing blobs to an Oracle DB under WO 5.4? I have a large project that makes extensive use of blobs and works fine under WO 5.3 but throws the following error when writing a blob under WO 5.4: com.webobjects.eoaccess.EOGeneralAdaptorException: Unsupported featu

Re: WOLips/Java version compatibility

2008-02-24 Thread Mike Schrag
WOLips runs on 1.5 only. This does not mean you need to target 1.5, only that it requires 1.5 to run. If you're having a problem with ant, you need to run it in 1.5 but specify a target and source version of 1.4. On Feb 24, 2008, at 10:44 PM, Anthony B Arthur wrote: Is there a way to tel

WOLips/Java version compatibility

2008-02-24 Thread Anthony B Arthur
Is there a way to tell what version of java is compatible with the installed version of WOLips? I suspect there's something in a readme file, but when eclipse does the install, do we get a readme? I am having a version conflict where the woapplication task won't work on java 1.4. Can I r

Re: Wosid suppression broken in 5.4?

2008-02-24 Thread Q
Digging up an old thread... forgive me. I just noticed that the apple wo dev team have been bitten by this very "feature" themselves, in JavaMonitor on 5.4.1. Links to application instances now include the bogus wosid exactly as described below. Ouch! Match point Anjo. On 20/12/2007, a

Re: Double Click Link Freezes Deploy WO App

2008-02-24 Thread Joe Moreno
I probably should have added that the WOHyperlink is wired up to a WODisplayGroup's displayNextBatch & displayPreviousBatch. - Joe On Feb 24, 2008, at 14:55:10, Joe Moreno wrote: Hi, Has anyone seen a problem where, if you click too quickly (double click) on a WO hyperlink it freezes th

Re: TPTP on Mac?

2008-02-24 Thread Q
If you search the archive I posted how to use Netbeans for profiling some time ago. On 25/02/2008, at 6:18 AM, Andrew Lindesay wrote: Hello; Does anybody know if it is possible to use the TPTP profiling tool from Eclipse on mac (with a WOA)? cheers. ___ Andrew Lindesay technology : ww

Re: TPTP on Mac?

2008-02-24 Thread Mike Schrag
The bit that doesn't work is the server-side recorder. But I believe you can set this up on a networked pc and connect to it. I would guess that the cost of the time to get this to work is less than the cost of JProfiler :) ms ___ Do not post admin

Re: TPTP on Mac?

2008-02-24 Thread Lachlan Deck
On 25/02/2008, at 7:42 AM, Mike Schrag wrote: I don't believe it works on the Mac, The bit that doesn't work is the server-side recorder. But I believe you can set this up on a networked pc and connect to it. but JProfiler works very well and is also integrated with WOLips. On Feb 24, 20

WOCompatibility build bug fixed

2008-02-24 Thread David Elliott
Dear WOCompatibility users, Sorry about the build bug. I had forgotten to include -L"$ {BUILT_PRODUCTS_DIR}" in an invocation of ld making it build correctly on any system that already had the libraries installed, but not on a fresh system. The project should now build without any problem

JavaEOGenerator Templates for 5.4

2008-02-24 Thread Randy Wigginton
Hello, Is there an up-to-date set of templates for JavaEOGenerator with WO 5.4? The best templates I can find online have numerous errors, such as the DeleteRule constants being referenced in the wrong class. Additionally, they like to insert & rather than & (obviously they were made

Double Click Link Freezes Deploy WO App

2008-02-24 Thread Joe Moreno
Hi, Has anyone seen a problem where, if you click too quickly (double click) on a WO hyperlink it freezes the deployed WO instance? I have a single 5.3.3 WO app deployed on Tiger Server under no load. When I click quickly through many pages the app will just freeze, and, repeated reques

Re: eclipse, woproject, & ant

2008-02-24 Thread Pascal Robert
Le 08-02-24 à 15:43, Anthony B Arthur a écrit : How do I configure my project in eclipse so that it will adjust the build scripts to property find the woproject tasks? I am getting this error when running ant from the command line (ant install or ant build): BUILD FAILED /Users/aarthur/

eclipse, woproject, & ant

2008-02-24 Thread Anthony B Arthur
How do I configure my project in eclipse so that it will adjust the build scripts to property find the woproject tasks? I am getting this error when running ant from the command line (ant install or ant build): BUILD FAILED /Users/aarthur/Projects/eclipse/MFolio/build.xml:46: taskdef class

Re: TPTP on Mac?

2008-02-24 Thread Mike Schrag
I don't believe it works on the Mac, but JProfiler works very well and is also integrated with WOLips. ms On Feb 24, 2008, at 3:18 PM, Andrew Lindesay wrote: Hello; Does anybody know if it is possible to use the TPTP profiling tool from Eclipse on mac (with a WOA)? cheers. ___ Andrew L

TPTP on Mac?

2008-02-24 Thread Andrew Lindesay
Hello; Does anybody know if it is possible to use the TPTP profiling tool from Eclipse on mac (with a WOA)? cheers. ___ Andrew Lindesay technology : www.lindesay.co.nz business : www.silvereye.co.nz ___ Do not post admin requests to the list. Th

Re: creating my EOQualifier in code

2008-02-24 Thread Mike Schrag
From the plugin: public String sqlStringForCaseInsensitiveLike(String value, String column) { StringBuffer sql = new StringBuffer(); sql.append(column); sql.append(" LIKE "); sql.append(value);

Re: creating my EOQualifier in code

2008-02-24 Thread Asa Hardcastle
Sounds like it is not a problem anymore. Once we find a workaround (as long as it isn't a huge hack), we seldom check to see whether things have changed. There have been several versions of FB and of the plugin since. I haven't tried caseInsensitiveLike for years. I assume that it req

Re: Yet another bug in EODistributedClassDescription

2008-02-24 Thread Florijan Stamenkovic
All right, that sounds great... And they did ask for additional info regarding this problem, I guess we can take that as a good sign. My best, Flor On Feb 22, 2008, at 12:59, David Avendasora wrote: The good news is that it seems that Apple is really on-top of making bug fixes lately. Did y

Re: creating my EOQualifier in code

2008-02-24 Thread Mike Schrag
...rather; in webobjects qualifiers using caseInsentiveLike stopped working for us. Our database of choice is Frontbase. Not sure what this is -- I use caseInsensitiveLike all the time with FrontBase and WO. ms ___ Do not post admin requests to t

Re: creating my EOQualifier in code

2008-02-24 Thread Simon McLean
NSMutableArray qualifiers = new NSMutableArray(); qualifiers.addObject(new EOKeyValueQualifier("myKeyPath1", EOQualifier.QualifierOperatorEqualTo, blah1)); qualifiers.addObject(new EOKeyValueQualifier("myKeyPath2", EOQualifier.QualifierOperatorLessThanOrEqualTo, blah2)); qualifiers.addObject(n

Re: creating my EOQualifier in code

2008-02-24 Thread Theodore Petrosky
Could you give an example? I was reading the documentation on this and from apple I only see webobject 4.5 references. Is this deprecated? Ted --- Simon McLean <[EMAIL PROTECTED]> wrote: > Ted - > > I tend to always use EOKeyValueQualifier instead. > It's a couple of > extra lines because yo

Re: creating my EOQualifier in code

2008-02-24 Thread Asa Hardcastle
...rather; in webobjects qualifiers using caseInsentiveLike stopped working for us. Our database of choice is Frontbase. ;) On Feb 24, 2008, at 7:28 AM, Asa Hardcastle wrote: In FrontBase CaseInsensitiveLike stopped working for us a few years ago. Here is what we do: __

Re: creating my EOQualifier in code

2008-02-24 Thread Asa Hardcastle
Hi Ted, In FrontBase CaseInsensitiveLike stopped working for us a few years ago. Here is what we do: 1. set the CASE_INSENSITIVE collation at the field level in the database 2. use * in the qualifier argument (which must be translated to '%' by the adapter) args = new NSArray(new Obj

Re: creating my EOQualifier in code

2008-02-24 Thread Theodore Petrosky
Thanks, but I seem to have a problem with the variable in the expression: EOQualifier newQual = EOQualifier.qualifierWithQualifierFormat("(client caseInsensitiveLike %@) AND (isComplete = 0)", arg1); if I put the trailing '%' as a wildcard the expressions fails with: Reason: Lexical error at li

Re: Bringing back the dev tools

2008-02-24 Thread David Elliott
[NOTE: CC'd anyone who posted publicly expressing interest and BCC'd anyone who sent me a private mail] On Feb 24, 2008, at 4:30 AM, Simon McLean wrote: In fact, I believe that most WebObjects developers have only moved to Eclipse because they were forced to. I think you're absolutely ri

Re: Bringing back the dev tools

2008-02-24 Thread Simon McLean
In fact, I believe that most WebObjects developers have only moved to Eclipse because they were forced to. I think you're absolutely right. But very shortly after arriving on planet Eclipse we realised just how stupid we were clinging on to XCode. These days I read these threads about "th