Re: James not calling Custom mailet's service function

2007-12-31 Thread Atul Moglewar
I resolved the problem. The problem was not with the code but the entries in the config.xml. I missed the package name while entering the mailet class name in the processor class. There was correct entry of the class with package name in the mailetpackage, but i somehow missed it in the processor b

Re: James not calling Custom mailet's service function

2007-12-31 Thread Stefano Bagnara
Hi Atul, You probably are missing some point. The NullPointerException is from your mailet and not from James. NPE are really easy to debug in java. If you get an NPE in NotifyMailet.java line 16 then the code that you're running is not the one that you pasted here ;-). Please just delete your cl