Hot deploy not longer working on JBoss (“Scheme change not implemented”)

前端 未结 2 1786
执念已碎
执念已碎 2020-12-20 16:36

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

2条回答
  •  离开以前
    2020-12-20 17:19

    Ok, I did the following things now:

    1. Uninstall all JDKs
    2. Install only one JDK, namely JDK5 (cause that's the one we use in production)
    3. Clean, install and deploy every project anew

    And now it seems to work (I'm keeping my fingers crossed).

    I've used JDK 6 Update 20 for building in Eclipse and JDK 6 Update 7 in Maven. Maybe that has caused the problem.

提交回复
热议问题