I am making use of Wildfly 9.0.0 Final and javax.mail api
in my application.
I am getting the following log:
2015-07-27 15:08:16,318 CONFIG
Finally I found it is because of mail module in Wildfly9.0.0.Final. We can do this as temporary solution.And it works for me.
Open standalone-ha.xml from
Releace the following
With
Now open “module.xml” from
Replace the following line
With
And copy the “javax.mail-1.5.1.jar” form
\modules\system\layers\base\javax\mail\api\main
To
\modules\system\layers\base\javax\mail\api\main
And remove “javax.mail-1.5.3.jar”
from the
\modules\system\layers\base\javax\mail\api\main
And restart the server. It works for me.