|
Question
|
Date Modified
|
Show
|
|
How do I get a stack trace / thread dump from a running java application?
|
Aug 7 2009
|
Details...
|
|
What's up with domain names in WebObjects URLs?
|
Jul 15 2008
|
Details...
|
|
Unable to find framework named "YourApplicationName"
|
Jun 30 2008
|
Details...
|
|
How can I get references to the various EOF classes if I only have an editing context or an eo model?
|
Mar 17 2008
|
Details...
|
|
My application starts and I can see it in ps, but JavaMonitor says it is not running!
|
Mar 4 2008
|
Details...
|
|
I notice that each time I go to two specific application web pages, a extra session is created. The first main session is still used. What can lead to automatic session creation ? How can I avoid such behaviour ?
|
Sep 11 2006
|
Details...
|
|
Under a increased load there is a large number of TCP connections in CLOSE_WAIT state. When there is enough of them the adapter to no longer able to find any app (including the JavaMonitor) and the whole system grinds to a halt... This is under WO 5.2.3.
|
Mar 29 2006
|
Details...
|
|
Why isn't everything in "/Library/WebObjects/Extensions" on the classpath when launching from Eclipse? After all, this is what the WO apps do when they are launched normally.
|
Feb 15 2006
|
Details...
|
|
Why won't my application start?
|
Nov 25 2005
|
Details...
|
|
How do you determine the installed version of WebObjects?
|
Sep 27 2005
|
Details...
|
|
If I create an object in a child editing context, how can I access it in the parent?
|
Sep 19 2005
|
Details...
|
|
Where can I submit bug reports / feature requests?
|
Sep 16 2005
|
Details...
|
|
I'm having problems writing to files from my WO app. What gives?
|
Sep 7 2005
|
Details...
|
|
What books/places to start would you recomend for those new to WebObjects?
|
Jun 24 2005
|
Details...
|
|
I keep getting "A fatal exception occurred: _obtainOpenChannel -- com.webobjects.eoaccess.EODatabaseContext com.webobjects.eoaccess.EODatabaseContext@e4605c: failed to open database channel. Check your connection dictionary, and ensure your database is correctly configured." but I'm sure I've got the correct connection parameters. What can I do?
|
Jun 3 2005
|
Details...
|
|
How can I ensure fresh data?
|
May 26 2005
|
Details...
|
|
How should I work with boolean values?
|
May 10 2005
|
Details...
|
|
What is WebObjects?
|
May 9 2005
|
Details...
|
|
What web servers does WebObjects support?
|
Mar 23 2005
|
Details...
|
I know of three ways in which you can return the same instance of a
WOComponent in an action method:
return null;
return this;
return context().page();
What is the best/most efficient method?
|
Dec 23 2004
|
Details...
|
|
Where can I get more information on WebObjects?
|
Dec 16 2004
|
Details...
|