Re: How to achieve a fuzzy match searcher

2009-10-15 Thread Gustavo Pizano
Ok Im reading the LIA, so if I understand good I must first create an Index, this is the ERXIndex, isn't it?, in the examples of the book they create a IndexWriter, dunno what is this in the er.indexing. Then they create a document and add to the document the file they are indexing, theyn thye a

Re: How to achieve a fuzzy match searcher

2009-10-15 Thread Gustavo Pizano
I wish I had been there, this is driving me crazy already. I wanna make it work... :( G. On Thu, Oct 15, 2009 at 6:14 PM, David Avendasora wrote: > WOWODC Presentation!! > > Dave > > > On Oct 15, 2009, at 10:53 AM, David LeBer wrote: > > >> On 2009-10-15, at 10:49 AM, Kieran Kelleher wrote: >>

Re: Hudson and setupWorkspace.sh

2009-10-15 Thread Ramsey Lee Gurley
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 Wonder related in the /Library/Frameworks folder. If I do

Re: Snow Leopard and TimeZones

2009-10-15 Thread Lachlan Deck
Ah yes - I completely forgot about that one. On 16/10/2009, at 8:57 AM, Kieran Kelleher wrote: Lachlan, You should have sent this cooler version of your answer instead ;-) http://tinyurl.com/yzkoo89 Cheers, Kieran On Oct 15, 2009, at 4:11 PM, Lachlan Deck wrote: On 16/10/2009, at 5:55 AM

Re: Subclassing a component

2009-10-15 Thread Lon Varscsak
ty :) On Thu, Oct 15, 2009 at 4:27 PM, Chuck Hill 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 and .wod files) >

Re: Subclassing a component

2009-10-15 Thread 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 component to "inherit" the template (.html and .wod files) from another component. * Usage: * * public WOElement

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 your

Re: Snow Leopard and TimeZones

2009-10-15 Thread Kieran Kelleher
Lachlan, You should have sent this cooler version of your answer instead ;-) http://tinyurl.com/yzkoo89 Cheers, Kieran On Oct 15, 2009, at 4:11 PM, Lachlan Deck wrote: On 16/10/2009, at 5:55 AM, Chuck Hill wrote: Looks like something is messed up in the Java date data. These might help h

Re: analysing a production failure

2009-10-15 Thread Chuck Hill
On Oct 15, 2009, at 12:57 PM, Pascal Robert wrote: 3) i expected monitor to forgive me once i had cleaned up the disk space issue, rather than just sit there in a huff ? A man can dream... I get the sense that JavaMonitor and wotaskd are not paragons of good coding. I think Anjo fixed som

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

2009-10-15 Thread Chuck Hill
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! -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or

Re: Snow Leopard and TimeZones

2009-10-15 Thread Lachlan Deck
On 16/10/2009, at 5:55 AM, Chuck Hill wrote: Looks like something is messed up in the Java date data. These might help http://worldofwebobjects.blogspot.com/2007/01/not-exactly-masters-of-time-and-space.html In Wonder TickTockMan - example app that performs various time- related tasks. Hopef

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

2009-10-15 Thread Lachlan Deck
I was almost certain Chuck was going to reply with something like this: On 16/10/2009, at 5:45 AM, Chuck Hill wrote: If there was an exception when loading the bundle, the models in it would not have gotten loaded. On Oct 15, 2009, at 8:04 AM, David Avendasora wrote: I fixed it, not that I'

Re: analysing a production failure

2009-10-15 Thread Pascal Robert
Le 09-10-15 à 15:53, Chuck Hill a écrit : Hi Simon, On Oct 15, 2009, at 12:34 PM, Simon McLean wrote: earlier on today javamonitor started reporting that it was unable to write it's config to one of our app servers, It is actually wotaskd that can't write. hinting that it could be a pe

Re: analysing a production failure

2009-10-15 Thread Chuck Hill
Hi Simon, On Oct 15, 2009, at 12:34 PM, Simon McLean wrote: earlier on today javamonitor started reporting that it was unable to write it's config to one of our app servers, It is actually wotaskd that can't write. hinting that it could be a permissions issue. within minutes of me start

Re: analysing a production failure

2009-10-15 Thread Pascal Robert
the server concerned had simply run out of disk space (doh!). Nagios, my friend, Nagios :-) ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update yo

analysing a production failure

2009-10-15 Thread Simon McLean
earlier on today javamonitor started reporting that it was unable to write it's config to one of our app servers, hinting that it could be a permissions issue. within minutes of me starting to debug it we had apps starting to fall over all over the shop until our entire production environment had g

Re: Antw: WOWorkerThread

