Hi,
I'm trying to use windows service spring project, I compiled the example Echo and all work successfully, now I'm trying to made a class of mine working.
I deploy the file in service directory, all xml files seems to be correct but the Start method of the class did not get executed. The problem is that I've no clue in what is wrong, my question is, is there is the possibilty to enable some form of logging in Spring.Services.WindowsService.Process.exe. Config file seems to have log4net correctly configured but no logfile is generated.
Thanks for the attenction.
Alk.


Reply With Quote
. Since app.config was wrong no start method is called, I tried to attach to the service, but the error is swallowed somewhere, so after a few try I decide to create an exe that will launch my class to see the error and I solved in a few minuter. 