For the life of me I can't seem to get a list of the messages stored in the inbox 
table. I am calling the JDBCMailRepository.list method.... When I run my code I get a 
null pointer exception... why when the method doesn't require any parameters?

What's the magic?....

JDBCMailRepository mr = new JDBCMailRepository();
Iterator messages = (Iterator)mr.list(); 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to