Re: WO 5.4.3 custom launch on Windows - help needed

2012-04-01 Thread Johann Werner
Hi Helmut, I am no expert in Windows deployment but on the list there were several posts that did point to a problem with application paths containing spaces. You should move your app out of C:\Program Files (x86)\ and check if that resolves your problem. jw Am 31.03.2012 um 22:06 schrieb

Re: WO 5.4.3 custom launch on Windows - help needed

2012-04-01 Thread Helmut Tschemernjak
good tip Werner, eliminating the spaces of the path where the WebObjects .jar files are stored is a workaround. So all my launch parameters have been right but the space within the path was resulting into the described WOResourceManager access problem. I investigated how to overcome this,

Help needed - on app startup: what happens after Welcome to..

2012-04-01 Thread ute Hoffmann
Hallo, I need to upload and start a changed version of a application stub (only main, DirectAction, Application and Session classes which extend Classes in frameworks). I need to change a variable in this stub class, the original App stub was lost with a hard drive crash and the compiled

Re: Most requested stuff on Google Moderator

2012-04-01 Thread Klaus Berkling
FWIW. I just rebuild DynEd's web site. Certain components are static HTML others are not. These are basic solutions nothing earth shattering (DynEd has other apps that are, IMHO). Support: http://www.dyned.com/cgi-bin/WebObjects/QandA.woa Site Search:

[Solved] Help needed - on app startup: what happens after Welcome to..

2012-04-01 Thread ute Hoffmann
Hi, I solved the problem. It was a database issue. Regards, Ute Anfang der weitergeleiteten E-Mail: Von: ute Hoffmann u.hoffm...@tt-pixelmind.com Datum: 1. April 2012 17:32:22 MESZ An: webobjects-dev@lists.apple.com Betreff: Help needed - on app startup: what happens after Welcome to..

Re: WO 5.4.3 custom launch on Windows - help needed

2012-04-01 Thread Helmut Tschemernjak
Update on the issue, I figured out that the WOBootstrap class installs a new URLClassLoader which uses file://paths to the WO runtime jars and launches the final WO App via the new the new classLoader and finally invokes the Application class. Maybe this is what needs to be done to overcome

What is eating my AMD form tags?

2012-04-01 Thread James Cicenia
Hello - I have an AjaxModalDialog that has an ERXList in it. This list has a custom action component to delete or edit. When I click edit which is an AjaxHyperLink I have it bound to an action that opens a different AMD: AjaxModalDialog.open(context(), EditMetaReportDataDialog); However,

Re: WO 5.4.3 custom launch on Windows - help needed

2012-04-01 Thread Cheong Hee (Gmail)
Hi Helmut Fyi, since day one of WO or YellowBox, th spaces in the path name should be avoided as number one issue in windows platform. This is a common issue and I did added into wiki the last time. Cheers Cheong Hee - Original Message - From: Helmut Tschemernjak hel...@helios.de

Re: What is eating my AMD form tags?

2012-04-01 Thread Johann Werner
Hi James, have a look at ERXWOFormBarrier. jw PS: Speaking of the template WO is correct to say that your AMD form is within another form but then AMD will render its contents in an external location (beginning of the body tag I think) so technically it doesn't collide with the other form.

Re: What is eating my AMD form tags?

2012-04-01 Thread Alexis Tual
Hello 2012/4/2 James Cicenia ja...@jimijon.com Hello - I have an AjaxModalDialog that has an ERXList in it. This list has a custom action component to delete or edit. When I click edit which is an AjaxHyperLink I have it bound to an action that opens a different AMD: