Re: Gianduia and WO

2009-11-03 Thread Tim Worman
On Nov 3, 2009, at 8:22 PM, Chuck Hill wrote: > > On Nov 3, 2009, at 8:17 PM, Ashley Aitken wrote: > >> >> Some interesting source in those HTML pages: >> >>> skuThumbnailC : Gianduia.AppKit.NSImage { src = >>> skuRepetitionC.objectAtEnumerationIndex.url; } skuNameC : >>> Gianduia.AppKit.NSD

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
Thanks for you help so far, Mike and Chuck. I've kind of hit a wall here. AFAICS, Mike's recent commit didn't fix this issue for me. I've narrowed it down to touching EOF in LSApplication.didFinishLaunching(): if I remove the offending code in there, I can't reproduce the problem. Firstl

Re: now trying to deploy, get an immediate error, probably a missing resource(s)?

2009-11-03 Thread Chuck Hill
On Nov 3, 2009, at 9:40 PM, Baiss Eric Magnusson wrote: It's not Eclipse wide, my other WO project runs fine. I thought this was a deployment issue. How about the whole stuff was just a side affect of the wrong parser and this parser now being used knows nothing about the tag because

Re: now trying to deploy, get an immediate error, probably a missing resource(s)?

2009-11-03 Thread Baiss Eric Magnusson
It's not Eclipse wide, my other WO project runs fine. How about the whole stuff was just a side affect of the wrong parser and this parser now being used knows nothing about the tag because of some Project setting? I will re-try the alias stuff until I get it right, thanks for respondin

Re: getting wiki books out of the search results

2009-11-03 Thread Chuck Hill
On Oct 30, 2009, at 2:28 AM, Pascal Robert wrote: 1) I tried to delete the old content, but someone from Wikibooks gave me sh** by saying that the content might be useful, blablabla, even if I told her that we moved to something else and that we won't ever update the content on Wikibooks.

Re: now trying to deploy, get an immediate error, probably a missing resource(s)?

2009-11-03 Thread Chuck Hill
On Nov 3, 2009, at 9:07 PM, Baiss Eric Magnusson wrote: cd /Library/WebServer/Documents ln -s /path/to/your/WSR/tyf tyf I cannot make the alias work in either direction. I had to have the actual source tree starting with folder in: to make Apache work, and to make Eclip

Re: now trying to deploy, get an immediate error, probably a missing resource(s)?

2009-11-03 Thread Baiss Eric Magnusson
cd /Library/WebServer/Documents ln -s /path/to/your/WSR/tyf tyf I cannot make the alias work in either direction. I had to have the actual source tree starting with folder in: to make Apache work, and to make Eclipse work. This would be a major source of confusion, so I d

Re: Gianduia and WO

2009-11-03 Thread Mike Schrag
Some interesting source in those HTML pages: skuThumbnailC : Gianduia.AppKit.NSImage { src = skuRepetitionC.objectAtEnumerationIndex.url; } skuNameC : Gianduia.AppKit.NSDynamicString { value = skuRepetitionC.objectAtEnumerationIndex.name ; } skuDescriptionC : Gianduia.AppKit.NSDynamicString

Re: Gianduia and WO

