org.apache.axis2.databinding.ADBBean cast error [closed]

1

I'm trying to do a conversion from a system that is in java 6 which is working perfectly, but after switching to maven3 and java7 gave error on a part of the system I'm not realizing the problem.

MinhaCLass_type1 ee = método.get()

Both "MyClass_type1" and the .get () method are being implemented by org.apache.axis2.databinding.ADBBean I'm using axis2 1.5.1, I did some searches on changes from java6 to 7, but I did not find anything.

    
asked by anonymous 14.06.2018 / 11:58

0 answers