[reminder] WebObjects aggregate RSS feed.

2008-02-29 Thread Q
For anyone who wasn't aware this is a reminder that I have setup an aggregate RSS feed for WebObjects related news, wiki changes, etc. If you would like to subscribe to the feed the URL is: http://pipes.yahoo.com/pipes/pipe.run?_id=hh_ctYRB3BGMBGhvouNLYQ&_render=rss It is published using Yahoo

Re: Force sub-component to re-grab its bindings

2008-02-29 Thread Chuck Hill
On Feb 29, 2008, at 5:01 PM, Baiss Eric Magnusson wrote: I have a sub-component . In Awake of that sub-component I call if I can. if ( value == null && canGetValueForBinding( "value" )) { pullValuesFromParent(); value = (NSTimes

Force sub-component to re-grab its bindings

2008-02-29 Thread Baiss Eric Magnusson
I have a sub-component . In Awake of that sub-component I call if I can. if ( value == null && canGetValueForBinding( "value" )) { pullValuesFromParent(); value = (NSTimestamp)valueForBinding( "value" ); When I Submit in the Main

Re: SMTP Authentication for WO

2008-02-29 Thread Joe Moreno
Mike, Thanks for pointing me to JavaMail – that worked like a champ. - Joe On Feb 29, 2008, at 07:51:15, Mike Schrag wrote: JavaMail supports SMTPS + SMTP authentication. ERJavaMail provides WOish wrappers and support for Component-based emails (if you use Project Wonder). ms O

Re: WebObjects 5.4 Webservices and arrays deserializer

2008-02-29 Thread Art Isbell
On Feb 28, 2008, at 10:50 PM, Kristof Cossement wrote: I copied the system frameworks into my xcode project and removed the system frameworks from my project. The code compiles, but does not run: java.lang.NoClassDefFoundError: com/webobjects/appserver/WOApplication Generated classpath: /

Re: WOLips 3.3 Stable

2008-02-29 Thread Guido Neitzer
On 29.02.2008, at 11:22, Simon McLean wrote: But "select required" doesn't do anything because what it wants isn't in the list. I normally also check the "Europa" update site. Select required normally gets stuff from there. But you have to open the group for the Europa site or it won't se

Re: WOLips 3.3 Stable

2008-02-29 Thread Simon McLean
Can I ask an idiot eclipse question ? When you run eclipse's software update sometimes it says one of the components needs something else. For example, right now mine is saying this: Data Tools Platform Open Data Access Designer (1.5.2.200802201) requires feature "org.eclipse.datatools.do

Re: WOLips 3.3 Stable

2008-02-29 Thread Chuck Hill
Posted by Mike Schrag at 4:22 AM Uh, what time did you get up to go to work? :-( Excellent! I have been mired in the swamp of 4118 for far too long. Many thanks for all of your hard word and many late nights working on this. Chuck -- Practical WebObjects - for developers who want to in

Re: SMTP Authentication for WO

2008-02-29 Thread Mike Schrag
JavaMail supports SMTPS + SMTP authentication. ERJavaMail provides WOish wrappers and support for Component-based emails (if you use Project Wonder). ms On Feb 29, 2008, at 8:57 AM, Joe Moreno wrote: Hi all, Can someone recommend a light weight Java SMTP authentication (password & SSL

WOLips "Stable"

2008-02-29 Thread Pierce T. Wetter III
http://wolips.blogspot.com/2008/02/wolips-33-stable.html smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsu

Re: WOLips 3.3 Stable

2008-02-29 Thread Mike Schrag
By the way, could you edit your last blog entry to mention the build number of the stable build, and the url for installing with the eclipse update manager? I updated the Wiki installation tutorial, instead (and linked to it from the blog): http://wiki.objectstyle.org/confluence/display/WOL

SMTP Authentication for WO

2008-02-29 Thread Joe Moreno
Hi all, Can someone recommend a light weight Java SMTP authentication (password & SSL) package that works well with WO? Thanks, Joe ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@l

WOLips 3.3 Stable

2008-02-29 Thread Mike Schrag
http://wolips.blogspot.com/2008/02/wolips-33-stable.html ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.co

Re: WebObjects 5.4 Webservices and arrays deserializer

2008-02-29 Thread Kristof Cossement
Hi, Thanks for the idea! I copied the system frameworks into my xcode project and removed the system frameworks from my project. The code compiles, but does not run: java.lang.NoClassDefFoundError: com/webobjects/appserver/WOApplication [Session started at 2008-02-29 09:47:06 +0100.] Reading

Re: Delete Error Exception

2008-02-29 Thread Lachlan Deck
Any inheritance in your models? On 29/02/2008, at 12:09 PM, James Cicenia wrote: I have this error which I have never seen before and I don't quite know what it is telling me: I removed some noise in the middle. I have Client --> Pages --> Links Trying to delete a page. Thanks James Ciceni

Re: Delete Error Exception

2008-02-29 Thread Alexander Spohr
hi james, i'd say something called setPages(aNavigation) somewhere before your error. atze Am 29.02.2008 um 02:09 schrieb James Cicenia: I have this error which I have never seen before and I don't quite know what it is telling me: I removed some noise in the middle. I have Cli