2009-11-03 Thread Chuck Hill
On Nov 3, 2009, at 8:17 PM, Ashley Aitken wrote: Some interesting source in those HTML pages: skuThumbnailC : Gianduia.AppKit.NSImage { src = skuRepetitionC.objectAtEnumerationIndex.url; } skuNameC : Gianduia.AppKit.NSDynamicString { value = skuRepetitionC.objectAtEnumerationIndex.name;

Re: Gianduia and WO

2009-11-03 Thread Ashley Aitken
Some interesting source in those HTML pages: skuThumbnailC : Gianduia.AppKit.NSImage { src = skuRepetitionC.objectAtEnumerationIndex.url; } skuNameC : Gianduia.AppKit.NSDynamicString { value = skuRepetitionC.objectAtEnumerationIndex.name; } skuDescriptionC : Gianduia.AppKit.NSDynamicStri

Re: Gianduia and WO

2009-11-03 Thread Lachlan Deck
On 04/11/2009, at 2:16 PM, Pascal Robert wrote: - "Lachlan Deck" a écrit : On 04/11/2009, at 5:11 AM, Kieran Kelleher wrote: Rephrasing David's sentence "Simple access to the Gianduia app kit and tools would be fantastic" You read my mind exactly Kieran. 2010 (August!) is a looo

Re: Gianduia and WO

2009-11-03 Thread Pascal Robert
- "Lachlan Deck" a écrit : > On 04/11/2009, at 5:11 AM, Kieran Kelleher wrote: > > > Rephrasing David's sentence > > > > "Simple access to the Gianduia app kit and tools would be > fantastic" > > You read my mind exactly Kieran. 2010 (August!) is a looong way off. Bah, I can schedule

Re: Gianduia and WO

2009-11-03 Thread Lachlan Deck
On 04/11/2009, at 5:11 AM, Kieran Kelleher wrote: Rephrasing David's sentence "Simple access to the Gianduia app kit and tools would be fantastic" You read my mind exactly Kieran. 2010 (August!) is a looong way off. Um... rephrasing... now that this thing's out the door and used in the

Re: Gianduia and WO

2009-11-03 Thread Joe Little
Us folks near San Fran call it Ghiradelli On Tue, Nov 3, 2009 at 10:32 AM, Pascal Robert wrote: > > Le 09-11-03 à 13:27, Miguel Arroz a écrit : > >> Hi! >> >> On 2009/11/03, at 18:07, Mike Schrag wrote: >> >>> i'd be down with doing something like what i did at wowodc, but maybe at >>> a slower p

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
On 04/11/2009, at 8:16 AM, Mike Schrag wrote: if you have wonder source in your eclipse, you can add some debug printlns into ERXModelGroup in loadModelsFromLoadedBundles and resetConnectionDictionaryInModel and see when/what is being loaded. OK, now I might be onto something—I also ramped

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Mike Schrag
if you have wonder source in your eclipse, you can add some debug printlns into ERXModelGroup in loadModelsFromLoadedBundles and resetConnectionDictionaryInModel and see when/what is being loaded. ms On Nov 3, 2009, at 4:40 PM, Paul Hoadley wrote: On 04/11/2009, at 6:45 AM, Chuck Hill wrot

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Mike Schrag
I was thinking the same ... Every model should be loaded at startup. If you're using Wonder, we do all kinds of crazy stuff at startup with the models, and everything would just blow up if you were missing models. In fact, we go through a bunch of pains to figure out when all the bundles ar

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
On 04/11/2009, at 6:45 AM, Chuck Hill wrote: I've never seen this and can't think of why they would not be loaded when the framework is referenced. Are some of the frameworks not getting referenced until later? Does adding NSBundle.allBundles() to the Application constructor help? No.

Re: Objects don't get initialized sometimes

2009-11-03 Thread Chuck Hill
Start here: http://wiki.objectstyle.org/confluence/display/WO/EOF-Using+EOF-Breaking+EOF Then http://www.google.com/search?q=llegalStateException+rowDiffsForAttributes+snapshot Chuck On Nov 3, 2009, at 2:02 AM, Gennady Kushnir wrote: Hello list! I have an occasionally occurring problem whic

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
On 04/11/2009, at 11:19 AM, Paul Hoadley wrote: Here's a stack trace from ERXModelGroup.loadModelsFromLoadedBundles(): java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java:1230) at er.extensions.eof.ERXModelGroup.loadModelsFromLoadedBundles (ERXModelGroup.java:12

Re: SQL logging

2009-11-03 Thread Chuck Hill
On Nov 3, 2009, at 2:19 PM, Lon Varscsak wrote: 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? Not that I know of. You could make a plugin subclass to return "false" for the

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Chuck Hill
Find where those messages are coming from. This should be completed BEFORE the app dispatches the first request. I also suspect that you have done something odd that you don't see as odd. Missing a call to super someplace? Not using ERXMainRunner? Chuck On Nov 3, 2009, at 4:02 PM, Pa

Re: Gianduia and WO

2009-11-03 Thread Chuck Hill
On Nov 3, 2009, at 9:35 AM, David den Boer wrote: Not an official announcement, but one of our applications, Concierge, went live tonight using Gianduia and WO. WHOO HOO! An official announcement at last! :-P You can check it out at : http://concierge.apple.com/reservations/R002 We al

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 wrote: > > On Nov 3, 2009, at 2:19 PM, Lon Varscsak wrote: > > Is there a way to get SQL logging where it's easily cut and pasted into

Re: NPE from woapplication task at Ant build time

2009-11-03 Thread Paul Hoadley
On 03/11/2009, at 11:25 PM, Mike Schrag wrote: 1) i always recommend setting up a build server for deployment ... it's will produce much more consistent results 2) switching from running ant inside eclipse to running ant outside eclipse (or running ant with a new vm from inside eclipse) will

