Re: WebObjects Nightly Builds and WOLips addition

2008-06-10 Thread Lon Varscsak
About an hour ago. :) brrr -lon On 6/10/08, Simon McLean [EMAIL PROTECTED] wrote: Bloody hell! When did hell freeze over ? Simon On 10 Jun 2008, at 18:36, Mark Ritchie wrote: Hi Everyone! WebObjects Nightly Builds are now available on the ADC site. WOLips has been extended to be

Re: Connecting to DB with user supplied credentials.

2008-06-11 Thread Lon Varscsak
To clarify, you want each session to have it's own connection to the database? Lon On Wed, Jun 11, 2008 at 7:50 AM, Henrique Gomes [EMAIL PROTECTED] wrote: On Jun 11, 2008, at 3:41 PM, Daniele Corti wrote: But, were you connected to a DB before calling EOUtilities.connectWithModelNamed?

Re: Connecting to DB with user supplied credentials.

2008-06-11 Thread Lon Varscsak
Google for: separate database connection WebObjects It's the first apple link (I can't cut and paste on my phone). Look at Project WOnder there may be some stuff there to aid on this. -Lon On 6/11/08, Lon Varscsak [EMAIL PROTECTED] wrote: I believe you need a separate EOF stack for every

Re: [OT] WWDC dinner tonight?

2008-06-11 Thread Lon Varscsak
Haha, thanks for the info. -lon On 6/11/08, Chuck Hill [EMAIL PROTECTED] wrote: On Jun 11, 2008, at 5:35 PM, Miguel Arroz wrote: Hi! As long as you consider what they serve on the Moscone food, yes, there will be. ROFL Non-toxic food substitute? -- Practical WebObjects - for

Re: The Mobile me web apps

2008-06-11 Thread Lon Varscsak
Early Retirement? On 6/11/08, Ricardo Parada [EMAIL PROTECTED] wrote: On Jun 11, 2008, at 6:19 PM, Mike Schrag wrote: As far as adopting ERX, I don't know enough about what your framework does to give suggestions. In my framework, I also have an AjaxUpdateContainer with similar bindings.

[OT] WWDC--where is our resident singer/composer?

2008-06-12 Thread Lon Varscsak
James Dempsey, that is. It's not really WWDC without a new tune! -lon ___ 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:

Re: [OT] WWDC--where is our resident singer/composer?

2008-06-12 Thread Lon Varscsak
I'm going to be late to the WebObjects meeting, but I gotta see James. :) Lon On 6/12/08, David den Boer [EMAIL PROTECTED] wrote: polishing cocoa apps @ 3:30 On Jun 12, 2008, at 3:32 PM, Lon Varscsak wrote: James Dempsey, that is. It's not really WWDC without a new tune! -lon

Re: [OT] WWDC--where is our resident singer/composer?

2008-06-12 Thread Lon Varscsak
It was a good one too! I'm glad I took the time. Lon On 6/12/08, Lon Varscsak [EMAIL PROTECTED] wrote: I'm going to be late to the WebObjects meeting, but I gotta see James. :) Lon On 6/12/08, David den Boer [EMAIL PROTECTED] wrote: polishing cocoa apps @ 3:30 On Jun 12, 2008, at 3:32

Re: Ahem. Do Not Run This Script

2008-06-17 Thread Lon Varscsak
This email is archive worthy...just so I never do that! :) Lon On Tue, Jun 17, 2008 at 1:54 PM, Pierce T. Wetter III [EMAIL PROTECTED] wrote: Whatever you do, do not install jad: http://www.kpdus.com/jad.html Do not download nightly snapshots of WebObjects. Do not extract them, then cd

Re: Question about WOImage binding value

2008-06-26 Thread Lon Varscsak
Does getPictureImage return a WOElement? Anyway, I've never used that binding, but I have used the data binding and you can return an NSData (also look at key). Lon On Wed, Jun 25, 2008 at 8:21 PM, Ren, Kevin [EMAIL PROTECTED] wrote: Hi, Actually it's validation error for my old application

Re: [OT] Objective-c library that would resemble EO talking to SQLite

