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.
I've already asked a similar question more than one year ago. And my answer to it solved this problem too.