WMR

2,054
reputation
95 views

Registered User

name WMR
member for 1 year
seen yesterday
website
location Germany
age 37
software developer, mostly java.
Dec
1
revised How do I unit test jdbc code in java?
added link to dbunit
Nov
22
accepted how to register url handler for apache commons httpclient
Sep
22
awarded  Nice Question
Aug
26
awarded  Yearling
Aug
24
answered Finding serialVersionUID of serialized object
Aug
6
awarded  Nice Answer
Jul
30
comment When using Eclipse with FindBugs can you mark a bug as not a bug and have it removed from the bug list?
I don't know of any eclipse plugin, that can generate these annotations for you
Jul
28
answered How can I block HTTP session timeouts in my Seam applications?
Jul
28
comment tomcat background threads
this should be j.u.c.Executors.newCachedThreadPool (with an s), but other than that: agreed
Jul
24
comment Why is my Tomcat server restarting and what is org.apache.catalina.core.AprLifecycleListener?
A couple of suggestions: First, check if the PID of the JVM really changes before and after what you're doing. Try attaching via JMX with jconsole and see what the threads are doing. Increase the log level of your application and tomcat. Check tomcat's manager application (/manager/html) about the status of your webapp.
Jul
24
comment Why is my Tomcat server restarting and what is org.apache.catalina.core.AprLifecycleListener?
startup.sh will not restart tomcat if the JVM exits. Are you sure you get a full restart?
Jul
24
answered Why is my Tomcat server restarting and what is org.apache.catalina.core.AprLifecycleListener?
Jul
24
comment Override Drag and drop for Shell Extension
You should probably tell us which OS you're talking about, I assume it's windows?!
Jul
16
comment Allowing user to configure cron
Yes, it's a big solution for a small problem. It might still be faster to set up and easier to maintain than anything "homegrown". This depends heavily on your current environment of course.
Jul
16
answered Allowing user to configure cron