JBoss Community

Re: embedded: extracting RAR twice causes failure on Windows

created by Tomohisa igarashi in IronJacamar - View the full discussion

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

Start a new discussion in IronJacamar at Community