Hot deploy not longer working on JBoss

Posted by Bernhard V on Stack Overflow See other posts from Stack Overflow or by Bernhard V
Published on 2010-06-09T12:53:58Z Indexed on 2010/06/10 6:12 UTC
Read the original article Hit count: 337

Filed under:
|
|
|

Hi!

I've got a pretty annoying problem with my JBoss AS 4.2.3 GA.

Until recently everything was running fine, but now the hot deploy feature is now longer working. And -- as always -- I don't know what I did to cause this behaviour.

My projects are built with Maven. I've cleaned every target directory, installed the projects and then deployed them to the server. So the sources in Eclipse and the deployed projects on the server should be identical. Inside a method I've added a simple System.out.println("test"); statement and -- BANG! -- I get the following error:

Hot code replace failed - Scheme change not implemented

Do you know a way out of my trouble?

© Stack Overflow or respective owner

Related posts about java

Related posts about jboss