Ok, it appears that the system property is getting overriden by the xmbean configuration in 4.0.x, so you need to edit the conf/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml descriptor and set the CopyFiles value to false:
| <attribute access='read-write' setMethod='setCopyFiles' getMethod='getCopyFiles'> | <description></description> | <name>CopyFiles</name> | <type>boolean</type> | <descriptors> | <value value="false"/> | </descriptors> | </attribute> | After this, there will still be some rars that are getting copied when they should not, but its a fraction of what was copied before: | [EMAIL PROTECTED] tmp]$ ls -R | .: | aopdynclasses/ deploy/ | | ./aopdynclasses: | | ./deploy: | deploy/ | | ./deploy/deploy: | jboss-local-jdbc.rar-contents/ jms/ | jboss-xa-jdbc.rar-contents/ mail-ra.rar-contents/ | | ./deploy/deploy/jboss-local-jdbc.rar-contents: | jboss-local-jdbc.jar* | | ./deploy/deploy/jboss-xa-jdbc.rar-contents: | jboss-xa-jdbc.jar* | | ./deploy/deploy/jms: | jms-ra.rar-contents/ | | ./deploy/deploy/jms/jms-ra.rar-contents: | jms-ra.jar* | | ./deploy/deploy/mail-ra.rar-contents: | mail-ra.jar* | I created a jira entry for the rar copying that is still ocurring: http://jira.jboss.com/jira/browse/JBAS-1496 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867374#3867374 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867374 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
