[jboss-dev-forums] [Design of POJO Server] - Re: JBAS-5953; jar override issue
dimitris@jboss.org
do-not-reply at jboss.com
Mon Nov 24 06:34:20 EST 2008
Every we create a VFS optimization are we going to change the MainDeployer interface?
| Adding extended deploy method to old MainDeployer:
|
| /**
| * The <code>deploy</code> method deploys a package identified by a URL
| *
| * @param url an <code>URL</code> value
| * @param noReaper enable no reaper
| * @param forceCopy enable copy
| * @param caseSensitive enable case sensitive
| * @throws DeploymentException for any error
| */
| void deploy(URL url, boolean noReaper, boolean forceCopy, boolean caseSensitive) throws DeploymentException;
|
| Invoking deploy with noReaper==true allows testjar file deletion.
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191690#4191690
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191690
More information about the jboss-dev-forums
mailing list