Re: ms sql server and log4j problems

2003-11-13 Thread donald larmee|ALTERthought
I believe the problem is with syntax of your SQL statement, not w/ log4j per se try putting commas between your VALUES in your SQL statement. -Don On Thu, 13 Nov 2003 09:55:45 -0500 [EMAIL PROTECTED] wrote: Howdy, Can you rerun your system with -Dlog4j.debug=true as a java runtime

Re: Mapped Diagnostic Context in Struts Action Class

2003-10-22 Thread Donald Larmee | ALTERthought
I have done what you are attempting with no unexpected results... i.e., UserA maps to address 1 and UserB maps to address 2 just fine. The ability for this to work correctly really lies more with the Thread strategy employed by your servlet engine, and less on Struts in order for this to

RE: logging JDBC objects

2003-09-04 Thread Donald Larmee | ALTERTHOUGHT
In the past I have used a generic bean-util style widget that uses reflection to introspect any passed Object, and dumps its contents into a formatted Stringwhich is then in turn logged. The DumpUtil (as I have implemented anyway) works well for reasonably simple/flat Objects, but does not

RE: logging JDBC objects

2003-09-04 Thread Donald Larmee | ALTERTHOUGHT
;)) A downside to both the above and I assume Senior Larmee's approach is that they only invoke public methods, so you don't get private state in your logging output. Yoav Shapira Millennium ChemInformatics -Original Message- From: Donald Larmee | ALTERTHOUGHT [mailto:[EMAIL PROTECTED] Sent

RE: Log file location

2003-08-29 Thread Donald Larmee | ALTERTHOUGHT
Re: Bug in jBoss Alas. Actually/unfortunately the 2.3 (and 2.4 proposed final draft) Servlet spec only 'suggests' that the Containers ClassLoader give preference to the WebApp (http://www.jcp.org/aboutJava/communityprocess/final/jsr053/): SRV.9.7.2 Web Application Classloader ...It is