2008-06-26 Thread Lon Varscsak
You can also look at AJRDatabase ( http://sourceforge.net/projects/ajrdatabase/) which is an opensource (Objective-C) clone of EOF. Last I looked it's pretty thorough. They do have a SQLite adaptor. Lon On Thu, Jun 26, 2008 at 3:14 PM, Paul Lynch [EMAIL PROTECTED] wrote: This doesn't quite

Re: Java Code Coverage for Eclipse

2008-06-27 Thread Lon Varscsak
I wondered the same thing...Wikipedia to the rescue (by way of Google(tm)): http://en.wikipedia.org/wiki/Code_coverage Lon On Fri, Jun 27, 2008 at 1:49 PM, James Cicenia [EMAIL PROTECTED] wrote: I don't know what code coverage gives me. How does this help me with my WebObject applications?

Re: new EOObjectStoreCoordinator and closing database connection afterwards

2008-07-01 Thread Lon Varscsak
I would look at Wonder source and see what trickery is being used to implement this fix. Lon On Tue, Jul 1, 2008 at 2:41 PM, Klaus Berkling [EMAIL PROTECTED] wrote: Hi all. In my application I'm trying to use independent access layer stacks to open multiple database connections to the

Re: new EOObjectStoreCoordinator and closing database connection afterwards

2008-07-01 Thread Lon Varscsak
This is the connection I assumed wasn't closing, but Klaus would have to chime in. I'm using: new ERXEC(new ERXObjectStoreCoordinator(true)); in one specific instance and calling dispose() when I'm done (on the OSC) seems to do the trick (closes both connections properly). I pointed Klause to

Re: new EOObjectStoreCoordinator and closing database connection afterwards

2008-07-01 Thread Lon Varscsak
I should add that I'm using WOnder, however, so there may be other trickery involved that I didn't notice. :) Lon On Tue, Jul 1, 2008 at 10:05 PM, Lon Varscsak [EMAIL PROTECTED] wrote: This is the connection I assumed wasn't closing, but Klaus would have to chime in. I'm using: new ERXEC(new

Re: new EOObjectStoreCoordinator and closing database connection afterwards

2008-07-01 Thread Lon Varscsak
I'm going to retract everything I've said...cuz I'm dumb. =P I see Klaus is already calling the code in ERXEOAccessUtilities.closeDatabaseConnection so that's not it. I'll keep my yapper shut now. Lon On Tue, Jul 1, 2008 at 10:06 PM, Lon Varscsak [EMAIL PROTECTED] wrote: I should add that I'm

Re: processing incoming e-mails

2008-07-14 Thread Lon Varscsak
+1 to james. Lon On Mon, Jul 14, 2008 at 5:14 PM, Simon McLean [EMAIL PROTECTED] wrote: http://james.apache.org/ On 15 Jul 2008, at 01:02, Michael DeMan wrote: Hi, I was wondering if anybody could recommend an open source package for processing incoming e-mails. Basically, we need a

Re: generics fun

2008-07-22 Thread Lon Varscsak
? extends Death On Tue, Jul 22, 2008 at 9:08 AM, Guido Neitzer [EMAIL PROTECTED] wrote: No, strangled ... cug On 22.07.2008, at 09:30, Florijan Stamenkovic wrote: :) I'd probably get shot F On Jul 22, 2008, at 10:52, Pascal Robert wrote: You should do a I love generics session at

Re: generics fun

2008-07-22 Thread Lon Varscsak
See, it's confusing! ;) On Tue, Jul 22, 2008 at 1:33 PM, Florijan Stamenkovic [EMAIL PROTECTED] wrote: More likely F implements Death... I see you like generics, but there is such a thing as overuse :P F On Jul 22, 2008, at 12:40, Lon Varscsak wrote: ? extends Death On Tue, Jul 22

Re: CSS background images

2008-08-13 Thread Lon Varscsak
Anjo is the fluffy bunny! Yes, it all makes sense now. Lon On Wed, Aug 13, 2008 at 11:39 AM, Chuck Hill [EMAIL PROTECTED]wrote: On Aug 13, 2008, at 10:19 AM, Mike Schrag wrote: Thanks for the responses Mike and Denis, but I'm not quite sure what you mean. In this case what is the correct

Re: PageWithName

2008-09-29 Thread Lon Varscsak
You would need to do something like: return pageWithName(Class.forName(pageName)); But I'm not sure what that buys you compared to just using the string versions of pageWithName and doing: return pageWithName(pageName); On Mon, Sep 29, 2008 at 2:26 PM, David Holt [EMAIL PROTECTED] wrote: Is

Problem with App starting through JavaMonitor

2008-10-01 Thread Lon Varscsak
I'm trying to get an 5.4.3 app running on a Leopard workstation and Monitor just won't start the application. I get no error messages. wotaskd is running, JavaMonitor is running, everything *seems* to be in place. If I run the application from the command line, it works fine. So I don't think

Re: Problem with App starting through JavaMonitor

2008-10-01 Thread Lon Varscsak
Ah, I figured it out 5 minutes after I sent the email..I hate that! :) Turns out it was a permissions issue. The application was installed as one user, but monitor and wotaskd are running as appserver. Thanks, Lon On Wed, Oct 1, 2008 at 3:18 PM, Lon Varscsak [EMAIL PROTECTED]wrote: I'm

Re: Charting question