Re: now trying to deploy, get an immediate error, probably a missing resource(s)?

2009-11-03 Thread Chuck Hill
Line 10 by my count: I see no quotes... On Nov 3, 2009, at 1:15 PM, Baiss Eric Magnusson wrote: Note: by casting the exception to WOMLTemplateParserException I was able to call , I'm receiving the Exception in the overridden Application.handleException(...) com .webobjects

Re: Working with Multiple Models

2009-11-03 Thread Mike Schrag
everything is only fixed in 3.5 On Nov 3, 2009, at 4:25 PM, David Avendasora wrote: Based on the commit log, I'm assuming that this is only fixed in WOLips 3.5? Dave On Nov 3, 2009, at 4:19 PM, Mike Schrag wrote: 2. EOModeler doesn't seem to like this operation. After changing the entit

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
On 04/11/2009, at 8:13 AM, Mike Schrag wrote: search for "static {" across all of your source? again, this was just a stab in the dark, but it's a likely candidate -- people sometimes load caches or shared objects from static blocks and it's a really good way to shoot yourself in the foot.

Re: now trying to deploy, get an immediate error, probably a missing resource(s)?

2009-11-03 Thread Baiss Eric Magnusson
Note: by casting the exception to WOMLTemplateParserException I was able to call , I'm receiving the Exception in the overridden Application.handleException(...) com.webobjects.appserver.parser.woml.WOMLTemplateParser.process (java.lang.String, java.lang.String, java.lang.String) line: 347

Re: Objects don't get initialized sometimes

2009-11-03 Thread Gennady Kushnir
thank you for hints 2009/11/3 Chuck Hill : > Start here: > http://wiki.objectstyle.org/confluence/display/WO/EOF-Using+EOF-Breaking+EOF > > Then > http://www.google.com/search?q=llegalStateException+rowDiffsForAttributes+snapshot > > > Chuck > > > On Nov 3, 2009, at 2:02 AM, Gennady Kushnir wrote:

Re: Working with Multiple Models

2009-11-03 Thread Ricardo J. Parada
I've been using 3.5 since last week and it seems to be working really well for me. The original performance problems I noticed in Eclipse 3.5 Cocoa the first time I tried it when it first came out seems to have improved to the point where I think it's about the same or better than 3.4.

Re: SQL logging

2009-11-03 Thread Kieran Kelleher
Does your database have a setting to log slow queries, or even all queries to a text file . I know MySQL can do this with a property in the my.cnf properties file . Regards, Kieran On Nov 3, 2009, at 5:19 PM, Lon Varscsak wrote: Is there a way to get SQL logging where it's easily cut

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 goiter.smarthealt

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 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 >> >> On Tue, N

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

2009-11-03 Thread Chuck Hill
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. :/ -Lon On Tue, Nov 3, 2009 at 2:05 PM, Lon Varscsak wrote: This always seems to be an area of WO dark ma

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Chuck Hill
I've never seen this and can't think of why they would not be loaded when the framework is referenced. Are some of the frameworks not getting referenced until later? Does adding NSBundle.allBundles() to the Application constructor help? My only other idea is that you are somehow messing wi

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 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 can't connect to my

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
On 04/11/2009, at 11:49 AM, Mike Schrag wrote: So I never see this because I use migrations on every app, so the models are touched early all the time ... But if i turn off migrations, it does look like it's not triggered until the first EOF request. I think I've at least made the problem

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 wrote: > 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 wrote: > >> Yeah, tried that

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

