1
0
-1
1 answer
- 10-1
Hi, from the error it might be a classloader issue. Maybe you could try changing the classloader, I believe there is an example at Using Hibernate Entity and Dao in Plugin
Add your comment...
Hi, from the error it might be a classloader issue. Maybe you could try changing the classloader, I believe there is an example at Using Hibernate Entity and Dao in Plugin
Hi
I have created my own version of EmailTool; the only major difference is that i have added
email.addReplyTo(StringUtil.encodeEmail(replyTo));
Compiling is fine but when i run it in a store binder it is giving me following Exception.
I have tried many things but not working; i suspect maybe it is due to activation.jar or java mail api; Default Email tool is working fine though.
Any Idea?
Thanks