"alesj" wrote :
| Jaikiran, can you reproduce this?
We just got the seam redeployment issues sorted out on branch 5_x which already includes
the 2.0.8 version deployers :) clerum was on #jboss where we got this working. He's
going to update this thread with the details.
The only additional thing that he had to do other than just building the AS 5_x branch was
to update the profile.xml to include the cacheFilter:
<bean name="ModificationCheckFilter"
class="org.jboss.system.server.profile.basic.XmlIncludeVirtualFileFilter"/>
|
| <bean name="MetaDataStructureModificationChecker"
class="org.jboss.deployers.vfs.spi.structure.modified.MetaDataStructureModificationChecker">
| <constructor>
| <parameter><inject bean="MainDeployer"
/></parameter>
| </constructor>
| <property name="cache"><inject
bean="StructureModCache" /></property>
| <property name="cacheFilter"><inject
bean="ModificationCheckFilter" /></property>
| <property name="filter"><inject
bean="ModificationCheckFilter" /></property>
| </bean>
We'll have to add this in the 5_x branch by default. clerum with update this thread
with the rest of tests and details.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249527#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...