[jboss-dev-forums] [Design of POJO Server] - Re: Seam deployments and hot deployments in AS 5.1.0
alesj
do-not-reply at jboss.com
Fri Aug 14 04:22:04 EDT 2009
"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#4249592
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249592
More information about the jboss-dev-forums
mailing list