org.apache.axis2.databinding.Adbbean cast error

Asked

Viewed 41 times

1

I am trying to make a conversion of a system that is in java 6 that is working perfectly, but after switching to maven3 and java7 gave error in a part of the system that I am not realizing the problem.

MinhaCLass_type1 ee = método.get()

Both "Minhaclass_type1" and métodp.get() are being implemented by org.apache.axis2.databinding.Adbbean am using axis2 1.5.1, I searched the changes from java6 to 7, but found nothing.

  • 1

    Welcome to SOPT. What’s the mistake? The way your question is it’s hard for anyone to help. Do the tour to understand how the site works and see here how to create a minimum, complete and verifiable example.

  • Error:(350, 71) java: incompatible types: xxx_type0 cannot be converted to xxx_type1, as I said before, both are being pressed by org.apache.axis2.databinding.Adbbean

  • 3

    Read the links I sent you, edit your question with the error information, possibly add the part of the code that is giving problems.

  • Thank you in the next post I will do this, the problem I posed I ended up discovering what it was. They passed me the outdated code.

  • @Michel, as he discovered the problem, it would be interesting to add an answer to his own question, explaining the reason for the problem and how it solved.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.