Thanks for your response.
The example I use is partly taken from the book "Teach yourself
J2ee in 21 days" from SAMS.
The program works fine if used outside an EJB (thus a simple main class for example).
Thanks to your reference to Sun FAQ, I think the problem has to do with granting access to the Property (because I use
System.getProperties();.
I followed the instruction in the FAQ by inserting a grant clause to the security policy file... but is still doesn't work.
I also inserted
session.setDebug(true) to my code to obtain more error-results...but I still don't get more information. I think the errorlist I get is all there is.
Hereby the complete list.
What other solution can I use?
Thanks for any help!
erwin.des@skynet.be