• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

NoSuchMethodError even after clearing temp and work folders from Jboss an mu

 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using jboss server and intellij idea.I am getting NoSuchMethodError even after repeated builds, I also cleared temp and work folders from Jboss.

I took the updated interface and its bean implementation from CVS.Jboss is able to detect previous methods but its not able to pick latest implementated methods.

For example. Inteface A, there are 2 methods


I compled it many times,rebuild the entire project and also cleared temp,work folders.but it still giving this Error.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, I cannot help you with IntelliJ. Are you willing to compile and deploy the app by hand? If so then I will be happy to help you. But if what you want to do is figure out why IntelliJ is not doing things correctly (why it is obviously placing an older copy of the method into the app), then I will move this question to the IDE forum.
reply
    Bookmark Topic Watch Topic
  • New Topic