2008-10-30 Thread Lon Varscsak
+1 for JFreeChart On Thu, Oct 30, 2008 at 2:51 PM, Mark Morris [EMAIL PROTECTED] wrote: I've used JFreeChart. The factory methods make it pretty easy to generate many kinds of charts, and you have lots of opportunity to customize: http://www.jfree.org/jfreechart/ Regards, Mark On

Re: OT: Drew Davidson

2009-02-19 Thread Lon Varscsak
Sweet! :) Literally, he's the smartest programmer I've ever metbesides you of course. :) -Lon On Thu, Feb 19, 2009 at 1:41 PM, Mike Schrag msch...@mdimension.com wrote: Anyone know what happened to Drew Davidson, he was one of the creators of OGNL and WebOGNL. Just curious. He works

Re: OT: Drew Davidson

2009-02-19 Thread Lon Varscsak
Me? Never! (at least not that you can prove :P) On Thu, Feb 19, 2009 at 2:31 PM, Mike Schrag msch...@mdimension.com wrote: Sweet! :) Literally, he's the smartest programmer I've ever metbesides you of course. :) now you're just pandering :) ms

Re: OT: Drew Davidson

2009-02-19 Thread Lon Varscsak
Drew! I thought you were dead (really). I'm glad your not and I'm glad you're at Apple. -Lon On Thu, Feb 19, 2009 at 2:51 PM, Drew Davidson dr...@apple.com wrote: 'sup - Drew On Feb 19, 2009, at 2:45 PM, Ryan Klems wrote: He's the one responsible for the new combined template parser in

Re: OT: Drew Davidson

2009-02-19 Thread Lon Varscsak
not dead. - Drew On Feb 19, 2009, at 3:07 PM, Lon Varscsak wrote: Drew! I thought you were dead (really). I'm glad your not and I'm glad you're at Apple. -Lon On Thu, Feb 19, 2009 at 2:51 PM, Drew Davidson dr...@apple.com wrote: 'sup - Drew On Feb 19, 2009, at 2:45 PM, Ryan Klems

Re: OT: Drew Davidson

2009-02-19 Thread Lon Varscsak
Haha! That would make for a great story (assuming there is at least one witness)I'm game. ;) On Thu, Feb 19, 2009 at 3:18 PM, Chuck Hill ch...@global-village.net wrote: On Feb 19, 2009, at 2:16 PM, Lon Varscsak wrote: lol! Things here are pretty much the same, not a lot that's new

Re: OT: Drew Davidson

2009-02-19 Thread Lon Varscsak
It's always been a dream of mine...but I'm not Drew Davidson (or Mike Schrag) smart...so that's probably not going to happen. :P -Lon On Thu, Feb 19, 2009 at 5:08 PM, Gaastra Dennis - WO Lists webobjects_li...@webappz.com wrote: Maybe Apple is the FINAL destination for all of us Two of our

Re: Are there any IRC Channels for WO

2009-02-20 Thread Lon Varscsak
I wish there were a list of WO people on twitter (like there is for iPhone Devs). -Lon On Fri, Feb 20, 2009 at 1:26 PM, Lachlan Deck lachlan.d...@gmail.com wrote: Yeah the downside is that it's yet another archive to search for useful stuff. The upside, the usual chat upsides. On 20/02/2009,

Re: Are there any IRC Channels for WO

2009-02-20 Thread Lon Varscsak
I should have said that I'm on twitter as lonvarscsak On Fri, Feb 20, 2009 at 1:36 PM, David LeBer dleber_wo...@codeferous.com wrote: I'm there (there being twitter): rebeld On 20-Feb-09, at 3:31 PM, Pascal Robert wrote: I know at least (including me) 4 WO devs on twitter. Mine is

Hibernate

2009-02-24 Thread Lon Varscsak
Anyone have any stories (both good and bad) about trying to go from EOF to Hibernate but continuing to use WO? -Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: Hibernate

2009-02-24 Thread Lon Varscsak
, Lon Varscsak varsc...@smarthealth.com wrote: Anyone have any stories (both good and bad) about trying to go from EOF to Hibernate but continuing to use WO? -Lon  ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: Hibernate

2009-02-24 Thread Lon Varscsak
: www.desertsky.com    Specializing in the Development and Hosting of    e-Business Applications. On Tue, 24 Feb 2009, Lon Varscsak wrote: No, nothing special neededI've used EOF for years and years...just exploring options.  HQL is a nice concept though. -Lon On Tue, Feb 24, 2009 at 3:04 PM

Need some advice (iframe)

2009-02-25 Thread Lon Varscsak
We have a bunch of legacy stuff still in WO4, and I would like to move the progress of some of our apps along into WO5...but I can't move it all just yet. Basically the logic of our shopping cart has to remain in WO4 for now, but the rest of the application could move on (which would be nice).

Re: Need some advice (iframe)

