https://issues.apache.org/bugzilla/show_bug.cgi?id=54747
--- Comment #11 from Konstantin Kolinko <[email protected]> --- (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 -- 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]
