关于解决“cvc-complex-type.2.4.a: Invalid content was found starting with element ‘XXX‘.”的问题

今天在xml文件进行将切面类对象植入目标对象的组装过程中,<property/>标签报出“cvc-complex-type.2.4.a: Invalid content was found starting with element 'property'. One of '{"http://www.springframework.org/schema/beans":import, "http://
 www.springframework.org/schema/beans":alias, "http://www.springframework.org/
 schema/beans":bean, WC[##other:"http://www.springframework.org/schema/beans"], 
 "http://www.springframework.org/schema/beans":beans}' is expected.”的错误。

经过不懈努力,终于在网上找出如下方法可以解决“cvc-complex-type.2.4.a: Invalid content was found starting with element 'XXX'.”的问题,亲测有用,先将方法总结记录一下。

方法一:将“http://www.springmodules.org/schema/cache/springmodules-cache.xsd http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd”这段话加入到xml文件的"xmlns:xsi="的标签中

方法二: 在 " 前加一个空格


版权声明:本文为Cooperia原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。