Re: Eomodel split and Workerthread exiting due to error, respawning with ID

2009-05-08 Thread Kieran Kelleher
Yes, I have seen this before when an error in appendToResponse of a WOComponent prevented the session to get checked back into the SessionStore at the end of the R-R loop. To prevent the thread exiting and respawning and to get the error stack trace, I used Wonder's

Re: Many to Many with an ordered join table

2009-05-08 Thread Chuck Hill
Hi Charles, Welcome! On May 7, 2009, at 5:20 PM, Charles Young wrote: Hi I'm sure I have a commonly seen issue: I have a many to many relationship between tables SOURCE and DEST. This is implemented by a third table GLUE which contains the PKs of SOURCE and DEST as well as an integer

Re: Many to Many with an ordered join table

2009-05-08 Thread David Avendasora
On May 8, 2009, at 1:30 PM, Chuck Hill wrote: Hi Charles, Welcome! On May 7, 2009, at 5:20 PM, Charles Young wrote: Hi I'm sure I have a commonly seen issue: I have a many to many relationship between tables SOURCE and DEST. This is implemented by a third table GLUE which contains the

Re: Eomodel split and Workerthread exiting due to error, respawning with ID

2009-05-08 Thread Ricardo J. Parada
This would require my app to be Wonder-based right? Unfortunately, this app is not Wonder-based yet. It will be in the not to far distant future, just not yet. :-) I noticed something interesting. I inserted this line of code right before the line of code where the problem occurs:

Re: Eomodel split and Workerthread exiting due to error, respawning with ID

2009-05-08 Thread Chuck Hill
On May 8, 2009, at 11:46 AM, Ricardo J. Parada wrote: This would require my app to be Wonder-based right? Unfortunately, this app is not Wonder-based yet. It will be in the not to far distant future, just not yet. :-) I noticed something interesting. I inserted this line of code right

Re: Eomodel split and Workerthread exiting due to error, respawning with ID

2009-05-08 Thread Kieran Kelleher
You can always *examine* EXRApplication source and build a similar sessionstoredeadlock trapping logic in your own non-Wonder app. Ricardo, to start with Wonder, you only need ERExtensions and ERJars . and by default they don't really change any of the default WebObjects behaviour

Using Jmeter to test WO

2009-05-08 Thread Antoine LAGIER
We try to use a simple test with Jmeter to test a WO dev. - In this script we try to connect to the site /cgi-bin/WebObjects/myapp.woa/ - Login with a account : /cgi-bin/WebObjects/myapp.woa/2/wa/LoginAction/doLogin so we need to get and set the wosid (wosid = 3V8YgnSQikFjJleLOXbGzw )

nyroModal jQuery plugin WebObjects (+ Wonder Ajax-y goodness)

2009-05-08 Thread Leif Harrison
Has anyone else out there tried using jQuery and the nyroModal plugin in a WebObjects app? Particularly using trigger elements (links and/ or buttons) that are inside AjaxUpdateContainers? I'm having zero luck getting it to work if my trigger links are inside AjaxUpdateContainers...

Re: Using Jmeter to test WO

2009-05-08 Thread John Ours
On May 8, 2009, at 6:05 PM, Antoine LAGIER wrote: We try to use a simple test with Jmeter to test a WO dev. so we need to get and set the wosid (wosid = 3V8YgnSQikFjJleLOXbGzw ) and to get and set the number of the instance (/2 ) in the Jmeter process You don't actually need to get