2009-11-03 Thread Chuck Hill
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 can't connect to my applications when running through Eclipse: Each application has the WOAdaptorURL set to http://goiter.smarthealth.com/cgi-bin/W

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 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. :/ >> >> -Lon

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Mike Schrag
search for "static {" across all of your source? again, this was just a stab in the dark, but it's a likely candidate -- people sometimes load caches or shared objects from static blocks and it's a really good way to shoot yourself in the foot. ms On Nov 3, 2009, at 4:40 PM, Paul Hoadley

Re: SQL logging

2009-11-03 Thread Mike Schrag
pretty sure anjo did this somewhere maybe for the sql stats tracking stuff? i'm 99% sure this code exists in wonder. On Nov 3, 2009, at 5:27 PM, Chuck Hill wrote: On Nov 3, 2009, at 2:19 PM, Lon Varscsak wrote: Is there a way to get SQL logging where it's easily cut and pasted into a

Re: Working with Multiple Models

2009-11-03 Thread Mike Schrag
2. EOModeler doesn't seem to like this operation. After changing the entity name the flattened relationships become broken. The intermediary table doesn't pick up on the change in the destination. fixed ... fallout from an optimization where we try to only write out files that have been aff

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 wrote: > Yeah, tried that too. :) > > -Lon > > > On Tue, Nov 3, 2009 at 1:51 PM, Chuck Hill wrote: > >> Try stopping and restarting wotaskd from the

Re: Gianduia and WO

2009-11-03 Thread Miguel Arroz
Hi! On 2009/11/03, at 18:07, Mike Schrag wrote: i'd be down with doing something like what i did at wowodc, but maybe at a slower pace that doesn't require me to speak 2x normal speed Well, it was a nice test to the iChat audio codecs! Anyway, I'm not sure if it's very useful to make

Re: Working with Multiple Models

2009-11-03 Thread David Avendasora
On Nov 3, 2009, at 3:22 PM, Johnny Miller wrote: That's great. Accept... 1. I have to go back and undo all my unnecessary changes >:( Been there. It sucks. 2. EOModeler doesn't seem to like this operation. After changing the entity name the flattened relationships become broken. The

Re: Working with Multiple Models

2009-11-03 Thread Johnny Miller
That's great. Accept... 1. I have to go back and undo all my unnecessary changes >:( 2. EOModeler doesn't seem to like this operation. After changing the entity name the flattened relationships become broken. The intermediary table doesn't pick up on the change in the destination. So, I

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

2009-11-03 Thread Chuck Hill
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 On Tue, Nov 3, 2009 at 1:45 PM, Chuck Hill village.net> wrote: On Nov 3, 2009, at 12:39 PM, Lon Varscsak wrote:

Re: Gianduia and WO

2009-11-03 Thread Pascal Robert
We have room left for a Gianduia presentation at WOWODC 2010 :-) Not an official announcement, but one of our applications, Concierge, went live tonight using Gianduia and WO. You can check it out at : http://concierge.apple.com/reservations/R002 We also have the iPhone reservation system

Re: Gianduia and WO

2009-11-03 Thread David Avendasora
Yeah. What he said I said. :-) On Nov 3, 2009, at 1:11 PM, Kieran Kelleher wrote: Rephrasing David's sentence "Simple access to the Gianduia app kit and tools would be fantastic" On Nov 3, 2009, at 1:07 PM, David Avendasora wrote: On Nov 3, 2009, at 12:38 PM, Pascal Robert wrote: We

Re: Working with Multiple Models

2009-11-03 Thread Mike Schrag
I've been using 3.5 since last week and it seems to be working really well for me. The original performance problems I noticed in Eclipse 3.5 Cocoa the first time I tried it when it first came out seems to have improved to the point where I think it's about the same or better than 3.4. D

Re: Working with Multiple Models

2009-11-03 Thread David Avendasora
Based on the commit log, I'm assuming that this is only fixed in WOLips 3.5? Dave On Nov 3, 2009, at 4:19 PM, Mike Schrag wrote: 2. EOModeler doesn't seem to like this operation. After changing the entity name the flattened relationships become broken. The intermediary table doesn't pic

Re: Gianduia and WO

2009-11-03 Thread Kieran Kelleher
Rephrasing David's sentence "Simple access to the Gianduia app kit and tools would be fantastic" On Nov 3, 2009, at 1:07 PM, David Avendasora wrote: On Nov 3, 2009, at 12:38 PM, Pascal Robert wrote: We have room left for a Gianduia presentation at WOWODC 2010 :-) Can you say "Overflo

