Re: Any Help on this would be really appreciated...

2009-07-17 Thread Sumit D
Yep, there was an object returning NULL and some misplaced files. But finally its solved. Thanks for your suport :) On Fri, Jul 17, 2009 at 10:12 AM, André Warnier wrote: > Sumit D wrote: > >> >> Caused by: java.util.MissingResourceException: Can't find bund

Re: Any Help on this would be really appreciated...

2009-07-17 Thread Sumit D
As you can see, private static final BEP4Sumit theInstance = new BEP4Sumit(); public static IEventProcessor getInstance() { return theInstance; } It should return the IEventProcessor instanceBut it doesnt not find that class. Where should I put the jars that it needs ?? I create a jar of thi

Any Help on this would be really appreciated...

2009-07-16 Thread Sumit D
INFO: Server startup in 1825 ms 16 juil. 2009 17:07:00 org.apache.catalina.connector.CoyoteAdapter service GRAVE: Une exception ou une erreur s'est produite dans le conteneur durant le tr aitement de la requ´┐¢te java.lang.ExceptionInInitializerError at org.apache.catalina.valves.Test.invok

Re: Custom Valve

2009-07-07 Thread Sumit D
hristopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Sumit, > > On 7/1/2009 4:02 AM, Sumit D wrote: > > - Extend the ValveBase class, Implement LifeCycle (not obligatory) > > - write invoke method impleme

Re: Custom Valve

2009-07-01 Thread Sumit D
n 26, 2009 at 3:39 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Sumit, > > On 6/25/2009 7:42 AM, Sumit D wrote: > > *By "write some data in an object" I wanted to say that, when the log

Re: Custom Valve

2009-06-25 Thread Sumit D
I put the ...code in the server.xml of Tomcat, would'nt it work just like AccessLogValve ?? Thanks once again, Cheers * * On Wed, Jun 24, 2009 at 11:39 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Sumit, &

Custom Valve

2009-06-24 Thread Sumit D
Hello All!I am trying to edit the AccessLogValve and then would rename it to some other Valve. Presently, the AccessLogValve writes logs, but I would like to write the same data in an object as well. Any pointers on how can I achieve this ?? I might be able to add some code where it writes to logs,