2009-02-26 Thread Lon Varscsak
lol, I wish I could (even though I do love Objective-C)! I can modify the WO4 code. I am trying to limit this as it's a dead investment. -Lon On Thu, Feb 26, 2009 at 8:44 AM, Chuck Hill ch...@global-village.net wrote: On Feb 25, 2009, at 2:23 PM, Lon Varscsak wrote: We have a bunch

Re: [OT]Can not seem to send

2009-02-26 Thread Lon Varscsak
Ph.D. students are blocked as a general rule. ;) -Lon On Thu, Feb 26, 2009 at 9:35 AM, Daniel Beatty danielbea...@mac.com wrote: Greetings all, I have tried to respond to a couple of comments made on the list, but seem to be blocked for some reason.  I am running this test to be sure. Thank

Re: build servers finally fully back to life

2009-03-10 Thread Lon Varscsak
Whew, the photo of Anjo.jpg is safe. ;) http://webobjects.mdimension.com/wonder/Anjo.jpg On Tue, Mar 10, 2009 at 11:56 AM, Mike Schrag msch...@mdimension.comwrote: i think the webobjects.mdimension.com build servers should be fully back to life again with all the historical builds, etc ... if

Re: Jad?

2009-03-11 Thread Lon Varscsak
And can we do WO training too and call it Big Geek Ranch? ;) On Wed, Mar 11, 2009 at 10:23 AM, Chuck Hill ch...@global-village.netwrote: On Mar 11, 2009, at 7:20 AM, Don Lindsay wrote: Whatever happend to everyone moving to an island and raising goats? :) It is still progressing.

Re: Jad?

2009-03-11 Thread Lon Varscsak
and a wifi network (with some support routers and servers), you can use that to read the news and stuff. But coding is not allowed. Really! Yes, I'm in one of those I hate WO days... Yours Miguel Arroz On 2009/03/11, at 17:30, Lon Varscsak wrote: And can we do WO training too and call

Re: Jad?

2009-03-12 Thread Lon Varscsak
We're going to need a simpler name. ;) -Lon On Thu, Mar 12, 2009 at 3:34 PM, Atli Páll Hafsteinsson at...@us.is wrote: I belive Iceland is north, if you would bow in my direction King Hafsteinsson the first On 3/12/09 10:18 PM, Chuck Hill ch...@global-village.net wrote: On Mar 12,

Re: OT: is WWDC worth it for WO developers ?

2009-03-27 Thread Lon Varscsak
Agreed, it's a fun event. My company isn't going to pay for me to go this year, and I'm considering taking some vacation and going on my own. -Lon On Fri, Mar 27, 2009 at 7:58 AM, Ken Anderson kenli...@anderhome.comwrote: Also, if you've never been to WWDC, it's definitely an experience that's

Re: Session IDs in Cookies

2009-04-27 Thread Lon Varscsak
I switched to storing it in cookies this year and haven't really looked back. Bookmarkable URLs as well as having static pages work are the two big plusses for us. -Lon On Mon, Apr 27, 2009 at 12:14 PM, John Huss johnth...@gmail.com wrote: So which do you guys typically use? John On Mon,

Come with me in the WO 4.01 way-back machine.

2009-05-06 Thread Lon Varscsak
Yes, we still do some development on Windows using WO4.01. I have a new windows VM that I'm trying to configure and I'm getting this error when running an app from ProjectBuilder: Warning: an error occured while trying to write out port information for application: SmartPracticeStore - the

Re: Come with me in the WO 4.01 way-back machine.

2009-05-06 Thread Lon Varscsak
the root of C:). Oh well, thanks for your thoughts! -Lon On Wed, May 6, 2009 at 4:52 PM, Chuck Hill ch...@global-village.net wrote: On May 6, 2009, at 3:29 PM, Lon Varscsak wrote: Yes, we still do some development on Windows using WO4.01. I have a new windows VM that I'm trying to configure

Constraint error when I don't think I should have one.

2009-05-15 Thread Lon Varscsak
I have an object graph that's being saved and it seems okay. I have an OrderHeader object and an OrderDetailCost object where the foreign key for OrderDetailCost requires OrderHeader to exist. Here's the sql (snipped): May 15 10:05:00 DataBuilder[2500] DEBUG NSLog - === Begin Internal

Re: Constraint error when I don't think I should have one.

2009-05-15 Thread Lon Varscsak
This is a complete shot in the dark, but how does Sybase handle constraints within one transaction? Would the OrderHeader insert have to be committed before you can issue an INSERT into a related table? As long as it's in the transaction it should be okay. I'm wondering if it's not really

Re: Constraint error when I don't think I should have one.

