Home > Back-end >  Tx: advice
Tx: advice

Time:10-07

Multiple annotations found at this line:
- schema_reference. 4: Failed to read the schema document '
http://www.springframework.org/schema/tx/spring-tx.xsd ', because 1) could not find the document.
2) the document could not be read; 3) the root element of the document is not & lt; XSD: schema> .
- The CVC - complex - type. 2.4. C: The matching wildcard is strict, but no declaration can be
Found for element 'tx: advice.
Red with red fork


<? The XML version="1.0" encoding="utf-8"?>
XMLNS: xsi="http://www.w3.org/2001/XMLSchema-instance"
XMLNS: aop="http://www.springframework.org/schema/aop"
XMLNS: tx="http://www.springframework.org/schema/tx"
Xsi: schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd "& gt;


& lt; Tx: advice id="txAdvice" transaction - manager="txManager & gt;"








 
  • Related