MySQL and automatical apostrophes escaping problem

2007-01-20 Thread Helmut Schottmüller
Hi, when I am using apostrophes in WOText fields, anything works fine when I write the content to the MySQL database but when I read data from the database, either the JDBC driver or EOF adds a double backslash before the apostrophe. Is there any switch to get rid of this annoying

WOXMLDecoder parse exception...

2007-01-20 Thread Shravan Kumar.M
Hi All, I am getting the following exception with the WOXMLDecoder. I am trying to decode the WOConfig.xml file [HTTP Adaptor configuration file used in the WebObjects deployment] with woadaptor.dtd in my system as you see in the following code snippet: woConfigFileContentStream = new

Re: Project Wonder and Log4J

2007-01-20 Thread Kieran Kelleher
Create a temporary app using the WOnderApplication project wizard in Eclipse and use the Properties there as a starting point. Also, I think you could add this to your Properties file right now to fix this problem.. log4j.logger.er=INFO On Jan 20, 2007, at 6:47 AM, Seabix GmbH -

Re: Project Wonder and Log4J

2007-01-20 Thread Kieran Kelleher
Also change log4j.rootCategory=DEBUG, A1 to log4j.rootCategory=WARN, A1 HTH, Kieran On Jan 20, 2007, at 6:47 AM, Seabix GmbH - Th.Kramis wrote: Hi there I'm having trouble with Project Wonders Logging. It can only started in DEBUG Modus with the following configuration set. Any other

Re: Project Wonder and Log4J

2007-01-20 Thread Seabix GmbH - Th.Kramis
If I change it to WARN my application hangs at startup. I can't do that. Setting log4j.logger.er=INFO also doesn't do anything. Am 20.1.2007 15:11 Uhr schrieb Kieran Kelleher unter [EMAIL PROTECTED]: Also change log4j.rootCategory=DEBUG, A1 to log4j.rootCategory=WARN, A1 HTH, Kieran

Re: Project Wonder and Log4J

2007-01-20 Thread Seabix GmbH - Th.Kramis
Forgot to say: - I used the wonder/eclipse template as a starting point - The app hangs afert the following lines: ERXProperties has found the following Properties files: ... Am 20.1.2007 15:11 Uhr schrieb Kieran Kelleher unter [EMAIL PROTECTED]: Also change log4j.rootCategory=DEBUG, A1