|
|
mybatis 3.1.0 accesses ognl.PropertyAccessor but in build time, OGNL
is inserted inside the org.apache.ibatis.ognl package. So there will
be indeed two OGNLs running.
MyBatis runs org.apache.ibatis.ognl.* 2.6.9
Struts2 runs org.* 2.7.0
I cannot see how that can become a problem. I think I wll understand
it better if you could post a stacktrace or a test that demostrates
the problem.
Would that be possible?
|