[jboss-user] [IronJacamar] - Re: embedded: extracting RAR twice causes failure on Windows

Tomohisa igarashi do-not-reply at jboss.com
Tue Jun 19 19:20:34 EDT 2012


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120619/f214c6e1/attachment.html 


More information about the jboss-user mailing list