Re: Gianduia and WO

2009-11-03 Thread Mike Schrag
i'd be down with doing something like what i did at wowodc, but maybe at a slower pace that doesn't require me to speak 2x normal speed -- two sessions, one for restful services, one for gianduia, or maybe we could wrangle benoit to come and do a gianduia presentation from the horse's mouth

Re: ReportMill [was Re: WOWODC 2010 : call for presenters]

2009-11-03 Thread Gaastra Dennis - WO Lists
Hi Mark, Pascal, and List, Not really, as I am sure, most of the advanced WebObjects developers have their own (Grouped)List and Edit(Detail) classes, e.g. Wonder/D2W/ LISTedit, where these objects (could) have their own appendPDF functions. E.g. with our LISTedit framework, this is coded in

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

2009-11-03 Thread Lon Varscsak
Yeah, I experienced that one a couple of weeks ago with "complete urls" generating incorrect host names. :) -Lon On Tue, Nov 3, 2009 at 5:45 PM, Ramsey Lee Gurley wrote: > Hi Lon, > > I've found it imperative to use the updated mod_Webobjects. I don't know > if it's a 5.4 thing, the apache 2.2

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
On 04/11/2009, at 10:49 AM, Chuck Hill wrote: Find where those messages are coming from. Here's a stack trace from ERXModelGroup.loadModelsFromLoadedBundles(): java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java:1230) at er.extensions.eof.ERXModelGroup.loadMode

Re: Gianduia and WO

2009-11-03 Thread Ricardo J. Parada
That would be one hot session!! :-) On Nov 3, 2009, at 12:38 PM, Pascal Robert wrote: We have room left for a Gianduia presentation at WOWODC 2010 :-) Not an official announcement, but one of our applications, Concierge, went live tonight using Gianduia and WO. You can check it out at :

Gianduia and WO

2009-11-03 Thread David den Boer
Not an official announcement, but one of our applications, Concierge, went live tonight using Gianduia and WO. You can check it out at : http://concierge.apple.com/reservations/R002 We also have the iPhone reservation system using Gianduia at : https://iphone-reserve.apple.com/WebObjects/RPRC

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Mike Schrag
committed ... see if this solves your problem. On Nov 3, 2009, at 8:19 PM, Mike Schrag wrote: So I never see this because I use migrations on every app, so the models are touched early all the time ... But if i turn off migrations, it does look like it's not triggered until the first EOF r

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Mike Schrag
So I never see this because I use migrations on every app, so the models are touched early all the time ... But if i turn off migrations, it does look like it's not triggered until the first EOF request. The problem is that if you don't have a delegate on EOModelGroup, the creation of the

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: EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
On 04/11/2009, at 11:55 AM, Mike Schrag wrote: committed ... see if this solves your problem. It doesn't seem to. This is what I'm doing in LSApplication.didFinishLaunching(): if (ERXModelGroup.defaultGroup().modelNamed(AUTH_MODEL_NAME) != null) { // Read in v

Re: Gianduia and WO

2009-11-03 Thread David Avendasora
On Nov 3, 2009, at 12:38 PM, Pascal Robert wrote: We have room left for a Gianduia presentation at WOWODC 2010 :-) Can you say "Overflow Room"? There's a lot of pent-up interest in this. Simple how-tos and getting started would be fantastic! Dave Not an official announcement, but one

Re: Gianduia and WO

2009-11-03 Thread Pascal Robert
Le 09-11-03 à 13:27, Miguel Arroz a écrit : Hi! On 2009/11/03, at 18:07, Mike Schrag wrote: i'd be down with doing something like what i did at wowodc, but maybe at a slower pace that doesn't require me to speak 2x normal speed Well, it was a nice test to the iChat audio codecs! Anyw

Re: ReportMill [was Re: WOWODC 2010 : call for presenters]

2009-11-03 Thread Ricardo J. Parada
I would definitely love to learn about it so I can make a good decision in the future. And provides for more reasons to attend WOWODC in Montreal. Reporting is important to us. Thanks, Ricardo On Nov 3, 2009, at 12:33 PM, Gaastra Dennis - WO Lists wrote: Hi Mark, Pascal, and List, Not

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Chuck Hill
On Nov 3, 2009, at 4:49 PM, Paul Hoadley wrote: On 04/11/2009, at 10:49 AM, Chuck Hill wrote: Find where those messages are coming from. Here's a stack trace from ERXModelGroup.loadModelsFromLoadedBundles(): java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java

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

2009-11-03 Thread Ramsey Lee Gurley
Hi Lon, I've found it imperative to use the updated mod_Webobjects. I don't know if it's a 5.4 thing, 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.mdimens

Re: ReportMill [was Re: WOWODC 2010 : call for presenters]

2009-11-03 Thread Pascal Robert
Le 09-11-03 à 11:40, Ricardo J. Parada a écrit : On Nov 3, 2009, at 11:25 AM, Mark Morris wrote: Other than price and "open-source-ness", are there disadvantages to ReportMill versus other tools? I've been pretty happy with it, so much so that I haven't been paying much attention to alte

Re: ReportMill [was Re: WOWODC 2010 : call for presenters]

2009-11-03 Thread Ricardo J. Parada
On Nov 3, 2009, at 11:25 AM, Mark Morris wrote: Other than price and "open-source-ness", are there disadvantages to ReportMill versus other tools? I've been pretty happy with it, so much so that I haven't been paying much attention to alternatives lately. I have not used other tools. I

Re: ReportMill [was Re: WOWODC 2010 : call for presenters]

2009-11-03 Thread Mark Morris
Following up my own post, I know that when I was using iText, and I'm assuming with PDFKit, you have more freedom to do whatever you want, wherever you want, than you do with a template-based tool, but, at least with iText, at a cost of significantly slower development time for the vast maj

ReportMill [was Re: WOWODC 2010 : call for presenters]

2009-11-03 Thread Mark Morris
Other than price and "open-source-ness", are there disadvantages to ReportMill versus other tools? I've been pretty happy with it, so much so that I haven't been paying much attention to alternatives lately. Thanks, Mark On Nov 2, 2009, at 2:04 PM, Ricardo J. Parada wrote: I'm interested

Re: JasperReports [was: Re: WOWODC 2010 : call for presenters]

2009-11-03 Thread Kieran Kelleher
I just downloaded iReport 3.6.1 for OS X and opened up a few reports the annoying GUI bugs of 3.6.0 are gone and it seems nice to use on OS X now, so goodbye iReport for Windoze. Albeit I hate the java old-style File-Open dialog. Java needs to use the standard OS X File-Open someday so

Re: WOWODC 2010 : call for presenters

2009-11-03 Thread George Domurot
I'll second that as well! I'm very interested in hearing/seeing your session. -G On Nov 2, 2009, at 3:48 PM, Andrew Lindesay wrote: Hello Dennis; If I am going next year then I would like to hear a session on your framework -- it sounds interesting and I have not yet had time to look a

Re: WOWODC 2010 : call for presenters

2009-11-03 Thread Kieran Kelleher
Hi Stéphan, Yes, it is possible to work with NSKeyValueCodingAdditions objects (EO's, NSDictionary, etc.). Working with EOs is what makes it really useful in a WO-like way. There is a tentative plan to have a full or half session on JasperReports integration with WO at WOWODC 2010. I aske

Re: EntityModler - EOEntityIndex

2009-11-03 Thread Mike Schrag
Must I assume that my database (Postgresql) does not support this feature yes ... this is a 5.4 feature, and the pg plugin doesn't implement any of the 5.4 sqlgen apis. What if I manually generate an index in sql (or some other tool like navicat) Must I still generate the index in EO Modele

Re: EntityModler - EOEntityIndex

2009-11-03 Thread Louis Demers
If I do so, and check the generated sql, nothing special is generated, Must I assume that my database (Postgresql) does not support this feature What if I manually generate an index in sql (or some other tool like navicat) Must I still generate the index in EO Modeler to indicate its exis

Re: EntityModler - EOEntityIndex

2009-11-03 Thread Ramsey Lee Gurley
Very cool indeed (^_^) Thank you Mike! Ramsey On Nov 3, 2009, at 8:20 AM, Mike Schrag wrote: yeah, just do a "new entity index" on an entity On Nov 3, 2009, at 8:14 AM, Ramsey Lee Gurley wrote: Hi all, Is there any way to make use of EOEntityIndex in Entity Modeler? http://developer.appl

New podcasts

2009-11-03 Thread Pascal Robert
I uploaded two podcasts that I made in preparation for WOWODC 2009 East. One is about installation of the toolset, the other show basic modeling. I also uploaded the slides for my "deployment and monitoring" session. Everything is in the wocommunity.org feed : http://www.wocommunity

Re: EntityModler - EOEntityIndex

2009-11-03 Thread Mike Schrag
yeah, just do a "new entity index" on an entity On Nov 3, 2009, at 8:14 AM, Ramsey Lee Gurley wrote: Hi all, Is there any way to make use of EOEntityIndex in Entity Modeler? http://developer.apple.com/legacy/mac/library/documentation/InternetWeb/Reference/WO_BundleReference/Articles/EOModelBu

Re: Working with Multiple Models

2009-11-03 Thread David Avendasora
On Nov 3, 2009, at 3:03 AM, Johnny Miller wrote: Thanks David, While that seems obvious in retrospect, I was under the failed impression that the entity name and the class name had to be the same. Just to be clear, I could have an Entity named "Sprockets" with a java class name of com.

EntityModler - EOEntityIndex

2009-11-03 Thread Ramsey Lee Gurley
Hi all, Is there any way to make use of EOEntityIndex in Entity Modeler? http://developer.apple.com/legacy/mac/library/documentation/InternetWeb/Reference/WO_BundleReference/Articles/EOModelBundle.html#//apple_ref/doc/uid/TP40004837-SW16 Ramsey smime.p7s Description: S/MIME cryptographic sig

Re: NPE from woapplication task at Ant build time

2009-11-03 Thread Mike Schrag
1) i always recommend setting up a build server for deployment ... it's will produce much more consistent results 2) switching from running ant inside eclipse to running ant outside eclipse (or running ant with a new vm from inside eclipse) will avoid this On Nov 3, 2009, at 12:12 AM, Paul

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
On 03/11/2009, at 9:51 PM, Gennady Kushnir wrote: Normally EOmodels are loaded on demand (when they are requested) you may force EModel to load calling EODatabaseContext.forceConnectionWithModel see API for details Thanks Gennady. So presumably my assumption about the cause here is all w

Re: EOModels occasionally loading too slowly?

2009-11-03 Thread Gennady Kushnir
Hi, Normally EOmodels are loaded on demand (when they are requested) you may force EModel to load calling EODatabaseContext.forceConnectionWithModel see API for details Regards, Gena 2009/11/3 Paul Hoadley : > Hello, > > I am using Wonder and extending ERXApplication, but I don't think this is >

EOModels occasionally loading too slowly?

2009-11-03 Thread Paul Hoadley
Hello, I am using Wonder and extending ERXApplication, but I don't think this is Wonder-specific. WO 5.4.3. I have an app that loads 8 EOModels, 3 in the app's Resources folder, 5 in linked frameworks. The default page makes use of an entity in one of the models in an external framework

AjaxUpdateLink - how to change it's name

2009-11-03 Thread Michał Balcerzak
Hi all, Working with D2W app (DivaLook) I stuck with a simple problem: I can't change AjaxUpdateLink's name, i.e the hyperlink string user clicks on. Beside  that AjaxUpdateLink works great - it updates the div region it should, so its action is called every time user clicks. AjaxUpdateLink's name

Objects don't get initialized sometimes

2009-11-03 Thread Gennady Kushnir
Hello list! I have an occasionally occurring problem which I can not reproduce but regularly meet in usage logs. Editing context fails to save changes and reports: java.lang.IllegalStateException: rowDiffsForAttributes: snapshot in com.webobjects.eoaccess.EODatabaseOperation {_dbSnapshot = {}; ...

Re: Working with Multiple Models

2009-11-03 Thread Johnny Miller
Thanks David, While that seems obvious in retrospect, I was under the failed impression that the entity name and the class name had to be the same. Just to be clear, I could have an Entity named "Sprockets" with a java class name of com.spacely.eo.SpacelySprockets? Thanks a lot, Johnny