"jaikiran" wrote :
| 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:
|
This code in MetaDataStructureModificationChecker
| /**
| * Check filters.
| */
| public void start()
| {
| if (cacheFilter == null)
| {
| if (filter instanceof StructureCacheFilter)
| cacheFilter = (StructureCacheFilter) filter;
| else
| log.warn("No cache filter specified, possible non match on
leaves.");
| }
| else if (cacheFilter != filter)
| {
| // not the same instance
| log.debug("VFS filter and structure cache filter are not the same
instance, possible compatibility issue?");
| }
| }
|
should take care of this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249592#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...