Why my persistent MBean fails to redeploy on JBoss v4.0.2?
Actually this problem appears when running JBoss v4.0.2 under Jdk5.
During a refactoring, the filename encoding in the XMLAttributePersistenceManager
was erroneously changed to escape characters using %XX rather than @XX. The XML
parser doesn't like %XX and further escapes it, causing a
java.io.FileNotFoundException.
This was fixed in later versions, but to get it working for v4.0.2
get a jboss-common.jar replacement attached to this
JIRA report.
(just drop it to ./jboss-4.0.2/lib/)
Referenced by:
Comments