[jboss-dev-forums] [Design of POJO Server] - Re: Hotdeployment is still broken

emuckenhuber do-not-reply at jboss.com
Tue Nov 25 04:16:07 EST 2008


"adrian at 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#4191995

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191995



More information about the jboss-dev-forums mailing list