2009-10-15 Thread Chuck Hill
I don't see any deadlocks in that log. Looks like you had one or more requests take a LONG time to finish and this caused a backlog of requests. You can add logging to dispatch Request in Application to log out the URI and length of time to process. That can help track this down. Chuc

Re: Snow Leopard and TimeZones

2009-10-15 Thread Chuck Hill
Looks like something is messed up in the Java date data. These might help http://worldofwebobjects.blogspot.com/2007/01/not-exactly-masters-of-time-and-space.html In Wonder TickTockMan - example app that performs various time-related tasks. Hopefully, this can become a resource for people tryi

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

2009-10-15 Thread Chuck Hill
If there was an exception when loading the bundle, the models in it would not have gotten loaded. On Oct 15, 2009, at 8:04 AM, David Avendasora wrote: I fixed it, not that I'm really clear on why the problem caused this symptom. I added my framework, but had not added all the Wonder frame

Re: WebObjects deployment with JBoss

2009-10-15 Thread Henrique Prange
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 application, probably an application deployed on WebSphere. IIRC, I used to

Re: How to achieve a fuzzy match searcher

2009-10-15 Thread David Avendasora
WOWODC Presentation!! Dave On Oct 15, 2009, at 10:53 AM, David LeBer wrote: On 2009-10-15, at 10:49 AM, Kieran Kelleher wrote: Simon, I recommend the "Lucene in Action" book easy to read and digest ... excellent reference book. IIRC the book author is the original author of Lu

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

2009-10-15 Thread David Avendasora
I fixed it, not that I'm really clear on why the problem caused this symptom. I added my framework, but had not added all the Wonder frameworks my framework depended upon itself. Once I added ERChronic, ERAttachment, etc, etc, then this exception went away. Dave On Oct 15, 2009, at 10:27

Re: How to achieve a fuzzy match searcher

2009-10-15 Thread David LeBer
On 2009-10-15, at 10:49 AM, Kieran Kelleher wrote: Simon, I recommend the "Lucene in Action" book easy to read and digest ... excellent reference book. IIRC the book author is the original author of Lucene. Buying it on amazon is a no-brainer if you are trying to use ERIndexing

Re: How to achieve a fuzzy match searcher

2009-10-15 Thread Kieran Kelleher
Simon, I recommend the "Lucene in Action" book easy to read and digest ... excellent reference book. IIRC the book author is the original author of Lucene. Buying it on amazon is a no-brainer if you are trying to use ERIndexing IMHO. Regards, Kieran On Oct 15, 2009, at 10:19 A

Re: EORelationship can't find Destination Entity

2009-10-15 Thread David Avendasora
Almost forgot: WO 5.4 Wonder Head Dave On Oct 15, 2009, at 10:12 AM, David Avendasora wrote: Hi all, I'm adding a framework to a Java Client project that has several EOModels and many of those models have cross-model relationships. As the application starts up, I'm getting this error on

Re: How to achieve a fuzzy match searcher

2009-10-15 Thread Simon McLean
do you know if there are there any docs on erindexing ? or maybe an old wowodc presentation or something to get me started ? i've checked the usual places (package.html, wiki, google) if not i'll start poking around the code. thanks, simon > > Depending on how 'fuzzy' you really need your match

EORelationship can't find Destination Entity

2009-10-15 Thread David Avendasora
Hi all, I'm adding a framework to a Java Client project that has several EOModels and many of those models have cross-model relationships. As the application starts up, I'm getting this error on one of the cross- model relationships: Exception in thread "AWT-EventQueue-0" java.lang.Illeg

Re: Hudson and setupWorkspace.sh

2009-10-15 Thread David Avendasora
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 Wonder related in the /Library/Frameworks folder. If I do an ant frameworks.install then everything is cool. I

Re: How to achieve a fuzzy match searcher

2009-10-15 Thread Gustavo Pizano
Hello All. What would be the best way to implement this, I mean, the server where Im deploying right now its a G5, with 3 GB Ram, and I need the fuzzy matches to be as fast as possible, So I was thininking to surround the textefield where the user can type with a WOForm, and place inside a AjaxOb

Re: Antw: WOWorkerThread

2009-10-15 Thread Andri vonAllmen
Threads with "state = BLOCKED" are indicating that they have been suspended (Object.wait). It's not a deadlock or something. If required, they will be resumed and suspended again as soon as their work is done. But they will not be terminated until the application is going to terminate. You can use

Re: WebObjects deployment with JBoss

2009-10-15 Thread Daniele Corti
Hi Henrique, On Wed, Oct 14, 2009 at 17:50, Henrique Prange wrote: > Hi Daniele, > > Daniele Corti wrote: > >> - Last one, I still have the problem with the ERJavaMail that I >> posted last week, even using the solution posted by Henrique the ERJavaMail >> try to send mails to your.smtpserv