Search code examples
javamaven-2jbossjava-6jboss-4.2.x

Hot deploy fails on JBoss - "Delete method not implemented"


When I'm changing some Java source code and my server is running, hot deploy fails, giving the following error message:

"Delete method not implemented"

How can I find out the root of this evil? My project has been recently deployed, so the sources on the server should be up to date.


The project uses JSF 1.2, if that's of any use for you.


I deploy the project as an exploded war.


Won't work with a zipped war either.


It's strange that the sources of dependencies are also not resolved in the debug mode. They're correctly read from the jar in the Eclipse Java view.


Solution

  • I've already asked a similar question more than one year ago. And my answer to it solved this problem too.

    1. Uninstall all JDKs
    2. Install only on JDK
    3. Configure every program (Eclipse and JBoss) to use this JDK.