zoukankan      html  css  js  c++  java
  • org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction f

    1、错误描述

    14:14:41,779 INFO  [main] Main  - javax.xml.transform.TransformerFactory=null
    14:14:41,783 INFO  [main] Main  - java.endorsed.dirs=D:Javajdk1.7.0_67jrelibendorsed
    14:14:41,798 INFO  [main] Main  - launchFile: D:MyEclipse10workspace.metadata.pluginsorg.eclipse.wst.xsl.jaxp.launchinglaunchlaunch.xml
    14:14:41,912 FATAL [main] Main  - No embedded stylesheet instruction for file: file:/D:/MyEclipse10/workspace/weixin/src/main/resources/generatorConfig.xml
    org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/D:/MyEclipse10/workspace/weixin/src/main/resources/generatorConfig.xml
    	at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:225)
    	at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:186)
    	at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.Main.main(Main.java:73)
    Caused by: org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/D:/MyEclipse10/workspace/weixin/src/main/resources/generatorConfig.xml
    	at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:214)
    	... 2 more
    

    2、错误原因

           在MyEclipse中,利用Mybatis创建了自动生成文件,但是在运行中出现问题;运行Mybatis生成文件时,没有配置Mybatis插件


    3、解决办法

         下载MyBatis_Generator_1.3.1,将其复制到MyEclipse安装插件的目录下MyEclipse 10dropins;然后重启MyEclipse

  • 相关阅读:
    hadoop-2.7.3安装kafka_2.11-2.1.0
    HBase数据快速导入之ImportTsv&Bulkload
    hbase shell 基本操作
    SQLplus命令中删除键和翻页键不能用的问题
    SQL*Loader 的使用sqlldr和sqluldr2方法详解
    python连接oracle导出数据文件
    python零碎知识点一
    用Python输出一个Fibonacci数列
    问题总结——window平台下gruntower安装后无法运行的问题
    JavaScript学习笔记——浅拷贝、深拷贝
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13314213.html
Copyright © 2011-2022 走看看