Tomohisa igarashi [https://community.jboss.org/people/igarashitm] created the 
discussion

"Re: embedded: extracting RAR twice causes failure on Windows"

To view the discussion, visit: https://community.jboss.org/message/742887#742887

--------------------------------------------------------------
I have noticed this seems to be a workaround for it. I needed to undeploy 
-ra.xml manually to create Embedded instance again without JVM shutdown though.

RAActivator activator = _embedded.lookup("RAActivator", RAActivator.class);
activator.setEnabled(false);
_embedded.deploy(raa);
_embedded.deploy(raxmlUrl);
activator.setEnabled(true);
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/742887#742887]

Start a new discussion in IronJacamar at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to