clojure reflection error

2015-10-29 Thread Eric Yang
HI there, I used this lib [io.forward/clojure-mail "1.0"] in my test, it works fine on my local box, but when I run in in jenkins, there is a strange reflection error, any clue why it happened? Thanks! 18:40:02,623 ERROR [SoapUI] An error occurred [No matching field found: getDefaultFolde

Re: clojure reflection error

2015-10-29 Thread Eric Yang
it is not String, it should be javax.mail.Store On Thursday, October 29, 2015 at 4:30:37 PM UTC-7, Eric Yang wrote: > > HI there, > > > I used this lib [io.forward/clojure-mail "1.0"] in my test, it works fine > on my local box, but when I run in in jenkins, ther