Thanks John,
I'll look into Houdah's
-fw
From: John Huss
To: Fred Wells
Cc: webobjects-dev@lists.apple.com
Date: 05/13/2011 12:13 PM
Subject:Re: qualifier to check for empty toMany
Yeah, that's true, me too. I actually have used the Houdah one more
;, user.workgroup());
EOQualifier qC = ERXQ.equals("isActive", strY);
EOQualifier qD = ERXQ.isNull("jobTemplate");
EOQualifier qE = ERXQ.not(new
ERXExistsQualifier(ERXQ.isNotNull("userTasks.taskPkid"), "pkid"));
EOQualifier qual8 = ERXQ.a
Hey all,
Maybe I missed something but is there a way to construct a qualifier that
check that a toMany relationship is empty? Simply putting in "toMany =%@,
new NSArray(new Object[] {NSKeyValueCoding.NullValue}doesn't do it because
it tries to check across the join table which results in no obje
Cheong,
I'm not familiar with the code you're talking about, [stefan's code]. can
you sned a link?
thanks
-fw
"Cheong Hee \(Gmail\)"
03/05/2010 01:41 AM
To
, "Fred Wells"
cc
Subject
Re: No Instance Availabe error on download
Hi Fred
That is
To
Fred Wells
cc
webobjects-dev@lists.apple.com
Subject
Re: No Instance Availabe error on download
are you using the streaming request handler ?
On 3 March 2010 22:24, Fred Wells wrote:
>
> Hello,
> I'm not sure if I missed something, I can't seem to find anything on
thi
No, I am not maybe I'm missing something but isn't my problem in the
response not the request?
thanks.
-fw
Simon
03/03/2010 04:30 PM
To
Fred Wells
cc
webobjects-dev@lists.apple.com
Subject
Re: No Instance Availabe error on download
are you using the streaming request han
Hello,
I'm not sure if I missed something, I can't seem to find anything on this
but I can't get files larger than a few MBs to download. I am currently
using
WOResponse.setContentStream and right now with a 29MB file it falls under
a 'No Instance Available' error. Is this broken or is there an
Doh! I needed to add the session id through SWFUpload post params not
through directActionURLForActionNamed's query dictionary.
thanks.
-fw
Chuck Hill
09/21/2009 09:53 PM
To
Fred Wells
cc
webobjects-dev@lists.apple.com
Subject
Re: DirectAction with cookies and session
On S
Hello,
If I missed this I apologize but I can't seem to find anything on this.
I'm trying to test out SWFUpload within one of my WO apps.
It is currently set up to store sessionID in cookies. SWFUpload needs a
post-upload URL for processing, I need the session information to be
available to that
I will be out of the office starting 06/26/2009 and will not return until
07/01/2009.
I will respond to your message when I return.
Disclaimer
The information in this email and any attachments may contain proprietary and
I'm glad to hear I'm not the only one with the chain of MSSQLServer around
my neck!
I won't be WOWODC west, maybe at east.
thanks again and I'm downloading Chuck's MSSQLServerPlugIn right now.
-fw
David Avendasora
05/28/2009 05:21 AM
To
Fred Wells
cc
Developme
s. Anyway after clearing those out and getting the data types to show up correctly everything is on. thanks everybody.-fwFrederick WellsMarketForward, a Publicis Groupe Company427 South LaSalle St.Chicago, Il 60605312.220.3056-David Avendasora wrote: -To: Fred Wells From: David Avendasora D
p; isMandatory = Y; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = id; sourceAttribute = workgroupID; }); name = workgroup; } ); }Frederick WellsMarketForward, a Publicis Groupe Company427 South LaSalle St.
-To: Guido Neitzer From: Chuck Hill Date: 05/26/2009 07:18PMcc: Development WebObjects , Fred Wells Subject: Re: lock operation locked more than one row issue!On May 26, 2009, at 5:13 PM, Guido Neitzer wrote:> On May 26, 2009, at 1:37 PM, Chuck Hill wrote:>>> I am not sure wh
-Chuck Hill wrote: -To: Fred Wells From: Chuck Hill Date: 05/26/2009 10:34AMcc: webobjects-dev@lists.apple.comSubject: Re: lock operation locked more than one row issue!Next place to look is using unlocked editing contexts. Then double check your model.Hmmm, WO 5.2.3. So not u
I did initially use vertical inheritance as part of my troubleshooting process I took it out. I still get the same results.Frederick WellsMarketForward, a Publicis Groupe Company427 South LaSalle St.Chicago, Il 60605312.220.3056-Chuck Hill wrote: -To: Fred Wells From: Chuck Hill Date: 05
This has bewildered me for two days.First not exactly the most standard set up running on windows wo 5.2.3, sql server 2000 using the jtds sql driver.On a certain table in my db I keep getting the "lock operation locked more than one row" what I do know is that when it tries the Lock statement it
com/thread.jspa?threadID=1206377andhttp://forums.macosxhints.com/showthread.php?p=464643On Jan 22, 2009, at 7:30 PM, Fred Wells wrote:> Process: Installer [2148]> Path: /System/Library/CoreServices/Installer.app/Contents/ > MacOS/Installer> Identifier: c
/Installer.app/Contents/MacOS/Installer Expected in: /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKitFrederick WellsMarketForward, a Publicis Groupe Company427 South LaSalle St.Chicago, Il 60605312.220.3056-Don Lindsay wrote: -To: Fred Wells From: Don Lindsay Date
different computers.-fwFrederick WellsMarketForward, a Publicis Groupe Company427 South LaSalle St.Chicago, Il 60605312.220.3056-Don Lindsay wrote: -To: Fred Wells From: Don Lindsay Date: 01/21/2009 09:22AMcc: webobjects-dev@lists.apple.comSubject: Re: webobjects installer crashingHello;
What
St.Chicago, Il 60605312.220.3056-Don Lindsay wrote: -To: Fred Wells From: Don Lindsay Date: 01/20/2009 08:33PMcc: webobjects-dev@lists.apple.comSubject: Re: webobjects installer crashingHello;
Can you give us a bit more information? What installer are you using? Where did you download it
I am trying to install webobjects 5.4 on a mac mini running 10.5.6 the install won't stay up it tries to start and then just crashes. I've tried also on a black macbook same OS same results. Anybody see this?-fwFrederick WellsMarketForward, a Publicis Groupe Company427 South LaSalle St.Chicago, Il
I will be out of the office starting Thu 06/26/2008 and will not return
until Mon 06/30/2008.
I will respond to your message when I return.
Disclaimer
The information in this email and any attachments may contain propriet
chuck,thanks, ERXToManyQualifier was what I was looking for. I keep forgetting to dig into Wonder.-fwFrederick WellsMarketForward, a Publicis Groupe Company427 South LaSalle St.Chicago, Il 60605312.220.3056
Disclaimer
The inf
Hello all,I can't seem to find any info on this and can't get this to work. Is there a way to have null be a qualifier in a fetchspec?Basically, I want to have something like users = null or something. I need to check if an attribute doesn't have a value. For add'l info I am trying to do this on a
So I have been banging my head against this for two days now with no progress. I need tom implement a simple WebService provider. I keep getting this error. [2008-03-20 17:01:02 CDT] java.lang.AbstractMethodError: com.webobjects.webservices.support.WOXMLProvider.getRoles()Ljava/util/List; at or
I am not doing any inheritance in this particular situation objects need
to be aware of other objects. There is no difference in them [i.e person:,
employee, manager instead task: previous, next].
Frederick Wells
MarketForward, a Publicis Groupe Company
427 South LaSalle St.
Chicago, Il 60605
Hello all,
I am trying to get a reflexive many to many relationship to work and it
won't budge. I have read through all of th previous postings on this and
nothing gives an definitive answer on this and my attempts to follow what
had been put up still hasn't worked for me. When trying to add to
28 matches
Mail list logo