java - Getting incompatible types on the server but local for maven build -


i trying maven build spring , hibernate based project. when build using eclipse, build success. , when pushed code on server, getting compilaiton error. have done same thing did on local eclipse based environment , still getting error.

[error] compilation error : [info] ------------------------------------------------------------- [error] /home/myusername/webappws/src/main/java/abc/efg/webapp/controller/mycontroller.java:[122,54] incompatible types: abc.efg.webapp.orm.metadata cannot converted abc.efg.webapp.orm.myterm [info] 1 error [info] ------------------------------------------------------------- [info] ------------------------------------------------------------------------ [info] build failure 

how can troubleshoot considering fact same thing works in local eclipse setup , not on server?

thanks


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -