You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\download\ibatis2mybatis-master> ant
Buildfile: build.xml
migrateToMyBatis3:
[xslt] Transforming into C:\download\ibatis2mybatis-master\destination
[xslt] Processing C:\download\ibatis2mybatis-master\source\TestMap.xml to C:\download\ibatis2mybatis-master\destination\TestMap.xml
[xslt] Loading stylesheet C:\download\ibatis2mybatis-master\migrate.xslt
[xslt] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
[xslt] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[xmlvalidate] C:\download\ibatis2mybatis-master\destination\TestMap.xml:10:14: The content of element type"resultMap" must match "(constructor?,id*,result*,association*,collection*,discriminator?)".
BUILD FAILED
C:\download\ibatis2mybatis-master\build.xml:46: C:\download\ibatis2mybatis-master\destination\TestMap.xml is not a valid XML document.
The text was updated successfully, but these errors were encountered:
Hi,
I run the previous code i received Error like this
[xslt] Loading stylesheet C:\download\ibatis2mybatis\migrate.xslt
[xslt] : Error! Use of the extension function 'http://xml.apache.org/xslt/java:new' is not allowed when the secure processing
feature is set to true.
[xslt] Failed to process null.
BUILD FAILED
C:\download\batis2mybatis\build.xml:25: javax.xml.transform.TransformerException: java.lang.RuntimeException: Use of the extension function 'http://xml.apache.org/xslt/java:new' is not allowed when the secure processing feature is set to true.
I have a problem:When <result select=""> is converted to <association>, the <association> is not at the end
source
destination
output
The text was updated successfully, but these errors were encountered: