Any look up what headers are provided with Snow Leopard's Mobile Access Server?

2009-10-16 Thread Daniel Beatty
Greetings geniuses and all, This may be the wrong place to ask this, but better to ask any way. Has any one found out what header's Snow Leopard's mobile access server puts out, and if those headers can be used by WO? One radical idea that I was toying with is combining the notion of Clou

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 wrote: > When using this binding, WO is generating full urls and doing the > right thing with https, however, my h

Re: How to achieve a fuzzy match searcher

2009-10-16 Thread Asa Hardcastle
Hi Gustavo, I run this in my application startup. Do you have an indexModel file in your Resource folder? This file is used by ERAutoIndex to specify the entities and attributes to index. http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/indexing/ERAutoIndex.html I have an

Re: analysing a production failure

2009-10-16 Thread Chuck Hill
On Oct 16, 2009, at 1:56 AM, Simon McLean wrote: Hi Chuck - Good holiday ? In Quebec? Yes, wonderful. I highly recommend it! Great food, wonderful hosts, interesting history etc. I am looking forward to going back next year. 2) why would a problem with one host start knocking out

Re: How to achieve a fuzzy match searcher

2009-10-16 Thread Gustavo Pizano
Asa hello. Thanks for the code, few questions the index then its created each time the instance of the component its initialized isn't it? or can I put this in the Application.java, so it will be initialized at the beginning... Also instead of passing all the EOModel I can pass the EOEntity

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: [MEETING] WO-Nova October meeting POSTPONED to November

2009-10-16 Thread Andrew R. Kinnie
Webex or yuuguu sound like good ideas. Once the AV guy (...Dave? Are you listening Dave?) in the group come back from vacation, we will definitely look into the possibilities, and see what we may be able to work out. Andrew On Oct 16, 2009, at 3:11 PM, Pascal Robert wrote: BTW, we used

Re: WebObjects deployment with JBoss

2009-10-16 Thread Henrique Prange
Hi Daniele, Daniele Corti wrote: WOLips generates SSDD packages. This kind of package has some issues when you run more than one WO application in the same container, i.e. [1]. [1]http://issues.objectstyle.org/jira/browse/WONDER-262 Yes this is probably my problem! Do you kn

Re: [MEETING] WO-Nova October meeting POSTPONED to November

2009-10-16 Thread Pascal Robert
BTW, we used Yuuguu at WOWODC East for the remote session : http://www.yuuguu.com Unlike Webex, audio is from the computer (Webex audio works only from a telephone conference). it would be sort of interesting to do a webex WO meeting that lots of people could join into remotely rat

Re: [MEETING] WO-Nova October meeting POSTPONED to November

2009-10-16 Thread Kieran Kelleher
Another thought: "WebObjects is Apple's best kept secret ... why should it be ours?" ;-) On Oct 16, 2009, at 2:00 PM, Mike Schrag wrote: it would be sort of interesting to do a webex WO meeting that lots of people could join into remotely rather than do regional ones. might decrease the v

Re: [MEETING] WO-Nova October meeting POSTPONED to November

2009-10-16 Thread Kieran Kelleher
On Oct 16, 2009, at 2:00 PM, Mike Schrag wrote: it would be sort of interesting to do a webex WO meeting that lots of people could join into remotely rather than do regional ones. might decrease the value of wowodc, though. or it could have the opposite effect of motivating more to wa

Re: [MEETING] WO-Nova October meeting POSTPONED to November

2009-10-16 Thread Pascal Robert
And it will allow WOWODC to be more tutorial/technical. I doubt that it would decrease the value of wowodc. The more accessible things WO become, the more likely the community flourishes, thereby increasing the value of wowodc. Asa On Oct 16, 2009, at 2:00 PM, Mike Schrag wrote: might

Re: [MEETING] WO-Nova October meeting POSTPONED to November

2009-10-16 Thread Asa Hardcastle
I doubt that it would decrease the value of wowodc. The more accessible things WO become, the more likely the community flourishes, thereby increasing the value of wowodc. Asa On Oct 16, 2009, at 2:00 PM, Mike Schrag wrote: might decrease the value of wowodc ___

Re: [MEETING] WO-Nova October meeting POSTPONED to November

2009-10-16 Thread Mike Schrag
it would be sort of interesting to do a webex WO meeting that lots of people could join into remotely rather than do regional ones. might decrease the value of wowodc, though. On Oct 16, 2009, at 1:55 PM, Andrew R. Kinnie wrote: Greetings all, Several days ago I sent a meeting notice to th

[MEETING] WO-Nova October meeting POSTPONED to November

2009-10-16 Thread Andrew R. Kinnie
Greetings all, Several days ago I sent a meeting notice to the list about this month's WO-Nova meeting being scheduled for 10/27/2009, and Travis leading a discussion of Ruby on Rails vs. WO. Several people requested that we tape this meeting, and that, combined with further conflicts ha

Re: How to achieve a fuzzy match searcher

2009-10-16 Thread Asa Hardcastle
Hi Gustavo, This is the code I use to do an initial index on a large product database: // MyIndexModel.indexModel is located in Resources folder ERAutoIndex autoIndex = (ERAutoIndex)ERIndex.indexNamed("MyIndexModel"); NSArray indices = new NSArray(new ERAutoIndex[] { autoIndex } ); ERIndex

Re: Unknown Source ?

2009-10-16 Thread Miguel Arroz
Hi! Because somewhere in the compilation process you left out the properties that tell the compiler to leave the code line info. Add this to your ant file in the right place: Yours Miguel Arroz On 2009/10/16, at 16:30, Simon McLean wrote: an ideas what causes deployed app stack t

Re: Application instance not loading

2009-10-16 Thread Kieran Kelleher
Gustavo, Usually the problem is caused by the person who builds or deploys the app ;-) Try logging what wotaskd sees to find the root cause: http://wiki.objectstyle.org/confluence/display/WO/Debugging+wotaskd+and+JavaMonitor Having said that, the most common things IMHO are: Permissi

Unknown Source ?

2009-10-16 Thread Simon McLean
an ideas what causes deployed app stack traces to start saying "unknown source" rather than the line number ? i've pasted a snippet below. it seems to be only our source that is affected - wonder source and webobjects source have their line numbers thanks, simon WOComponent.appendToResponse(WO

Re: Hudson and setupWorkspace.sh

2009-10-16 Thread David Avendasora
On Oct 15, 2009, at 9:07 PM, Ramsey Lee Gurley wrote: On Oct 15, 2009, at 8:38 AM, David Avendasora wrote: On Oct 14, 2009, at 8:54 PM, Ramsey Lee Gurley wrote: I tried to go all workspace not too long ago, and found that I could not get the frameworks to build properly with nothing Won

Application instance not loading

2009-10-16 Thread Gustavo Pizano
Hello, I dunno why, sometimes its a PITA to make the app instance to load. I have deployed some apps already without problem, but when i add anohterone, I configure the instance, same as I did before with the other ones exceto changing the port to a higer one, when I try to turn the instnace one,

Re: EORelationship can't find Destination Entity *FIXED*

2009-10-16 Thread David Avendasora
On Oct 15, 2009, at 4:16 PM, Chuck Hill wrote: On Oct 15, 2009, at 1:05 PM, Lachlan Deck wrote: WO 5.4 Wonder Head No problem there. Dave That would be it ;-) ROFL! Hey now! My official work on the WO lists is to be the dunce (and yes, I take pride in my work) so that nobody will

Re: analysing a production failure

2009-10-16 Thread Simon McLean
Hi Chuck - Good holiday ? 2) why would a problem with one host start knocking out other hosts? >> > > Bad coding in JavaMonitor? Bad config getting sent to the other hosts due > to mishandling of an exception somewhere? Right, of course. if JavaMonitor splattered a duff config around then that

Re: Subclassing a component

2009-10-16 Thread Timo Hoepfner
Sounds useful. Added ERXComponentUtilities.inheritTemplateFrom to Wonder. Timo Am 16.10.2009 um 01:27 schrieb Chuck Hill: 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 com

Re: WebObjects deployment with JBoss

2009-10-16 Thread Daniele Corti
Hi Henrique, On Thu, Oct 15, 2009 at 19:02, Henrique Prange wrote: > Hi Daniele, > > Daniele Corti wrote: > >> >>The Application class has a method called setSMTPHost. I don't use >>this method anymore, but I remember it was the only way I found to >>make ERJavaMail work in an old ap