[ http://jira.jboss.com/jira/browse/JBAS-1496?page=comments#action_12315751 ] Adrian Brock commented on JBAS-1496: ------------------------------------
Aren't these the embedded jar files inside the rar? They need to be unpacked just like an ear needs to be unpacked. These jars could be put in server/xxx/lib or the rar could be deployed unpacked. > Setting the MainDeployer CopyFiles to false still shows rars being copied > ------------------------------------------------------------------------- > > Key: JBAS-1496 > URL: http://jira.jboss.com/jira/browse/JBAS-1496 > Project: JBoss Application Server > Type: Bug > Components: MicroContainer bus, JCA service > Versions: JBossAS-4.0.1 Final, JBossAS-3.2.7 Final, JBossAS-4.0.1 SP1 > Reporter: Scott M Stark > > > Edit the conf/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml descriptor > and set the CopyFiles value to false: > [code] > <attribute access='read-write' setMethod='setCopyFiles' > getMethod='getCopyFiles'> > <description></description> > <name>CopyFiles</name> > <type>boolean</type> > <descriptors> > <value value="false"/> > </descriptors> > </attribute> > [/code] > 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* -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- 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-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
