"adrian(a)jboss.org" wrote :
| 2) Include the MetaDataAware handling in the SerializableDeploymentRepository
| so we know when deployment descriptors (anything in the metadata-locations) get
modified.
|
Yes - i was creating JBAS-6148 because of that :)
Furthermore:
| <!-- A filter for excluding files from the scanner -->
| <bean name="DeploymentFilter"
class="org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter">
| <!-- Files starting with theses strings are ignored -->
| <property name="prefixes">#,%,\,,.,_$</property>
| <!-- Files ending with theses strings are ignored -->
| <property
name="suffixes">#,$,%,~,\,v,.BAK,.bak,.old,.orig,.tmp,.rej,.sh</property>
| <!-- Files matching with theses strings are ignored -->
| <property
name="matches">.make.state,.nse_depinfo,CVS,CVS.admin,RCS,RCSLOG,SCCS,TAGS,core,tags</property>
| </bean>
|
Is not taken into account at all in the repository profile and the basic profile it's
also not considered for ModifiedDeployments (JBAS-6147)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191995#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...