2009-05-15 Thread Lon Varscsak
, but for some reason SOMETIMES it is. It's weird, I can run it once and everything gets into the database fine, I can run it again (with no code changes) and it will fail. -Lon On Fri, May 15, 2009 at 12:35 PM, David Avendasora webobje...@avendasora.com wrote: On May 15, 2009, at 3:09 PM, Lon

Does propagatesPrimaryKey work in to-many relationships?

2009-05-18 Thread Lon Varscsak
I know that it could only propagate the primary key that create the to-many and the additional key(s) I would have to assign myself. -Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

EOF Stumper (for me at least)

2009-05-18 Thread Lon Varscsak
I'm having a problem where sometimes a compound primary key value that I assign myself, get's overwritten to null somewhere and the insert statement fails. OrderHeader (primary key orderNumber) - OrderDetailSale (to many relationship, primary key orderNumber orderLineNumber; both owns

Re: EOF Stumper (for me at least)

2009-05-18 Thread Lon Varscsak
of e-Business Applications. On Mon, 18 May 2009, Lon Varscsak wrote: I'm having a problem where sometimes a compound primary key value that I assign myself, get's overwritten to null somewhere and the insert statement fails. OrderHeader (primary key orderNumber) - OrderDetailSale

Re: EOF Stumper (for me at least)

2009-05-18 Thread Lon Varscsak
:27 PM, Lon Varscsak wrote: I'm having a problem where sometimes a compound primary key value that I assign myself, get's overwritten to null somewhere and the insert statement fails. OrderHeader (primary key orderNumber) - OrderDetailSale (to many relationship, primary key orderNumber

Re: EO not getting saved

2009-06-02 Thread Lon Varscsak
What if instead of goat herding it was a brewery? -Lon On Tue, Jun 2, 2009 at 12:43 PM, Chuck Hill ch...@global-village.netwrote: On Jun 2, 2009, at 12:40 PM, Timo Hoepfner wrote: Nieu looks like it might be a good place for Mountain Biking ... perfect exercise activity in between

Re: Meetup Friday in San Fran

2009-06-03 Thread Lon Varscsak
I'm anti-social...plus I don't really like beer! -Lon On Wed, Jun 3, 2009 at 1:47 PM, Chuck Hill ch...@global-village.net wrote: On Jun 3, 2009, at 11:38 AM, Robert B. Hanviriyapunt wrote: I would like to meet WO-dev members who are going to WWDC (I unfortunately can't make any WOWODC).

Re: Meetup Friday in San Fran

2009-06-04 Thread Lon Varscsak
Usually $100.00 US per day should cover it. -Lon On Thu, Jun 4, 2009 at 3:24 PM, Miguel Arroz ar...@guiamac.com wrote: Hi! I was told guests in hotels are supposed to leave a tip for the person who cleans the room. May I ask you guys how much is usually one of this tips? Sorry if this

Re: Meetup Friday in San Fran

2009-06-04 Thread Lon Varscsak
Well, of course! :P On Thu, Jun 4, 2009 at 3:40 PM, David Holt programming...@mac.com wrote: You mean paid to you? On 4-Jun-09, at 3:29 PM, Lon Varscsak wrote: Usually $100.00 US per day should cover it. -Lon On Thu, Jun 4, 2009 at 3:24 PM, Miguel Arroz ar...@guiamac.com wrote: Hi! I

Re: Meetup Friday in San Fran

2009-06-05 Thread Lon Varscsak
Starbucks in the lobby of Hotel Whitcomb...that's nice for all the coffee drinkers. :) On Fri, Jun 5, 2009 at 11:32 AM, Luke Holton lhol...@desertsky.com wrote: Re: What time are you arriving? I hope to be at the hotel by 8pm. Regards, Luke Holton Tel: (602) 279-4600 ext 622 Fax:

Re: Meetup Friday in San Fran

2009-06-05 Thread Lon Varscsak
bleh, wireless internet connectivity sucks though :( On Fri, Jun 5, 2009 at 5:25 PM, Lon Varscsak varsc...@smarthealth.comwrote: Starbucks in the lobby of Hotel Whitcomb...that's nice for all the coffee drinkers. :) On Fri, Jun 5, 2009 at 11:32 AM, Luke Holton lhol...@desertsky.comwrote

Listening for changes on an EO

2009-07-09 Thread Lon Varscsak
Is there a way for a controller object to listen for changes to an EO (and a specific key)? Thanks, Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: Listening for changes on an EO

2009-07-09 Thread Lon Varscsak
: On Jul 9, 2009, at 10:24 AM, Lon Varscsak wrote: Is there a way for a controller object to listen for changes to an EO (and a specific key)? Thanks, Lon EOEditingContext has ObjectsChangedInEditingContextNotification, but it is on an object by object basis, not a key by key one. You

Re: Listening for changes on an EO

2009-07-09 Thread Lon Varscsak
Thanks for the tips! -Lon On Thu, Jul 9, 2009 at 12:34 PM, Chuck Hillch...@global-village.net wrote: On Jul 9, 2009, at 12:26 PM, Lon Varscsak wrote: Thanks.  I figured there was nothing built to do exactly what I needed, but I figured I would ask. Do you know if there is much overhead

Re: Listening for changes on an EO

2009-07-09 Thread Lon Varscsak
:34 PM, Chuck Hillch...@global-village.net wrote: On Jul 9, 2009, at 12:26 PM, Lon Varscsak wrote: Thanks.  I figured there was nothing built to do exactly what I needed, but I figured I would ask. Do you know if there is much overhead if I implemented this in my EO superclass even

Re: Listening for changes on an EO

2009-07-09 Thread Lon Varscsak
changes, even if it's not saved to the database?  Or do you just want to know if a change is being saved?  That would make a difference.  ;-) Regards, Mark On Jul 9, 2009, at 3:28 PM, Lon Varscsak wrote: Uh, another question. :)  Since I have a custom EO super-super class, I decided to try

Re: Listening for changes on an EO

2009-07-09 Thread Lon Varscsak
if a change is being saved?  That would make a difference.  ;-) Regards, Mark On Jul 9, 2009, at 3:28 PM, Lon Varscsak wrote: Uh, another question. :)  Since I have a custom EO super-super class, I decided to try to implement this in takeStoredValueForKey(..). It works, although I was also trying

Re: Listening for changes on an EO

2009-07-09 Thread Lon Varscsak
I was trying to make something more generic to be able to use in more than one case and keep my Velocity template clean of that stuff. Thanks again for all the help! -Lon On Thu, Jul 9, 2009 at 1:52 PM, Chuck Hillch...@global-village.net wrote: On Jul 9, 2009, at 1:45 PM, Lon Varscsak wrote

Re: What could that be?

2009-07-09 Thread Lon Varscsak
Did you take over my app? ;) I have the same problem in a production app and it drives me crazy, because I can't see that I'm doing anything wrong (and it's intermittent). -Lon On Thu, Jul 9, 2009 at 4:45 PM, Lars Sonchocky-Helldorflars.sonchocky-helld...@hamburg.de wrote: Hi, I occasionally

Re: What could that be?

2009-07-09 Thread Lon Varscsak
I should add that I'm running WO 5.4.3 with Wonder (but I can't remember which build). -Lon On Thu, Jul 9, 2009 at 5:13 PM, Lars Sonchocky-Helldorflars.sonchocky-helld...@hamburg.de wrote: Am 10.07.2009 um 01:56 schrieb Lon Varscsak: Did you take over my app? ;)  I have the same problem

