https://issues.apache.org/bugzilla/show_bug.cgi?id=54747
--- Comment #13 from [email protected] --- (In reply to comment #11) > (In reply to comment #8) > > (In reply to comment #7) > > > (In reply to comment #4) > > > > Yes, I have the <distributable /> tag in web.xml > > > > > > - What version of specification is your web.xml marked with? > > > > Version number is 3.0 > > > > > > > > - Do you have metadata-complete="true" in your web.xml? > > > > No > > > > > > > > Note that distributable feature is not enables unless all web fragments > > > have > > > the <distributable /> tag. > > > > My webapp doesn't contains any web fragments. > > > > You have not disabled scanning for web fragments. Thus there may be jar in > your classpath that have one. > > Just an example, > https://jira.springsource.org/browse/SPR-10219 I test the war file with no jars in WEB-INF/lib folder. I think there is no web fragments issue here. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
