mybatis / spring

Spring integration for MyBatis 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyBatisSystemException message is null

dev-rifaii opened this issue · comments

Hello, I recently upgraded from mybatis 2.2.2 to 3.0.2.
I noticed that when MyBatisSystemException is thrown, the message is null.
It wasn't the case on v2.2.2
This is a demo app where the issue is reproduced with a test
https://github.com/dev-rifaii/mybatis-bug