Re: WOWODC 09 Videos

2009-07-10 Thread Lon Varscsak
... (complete with cardboard Chucks, Daves Pascals). Don't forget you'll need a cutout of Mike, sitting at a computer talking into a mic. :P -Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: WebObjects and Xcode 3.2

2009-08-28 Thread Lon Varscsak
I thought it was official that WO wasn't going to be distributed with SL and distributed through other means (although I don't know what those other means are)? -Lon On Fri, Aug 28, 2009 at 12:51 PM, Mike Nowak mno...@umich.edu wrote: I'm just looking for it since I did a clean install it and I

Re: Snow Leopard and WebObjects

2009-09-03 Thread Lon Varscsak
Fire good. On Thu, Sep 3, 2009 at 4:07 PM, Chuck Hill ch...@global-village.net wrote: On Sep 2, 2009, at 9:43 AM, Galen Rhodes wrote: OK, I know Apple has been tight lipped on the subject. But what is the general feeling that people are having on the subject of Snow Leopard and

Re: Wonder D2W first app

2009-09-10 Thread Lon Varscsak
I'm not a D2Wer, but I would guess you Application class isn't subclassing ERXApplication. -Lon On Thu, Sep 10, 2009 at 12:42 PM, Francisc Simon franciscsi...@franciscsimon.de wrote: Hi @all, i've tried to create an simple Wonder D2W start the new created project and get this error:

Re: Recommendations for deployment on VPS?

2009-09-20 Thread Lon Varscsak
I love slicehost. My current favorite distro is Arch. -Lon On Sun, Sep 20, 2009 at 11:51 AM, Matt O'Connell m...@oconnellclan.org wrote: I like to use slicehost.com or linode.com. I typically use an Ubuntu distribution. Matt On Sep 20, 2009, at 3:11 AM, Chan Yeow Heong, Jerome wrote:

WOLips and html formatting

2009-10-01 Thread Lon Varscsak
Is there a way to have WOLips format the html for me (on command). I get html from the designer and it's never formatted properly, and in the old WOBuilder there was a way to do this. Any thoughts? Lon ___ Do not post admin requests to the list. They

Re: WOLips and html formatting

2009-10-01 Thread Lon Varscsak
, David Avendasora webobje...@avendasora.com wrote: Cmd-Shift-F ? Dave On Oct 1, 2009, at 2:04 PM, Lon Varscsak wrote: Is there a way to have WOLips format the html for me (on command). I get html from the designer and it's never formatted properly, and in the old WOBuilder

Entity naming

2009-10-13 Thread Lon Varscsak
If you have a table named sites what do you name your entity and the corresponding class? Sites or Site? -Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: Entity naming

2009-10-13 Thread Lon Varscsak
people did. Thanks! -Lon On Tue, Oct 13, 2009 at 4:48 PM, Chuck Hill ch...@global-village.net wrote: On Oct 13, 2009, at 4:43 PM, Lon Varscsak wrote: If you have a table named sites what do you name your entity and the corresponding class?  Sites or Site? I never use plurals for this, so

Subclassing a component

2009-10-15 Thread Lon Varscsak
Is there a way to subclass a component and have it use the template of the super-class? -Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Re: Subclassing a component

2009-10-15 Thread Lon Varscsak
ty :) On Thu, Oct 15, 2009 at 4:27 PM, Chuck Hill ch...@global-village.net wrote: On Oct 15, 2009, at 4:22 PM, Lon Varscsak wrote: Is there a way to subclass a component and have it use the template of the super-class?    /**     * Allows a component to inherit the template (.html

Problems with WOForm and the secure binding

2009-10-16 Thread Lon Varscsak
When using this binding, WO is generating full urls and doing the right thing with https, however, my host in the url switches from localhost to myhost.local. Is there a way to prevent this or to override it with a run parameter? I am running it with -WOHost localhost. -Lon

Re: Problems with WOForm and the secure binding

2009-10-16 Thread Lon Varscsak
I really don't know what I did to fix it (I did lots of stuff)...but I think updating my mod_WebObjects.so seems to have fixed it. -Lon On Fri, Oct 16, 2009 at 1:45 PM, Lon Varscsak varsc...@smarthealth.com wrote: When using this binding, WO is generating full urls and doing the right thing

Re: Intercepting (ERX/WO)DirectActionRequestHandler

2009-10-23 Thread Lon Varscsak
Look at the reason variable, you can do something conditionally based on that. I compare the reason to WOActionRequestHandler.CLASS_NOT_FOUND and WOActionRequestHandler.INVOCATION and then redirect to the default DA. -Lon On Fri, Oct 23, 2009 at 1:54 PM, Johnny Miller jlmil...@kahalawai.com

Re: removeObjectFromBothSidesOfRelationshipWithKey() question

2009-10-27 Thread Lon Varscsak
Try: Create an Order and OrderItem and insert both into an editing context. Then add the item to the order using order.addObjectToBothSidesOfRelationshipWithKey(item, items). *Then call editingContext.processRecentChanges()* Then removeObjectFromBothSidesOfRelationshipWithKey(item, items) to

Re: removeObjectFromBothSidesOfRelationshipWithKey() question

2009-10-27 Thread Lon Varscsak
My guess it's the array is appropriate but the editingContext insertedObjects is not correct. I won't try to help anymore. :P -Lon On Tue, Oct 27, 2009 at 4:52 PM, Chuck Hill ch...@global-village.netwrote: On Oct 27, 2009, at 4:40 PM, Lon Varscsak wrote: Try: Create an Order

Re: removeObjectFromBothSidesOfRelationshipWithKey() question

2009-10-27 Thread Lon Varscsak
(); ec.processRecentChanges(); // --- It seems like a BUG this is needed for the remove below to work!! order.removeFromItems(anItem); ec.saveChanges(); On Oct 27, 2009, at 8:15 PM, David LeBer wrote: On 2009-10-27, at 7:52 PM, Chuck Hill wrote: On Oct 27, 2009, at 4:40 PM, Lon Varscsak wrote: Try

Re: mixed deployment of 4.5.1 + 5.x

2009-10-28 Thread Lon Varscsak
Hey Hewart, Yes, we are the ONE shop in the world with 4.01 apps still deployed (and developed). :P However, we do not do mixed deployment and don't use 4.5.x at all. We currently deploy on Solaris and develop on Windows (for 4.0.1 apps). (We also have some 5.4.3 apps deployed on Linux) Sorry

SQL logging

2009-11-03 Thread Lon Varscsak
Is there a way to get SQL logging where it's easily cut and pasted into a sql tool to analyze performance rather than the JDBC version with ?s and parameters? -Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

Re: The requested application was not found on this server.

2009-11-03 Thread Lon Varscsak
, the apache 2.2, or what, but I get plenty of No Instance Available pages without it. You're probably aware already, but I just thought I would mention it ... http://webobjects.mdimension.com/wonder/mod_WebObjects/Apache2.2/macosx/ Ramsey On Nov 3, 2009, at 4:11 PM, Lon Varscsak wrote: Only

Re: The requested application was not found on this server.

2009-11-03 Thread Lon Varscsak
This always seems to be an area of WO dark magic...and I just don't have the right schooling. :P -Lon On Tue, Nov 3, 2009 at 1:54 PM, Lon Varscsak varsc...@smarthealth.comwrote: Yeah, tried that too. :) -Lon On Tue, Nov 3, 2009 at 1:51 PM, Chuck Hill ch...@global-village.netwrote: Try

Re: SQL logging

2009-11-03 Thread Lon Varscsak
Yeah, that's not a bad idea since I already am subclassing the existing Sybase plugin. I'll try that, thanks! -Lon On Tue, Nov 3, 2009 at 3:27 PM, Chuck Hill ch...@global-village.net wrote: On Nov 3, 2009, at 2:19 PM, Lon Varscsak wrote: Is there a way to get SQL logging where it's easily

The requested application was not found on this server.

2009-11-03 Thread Lon Varscsak
I rebooted my development machine (because installing QuarkExpress wanted me to :/) and now I can't connect to my applications when running through Eclipse: Each application has the WOAdaptorURL set to http://goiter.smarthealth.com/cgi-bin/WebObjects, they have a WOHost option of

Re: The requested application was not found on this server.

2009-11-03 Thread Lon Varscsak
Weird, I restarted Apache and now it's fine. :/ -Lon On Tue, Nov 3, 2009 at 2:05 PM, Lon Varscsak varsc...@smarthealth.comwrote: This always seems to be an area of WO dark magic...and I just don't have the right schooling. :P -Lon On Tue, Nov 3, 2009 at 1:54 PM, Lon Varscsak varsc

Re: The requested application was not found on this server.

2009-11-03 Thread Lon Varscsak
Yeah, tried that too. :) -Lon On Tue, Nov 3, 2009 at 1:51 PM, Chuck Hill ch...@global-village.net wrote: Try stopping and restarting wotaskd from the command line. On Nov 3, 2009, at 12:46 PM, Lon Varscsak wrote: Yeah, in the Properties file I have WOHost=goiter.smarthealth.com -Lon

Re: The requested application was not found on this server.

2009-11-03 Thread Lon Varscsak
Yeah, in the Properties file I have WOHost=goiter.smarthealth.com -Lon On Tue, Nov 3, 2009 at 1:45 PM, Chuck Hill ch...@global-village.net wrote: On Nov 3, 2009, at 12:39 PM, Lon Varscsak wrote: I rebooted my development machine (because installing QuarkExpress wanted me to :/) and now I

Re: The requested application was not found on this server.

2009-11-03 Thread Lon Varscsak
Only the WO gods know. -Lon On Tue, Nov 3, 2009 at 2:11 PM, Chuck Hill ch...@global-village.net wrote: Maybe it started before network services were ready and got the wrong hostname? Chuck On Nov 3, 2009, at 1:07 PM, Lon Varscsak wrote: Weird, I restarted Apache and now it's fine

WOA as a jar?

2009-11-04 Thread Lon Varscsak
Is there a way to build an application as a jar file (including embedded frameworks) so that I can easily deploy it as a command line tool? -Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: WOA as a jar?

2009-11-04 Thread Lon Varscsak
...@thissmallworld.com http://www.facebook.com/Galen1967 On Nov 4, 2009, at 11:46 AM, Lon Varscsak wrote: Is there a way to build an application as a jar file (including embedded frameworks) so that I can easily deploy it as a command line tool? -Lon

IE 7 and https problems

2009-11-10 Thread Lon Varscsak
I'm stumped. I have a new app (WO 5.4.3 using Wonder from a couple of weeks ago) that when I access via IE 7 (or IE 8 in compatibility mode) it seems to create new sessions when accessing those links and throws a You backtracked too far. message.: http://grab.by/rwY IE 8, Firefox, Safari all

Re: IE 7 and https problems

2009-11-10 Thread Lon Varscsak
Now, I'm not sure 100% that it's just https...it appears to have problems with component actions on hyperlinks. Ugh. -Lon On Tue, Nov 10, 2009 at 5:16 PM, Lon Varscsak varsc...@smarthealth.com wrote: I'm stumped.  I have a new app (WO 5.4.3 using Wonder from a couple of weeks ago) that when I

Re: IE 7 and https problems

2009-11-10 Thread Lon Varscsak
I was trying to torture you, but it is worth a look. haha...I need a good kick sometimes. I fixed a Wonder (WOExceptionPage!) bug in that recently, when was your last Wonder update? Hmm, it looks like 11/2. -Lon ___ Do not post admin requests

  1   2   3   >