NutzCN Logo
问答 maven执行install的时候出错了,而且有中文乱码的问题
发布于 2345天前 作者 qq_e0087dcc 1398 次浏览 复制 上一个帖子 下一个帖子
标签:

maven执行install的时候出错了,而且有中文乱码的问题

"C:\Program Files\Java\jdk1.7.0_60\bin\java" "-Dmaven.multiModuleProjectDirectory=D:\intellij IDEA\nutz" -Dmaven.multiModuleProjectDirectory=$M2_HOME -Dmaven.home=D:\apache-maven-3.5.2-bin\apache-maven-3.5.2 -Dclassworlds.conf=D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\bin\m2.conf "-javaagent:D:\Program Files\JetBrains\IntelliJ IDEA 2017.2.5\lib\idea_rt.jar=51145:D:\Program Files\JetBrains\IntelliJ IDEA 2017.2.5\bin" -Dfile.encoding=UTF-8 -classpath D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\boot\plexus-classworlds-2.5.2.jar org.codehaus.classworlds.Launcher -Didea.version=2017.2.6 -s D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\conf\settings.xml install
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Nutz 1.r.65-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ nutz ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ nutz ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1107 source files to D:\intellij IDEA\nutz\target\classes
[INFO] /D:/intellij IDEA/nutz/src/org/nutz/dao/impl/entity/NutEntityIndex.java: D:\intellij IDEA\nutz\src\org\nutz\dao\impl\entity\NutEntityIndex.javaʹ�û򸲸����ѹ�ʱ�� API��
[INFO] /D:/intellij IDEA/nutz/src/org/nutz/dao/impl/entity/NutEntityIndex.java: �й���ϸ��Ϣ, ��ʹ�� -Xlint:deprecation ���±��롣
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ nutz ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 78 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ nutz ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 486 source files to D:\intellij IDEA\nutz\target\test-classes
[INFO] /D:/intellij IDEA/nutz/test/org/nutz/mock/servlet/MockServletContext.java: ijЩ�����ļ�ʹ�û򸲸����ѹ�ʱ�� API��
[INFO] /D:/intellij IDEA/nutz/test/org/nutz/mock/servlet/MockServletContext.java: �й���ϸ��Ϣ, ��ʹ�� -Xlint:deprecation ���±��롣
[INFO] /D:/intellij IDEA/nutz/test/org/nutz/json/GenericTypeTest.java: D:\intellij IDEA\nutz\test\org\nutz\json\GenericTypeTest.javaʹ����δ�����򲻰�ȫ�IJ�����
[INFO] /D:/intellij IDEA/nutz/test/org/nutz/json/GenericTypeTest.java: �й���ϸ��Ϣ, ��ʹ�� -Xlint:unchecked ���±��롣
[INFO] 
[INFO] --- maven-surefire-plugin:2.20.1:test (default-test) @ nutz ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.599 s
[INFO] Finished at: 2017-11-23T09:48:28+08:00
[INFO] Final Memory: 21M/331M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on project nutz: There are test failures.
[ERROR] 
[ERROR] Please refer to D:\intellij IDEA\nutz\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] There was an error in the forked process
[ERROR] org/eclipse/jetty/server/Handler : Unsupported major.minor version 52.0
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
[ERROR] org/eclipse/jetty/server/Handler : Unsupported major.minor version 52.0
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:673)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:535)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:280)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1124)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:954)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:832)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 	at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Process finished with exit code 1

4 回复

Unsupported major.minor version 52.0
换jdk8试试

换了,乱码问题如何解决,换了之后出现新的问题

"C:\Program Files\Java\jdk1.8.0_101\bin\java" "-Dmaven.multiModuleProjectDirectory=D:\intellij IDEA\nutz" -Dmaven.multiModuleProjectDirectory=$M2_HOME -Dmaven.home=D:\apache-maven-3.5.2-bin\apache-maven-3.5.2 -Dclassworlds.conf=D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\bin\m2.conf "-javaagent:D:\Program Files\JetBrains\IntelliJ IDEA 2017.2.5\lib\idea_rt.jar=53022:D:\Program Files\JetBrains\IntelliJ IDEA 2017.2.5\bin" -Dfile.encoding=UTF-8 -classpath D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\boot\plexus-classworlds-2.5.2.jar org.codehaus.classworlds.Launcher -Didea.version=2017.2.6 -s D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\conf\settings.xml install
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Nutz 1.r.65-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ nutz ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ nutz ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1107 source files to D:\intellij IDEA\nutz\target\classes
[INFO] /D:/intellij IDEA/nutz/src/org/nutz/dao/impl/entity/NutEntityIndex.java: D:\intellij IDEA\nutz\src\org\nutz\dao\impl\entity\NutEntityIndex.javaʹ�û򸲸����ѹ�ʱ�� API��
[INFO] /D:/intellij IDEA/nutz/src/org/nutz/dao/impl/entity/NutEntityIndex.java: �й���ϸ��Ϣ, ��ʹ�� -Xlint:deprecation ���±��롣
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ nutz ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 78 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ nutz ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 486 source files to D:\intellij IDEA\nutz\target\test-classes
[INFO] /D:/intellij IDEA/nutz/test/org/nutz/mock/servlet/MockHttpSession.java: ijЩ�����ļ�ʹ�û򸲸����ѹ�ʱ�� API��
[INFO] /D:/intellij IDEA/nutz/test/org/nutz/mock/servlet/MockHttpSession.java: �й���ϸ��Ϣ, ��ʹ�� -Xlint:deprecation ���±��롣
[INFO] /D:/intellij IDEA/nutz/test/org/nutz/json/GenericTypeTest.java: D:\intellij IDEA\nutz\test\org\nutz\json\GenericTypeTest.javaʹ����δ�����򲻰�ȫ�IJ�����
[INFO] /D:/intellij IDEA/nutz/test/org/nutz/json/GenericTypeTest.java: �й���ϸ��Ϣ, ��ʹ�� -Xlint:unchecked ���±��롣
[INFO] 
[INFO] --- maven-surefire-plugin:2.20.1:test (default-test) @ nutz ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.nutz.aop.asm.AsmAopTest
log4j:WARN No appenders could be found for logger (org.nutz.aop.asm.AsmClassAgent).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... nonArgsVoid
���� []
-----------------------------------------------------
Before.... nonArgsVoid
���� []
My - Nutz >> nonArgsVoid
After..... nonArgsVoid
���� []
After..... nonArgsVoid
���� []
-----------------------------------------------------
Before.... argsVoid
���� ["Wendal is the best!"]
-----------------------------------------------------
Before.... argsVoid
���� ["Wendal is the best!"]
My - Nutz >> argsVoid
After..... argsVoid
���� ["Wendal is the best!"]
After..... argsVoid
���� ["Wendal is the best!"]
-----------------------------------------------------
Before.... mixObjectsVoid
���� ["Arg1", {}, 1, null]
-----------------------------------------------------
Before.... mixObjectsVoid
���� ["Arg1", {}, 1, null]
My - Nutz >> mixObjectsVoid
After..... mixObjectsVoid
���� ["Arg1", {}, 1, null]
After..... mixObjectsVoid
���� ["Arg1", {}, 1, null]
-----------------------------------------------------
Before.... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
-----------------------------------------------------
Before.... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
My - Nutz >> mixArgsVoid �ҵIJ���["XX", "WendalXXX", 0, "c", [1, 9090]]
After..... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
After..... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
-----------------------------------------------------
Before.... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
-----------------------------------------------------
Before.... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
My - Nutz >> mixArgsVoid2
After..... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
After..... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
-----------------------------------------------------
Before.... mixArgsVoid4
���� ["WendalXXX"]
-----------------------------------------------------
Before.... mixArgsVoid4
���� ["WendalXXX"]
After..... mixArgsVoid4
���� ["WendalXXX"]
After..... mixArgsVoid4
���� ["WendalXXX"]
-----------------------------------------------------
Before.... returnLong
���� []
-----------------------------------------------------
Before.... returnLong
���� []
After..... returnLong
���� []
After..... returnLong
���� []
-----------------------------------------------------
Before.... returnBoolean
���� []
-----------------------------------------------------
Before.... returnBoolean
���� []
After..... returnBoolean
���� []
After..... returnBoolean
���� []
-----------------------------------------------------
Before.... returnByte
���� []
-----------------------------------------------------
Before.... returnByte
���� []
After..... returnByte
���� []
After..... returnByte
���� []
-----------------------------------------------------
Before.... returnChar
���� []
-----------------------------------------------------
Before.... returnChar
���� []
After..... returnChar
���� []
After..... returnChar
���� []
-----------------------------------------------------
Before.... returnFloat
���� []
-----------------------------------------------------
Before.... returnFloat
���� []
After..... returnFloat
���� []
After..... returnFloat
���� []
-----------------------------------------------------
Before.... returnShort
���� []
-----------------------------------------------------
Before.... returnShort
���� []
After..... returnShort
���� []
After..... returnShort
���� []
-----------------------------------------------------
Before.... returnDouble
���� []
-----------------------------------------------------
Before.... returnDouble
���� []
After..... returnDouble
���� []
After..... returnDouble
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... returnIntArray
���� []
-----------------------------------------------------
Before.... returnIntArray
���� []
After..... returnIntArray
���� []
After..... returnIntArray
���� []
-----------------------------------------------------
Before.... returnLongArray
���� []
-----------------------------------------------------
Before.... returnLongArray
���� []
After..... returnLongArray
���� []
After..... returnLongArray
���� []
-----------------------------------------------------
Before.... returnBooleanArray
���� []
-----------------------------------------------------
Before.... returnBooleanArray
���� []
After..... returnBooleanArray
���� []
After..... returnBooleanArray
���� []
-----------------------------------------------------
Before.... returnByteArray
���� []
-----------------------------------------------------
Before.... returnByteArray
���� []
After..... returnByteArray
���� []
After..... returnByteArray
���� []
-----------------------------------------------------
Before.... returnCharArray
���� []
-----------------------------------------------------
Before.... returnCharArray
���� []
After..... returnCharArray
���� []
After..... returnCharArray
���� []
-----------------------------------------------------
Before.... returnFloatArray
���� []
-----------------------------------------------------
Before.... returnFloatArray
���� []
After..... returnFloatArray
���� []
After..... returnFloatArray
���� []
-----------------------------------------------------
Before.... returnShortArray
���� []
-----------------------------------------------------
Before.... returnShortArray
���� []
After..... returnShortArray
���� []
After..... returnShortArray
���� []
-----------------------------------------------------
Before.... returnDoubleArray
���� []
-----------------------------------------------------
Before.... returnDoubleArray
���� []
After..... returnDoubleArray
���� []
After..... returnDoubleArray
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... throwException
���� []
-----------------------------------------------------
Before.... throwException
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Exception: ���DZ������׳����쳣!!!
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Exception: ���DZ������׳����쳣!!!
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
After..... returnObjectArray
���� []
After..... returnObjectArray
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... throwError
���� []
-----------------------------------------------------
Before.... throwError
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Error: ���DZ������׳����쳣!!!
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Error: ���DZ������׳����쳣!!!
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... returnString
���� []
-----------------------------------------------------
Before.... returnString
���� []
After..... returnString
���� []
After..... returnString
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
After..... returnObjectArray
���� []
After..... returnObjectArray
���� []
-----------------------------------------------------
Before.... getRunnable
���� []
-----------------------------------------------------
Before.... getRunnable
���� []
After..... getRunnable
���� []
After..... getRunnable
���� []
-----------------------------------------------------
Before.... getEnum
���� []
-----------------------------------------------------
Before.... getEnum
���� []
After..... getEnum
���� []
After..... getEnum
���� []
class org.nutz.aop.asm.test.Aop1
org.nutz.aop.asm.test.Aop7$10026$$NUTZAOP@61832929
class org.nutz.aop.asm.test.ZZZ
-----------------------------------------------------
Before.... p
���� [null]
-----------------------------------------------------
Before.... p
���� [null]
==========================================================
After..... p
���� [null]
After..... p
���� [null]
My - Nutz >> nonArgsVoid
My - Nutz >> argsVoid
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 s - in org.nutz.aop.asm.AsmAopTest
[INFO] Running org.nutz.aop.asm.AsmClassAgentTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.aop.asm.AsmClassAgentTest
[INFO] Running org.nutz.aop.asm.ClassXTest
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... nonArgsVoid
���� []
-----------------------------------------------------
Before.... nonArgsVoid
���� []
My - Nutz >> nonArgsVoid
After..... nonArgsVoid
���� []
After..... nonArgsVoid
���� []
-----------------------------------------------------
Before.... argsVoid
���� ["Wendal is the best!"]
-----------------------------------------------------
Before.... argsVoid
���� ["Wendal is the best!"]
My - Nutz >> argsVoid
After..... argsVoid
���� ["Wendal is the best!"]
After..... argsVoid
���� ["Wendal is the best!"]
-----------------------------------------------------
Before.... mixObjectsVoid
���� ["Arg1", {}, 1, null]
-----------------------------------------------------
Before.... mixObjectsVoid
���� ["Arg1", {}, 1, null]
My - Nutz >> mixObjectsVoid
After..... mixObjectsVoid
���� ["Arg1", {}, 1, null]
After..... mixObjectsVoid
���� ["Arg1", {}, 1, null]
-----------------------------------------------------
Before.... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
-----------------------------------------------------
Before.... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
My - Nutz >> mixArgsVoid �ҵIJ���["XX", "WendalXXX", 0, "c", [1, 9090]]
After..... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
After..... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
-----------------------------------------------------
Before.... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
-----------------------------------------------------
Before.... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
My - Nutz >> mixArgsVoid2
After..... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
After..... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
-----------------------------------------------------
Before.... mixArgsVoid4
���� ["WendalXXX"]
-----------------------------------------------------
Before.... mixArgsVoid4
���� ["WendalXXX"]
After..... mixArgsVoid4
���� ["WendalXXX"]
After..... mixArgsVoid4
���� ["WendalXXX"]
-----------------------------------------------------
Before.... returnLong
���� []
-----------------------------------------------------
Before.... returnLong
���� []
After..... returnLong
���� []
After..... returnLong
���� []
-----------------------------------------------------
Before.... returnBoolean
���� []
-----------------------------------------------------
Before.... returnBoolean
���� []
After..... returnBoolean
���� []
After..... returnBoolean
���� []
-----------------------------------------------------
Before.... returnByte
���� []
-----------------------------------------------------
Before.... returnByte
���� []
After..... returnByte
���� []
After..... returnByte
���� []
-----------------------------------------------------
Before.... returnChar
���� []
-----------------------------------------------------
Before.... returnChar
���� []
After..... returnChar
���� []
After..... returnChar
���� []
-----------------------------------------------------
Before.... returnFloat
���� []
-----------------------------------------------------
Before.... returnFloat
���� []
After..... returnFloat
���� []
After..... returnFloat
���� []
-----------------------------------------------------
Before.... returnShort
���� []
-----------------------------------------------------
Before.... returnShort
���� []
After..... returnShort
���� []
After..... returnShort
���� []
-----------------------------------------------------
Before.... returnDouble
���� []
-----------------------------------------------------
Before.... returnDouble
���� []
After..... returnDouble
���� []
After..... returnDouble
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... returnIntArray
���� []
-----------------------------------------------------
Before.... returnIntArray
���� []
After..... returnIntArray
���� []
After..... returnIntArray
���� []
-----------------------------------------------------
Before.... returnLongArray
���� []
-----------------------------------------------------
Before.... returnLongArray
���� []
After..... returnLongArray
���� []
After..... returnLongArray
���� []
-----------------------------------------------------
Before.... returnBooleanArray
���� []
-----------------------------------------------------
Before.... returnBooleanArray
���� []
After..... returnBooleanArray
���� []
After..... returnBooleanArray
���� []
-----------------------------------------------------
Before.... returnByteArray
���� []
-----------------------------------------------------
Before.... returnByteArray
���� []
After..... returnByteArray
���� []
After..... returnByteArray
���� []
-----------------------------------------------------
Before.... returnCharArray
���� []
-----------------------------------------------------
Before.... returnCharArray
���� []
After..... returnCharArray
���� []
After..... returnCharArray
���� []
-----------------------------------------------------
Before.... returnFloatArray
���� []
-----------------------------------------------------
Before.... returnFloatArray
���� []
After..... returnFloatArray
���� []
After..... returnFloatArray
���� []
-----------------------------------------------------
Before.... returnShortArray
���� []
-----------------------------------------------------
Before.... returnShortArray
���� []
After..... returnShortArray
���� []
After..... returnShortArray
���� []
-----------------------------------------------------
Before.... returnDoubleArray
���� []
-----------------------------------------------------
Before.... returnDoubleArray
���� []
After..... returnDoubleArray
���� []
After..... returnDoubleArray
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... throwException
���� []
-----------------------------------------------------
Before.... throwException
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Exception: ���DZ������׳����쳣!!!
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Exception: ���DZ������׳����쳣!!!
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
After..... returnObjectArray
���� []
After..... returnObjectArray
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... throwError
���� []
-----------------------------------------------------
Before.... throwError
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Error: ���DZ������׳����쳣!!!
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Error: ���DZ������׳����쳣!!!
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... returnString
���� []
-----------------------------------------------------
Before.... returnString
���� []
After..... returnString
���� []
After..... returnString
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
After..... returnObjectArray
���� []
After..... returnObjectArray
���� []
-----------------------------------------------------
Before.... getRunnable
���� []
-----------------------------------------------------
Before.... getRunnable
���� []
After..... getRunnable
���� []
After..... getRunnable
���� []
-----------------------------------------------------
Before.... getEnum
���� []
-----------------------------------------------------
Before.... getEnum
���� []
After..... getEnum
���� []
After..... getEnum
���� []
class org.nutz.aop.asm.test.Aop1
org.nutz.aop.asm.test.Aop7$20046$$NUTZAOP@271053e1
class org.nutz.aop.asm.test.ZZZ
-----------------------------------------------------
Before.... p
���� [null]
-----------------------------------------------------
Before.... p
���� [null]
==========================================================
After..... p
���� [null]
After..... p
���� [null]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s - in org.nutz.aop.asm.ClassXTest
[INFO] Running org.nutz.aop.asm.RegexMethodMatcherTest
My - Nutz >> nonArgsVoid
My - Nutz >> argsVoid
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.nutz.aop.asm.RegexMethodMatcherTest
[INFO] Running org.nutz.castor.CastorTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.nutz.castor.CastorTest
[INFO] Running org.nutz.castor.Map2UserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.nutz.castor.Map2UserTest
[INFO] Running org.nutz.dao.impl.SimpleSqlManagerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.dao.impl.SimpleSqlManagerTest
[INFO] Running org.nutz.dao.impl.sql.SqlLiteralTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.nutz.dao.impl.sql.SqlLiteralTest
[INFO] Running org.nutz.dao.test.entity.DynamicEntityParsingTest
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.314 s <<< FAILURE! - in org.nutz.dao.test.entity.DynamicEntityParsingTest
[ERROR] tank_many_many_link_test(org.nutz.dao.test.entity.DynamicEntityParsingTest)  Time elapsed: 0.01 s  <<< ERROR!
java.lang.RuntimeException: nutz-test.properties Not FOUND!!! tmpl.nutz-test.properties is a example.

[ERROR] test_issue_1286(org.nutz.dao.test.entity.DynamicEntityParsingTest)  Time elapsed: 0.303 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5f282abb ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.entity.EntityParsingTest
[ERROR] Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 0.057 s <<< FAILURE! - in org.nutz.dao.test.entity.EntityParsingTest
[ERROR] test_entity_with_two_id(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@167fdd33 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_extends_tables_name(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1e965684 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_anno_prefix_suffix(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4d95d2a2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] eval_manys_with_null_field(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@53f65459 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_complex_pojo_without_db(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3b088d51 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_override_field(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1786dec2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_and_name_in_same_pojo(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@74650e52 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] eval_manymany(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@15d0c81b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_multiple(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6acdbdf5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_order(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4b1c1ea0 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] eval_manys(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@17579e0f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_id(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4d41cee ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] eval_id_name(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3712b94 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_name(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@33f88ab ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.exec.SimpleDaoExecTest
[ERROR] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in org.nutz.dao.test.exec.SimpleDaoExecTest
[ERROR] test_simple_h2_call(org.nutz.dao.test.exec.SimpleDaoExecTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1b68ddbd ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_mysql_exec(org.nutz.dao.test.exec.SimpleDaoExecTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@646d64ab ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_mysql_exec2(org.nutz.dao.test.exec.SimpleDaoExecTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@59e5ddf ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_exec_out(org.nutz.dao.test.exec.SimpleDaoExecTest)  Time elapsed: 0.011 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@536aaa8d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.interceptor.AllDaoInterceptorTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.nutz.dao.test.interceptor.AllDaoInterceptorTest
[ERROR] issue_1325(org.nutz.dao.test.interceptor.SimpleDaoInterceptorTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@e320068 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.interceptor.SimpleDaoInterceptorTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in org.nutz.dao.test.interceptor.SimpleDaoInterceptorTest
[ERROR] issue_1325(org.nutz.dao.test.interceptor.SimpleDaoInterceptorTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1f57539 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.mapping.DynamicManyManyTest
[ERROR] Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 0.033 s <<< FAILURE! - in org.nutz.dao.test.mapping.DynamicManyManyTest
[ERROR] delete_links_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@76f2b07d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@704a52ec ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6ee52dcd ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.014 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4493d195 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.014 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2781e022 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@57e1b0c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4232c52b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[INFO] Running org.nutz.dao.test.mapping.DynamicManyTest
[ERROR] Tests run: 22, Failures: 0, Errors: 22, Skipped: 0, Time elapsed: 0.066 s <<< FAILURE! - in org.nutz.dao.test.mapping.DynamicManyTest
[ERROR] delete_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1877ab81 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_null_field_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@305fd85d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_null_field_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.005 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@458c1321 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.005 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] fetch_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@11438d26 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.006 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@34cd072c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.006 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] clear_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7a1ebcd8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.005 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5faeada1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.006 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.008 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@528931cf ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.008 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.01 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@ea1a8d5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.011 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.008 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1563da5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.008 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2bbf4b8b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[INFO] Running org.nutz.dao.test.mapping.DynamicOneTest
[ERROR] Tests run: 12, Failures: 0, Errors: 12, Skipped: 0, Time elapsed: 0.061 s <<< FAILURE! - in org.nutz.dao.test.mapping.DynamicOneTest
[ERROR] update_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@30a3107a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@33c7e1bb ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.007 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.018 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@34c4973 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.018 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.008 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@52feb982 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.009 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7a765367 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.007 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] fetch_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.011 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@76b0bfab ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.011 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[INFO] Running org.nutz.dao.test.mapping.Issue1155Test
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 s <<< FAILURE! - in org.nutz.dao.test.mapping.Issue1155Test
[ERROR] test_issue_1155(org.nutz.dao.test.mapping.Issue1155Test)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@17d677df ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.mapping.Issue1206Test
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 s <<< FAILURE! - in org.nutz.dao.test.mapping.Issue1206Test
[ERROR] test_issue_1206(org.nutz.dao.test.mapping.Issue1206Test)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3043fe0e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.mapping.Issue338Test
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 s <<< FAILURE! - in org.nutz.dao.test.mapping.Issue338Test
[ERROR] test_deleteWith_many(org.nutz.dao.test.mapping.Issue338Test)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@78e67e0a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.mapping.LinksGeneralTest
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.01 s <<< FAILURE! - in org.nutz.dao.test.mapping.LinksGeneralTest
[ERROR] insert_links_with_exception(org.nutz.dao.test.mapping.LinksGeneralTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@bd8db5a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetchLinks_cnd(org.nutz.dao.test.mapping.LinksGeneralTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2f943d71 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_all_links(org.nutz.dao.test.mapping.LinksGeneralTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@80503 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.mapping.ManyManyTest
[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.038 s <<< FAILURE! - in org.nutz.dao.test.mapping.ManyManyTest
[ERROR] delete_links_partly(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4b553d26 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@69a3d1d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@86be70a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@480bdb19 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2a556333 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7d70d1b1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2a742aa2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3cb1ffe6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.mapping.ManyTest
[ERROR] Tests run: 13, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 0.042 s <<< FAILURE! - in org.nutz.dao.test.mapping.ManyTest
[ERROR] delete_links_partly(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3dfc5fb8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_null_field_links_partly(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@467aecef ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4d50efb8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_null_field_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7e2d773b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_null_field_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2173f6d9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_null_field_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@307f6b8c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7a187f14 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6f195bc3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@51e2adc7 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1a8a8f7c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2353b3e6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@631330c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] insert_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@42f93a98 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.mapping.OneTest
[ERROR] Tests run: 13, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 0.086 s <<< FAILURE! - in org.nutz.dao.test.mapping.OneTest
[ERROR] update_links_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@c46bcd4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3234e239 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.008 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3d921e20 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_with_one_id(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.02 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@36b4cef0 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@fad74ee ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1a1d6a08 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.01 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@37d31475 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@27808f31 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@436e852b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.01 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@32d2fa64 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.008 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1d8d30f7 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3e57cd70 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@9a7504c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.mapping.RecordDaoTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 s <<< FAILURE! - in org.nutz.dao.test.mapping.RecordDaoTest
[ERROR] test_insert_with_autoinc_id(org.nutz.dao.test.mapping.RecordDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2c039ac6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.AutoGenerateValueTest
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.015 s <<< FAILURE! - in org.nutz.dao.test.normal.AutoGenerateValueTest
[ERROR] test_simple(org.nutz.dao.test.normal.AutoGenerateValueTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@587d1d39 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_var_in_prev(org.nutz.dao.test.normal.AutoGenerateValueTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@58c1670b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.BinaryDaoTest
[ERROR] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.013 s <<< FAILURE! - in org.nutz.dao.test.normal.BinaryDaoTest
[ERROR] test_simple_byte_array(org.nutz.dao.test.normal.BinaryDaoTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6b57696f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_big_blob(org.nutz.dao.test.normal.BinaryDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5bb21b69 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_blob(org.nutz.dao.test.normal.BinaryDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6b9651f3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_clob(org.nutz.dao.test.normal.BinaryDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@38bc8ab5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.BoneCP_Test
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 s <<< FAILURE! - in org.nutz.dao.test.normal.BoneCP_Test
[ERROR] clear_links(org.nutz.dao.test.normal.BoneCP_Test)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@687080dc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.CreateDropTableTest
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.008 s <<< FAILURE! - in org.nutz.dao.test.normal.CreateDropTableTest
[ERROR] createTableTimestampFieldDefaultNullInMySQL(org.nutz.dao.test.normal.CreateDropTableTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@23d2a7e8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createDropTableInOracle(org.nutz.dao.test.normal.CreateDropTableTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7a9273a8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.CreateTableWithCommentTest
[ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.022 s <<< FAILURE! - in org.nutz.dao.test.normal.CreateTableWithCommentTest
[ERROR] createTableInMySQL(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@26a7b76d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInSqlServer(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4abdb505 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInOracle(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7ce6a65d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInPostgersqlAndH2(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1500955a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInHSQL(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@e874448 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInDB2(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@29b5cd00 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.CustomizedFieldNameTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 s <<< FAILURE! - in org.nutz.dao.test.normal.CustomizedFieldNameTest
[ERROR] test_insert_update_chain_with_another_column_name(org.nutz.dao.test.normal.CustomizedFieldNameTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@60285225 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.DaoRecordTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.012 s <<< FAILURE! - in org.nutz.dao.test.normal.DaoRecordTest
[ERROR] test_null_timestamp(org.nutz.dao.test.normal.DaoRecordTest)  Time elapsed: 0.011 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7113b13f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.EachTest
[ERROR] Tests run: 13, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 0.1 s <<< FAILURE! - in org.nutz.dao.test.normal.EachTest
[ERROR] each_by_special_char2(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@45820e51 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_map_namekeyset(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.012 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@42d8062c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_int_range(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.015 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6043cd28 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_long_range(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.01 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@cb51256 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_special_char(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@59906517 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_orderbyset(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5bfbf16f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_map_idkeyset(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@25af5db5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_pager(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@12cdcf4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_records(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.01 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5bcea91b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_like(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.014 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5f3a4b84 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_loop(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@27f723 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_records_pager(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@670b40af ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_like_ignorecase(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4923ab24 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.FieldFilterTest
[ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in org.nutz.dao.test.normal.FieldFilterTest
[ERROR] test_insert_by_filter(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@44c8afef ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_filter_no_field_match(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7b69c6ba ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_select_by_filter(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@46daef40 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_by_filter(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@12f41634 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_by_filter(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@13c27452 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.InsertTest
[ERROR] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.013 s <<< FAILURE! - in org.nutz.dao.test.normal.InsertTest
[ERROR] test_insert_by_el(org.nutz.dao.test.normal.InsertTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@262b2c86 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fastInsert_rollback_jdbc(org.nutz.dao.test.normal.InsertTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@371a67ec ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fastinsert_as_rollback(org.nutz.dao.test.normal.InsertTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5ed828d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_by_fieldfilter(org.nutz.dao.test.normal.InsertTest)  Time elapsed: 0.012 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@50d0686 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.mysql.AllMysqlTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.011 s <<< FAILURE! - in org.nutz.dao.test.normal.mysql.AllMysqlTest
[ERROR] crud(org.nutz.dao.test.normal.mysql.MysqlJsonTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7a3d45bd ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.mysql.MysqlJsonTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.nutz.dao.test.normal.mysql.MysqlJsonTest
[ERROR] crud(org.nutz.dao.test.normal.mysql.MysqlJsonTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1e7c7811 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.PkTest
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in org.nutz.dao.test.normal.PkTest
[ERROR] test_update(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@77ec78b9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_by_object(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1a3869f4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_error_ann_name(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@a38d7a3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetch_by_object(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@77f99a05 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_error_ann_id(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@63440df3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_by_pks(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3aeaafa6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetch_by_pks(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@76a3e297 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.psql.AllPsqlTest
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in org.nutz.dao.test.normal.psql.AllPsqlTest
[ERROR] crud(org.nutz.dao.test.normal.psql.PsqlJsonTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4d3167f4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] crud(org.nutz.dao.test.normal.psql.PsqlArrayTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@ed9d034 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.psql.PsqlArrayTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in org.nutz.dao.test.normal.psql.PsqlArrayTest
[ERROR] crud(org.nutz.dao.test.normal.psql.PsqlArrayTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6121c9d6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.psql.PsqlJsonTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in org.nutz.dao.test.normal.psql.PsqlJsonTest
[ERROR] crud(org.nutz.dao.test.normal.psql.PsqlJsonTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@87f383f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.QueryTest
[ERROR] Tests run: 22, Failures: 0, Errors: 22, Skipped: 0, Time elapsed: 0.03 s <<< FAILURE! - in org.nutz.dao.test.normal.QueryTest
[ERROR] query_records(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4eb7f003 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_by_name(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@eafc191 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_record(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@612fc6eb ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_like(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1060b431 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_pager(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@612679d6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_by_fieldfilter(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@11758f2a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetcy_by_fieldfilter(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@e720b71 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_record_to_entity(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1b26f7b2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_cri_equals_null(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@491cc5c9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_wrap_null(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@74ad1f1f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_orderbyset(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6a1aab78 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_map_idkeyset(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@462d5aee ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_map_namekeyset(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@69b0fd6f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_int_range(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@757942a1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_records_pager(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4a87761d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_by_int_range(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@8646db9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_like_ignorecase(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@37374a5e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetchLinks_with_cnd(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4671e53b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_special_char2(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2db7a79b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_long_range(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6950e31 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_special_char(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@b7dd107 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_records_pager_new(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@42eca56e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.SimpleDaoTest
[ERROR] Tests run: 64, Failures: 0, Errors: 64, Skipped: 0, Time elapsed: 0.338 s <<< FAILURE! - in org.nutz.dao.test.normal.SimpleDaoTest
[ERROR] test_fetch_by_condition_in_special_char(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@52f759d7 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_daos_ext_insert_without_null(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7cbd213e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1302(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@192d3247 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue1342(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3ecd23d9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_list(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@569cfc36 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_get_sql(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.015 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@43bd930a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_bean_uuid(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@33723e30 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_escape_char(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@64f6106c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1163(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@553a3d88 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1168(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7a30d1e6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_918(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5891e32e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1179(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@cb0ed20 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_xxx(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@8e24743 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1166(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@74a10858 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1235(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@23fe1d71 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetchLinks(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@32eebfca ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_with(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4e718207 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_truncate(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1d371b2d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_version(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@543c6f6d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_sql_pager(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@13eb8acf ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_clear(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.04 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@51c8530f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_2(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7403c468 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_dao_func(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@43738a82 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_726(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@c81cdd1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_order_by(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1fc2b765 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_928(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@75881071 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1284(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2a70a3d8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_migration(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.029 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@289d1c02 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pojo_sql_params(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@22eeefeb ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_fetch_record(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@17d0685f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_record_treemap(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3891771e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_chain_with_adaptor(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.01 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@78ac1102 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_records(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2de8284b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_with_id(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@396e2f39 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_ignore_null(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@a74868d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_table_exists(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@12c8a2c0 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_clear_two_records(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7e0e6aa2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_count_with_entity(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@365185bd ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_daoex_update(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@18bf3d14 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_varchar_BigDecimal(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4fb64261 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_chain_with_null(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@42607a4f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_count_by_condition(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@782663d3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fast_insert_maps(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1990a65e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_mysql_migration(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.01 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@64485a47 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_integer_object_column(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@25bbf683 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_migration_issue1254(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6ec8211c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_update(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7276c8cd ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_dynamic_migration(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@544a2ea6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_daos_queryCount(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2e3fc542 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_use_blob_clob(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@150c158 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_create_error_class(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4524411f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_cnd_andEX_orEX(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@401e7803 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_cnd_emtry_in(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@10dba097 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] run_2_sqls_with_error(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1786f9d5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_readonly(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@704d6e83 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_chain_insert(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@43a0cee9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_null_many(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@eb21112 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_count_groupby(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.01 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2eda0940 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_coldefine_len(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3578436e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetch_by_join(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@706a04ae ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_insert_or_update(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6eceb130 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_special_chain(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@10a035a0 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] new_nutdao_inside_trans(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@67b467e9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetch_null_name(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@47db50c5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.SupportedFieldTypeTest
[ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.035 s <<< FAILURE! - in org.nutz.dao.test.normal.SupportedFieldTypeTest
[ERROR] insert_char_field(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5c072e3f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] check_for_sqlTime(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4d1b0d2a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] insert_timestamp_field(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@954b04f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] check_update_sqlTimestamp(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@149494d8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] check_insert_null_timestamp_field(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.023 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@710726a3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] check_if_support_all_normal_types(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@646007f4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.normal.UpdateTest
[ERROR] Tests run: 19, Failures: 0, Errors: 19, Skipped: 0, Time elapsed: 0.069 s <<< FAILURE! - in org.nutz.dao.test.normal.UpdateTest
[ERROR] batch_update_relation(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@481a15ff ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_ignore_null(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@78186a70 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_with_age_incr(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@306279ee ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_self_plus(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@545997b1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_chain_and_cnd_by_in(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4cf4d528 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] batch_update_partly(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@77846d2c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_list_with_version(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@548ad73b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_with_version(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4c762604 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_with_pk_and_cnd(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2641e737 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with_null_links(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@727803de ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_updateIgnoreNull(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@704921a5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_by_name_ignorecase(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@df27fae ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_updateIgnoreNull_by_list(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@24a35978 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_chain_and_cnd(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@16f7c8c1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_updateIgnoreNull_width_default(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2f0a87b3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_obj_with_readonly_field(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@fcd6521 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_clob(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@27d415d9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] batch_update_all(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5c18298f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue1260(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@31f924f5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.smoke.BatchInsertTest
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.01 s <<< FAILURE! - in org.nutz.dao.test.smoke.BatchInsertTest
[ERROR] test_insert_3_pets(org.nutz.dao.test.smoke.BatchInsertTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5579bb86 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fast_insert_2_pets_by_chain_to_map(org.nutz.dao.test.smoke.BatchInsertTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5204062d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_2_pets_by_chain_to_map(org.nutz.dao.test.smoke.BatchInsertTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4fcd19b3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.smoke.TableNameTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 s <<< FAILURE! - in org.nutz.dao.test.smoke.TableNameTest
[ERROR] test_insert_DPet(org.nutz.dao.test.smoke.TableNameTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@376b4233 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.sqls.CallbackTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 s <<< FAILURE! - in org.nutz.dao.test.sqls.CallbackTest
[ERROR] test_fetchBooleanCallback(org.nutz.dao.test.sqls.CallbackTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2fd66ad3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.sqls.CustomizedSqlsTest
[ERROR] Tests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.038 s <<< FAILURE! - in org.nutz.dao.test.sqls.CustomizedSqlsTest
[ERROR] test_statice_null_field(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5d11346a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_escape_varname_test(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7a36aefa ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_by_limit(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@17211155 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_dynamic_query(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@b3d7190 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_dynamic_insert(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5fdba6f9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_without_entity(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@10d59286 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@fe18270 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1281(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6fb0d3ed ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1176(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6dde5c8c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_cnd_pager(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5123a213 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.test.sqls.SQLFileParsingTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.nutz.dao.test.sqls.SQLFileParsingTest
[INFO] Running org.nutz.dao.test.sqls.SqlImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.dao.test.sqls.SqlImplTest
[INFO] Running org.nutz.dao.test.sqls.SqlTemplateTest
[ERROR] Tests run: 12, Failures: 0, Errors: 12, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in org.nutz.dao.test.sqls.SqlTemplateTest
[ERROR] testQueryForObjectClassOfT(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@52525845 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForRecord(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3b94d659 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForObjectEntityOfT(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@24b1d79b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForLong(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@68ceda24 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryEntity1(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@281e3708 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testSqlInExp(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@35a50a4c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForList(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1f021e6c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForInt(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@103f852 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testBatchUpdate(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@587c290d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryEntity2(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4516af24 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryRecords(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4ae82894 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testUpdate(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@543788f3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.texp.ChainTest
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.005 s <<< FAILURE! - in org.nutz.dao.texp.ChainTest
[ERROR] test_chain_from_map(org.nutz.dao.texp.ChainTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6d3af739 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_chain_from_object(org.nutz.dao.texp.ChainTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1da51a35 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_chain_to_object(org.nutz.dao.texp.ChainTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@16022d9d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.texp.CndTest
[ERROR] Tests run: 18, Failures: 0, Errors: 18, Skipped: 0, Time elapsed: 0.039 s <<< FAILURE! - in org.nutz.dao.texp.CndTest
[ERROR] test_not_sql_group(org.nutz.dao.texp.CndTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7e9a5fbe ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in_by_int_list(org.nutz.dao.texp.CndTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@44a3ec6b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_obj_read_write(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@71623278 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in_by_int_array(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@768b970c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in_by_str_list(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5a4041cc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in_by_str_array(org.nutz.dao.texp.CndTest)  Time elapsed: 0.001 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@15b3e5b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_add_other_or_method_by_github_issuse_148(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@61ca2dfa ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_is_null(org.nutz.dao.texp.CndTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4b53f538 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_order(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@134593bf ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_is_not_null(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4bb4de6a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_other_op(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7ba18f1b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_segment(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2f8f5f62 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_gt_like(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1068e947 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_bracket(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7dc222ae ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_equel(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@aecb35a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_from_obj(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@8b87145 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_like_in(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6483f5ae ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_not_in(org.nutz.dao.texp.CndTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@b9afc07 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.dao.util.DaoUpTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.nutz.dao.util.DaoUpTest
[ERROR] org.nutz.dao.util.DaoUpTest  Time elapsed: 0 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.util.DaoUpTest.setUp(DaoUpTest.java:74)

[INFO] Running org.nutz.el.El2Test
class org.nutz.lang.Maths
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in org.nutz.el.El2Test
[INFO] Running org.nutz.el.issue125.Issue125Test
a1
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.el.issue125.Issue125Test
[INFO] Running org.nutz.el.RPNTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.el.RPNTest
[INFO] Running org.nutz.el.speed.SimpleSpeedTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.nutz.el.speed.SimpleSpeedTest
[INFO] Running org.nutz.filepool.NutFilePoolTest
C:\Users\Jigc\tmp_nutz\00\00\00\00\00\00\00\02
fuck
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 s - in org.nutz.filepool.NutFilePoolTest
[INFO] Running org.nutz.filepool.PoolsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.filepool.PoolsTest
[INFO] Running org.nutz.http.HttpTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 s - in org.nutz.http.HttpTest
[INFO] Running org.nutz.img.ImagesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s - in org.nutz.img.ImagesTest
[INFO] Running org.nutz.ioc.aop.config.impl.JsonAopConfigrationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.nutz.ioc.aop.config.impl.JsonAopConfigrationTest
[INFO] Running org.nutz.ioc.aop.config.impl.SimpleAopConfigureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.nutz.ioc.aop.config.impl.SimpleAopConfigureTest
[INFO] Running org.nutz.ioc.aop.config.impl.XmlAopConfigrationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.nutz.ioc.aop.config.impl.XmlAopConfigrationTest
[INFO] Running org.nutz.ioc.impl.PropertiesProxyTest
[ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.011 s <<< FAILURE! - in org.nutz.ioc.impl.PropertiesProxyTest
[ERROR] testUTF8Properties(org.nutz.ioc.impl.PropertiesProxyTest)  Time elapsed: 0.005 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:<Nutz [��������Framework!˭��˭ϲ����������]> but was:<Nutz [超级棒的Framework!谁用谁喜欢,嘻嘻�?]>
	at org.nutz.ioc.impl.PropertiesProxyTest.testUTF8Properties(PropertiesProxyTest.java:30)

[INFO] Running org.nutz.ioc.java.ChainParsingTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.nutz.ioc.java.ChainParsingTest
[INFO] Running org.nutz.ioc.json.AopJsonIocTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.nutz.ioc.json.AopJsonIocTest
[INFO] Running org.nutz.ioc.json.EvensJsonIocTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.nutz.ioc.json.EvensJsonIocTest
[INFO] Running org.nutz.ioc.json.RecurReferJsonIocTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.nutz.ioc.json.RecurReferJsonIocTest
[INFO] Running org.nutz.ioc.json.ScopeJsonIocTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.nutz.ioc.json.ScopeJsonIocTest
[INFO] Running org.nutz.ioc.json.SimpleJsonIocTest
class org.nutz.resource.impl.FileResource
/tmp/,-1
java.tmp.file/wendal
C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\ibm\gsk8\lib64;C:\Program Files (x86)\ibm\gsk8\lib;C:\Program Files\TortoiseSVN\bin;D:\Program Files (x86)\Subversion\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\bin;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Program Files\Java\jdk1.7.0_60\bin;C:\Program Files\Java\jdk1.7.0_60\jre\bin;C:\Users\Jigc\AppData\Local\Microsoft\WindowsApps; D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\bin/os.name/zozoh
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.nutz.ioc.json.SimpleJsonIocTest
[INFO] Running org.nutz.ioc.loader.annotation.AnnotationIocLoaderTest
{
   "type": "org.nutz.ioc.loader.annotation.meta.ClassB",
   "singleton": true,
   "events": {
   },
   "args": [],
   "fields": {
      "dao": {
   "refer": "dao"
}
   },
   "scope": "app"
}
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.nutz.ioc.loader.annotation.AnnotationIocLoaderTest
[INFO] Running org.nutz.ioc.loader.properties.PropertiesIocLoaderTest
{
   "ioc.ds.type": "org.nutz.dao.impl.SimpleDataSource",
   "ioc.ds.fields.username": "root",
   "ioc.ds.fields.password": "root",
   "ioc.ds.fields.jdbcUrl": "jdbc:mysql://127.0.0.1/nutzbook"
}
["ds"]
{
   "type": "org.nutz.dao.impl.SimpleDataSource",
   "singleton": true,
   "args": [],
   "fields": {
      "password": "root",
      "jdbcUrl": "jdbc:mysql://127.0.0.1/nutzbook",
      "username": "root"
   }
}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.nutz.ioc.loader.properties.PropertiesIocLoaderTest
[INFO] Running org.nutz.ioc.loader.xml.XmlIocLoaderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.nutz.ioc.loader.xml.XmlIocLoaderTest
[INFO] Running org.nutz.ioc.SimpleIocTest
org.nutz.ioc.IocException: IocBean[a] throw Exception when creating
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:150)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:216)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:245)
	at org.nutz.ioc.SimpleIocTest.test_issue_1232(SimpleIocTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:21)
	at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:369)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:275)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:239)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:160)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
Caused by: java.lang.RuntimeException: IocBean[a] fail at field=[b]
	at org.nutz.ioc.weaver.FieldInjector.inject(FieldInjector.java:40)
	at org.nutz.ioc.weaver.DefaultWeaver.fill(DefaultWeaver.java:56)
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:136)
	... 29 more
Caused by: java.lang.RuntimeException: Fail to set field[org.nutz.ioc.meta.issue1232.Issue1232ClassA#b] using value[org.nutz.ioc.meta.issue1232.Issue1232ClassC@4d15107f]
	at org.nutz.lang.inject.InjectByField.inject(InjectByField.java:27)
	at org.nutz.ioc.weaver.FieldInjector.inject(FieldInjector.java:33)
	... 31 more
Caused by: org.nutz.castor.FailToCastObjectException: Fail to cast from <org.nutz.ioc.meta.issue1232.Issue1232ClassC> to <org.nutz.ioc.meta.issue1232.Issue1232ClassB> for {org.nutz.ioc.meta.issue1232.Issue1232ClassC@4d15107f}
	at org.nutz.castor.Castors.cast(Castors.java:262)
	at org.nutz.castor.Castors.castTo(Castors.java:316)
	at org.nutz.lang.inject.InjectByField.inject(InjectByField.java:22)
	... 32 more
Caused by: org.nutz.lang.born.BorningException: Fail to born or cast to 'org.nutz.ioc.meta.issue1232.Issue1232ClassB'
 by args: [@(org.nutz.ioc.meta.issue1232.Issue1232ClassC@4d15107f)]
 because: No suitable Constructor or Factory Method!!
	at org.nutz.lang.Mirror.born(Mirror.java:1008)
	at org.nutz.castor.castor.Object2Object.cast(Object2Object.java:12)
	at org.nutz.castor.Castors.cast(Castors.java:252)
	... 34 more
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.nutz.ioc.SimpleIocTest
[INFO] Running org.nutz.ioc.val.IocCustomizedValueTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.nutz.ioc.val.IocCustomizedValueTypeTest
[INFO] Running org.nutz.json.CustomizedJsonTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.nutz.json.CustomizedJsonTest
[INFO] Running org.nutz.json.generic.GenericTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.nutz.json.generic.GenericTest
[INFO] Running org.nutz.json.GenericTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.nutz.json.GenericTypeTest
[INFO] Running org.nutz.json.JsonCharsetTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.json.JsonCharsetTest
[INFO] Running org.nutz.json.JsonCommentTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.nutz.json.JsonCommentTest
[INFO] Running org.nutz.json.JsonEntityTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.nutz.json.JsonEntityTest
[INFO] Running org.nutz.json.JsonRecursiveTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.nutz.json.JsonRecursiveTest
[INFO] Running org.nutz.json.JsonTest
{
   "num1": "01.00",
   "num2": "02.00"
}
{
   "code": "200",
   "describe": "ok"
}
{
   "code": "200",
   "describe": "ok"
}
{
   "abc": {
      "map": null
   }
}
{"date":"1970-01-01 08:00:00"}
{"date":"1969-12-31 16:00:00"}
{"xx":""}
{"name":""}
org.nutz.json.generic.IntKeyMap@642a7222
{"now":"2017-11-23 10:13:26"}
{"now":"2017-11-23 10:13:26 908"}
{
   "abc": {
      "code": "1600",
      "description": "���Ƶ�"
   }
}
{"now":"2017-11-23 10:13:26"}
{"now":"2017-11-23"}
[{dongdong={age=80}}]
[{dongdong=null}]
{
   "\u4E2D\u6587": "\u5730\u7403",
   "\t": "\t"
}
{����=����, 	=	}
{"date":"20171110"}
[WARNING] Tests run: 92, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.205 s - in org.nutz.json.JsonTest
[INFO] Running org.nutz.lang.CodeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.nutz.lang.CodeTest
[INFO] Running org.nutz.lang.encrypt.MsgDigestInputStreamTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.encrypt.MsgDigestInputStreamTest
[INFO] Running org.nutz.lang.encrypt.MsgDigestOutputStreamTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.lang.encrypt.MsgDigestOutputStreamTest
[INFO] Running org.nutz.lang.FilesTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.nutz.lang.FilesTest
[INFO] Running org.nutz.lang.LangTest
[ERROR] Tests run: 30, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 0.021 s <<< FAILURE! - in org.nutz.lang.LangTest
[ERROR] test_readAll(org.nutz.lang.LangTest)  Time elapsed: 0.001 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:<!![��Ҫ����-->����]> but was:<!![我要测试-->密码]>
	at org.nutz.lang.LangTest.test_readAll(LangTest.java:223)

[INFO] Running org.nutz.lang.MathsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.MathsTest
[INFO] Running org.nutz.lang.meta.PairTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.meta.PairTest
[INFO] Running org.nutz.lang.MirrorTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.nutz.lang.MirrorTest
[INFO] Running org.nutz.lang.NumsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.NumsTest
[INFO] Running org.nutz.lang.random.ArrayRandomTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.random.ArrayRandomTest
[INFO] Running org.nutz.lang.random.EnumRandomTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.nutz.lang.random.EnumRandomTest
[INFO] Running org.nutz.lang.random.ListRandomTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.random.ListRandomTest
[INFO] Running org.nutz.lang.random.RTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s - in org.nutz.lang.random.RTest
[INFO] Running org.nutz.lang.random.StringGeneratorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.random.StringGeneratorTest
[INFO] Running org.nutz.lang.reflect.FastClassFactoryTest
Native New    :Total: 16ms : [2017-11-23 10:13:29.172]=>[2017-11-23 10:13:29.188]
FastClass born:Total: 13ms : [2017-11-23 10:13:30.300]=>[2017-11-23 10:13:30.313]
mirror born   :Total: 20ms : [2017-11-23 10:13:31.401]=>[2017-11-23 10:13:31.421]
NULL          :Total: 8ms : [2017-11-23 10:13:32.511]=>[2017-11-23 10:13:32.519]
1819940427
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.075 s - in org.nutz.lang.reflect.FastClassFactoryTest
[INFO] Running org.nutz.lang.segment.CharSegmentTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.nutz.lang.segment.CharSegmentTest
[INFO] Running org.nutz.lang.segment.SegmentsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.segment.SegmentsTest
[INFO] Running org.nutz.lang.stream.StringOutputStreamTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.nutz.lang.stream.StringOutputStreamTest
[ERROR] testWriteInt(org.nutz.lang.stream.StringOutputStreamTest)  Time elapsed: 0 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:<[��������]> but was:<[????????]>
	at org.nutz.lang.stream.StringOutputStreamTest.testWriteInt(StringOutputStreamTest.java:20)

[INFO] Running org.nutz.lang.StringsTest
[ERROR] Tests run: 51, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.024 s <<< FAILURE! - in org.nutz.lang.StringsTest
[ERROR] test_change_charset(org.nutz.lang.StringsTest)  Time elapsed: 0 s  <<< FAILURE!
java.lang.AssertionError: 
	at org.nutz.lang.StringsTest.test_change_charset(StringsTest.java:479)

[INFO] Running org.nutz.lang.TimesTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.nutz.lang.TimesTest
[INFO] Running org.nutz.lang.tmpl.TmplTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.nutz.lang.tmpl.TmplTest
[INFO] Running org.nutz.lang.util.ContextTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.lang.util.ContextTest
[INFO] Running org.nutz.lang.util.CronSequenceGeneratorTests
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.nutz.lang.util.CronSequenceGeneratorTests
[INFO] Running org.nutz.lang.util.DisksTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.lang.util.DisksTest
[INFO] Running org.nutz.lang.util.FloatRangeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.lang.util.FloatRangeTest
[INFO] Running org.nutz.lang.util.FloatSetTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.util.FloatSetTest
[INFO] Running org.nutz.lang.util.IntRangeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.util.IntRangeTest
[INFO] Running org.nutz.lang.util.IntSetTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.util.IntSetTest
[INFO] Running org.nutz.lang.util.LinkedArrayTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.lang.util.LinkedArrayTest
[INFO] Running org.nutz.lang.util.LinkedCharArrayTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.lang.util.LinkedCharArrayTest
[INFO] Running org.nutz.lang.util.LinkedIntArrayTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.lang.util.LinkedIntArrayTest
[INFO] Running org.nutz.lang.util.MethodParamNamesScanerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.494 s - in org.nutz.lang.util.MethodParamNamesScanerTest
[INFO] Running org.nutz.lang.util.MultiLinePropertiesTest
4
chinese=中文
nutz=�?棒的
db.url=jdbc:mysql://127.0.0.1:3306/nutzbook
db.url2=jdbc:mysql://127.0.0.1:3306/nutzbook

[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.nutz.lang.util.MultiLinePropertiesTest
[INFO] Running org.nutz.lang.util.NutMapTest
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s - in org.nutz.lang.util.NutMapTest
[INFO] Running org.nutz.lang.util.RegionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.nutz.lang.util.RegionTest
[INFO] Running org.nutz.lang.util.SimpleNodeTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.nutz.lang.util.SimpleNodeTest
[INFO] Running org.nutz.lang.util.XmlsTest
{user={pet=[{name=wendal}, {name=zozoh}]}}
13701000041
18600321144
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.nutz.lang.util.XmlsTest
[INFO] Running org.nutz.log.Log4jTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.log.Log4jTest
[INFO] Running org.nutz.log.SystemLogAdapterTest
17-11-23 10:13:35.772 INFO [main] Select SystemLog as Nutz.Log implement
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.log.SystemLogAdapterTest
[INFO] Running org.nutz.mapl.MaplTest
[{name=jk, age=12}, {name=nutz, age=5}]
[{name=[user[].����, people[].name], age=[user[].����, people[].age]}]
{user=[{����=jk, ����=12}], people=[{name=jk, age=12}]}
{draw=1, columns[0][data]=userId, columns[0][name]=, columns[0][searchable]=true, columns[0][orderable]=true, columns[0][search][value]=, columns[0][search][regex]=false, columns[1][data]=loginname, columns[1][name]=, columns[1][searchable]=true, columns[1][orderable]=true, columns[1][search][value]=, columns[1][search][regex]=false, columns[2][data]=nickname, columns[2][name]=, columns[2][searchable]=true, columns[2][orderable]=true, columns[2][search][value]=, columns[2][search][regex]=false, order[0][column]=0, order[0][dir]=asc, start=0, length=10, search[value]=, search[regex]=false}
[{
   "search": {
      "regex": "false",
      "value": ""
   },
   "data": "userId",
   "orderable": "true",
   "name": "",
   "searchable": "true"
}, {
   "search": {
      "regex": "false",
      "value": ""
   },
   "data": "loginname",
   "orderable": "true",
   "name": "",
   "searchable": "true"
}, {
   "search": {
      "regex": "false",
      "value": ""
   },
   "data": "nickname",
   "orderable": "true",
   "name": "",
   "searchable": "true"
}]
[{
   "data": "userId",
   "name": "",
   "searchable": true,
   "orderable": true
}, {
   "data": "loginname",
   "name": "",
   "searchable": true,
   "orderable": true
}, {
   "data": "nickname",
   "name": "",
   "searchable": true,
   "orderable": true
}]
{
   "s1": ["test"],
   "s2": {
      "s2": ["test"]
   }
}
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.nutz.mapl.MaplTest
[INFO] Running org.nutz.mvc.adaptor.injector.ArrayInjectorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.mvc.adaptor.injector.ArrayInjectorTest
[INFO] Running org.nutz.mvc.adaptor.injector.NameInjectorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.nutz.mvc.adaptor.injector.NameInjectorTest
[INFO] Running org.nutz.mvc.adaptor.injector.ObjectNavlPairInjectorTest
2010-01-01
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.nutz.mvc.adaptor.injector.ObjectNavlPairInjectorTest
[INFO] Running org.nutz.mvc.adaptor.injector.ObjectPairInjectorTest
2010-01-01
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.nutz.mvc.adaptor.injector.ObjectPairInjectorTest
[INFO] Running org.nutz.mvc.adaptor.JsonAdaptorTest
3
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s - in org.nutz.mvc.adaptor.JsonAdaptorTest
[INFO] Running org.nutz.mvc.impl.MappingNodeTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.nutz.mvc.impl.MappingNodeTest
[INFO] Running org.nutz.mvc.impl.ViewProcessorTest
I am Here
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s - in org.nutz.mvc.impl.ViewProcessorTest
[INFO] Running org.nutz.mvc.init.AtMapInitTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.nutz.mvc.init.AtMapInitTest
[INFO] Running org.nutz.mvc.init.MvcBaseTest
I am Here
I am Here
I am Here
I am Here
I am Here
java
I am Here
I am Here
{"detailMessage":"Fail to cast 'Nutz' to <java.lang.Long>","cause":{"detailMessage":"For input string: \"Nutz\"","stackTrace":[{"declaringClass":"java.lang.NumberFormatException","methodName":"forInputString","fileName":"NumberFormatException.java","lineNumber":65}, {"declaringClass":"java.lang.Long","methodName":"parseLong","fileName":"Long.java","lineNumber":589}, {"declaringClass":"java.lang.Long","methodName":"valueOf","fileName":"Long.java","lineNumber":776}, {"declaringClass":"org.nutz.castor.castor.String2Long","methodName":"valueOf","fileName":"String2Long.java","lineNumber":15}, {"declaringClass":"org.nutz.castor.castor.String2Long","methodName":"valueOf","fileName":"String2Long.java","lineNumber":5}, {"declaringClass":"org.nutz.castor.castor.String2Number","methodName":"cast","fileName":"String2Number.java","lineNumber":39}, {"declaringClass":"org.nutz.castor.castor.String2Number","methodName":"cast","fileName":"String2Number.java","lineNumber":19}, {"declaringClass":"org.nutz.castor.Castors","methodName":"cast","fileName":"Castors.java","lineNumber":252}, {"declaringClass":"org.nutz.castor.Castors","methodName":"castTo","fileName":"Castors.java","lineNumber":316}, {"declaringClass":"org.nutz.castor.castor.Array2Object","methodName":"cast","fileName":"Array2Object.java","lineNumber":21}, {"declaringClass":"org.nutz.castor.Castors","methodName":"cast","fileName":"Castors.java","lineNumber":252}, {"declaringClass":"org.nutz.castor.Castors","methodName":"castTo","fileName":"Castors.java","lineNumber":316}, {"declaringClass":"org.nutz.mvc.adaptor.injector.NameInjector","methodName":"fromReqParam","fileName":"NameInjector.java","lineNumber":117}, {"declaringClass":"org.nutz.mvc.adaptor.injector.NameInjector","methodName":"get","fileName":"NameInjector.java","lineNumber":102}, {"declaringClass":"org.nutz.mvc.adaptor.AbstractAdaptor","methodName":"adapt","fileName":"AbstractAdaptor.java","lineNumber":288}, {"declaringClass":"org.nutz.mvc.impl.processor.AdaptorProcessor","methodName":"process","fileName":"AdaptorProcessor.java","lineNumber":25}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.ActionFiltersProcessor","methodName":"process","fileName":"ActionFiltersProcessor.java","lineNumber":58}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.ModuleProcessor","methodName":"process","fileName":"ModuleProcessor.java","lineNumber":123}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.EncodingProcessor","methodName":"process","fileName":"EncodingProcessor.java","lineNumber":27}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.UpdateRequestAttributesProcessor","methodName":"process","fileName":"UpdateRequestAttributesProcessor.java","lineNumber":15}, {"declaringClass":"org.nutz.mvc.impl.NutActionChain","methodName":"doChain","fileName":"NutActionChain.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.ActionInvoker","methodName":"invoke","fileName":"ActionInvoker.java","lineNumber":67}, {"declaringClass":"org.nutz.mvc.ActionHandler","methodName":"handle","fileName":"ActionHandler.java","lineNumber":31}, {"declaringClass":"org.nutz.mvc.NutServlet","methodName":"service","fileName":"NutServlet.java","lineNumber":75}, {"declaringClass":"javax.servlet.http.HttpServlet","methodName":"service","fileName":"HttpServlet.java","lineNumber":790}, {"declaringClass":"org.nutz.mvc.init.MvcBaseTest","methodName":"testRequestParms_error","fileName":"MvcBaseTest.java","lineNumber":67}, {"declaringClass":"sun.reflect.NativeMethodAccessorImpl","methodName":"invoke0","fileName":"NativeMethodAccessorImpl.java","lineNumber":-2}, {"declaringClass":"sun.reflect.NativeMethodAccessorImpl","methodName":"invoke","fileName":"NativeMethodAccessorImpl.java","lineNumber":62}, {"declaringClass":"sun.reflect.DelegatingMethodAccessorImpl","methodName":"invoke","fileName":"DelegatingMethodAccessorImpl.java","lineNumber":43}, {"declaringClass":"java.lang.reflect.Method","methodName":"invoke","fileName":"Method.java","lineNumber":498}, {"declaringClass":"org.junit.runners.model.FrameworkMethod$1","methodName":"runReflectiveCall","fileName":"FrameworkMethod.java","lineNumber":44}, {"declaringClass":"org.junit.internal.runners.model.ReflectiveCallable","methodName":"run","fileName":"ReflectiveCallable.java","lineNumber":15}, {"declaringClass":"org.junit.runners.model.FrameworkMethod","methodName":"invokeExplosively","fileName":"FrameworkMethod.java","lineNumber":41}, {"declaringClass":"org.junit.internal.runners.statements.InvokeMethod","methodName":"evaluate","fileName":"InvokeMethod.java","lineNumber":20}, {"declaringClass":"org.junit.internal.runners.statements.RunBefores","methodName":"evaluate","fileName":"RunBefores.java","lineNumber":28}, {"declaringClass":"org.junit.internal.runners.statements.RunAfters","methodName":"evaluate","fileName":"RunAfters.java","lineNumber":31}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runNotIgnored","fileName":"BlockJUnit4ClassRunner.java","lineNumber":79}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runChild","fileName":"BlockJUnit4ClassRunner.java","lineNumber":71}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runChild","fileName":"BlockJUnit4ClassRunner.java","lineNumber":49}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"execute","fileName":"JUnit4Provider.java","lineNumber":369}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"executeWithRerun","fileName":"JUnit4Provider.java","lineNumber":275}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"executeTestSet","fileName":"JUnit4Provider.java","lineNumber":239}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"invoke","fileName":"JUnit4Provider.java","lineNumber":160}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"invokeProviderInSameClassLoader","fileName":"ForkedBooter.java","lineNumber":373}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"runSuitesInProcess","fileName":"ForkedBooter.java","lineNumber":334}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"execute","fileName":"ForkedBooter.java","lineNumber":119}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"main","fileName":"ForkedBooter.java","lineNumber":407}],"suppressedExceptions":[]},"stackTrace":[{"declaringClass":"org.nutz.castor.castor.String2Number","methodName":"cast","fileName":"String2Number.java","lineNumber":45}, {"declaringClass":"org.nutz.castor.castor.String2Number","methodName":"cast","fileName":"String2Number.java","lineNumber":19}, {"declaringClass":"org.nutz.castor.Castors","methodName":"cast","fileName":"Castors.java","lineNumber":252}, {"declaringClass":"org.nutz.castor.Castors","methodName":"castTo","fileName":"Castors.java","lineNumber":316}, {"declaringClass":"org.nutz.castor.castor.Array2Object","methodName":"cast","fileName":"Array2Object.java","lineNumber":21}, {"declaringClass":"org.nutz.castor.Castors","methodName":"cast","fileName":"Castors.java","lineNumber":252}, {"declaringClass":"org.nutz.castor.Castors","methodName":"castTo","fileName":"Castors.java","lineNumber":316}, {"declaringClass":"org.nutz.mvc.adaptor.injector.NameInjector","methodName":"fromReqParam","fileName":"NameInjector.java","lineNumber":117}, {"declaringClass":"org.nutz.mvc.adaptor.injector.NameInjector","methodName":"get","fileName":"NameInjector.java","lineNumber":102}, {"declaringClass":"org.nutz.mvc.adaptor.AbstractAdaptor","methodName":"adapt","fileName":"AbstractAdaptor.java","lineNumber":288}, {"declaringClass":"org.nutz.mvc.impl.processor.AdaptorProcessor","methodName":"process","fileName":"AdaptorProcessor.java","lineNumber":25}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.ActionFiltersProcessor","methodName":"process","fileName":"ActionFiltersProcessor.java","lineNumber":58}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.ModuleProcessor","methodName":"process","fileName":"ModuleProcessor.java","lineNumber":123}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.EncodingProcessor","methodName":"process","fileName":"EncodingProcessor.java","lineNumber":27}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.UpdateRequestAttributesProcessor","methodName":"process","fileName":"UpdateRequestAttributesProcessor.java","lineNumber":15}, {"declaringClass":"org.nutz.mvc.impl.NutActionChain","methodName":"doChain","fileName":"NutActionChain.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.ActionInvoker","methodName":"invoke","fileName":"ActionInvoker.java","lineNumber":67}, {"declaringClass":"org.nutz.mvc.ActionHandler","methodName":"handle","fileName":"ActionHandler.java","lineNumber":31}, {"declaringClass":"org.nutz.mvc.NutServlet","methodName":"service","fileName":"NutServlet.java","lineNumber":75}, {"declaringClass":"javax.servlet.http.HttpServlet","methodName":"service","fileName":"HttpServlet.java","lineNumber":790}, {"declaringClass":"org.nutz.mvc.init.MvcBaseTest","methodName":"testRequestParms_error","fileName":"MvcBaseTest.java","lineNumber":67}, {"declaringClass":"sun.reflect.NativeMethodAccessorImpl","methodName":"invoke0","fileName":"NativeMethodAccessorImpl.java","lineNumber":-2}, {"declaringClass":"sun.reflect.NativeMethodAccessorImpl","methodName":"invoke","fileName":"NativeMethodAccessorImpl.java","lineNumber":62}, {"declaringClass":"sun.reflect.DelegatingMethodAccessorImpl","methodName":"invoke","fileName":"DelegatingMethodAccessorImpl.java","lineNumber":43}, {"declaringClass":"java.lang.reflect.Method","methodName":"invoke","fileName":"Method.java","lineNumber":498}, {"declaringClass":"org.junit.runners.model.FrameworkMethod$1","methodName":"runReflectiveCall","fileName":"FrameworkMethod.java","lineNumber":44}, {"declaringClass":"org.junit.internal.runners.model.ReflectiveCallable","methodName":"run","fileName":"ReflectiveCallable.java","lineNumber":15}, {"declaringClass":"org.junit.runners.model.FrameworkMethod","methodName":"invokeExplosively","fileName":"FrameworkMethod.java","lineNumber":41}, {"declaringClass":"org.junit.internal.runners.statements.InvokeMethod","methodName":"evaluate","fileName":"InvokeMethod.java","lineNumber":20}, {"declaringClass":"org.junit.internal.runners.statements.RunBefores","methodName":"evaluate","fileName":"RunBefores.java","lineNumber":28}, {"declaringClass":"org.junit.internal.runners.statements.RunAfters","methodName":"evaluate","fileName":"RunAfters.java","lineNumber":31}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runNotIgnored","fileName":"BlockJUnit4ClassRunner.java","lineNumber":79}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runChild","fileName":"BlockJUnit4ClassRunner.java","lineNumber":71}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runChild","fileName":"BlockJUnit4ClassRunner.java","lineNumber":49}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"execute","fileName":"JUnit4Provider.java","lineNumber":369}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"executeWithRerun","fileName":"JUnit4Provider.java","lineNumber":275}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"executeTestSet","fileName":"JUnit4Provider.java","lineNumber":239}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"invoke","fileName":"JUnit4Provider.java","lineNumber":160}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"invokeProviderInSameClassLoader","fileName":"ForkedBooter.java","lineNumber":373}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"runSuitesInProcess","fileName":"ForkedBooter.java","lineNumber":334}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"execute","fileName":"ForkedBooter.java","lineNumber":119}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"main","fileName":"ForkedBooter.java","lineNumber":407}],"suppressedExceptions":[]}
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 s - in org.nutz.mvc.init.MvcBaseTest
[INFO] Running org.nutz.mvc.init.MvcErrorCatchTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.nutz.mvc.init.MvcErrorCatchTest
[INFO] Running org.nutz.mvc.init.MvcModuleInitTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.nutz.mvc.init.MvcModuleInitTest
[INFO] Running org.nutz.mvc.init.RestModuleTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.nutz.mvc.init.RestModuleTest
[INFO] Running org.nutz.mvc.testapp.adaptor.SimpleAdaptorTest
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
Hi, hotcode replace
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
1495667792000
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
123456.0
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.859 s - in org.nutz.mvc.testapp.adaptor.SimpleAdaptorTest
[INFO] Running org.nutz.mvc.testapp.BaseTest
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
2,3,3
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
[ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.252 s <<< FAILURE! - in org.nutz.mvc.testapp.BaseTest
[ERROR] test_aop_trans_1(org.nutz.mvc.testapp.BaseTest)  Time elapsed: 0.146 s  <<< FAILURE!
java.lang.AssertionError: expected:<200> but was:<500>
	at org.nutz.mvc.testapp.BaseTest.test_aop_trans_1(BaseTest.java:89)

[INFO] Running org.nutz.mvc.testapp.mapping.Issue1212MappingTest
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.nutz.mvc.testapp.mapping.Issue1212MappingTest
[INFO] Running org.nutz.mvc.testapp.upload.UploadTest
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.nutz.mvc.testapp.upload.UploadTest
[INFO] Running org.nutz.mvc.testapp.views.ForwardViewTest
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.nutz.mvc.testapp.views.ForwardViewTest
[INFO] Running org.nutz.mvc.testapp.views.JspViewTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in org.nutz.mvc.testapp.views.JspViewTest
[INFO] Running org.nutz.mvc.testapp.views.RawViewTest
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.nutz.mvc.testapp.views.RawViewTest
[INFO] Running org.nutz.mvc.testapp.views.ServerRedirectViewTest
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in org.nutz.mvc.testapp.views.ServerRedirectViewTest
[INFO] Running org.nutz.mvc.testapp.views.ViewZoneTest
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.nutz.mvc.testapp.views.ViewZoneTest
[INFO] Running org.nutz.mvc.upload.unit.UploadingUnitTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.nutz.mvc.upload.unit.UploadingUnitTest
[INFO] Running org.nutz.mvc.upload.util.BufferRingTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.nutz.mvc.upload.util.BufferRingTest
[INFO] Running org.nutz.mvc.upload.util.RemountBytesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.mvc.upload.util.RemountBytesTest
[INFO] Running org.nutz.mvc.view.DefaultViewMakerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.nutz.mvc.view.DefaultViewMakerTest
[INFO] Running org.nutz.mvc.view.JspViewTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.nutz.mvc.view.JspViewTest
[INFO] Running org.nutz.mvc.view.redirect.ServerRedirectViewTest
/jsp/user/information.nut?id=373
/jsp/user/wendal
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.nutz.mvc.view.redirect.ServerRedirectViewTest
[INFO] Running org.nutz.plugin.PlugsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.nutz.plugin.PlugsTest
[INFO] Running org.nutz.resource.NutConfigTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.nutz.resource.NutConfigTest
[INFO] Running org.nutz.resource.ScansTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.nutz.resource.ScansTest
[INFO] Running org.nutz.test.PeanutTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.nutz.test.PeanutTest
[INFO] Running org.nutz.TestAll
4
chinese=中文
nutz=�?棒的
db.url=jdbc:mysql://127.0.0.1:3306/nutzbook
db.url2=jdbc:mysql://127.0.0.1:3306/nutzbook

{user={pet=[{name=wendal}, {name=zozoh}]}}
13701000041
18600321144
{
   "num1": "01.00",
   "num2": "02.00"
}
{
   "code": "200",
   "describe": "ok"
}
{
   "code": "200",
   "describe": "ok"
}
{
   "abc": {
      "map": null
   }
}
{"date":"1970-01-01 08:00:00"}
{"date":"1969-12-31 16:00:00"}
{"xx":""}
{"name":""}
org.nutz.json.generic.IntKeyMap@326d27ac
{"now":"2017-11-23 10:13:52"}
{"now":"2017-11-23 10:13:52 069"}
{
   "abc": {
      "code": "1600",
      "description": "���Ƶ�"
   }
}
{"now":"2017-11-23 10:13:52"}
{"now":"2017-11-23"}
[{dongdong={age=80}}]
[{dongdong=null}]
{
   "\u4E2D\u6587": "\u5730\u7403",
   "\t": "\t"
}
{����=����, 	=	}
{"date":"20171110"}
C:\Users\Jigc\tmp_nutz\00\00\00\00\00\00\00\01
fuck
class org.nutz.resource.impl.FileResource
/tmp/,-1
java.tmp.file/wendal
C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\ibm\gsk8\lib64;C:\Program Files (x86)\ibm\gsk8\lib;C:\Program Files\TortoiseSVN\bin;D:\Program Files (x86)\Subversion\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\bin;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Program Files\Java\jdk1.7.0_60\bin;C:\Program Files\Java\jdk1.7.0_60\jre\bin;C:\Users\Jigc\AppData\Local\Microsoft\WindowsApps; D:\apache-maven-3.5.2-bin\apache-maven-3.5.2\bin/os.name/zozoh
{
   "type": "org.nutz.ioc.loader.annotation.meta.ClassB",
   "singleton": true,
   "events": {
   },
   "args": [],
   "fields": {
      "dao": {
   "refer": "dao"
}
   },
   "scope": "app"
}
{
   "obj": {
      "type": "org.nutz.ioc.val.DefaultValueTypes",
      "fields": {
         "name": {
            "el": "sys[\"os.arch\"]"
         }
      }
   }
}
org.nutz.ioc.IocException: IocBean[a] throw Exception when creating
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:150)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:216)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:245)
	at org.nutz.ioc.SimpleIocTest.test_issue_1232(SimpleIocTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:21)
	at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:369)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:275)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:239)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:160)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
Caused by: java.lang.RuntimeException: IocBean[a] fail at field=[b]
	at org.nutz.ioc.weaver.FieldInjector.inject(FieldInjector.java:40)
	at org.nutz.ioc.weaver.DefaultWeaver.fill(DefaultWeaver.java:56)
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:136)
	... 53 more
Caused by: java.lang.RuntimeException: Fail to set field[org.nutz.ioc.meta.issue1232.Issue1232ClassA#b] using value[org.nutz.ioc.meta.issue1232.Issue1232ClassC@52b06bef]
	at org.nutz.lang.inject.InjectByField.inject(InjectByField.java:27)
	at org.nutz.ioc.weaver.FieldInjector.inject(FieldInjector.java:33)
	... 55 more
Caused by: org.nutz.castor.FailToCastObjectException: Fail to cast from <org.nutz.ioc.meta.issue1232.Issue1232ClassC> to <org.nutz.ioc.meta.issue1232.Issue1232ClassB> for {org.nutz.ioc.meta.issue1232.Issue1232ClassC@52b06bef}
	at org.nutz.castor.Castors.cast(Castors.java:262)
	at org.nutz.castor.Castors.castTo(Castors.java:316)
	at org.nutz.lang.inject.InjectByField.inject(InjectByField.java:22)
	... 56 more
Caused by: org.nutz.lang.born.BorningException: Fail to born or cast to 'org.nutz.ioc.meta.issue1232.Issue1232ClassB'
 by args: [@(org.nutz.ioc.meta.issue1232.Issue1232ClassC@52b06bef)]
 because: No suitable Constructor or Factory Method!!
	at org.nutz.lang.Mirror.born(Mirror.java:1008)
	at org.nutz.castor.castor.Object2Object.cast(Object2Object.java:12)
	at org.nutz.castor.Castors.cast(Castors.java:252)
	... 58 more
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... nonArgsVoid
���� []
-----------------------------------------------------
Before.... nonArgsVoid
���� []
My - Nutz >> nonArgsVoid
After..... nonArgsVoid
���� []
After..... nonArgsVoid
���� []
-----------------------------------------------------
Before.... argsVoid
���� ["Wendal is the best!"]
-----------------------------------------------------
Before.... argsVoid
���� ["Wendal is the best!"]
My - Nutz >> argsVoid
After..... argsVoid
���� ["Wendal is the best!"]
After..... argsVoid
���� ["Wendal is the best!"]
-----------------------------------------------------
Before.... mixObjectsVoid
���� ["Arg1", {}, 1, null]
-----------------------------------------------------
Before.... mixObjectsVoid
���� ["Arg1", {}, 1, null]
My - Nutz >> mixObjectsVoid
After..... mixObjectsVoid
���� ["Arg1", {}, 1, null]
After..... mixObjectsVoid
���� ["Arg1", {}, 1, null]
-----------------------------------------------------
Before.... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
-----------------------------------------------------
Before.... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
My - Nutz >> mixArgsVoid �ҵIJ���["XX", "WendalXXX", 0, "c", [1, 9090]]
After..... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
After..... mixArgsVoid
���� ["XX", "WendalXXX", 0, "c", [1, 9090]]
-----------------------------------------------------
Before.... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
-----------------------------------------------------
Before.... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
My - Nutz >> mixArgsVoid2
After..... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
After..... mixArgsVoid2
���� ["Aop1", true, 8888, "p", 34, false, "b", "Gp", null, null, [23, 90, 78]]
-----------------------------------------------------
Before.... mixArgsVoid4
���� ["WendalXXX"]
-----------------------------------------------------
Before.... mixArgsVoid4
���� ["WendalXXX"]
After..... mixArgsVoid4
���� ["WendalXXX"]
After..... mixArgsVoid4
���� ["WendalXXX"]
-----------------------------------------------------
Before.... returnLong
���� []
-----------------------------------------------------
Before.... returnLong
���� []
After..... returnLong
���� []
After..... returnLong
���� []
-----------------------------------------------------
Before.... returnBoolean
���� []
-----------------------------------------------------
Before.... returnBoolean
���� []
After..... returnBoolean
���� []
After..... returnBoolean
���� []
-----------------------------------------------------
Before.... returnByte
���� []
-----------------------------------------------------
Before.... returnByte
���� []
After..... returnByte
���� []
After..... returnByte
���� []
-----------------------------------------------------
Before.... returnChar
���� []
-----------------------------------------------------
Before.... returnChar
���� []
After..... returnChar
���� []
After..... returnChar
���� []
-----------------------------------------------------
Before.... returnFloat
���� []
-----------------------------------------------------
Before.... returnFloat
���� []
After..... returnFloat
���� []
After..... returnFloat
���� []
-----------------------------------------------------
Before.... returnShort
���� []
-----------------------------------------------------
Before.... returnShort
���� []
After..... returnShort
���� []
After..... returnShort
���� []
-----------------------------------------------------
Before.... returnDouble
���� []
-----------------------------------------------------
Before.... returnDouble
���� []
After..... returnDouble
���� []
After..... returnDouble
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... returnIntArray
���� []
-----------------------------------------------------
Before.... returnIntArray
���� []
After..... returnIntArray
���� []
After..... returnIntArray
���� []
-----------------------------------------------------
Before.... returnLongArray
���� []
-----------------------------------------------------
Before.... returnLongArray
���� []
After..... returnLongArray
���� []
After..... returnLongArray
���� []
-----------------------------------------------------
Before.... returnBooleanArray
���� []
-----------------------------------------------------
Before.... returnBooleanArray
���� []
After..... returnBooleanArray
���� []
After..... returnBooleanArray
���� []
-----------------------------------------------------
Before.... returnByteArray
���� []
-----------------------------------------------------
Before.... returnByteArray
���� []
After..... returnByteArray
���� []
After..... returnByteArray
���� []
-----------------------------------------------------
Before.... returnCharArray
���� []
-----------------------------------------------------
Before.... returnCharArray
���� []
After..... returnCharArray
���� []
After..... returnCharArray
���� []
-----------------------------------------------------
Before.... returnFloatArray
���� []
-----------------------------------------------------
Before.... returnFloatArray
���� []
After..... returnFloatArray
���� []
After..... returnFloatArray
���� []
-----------------------------------------------------
Before.... returnShortArray
���� []
-----------------------------------------------------
Before.... returnShortArray
���� []
After..... returnShortArray
���� []
After..... returnShortArray
���� []
-----------------------------------------------------
Before.... returnDoubleArray
���� []
-----------------------------------------------------
Before.... returnDoubleArray
���� []
After..... returnDoubleArray
���� []
After..... returnDoubleArray
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... throwException
���� []
-----------------------------------------------------
Before.... throwException
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Exception: ���DZ������׳����쳣!!!
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Exception: ���DZ������׳����쳣!!!
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
After..... returnObjectArray
���� []
After..... returnObjectArray
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... throwError
���� []
-----------------------------------------------------
Before.... throwError
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Error: ���DZ������׳����쳣!!!
���� []
�׳���Exception java.lang.RuntimeException: java.lang.Error: ���DZ������׳����쳣!!!
���� []
class org.nutz.aop.asm.test.Aop1
-----------------------------------------------------
Before.... returnString
���� []
-----------------------------------------------------
Before.... returnString
���� []
After..... returnString
���� []
After..... returnString
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
-----------------------------------------------------
Before.... returnObjectArray
���� []
After..... returnObjectArray
���� []
After..... returnObjectArray
���� []
-----------------------------------------------------
Before.... getRunnable
���� []
-----------------------------------------------------
Before.... getRunnable
���� []
After..... getRunnable
���� []
After..... getRunnable
���� []
-----------------------------------------------------
Before.... getEnum
���� []
-----------------------------------------------------
Before.... getEnum
���� []
After..... getEnum
���� []
After..... getEnum
���� []
class org.nutz.aop.asm.test.Aop1
org.nutz.aop.asm.test.Aop7$30070$$NUTZAOP@6c0905f6
class org.nutz.aop.asm.test.ZZZ
-----------------------------------------------------
Before.... p
���� [null]
-----------------------------------------------------
Before.... p
���� [null]
==========================================================
After..... p
���� [null]
After..... p
���� [null]
My - Nutz >> nonArgsVoid
My - Nutz >> argsVoid
C:\Users\Jigc\tmp_nutz\00\00\00\00\00\00\00\01
fuck
3
I am Here
I am Here
I am Here
I am Here
I am Here
I am Here
java
I am Here
I am Here
{"detailMessage":"Fail to cast 'Nutz' to <java.lang.Long>","cause":{"detailMessage":"For input string: \"Nutz\"","stackTrace":[{"declaringClass":"java.lang.NumberFormatException","methodName":"forInputString","fileName":"NumberFormatException.java","lineNumber":65}, {"declaringClass":"java.lang.Long","methodName":"parseLong","fileName":"Long.java","lineNumber":589}, {"declaringClass":"java.lang.Long","methodName":"valueOf","fileName":"Long.java","lineNumber":776}, {"declaringClass":"org.nutz.castor.castor.String2Long","methodName":"valueOf","fileName":"String2Long.java","lineNumber":15}, {"declaringClass":"org.nutz.castor.castor.String2Long","methodName":"valueOf","fileName":"String2Long.java","lineNumber":5}, {"declaringClass":"org.nutz.castor.castor.String2Number","methodName":"cast","fileName":"String2Number.java","lineNumber":39}, {"declaringClass":"org.nutz.castor.castor.String2Number","methodName":"cast","fileName":"String2Number.java","lineNumber":19}, {"declaringClass":"org.nutz.castor.Castors","methodName":"cast","fileName":"Castors.java","lineNumber":252}, {"declaringClass":"org.nutz.castor.Castors","methodName":"castTo","fileName":"Castors.java","lineNumber":316}, {"declaringClass":"org.nutz.castor.castor.Array2Object","methodName":"cast","fileName":"Array2Object.java","lineNumber":21}, {"declaringClass":"org.nutz.castor.Castors","methodName":"cast","fileName":"Castors.java","lineNumber":252}, {"declaringClass":"org.nutz.castor.Castors","methodName":"castTo","fileName":"Castors.java","lineNumber":316}, {"declaringClass":"org.nutz.mvc.adaptor.injector.NameInjector","methodName":"fromReqParam","fileName":"NameInjector.java","lineNumber":117}, {"declaringClass":"org.nutz.mvc.adaptor.injector.NameInjector","methodName":"get","fileName":"NameInjector.java","lineNumber":102}, {"declaringClass":"org.nutz.mvc.adaptor.AbstractAdaptor","methodName":"adapt","fileName":"AbstractAdaptor.java","lineNumber":288}, {"declaringClass":"org.nutz.mvc.impl.processor.AdaptorProcessor","methodName":"process","fileName":"AdaptorProcessor.java","lineNumber":25}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.ActionFiltersProcessor","methodName":"process","fileName":"ActionFiltersProcessor.java","lineNumber":58}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.ModuleProcessor","methodName":"process","fileName":"ModuleProcessor.java","lineNumber":123}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.EncodingProcessor","methodName":"process","fileName":"EncodingProcessor.java","lineNumber":27}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.UpdateRequestAttributesProcessor","methodName":"process","fileName":"UpdateRequestAttributesProcessor.java","lineNumber":15}, {"declaringClass":"org.nutz.mvc.impl.NutActionChain","methodName":"doChain","fileName":"NutActionChain.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.ActionInvoker","methodName":"invoke","fileName":"ActionInvoker.java","lineNumber":67}, {"declaringClass":"org.nutz.mvc.ActionHandler","methodName":"handle","fileName":"ActionHandler.java","lineNumber":31}, {"declaringClass":"org.nutz.mvc.NutServlet","methodName":"service","fileName":"NutServlet.java","lineNumber":75}, {"declaringClass":"javax.servlet.http.HttpServlet","methodName":"service","fileName":"HttpServlet.java","lineNumber":790}, {"declaringClass":"org.nutz.mvc.init.MvcBaseTest","methodName":"testRequestParms_error","fileName":"MvcBaseTest.java","lineNumber":67}, {"declaringClass":"sun.reflect.NativeMethodAccessorImpl","methodName":"invoke0","fileName":"NativeMethodAccessorImpl.java","lineNumber":-2}, {"declaringClass":"sun.reflect.NativeMethodAccessorImpl","methodName":"invoke","fileName":"NativeMethodAccessorImpl.java","lineNumber":62}, {"declaringClass":"sun.reflect.DelegatingMethodAccessorImpl","methodName":"invoke","fileName":"DelegatingMethodAccessorImpl.java","lineNumber":43}, {"declaringClass":"java.lang.reflect.Method","methodName":"invoke","fileName":"Method.java","lineNumber":498}, {"declaringClass":"org.junit.runners.model.FrameworkMethod$1","methodName":"runReflectiveCall","fileName":"FrameworkMethod.java","lineNumber":44}, {"declaringClass":"org.junit.internal.runners.model.ReflectiveCallable","methodName":"run","fileName":"ReflectiveCallable.java","lineNumber":15}, {"declaringClass":"org.junit.runners.model.FrameworkMethod","methodName":"invokeExplosively","fileName":"FrameworkMethod.java","lineNumber":41}, {"declaringClass":"org.junit.internal.runners.statements.InvokeMethod","methodName":"evaluate","fileName":"InvokeMethod.java","lineNumber":20}, {"declaringClass":"org.junit.internal.runners.statements.RunBefores","methodName":"evaluate","fileName":"RunBefores.java","lineNumber":28}, {"declaringClass":"org.junit.internal.runners.statements.RunAfters","methodName":"evaluate","fileName":"RunAfters.java","lineNumber":31}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runNotIgnored","fileName":"BlockJUnit4ClassRunner.java","lineNumber":79}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runChild","fileName":"BlockJUnit4ClassRunner.java","lineNumber":71}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runChild","fileName":"BlockJUnit4ClassRunner.java","lineNumber":49}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":128}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":24}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":128}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":24}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":128}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":24}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":128}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":24}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"execute","fileName":"JUnit4Provider.java","lineNumber":369}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"executeWithRerun","fileName":"JUnit4Provider.java","lineNumber":275}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"executeTestSet","fileName":"JUnit4Provider.java","lineNumber":239}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"invoke","fileName":"JUnit4Provider.java","lineNumber":160}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"invokeProviderInSameClassLoader","fileName":"ForkedBooter.java","lineNumber":373}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"runSuitesInProcess","fileName":"ForkedBooter.java","lineNumber":334}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"execute","fileName":"ForkedBooter.java","lineNumber":119}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"main","fileName":"ForkedBooter.java","lineNumber":407}],"suppressedExceptions":[]},"stackTrace":[{"declaringClass":"org.nutz.castor.castor.String2Number","methodName":"cast","fileName":"String2Number.java","lineNumber":45}, {"declaringClass":"org.nutz.castor.castor.String2Number","methodName":"cast","fileName":"String2Number.java","lineNumber":19}, {"declaringClass":"org.nutz.castor.Castors","methodName":"cast","fileName":"Castors.java","lineNumber":252}, {"declaringClass":"org.nutz.castor.Castors","methodName":"castTo","fileName":"Castors.java","lineNumber":316}, {"declaringClass":"org.nutz.castor.castor.Array2Object","methodName":"cast","fileName":"Array2Object.java","lineNumber":21}, {"declaringClass":"org.nutz.castor.Castors","methodName":"cast","fileName":"Castors.java","lineNumber":252}, {"declaringClass":"org.nutz.castor.Castors","methodName":"castTo","fileName":"Castors.java","lineNumber":316}, {"declaringClass":"org.nutz.mvc.adaptor.injector.NameInjector","methodName":"fromReqParam","fileName":"NameInjector.java","lineNumber":117}, {"declaringClass":"org.nutz.mvc.adaptor.injector.NameInjector","methodName":"get","fileName":"NameInjector.java","lineNumber":102}, {"declaringClass":"org.nutz.mvc.adaptor.AbstractAdaptor","methodName":"adapt","fileName":"AbstractAdaptor.java","lineNumber":288}, {"declaringClass":"org.nutz.mvc.impl.processor.AdaptorProcessor","methodName":"process","fileName":"AdaptorProcessor.java","lineNumber":25}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.ActionFiltersProcessor","methodName":"process","fileName":"ActionFiltersProcessor.java","lineNumber":58}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.ModuleProcessor","methodName":"process","fileName":"ModuleProcessor.java","lineNumber":123}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.EncodingProcessor","methodName":"process","fileName":"EncodingProcessor.java","lineNumber":27}, {"declaringClass":"org.nutz.mvc.impl.processor.AbstractProcessor","methodName":"doNext","fileName":"AbstractProcessor.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.processor.UpdateRequestAttributesProcessor","methodName":"process","fileName":"UpdateRequestAttributesProcessor.java","lineNumber":15}, {"declaringClass":"org.nutz.mvc.impl.NutActionChain","methodName":"doChain","fileName":"NutActionChain.java","lineNumber":44}, {"declaringClass":"org.nutz.mvc.impl.ActionInvoker","methodName":"invoke","fileName":"ActionInvoker.java","lineNumber":67}, {"declaringClass":"org.nutz.mvc.ActionHandler","methodName":"handle","fileName":"ActionHandler.java","lineNumber":31}, {"declaringClass":"org.nutz.mvc.NutServlet","methodName":"service","fileName":"NutServlet.java","lineNumber":75}, {"declaringClass":"javax.servlet.http.HttpServlet","methodName":"service","fileName":"HttpServlet.java","lineNumber":790}, {"declaringClass":"org.nutz.mvc.init.MvcBaseTest","methodName":"testRequestParms_error","fileName":"MvcBaseTest.java","lineNumber":67}, {"declaringClass":"sun.reflect.NativeMethodAccessorImpl","methodName":"invoke0","fileName":"NativeMethodAccessorImpl.java","lineNumber":-2}, {"declaringClass":"sun.reflect.NativeMethodAccessorImpl","methodName":"invoke","fileName":"NativeMethodAccessorImpl.java","lineNumber":62}, {"declaringClass":"sun.reflect.DelegatingMethodAccessorImpl","methodName":"invoke","fileName":"DelegatingMethodAccessorImpl.java","lineNumber":43}, {"declaringClass":"java.lang.reflect.Method","methodName":"invoke","fileName":"Method.java","lineNumber":498}, {"declaringClass":"org.junit.runners.model.FrameworkMethod$1","methodName":"runReflectiveCall","fileName":"FrameworkMethod.java","lineNumber":44}, {"declaringClass":"org.junit.internal.runners.model.ReflectiveCallable","methodName":"run","fileName":"ReflectiveCallable.java","lineNumber":15}, {"declaringClass":"org.junit.runners.model.FrameworkMethod","methodName":"invokeExplosively","fileName":"FrameworkMethod.java","lineNumber":41}, {"declaringClass":"org.junit.internal.runners.statements.InvokeMethod","methodName":"evaluate","fileName":"InvokeMethod.java","lineNumber":20}, {"declaringClass":"org.junit.internal.runners.statements.RunBefores","methodName":"evaluate","fileName":"RunBefores.java","lineNumber":28}, {"declaringClass":"org.junit.internal.runners.statements.RunAfters","methodName":"evaluate","fileName":"RunAfters.java","lineNumber":31}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runNotIgnored","fileName":"BlockJUnit4ClassRunner.java","lineNumber":79}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runChild","fileName":"BlockJUnit4ClassRunner.java","lineNumber":71}, {"declaringClass":"org.junit.runners.BlockJUnit4ClassRunner","methodName":"runChild","fileName":"BlockJUnit4ClassRunner.java","lineNumber":49}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":128}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":24}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":128}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":24}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":128}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":24}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":128}, {"declaringClass":"org.junit.runners.Suite","methodName":"runChild","fileName":"Suite.java","lineNumber":24}, {"declaringClass":"org.junit.runners.ParentRunner$3","methodName":"run","fileName":"ParentRunner.java","lineNumber":193}, {"declaringClass":"org.junit.runners.ParentRunner$1","methodName":"schedule","fileName":"ParentRunner.java","lineNumber":52}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"runChildren","fileName":"ParentRunner.java","lineNumber":191}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"access$000","fileName":"ParentRunner.java","lineNumber":42}, {"declaringClass":"org.junit.runners.ParentRunner$2","methodName":"evaluate","fileName":"ParentRunner.java","lineNumber":184}, {"declaringClass":"org.junit.runners.ParentRunner","methodName":"run","fileName":"ParentRunner.java","lineNumber":236}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"execute","fileName":"JUnit4Provider.java","lineNumber":369}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"executeWithRerun","fileName":"JUnit4Provider.java","lineNumber":275}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"executeTestSet","fileName":"JUnit4Provider.java","lineNumber":239}, {"declaringClass":"org.apache.maven.surefire.junit4.JUnit4Provider","methodName":"invoke","fileName":"JUnit4Provider.java","lineNumber":160}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"invokeProviderInSameClassLoader","fileName":"ForkedBooter.java","lineNumber":373}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"runSuitesInProcess","fileName":"ForkedBooter.java","lineNumber":334}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"execute","fileName":"ForkedBooter.java","lineNumber":119}, {"declaringClass":"org.apache.maven.surefire.booter.ForkedBooter","methodName":"main","fileName":"ForkedBooter.java","lineNumber":407}],"suppressedExceptions":[]}
2010-01-01
2010-01-01
/jsp/user/information.nut?id=373
/jsp/user/wendal
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
2,3,3
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
Hi, hotcode replace
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
1495667792000
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
123456.0
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
file:/D:/intellij%20IDEA/nutz/target/test-classes/org/nutz/mvc/testapp/Root/FLAG
class org.nutz.lang.Maths
a1
[{name=jk, age=12}, {name=nutz, age=5}]
[{name=[user[].����, people[].name], age=[user[].����, people[].age]}]
{user=[{����=jk, ����=12}], people=[{name=jk, age=12}]}
{draw=1, columns[0][data]=userId, columns[0][name]=, columns[0][searchable]=true, columns[0][orderable]=true, columns[0][search][value]=, columns[0][search][regex]=false, columns[1][data]=loginname, columns[1][name]=, columns[1][searchable]=true, columns[1][orderable]=true, columns[1][search][value]=, columns[1][search][regex]=false, columns[2][data]=nickname, columns[2][name]=, columns[2][searchable]=true, columns[2][orderable]=true, columns[2][search][value]=, columns[2][search][regex]=false, order[0][column]=0, order[0][dir]=asc, start=0, length=10, search[value]=, search[regex]=false}
[{
   "search": {
      "regex": "false",
      "value": ""
   },
   "data": "userId",
   "orderable": "true",
   "name": "",
   "searchable": "true"
}, {
   "search": {
      "regex": "false",
      "value": ""
   },
   "data": "loginname",
   "orderable": "true",
   "name": "",
   "searchable": "true"
}, {
   "search": {
      "regex": "false",
      "value": ""
   },
   "data": "nickname",
   "orderable": "true",
   "name": "",
   "searchable": "true"
}]
[{
   "data": "userId",
   "name": "",
   "searchable": true,
   "orderable": true
}, {
   "data": "loginname",
   "name": "",
   "searchable": true,
   "orderable": true
}, {
   "data": "nickname",
   "name": "",
   "searchable": true,
   "orderable": true
}]
{
   "s1": ["test"],
   "s2": {
      "s2": ["test"]
   }
}
[ERROR] Tests run: 1168, Failures: 5, Errors: 330, Skipped: 5, Time elapsed: 12.626 s <<< FAILURE! - in org.nutz.TestAll
[ERROR] test_update_rollback(org.nutz.trans.SimpleTransTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4bd51d3e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_batch_update_rollback(org.nutz.trans.SimpleTransTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@33425811 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue312(org.nutz.trans.SimpleTransTest)  Time elapsed: 0.01 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4b74b35 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testNestedRollback(org.nutz.trans.TransactionTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@e4e1ef5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testNestedCommit(org.nutz.trans.TransactionTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6d11ceef ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testRollback(org.nutz.trans.TransactionTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4cb2918c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] try_insert_multiple_dynamic_objects(org.nutz.trans.BatchTransTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@72e295cc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] try_insert_static_objects_by_many_many(org.nutz.trans.BatchTransTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@c2584d3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] try_insert_multiple_companys(org.nutz.trans.BatchTransTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6fa0450e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testReadCommitted(org.nutz.trans.TransLevelTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@37468787 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testTransLevel(org.nutz.trans.TransLevelTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@51ec2856 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testSerializable(org.nutz.trans.TransLevelTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@714f3da4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_entity_with_two_id(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1caa9eb6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_extends_tables_name(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2fcd7d3f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_anno_prefix_suffix(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@27e7c77f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] eval_manys_with_null_field(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6f70a21b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_complex_pojo_without_db(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6ae62c7e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_override_field(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2e869098 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_and_name_in_same_pojo(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@37c36608 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] eval_manymany(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5d497a91 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_multiple(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@617389a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_order(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1c8f6a90 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] eval_manys(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3050ac2f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_id(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@265bd546 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] eval_id_name(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1937eaff ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_name(org.nutz.dao.test.entity.EntityParsingTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7e0bc8a3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] tank_many_many_link_test(org.nutz.dao.test.entity.DynamicEntityParsingTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4b0f2299 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1286(org.nutz.dao.test.entity.DynamicEntityParsingTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@33063f5b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_DPet(org.nutz.dao.test.smoke.TableNameTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@15405bd6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_3_pets(org.nutz.dao.test.smoke.BatchInsertTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@352ed70d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fast_insert_2_pets_by_chain_to_map(org.nutz.dao.test.smoke.BatchInsertTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@70730db ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_2_pets_by_chain_to_map(org.nutz.dao.test.smoke.BatchInsertTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5793b87 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_statice_null_field(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@512575e9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_escape_varname_test(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6f1a16fe ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_by_limit(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2373ad99 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_dynamic_query(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@33634f04 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_dynamic_insert(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4993febc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_without_entity(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@48a0c8aa ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6192a5d5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1281(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3722c145 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1176(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4cbc2e3b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_cnd_pager(org.nutz.dao.test.sqls.CustomizedSqlsTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2975a9e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetchBooleanCallback(org.nutz.dao.test.sqls.CallbackTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@765ffb14 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForObjectClassOfT(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@57562473 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForRecord(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7a360554 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForObjectEntityOfT(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@424de326 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForLong(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2dd0f797 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryEntity1(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@67064bdc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testSqlInExp(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4a7fd0c9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForList(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@18578491 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryForInt(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3291b443 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testBatchUpdate(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@671c4166 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryEntity2(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@53d13cd4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testQueryRecords(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@77865933 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testUpdate(org.nutz.dao.test.sqls.SqlTemplateTest)  Time elapsed: 0.008 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@480ad82c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] insert_links_with_exception(org.nutz.dao.test.mapping.LinksGeneralTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4d18b73a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetchLinks_cnd(org.nutz.dao.test.mapping.LinksGeneralTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@177515d1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_all_links(org.nutz.dao.test.mapping.LinksGeneralTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@52ff99cd ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4c2af006 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@44032fde ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5578be42 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_with_one_id(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4e49ce2b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.011 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@136965e3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@53c6f96d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links_as_list(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@435cc7f9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4364712f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1b7a52dd ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7f93dd4e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5ad5be4a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3ad85136 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links(org.nutz.dao.test.mapping.OneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@737d100a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links_partly(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@12e5da86 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_null_field_links_partly(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6535117e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6fa13e6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_null_field_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3af7d855 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_null_field_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@77049094 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_null_field_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@f88bfbe ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@59bbe88a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5d8ab698 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.008 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@ed91d8d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@446626a7 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@429f7919 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4a2929a4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] insert_links(org.nutz.dao.test.mapping.ManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@cda6019 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links_partly(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@797c3c3b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4012d5bc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.013 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4375b013 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1cf0cacc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4f5b08d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@529c2a9a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3c87fdf2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links(org.nutz.dao.test.mapping.ManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@fe34b86 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3c98781a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.008 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3f736a16 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.005 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4601203a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@53abfc07 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2c8c16c0 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] fetch_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@80bfa9d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_links(org.nutz.dao.test.mapping.DynamicOneTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicOneTest.after(DynamicOneTest.java:27)

[ERROR] delete_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@47c40b56 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_null_field_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4b039c6d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_null_field_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7f5b9db ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] fetch_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@507d64aa ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@60b34931 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] clear_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4aa21f9d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@71c17a57 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@640ab13c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1e0a864d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.005 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@440e3ce6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3e67f5f2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicManyTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyTest.after(DynamicManyTest.java:28)

[ERROR] delete_links_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@fd53053 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.01 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4527f70a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@707b1a44 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7132a9dc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@57435801 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2da66a44 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] delete_with(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@527fc8e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.mapping.DynamicManyManyTest)  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.test.mapping.DynamicManyManyTest.after(DynamicManyManyTest.java:27)

[ERROR] test_deleteWith_many(org.nutz.dao.test.mapping.Issue338Test)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@61bfc9bf ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_with_autoinc_id(org.nutz.dao.test.mapping.RecordDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2c7106d9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1155(org.nutz.dao.test.mapping.Issue1155Test)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@329bad59 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1206(org.nutz.dao.test.mapping.Issue1206Test)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@862f408 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_by_filter(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@178f268a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_filter_no_field_match(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@33ecbd6c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_select_by_filter(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5c723f2d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_by_filter(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@432f521f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_by_filter(org.nutz.dao.test.normal.FieldFilterTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2d7a9786 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetch_by_condition_in_special_char(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7bab5898 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_daos_ext_insert_without_null(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@366d8b97 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1302(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@feb98ef ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue1342(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7654f833 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_list(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@571a01f9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_get_sql(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@d7109be ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_bean_uuid(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5e0ec41f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_escape_char(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@f4a3a8d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1163(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@8d8f754 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1168(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@d613308 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_918(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@25673087 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1179(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7b27e8f4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_xxx(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@348ad293 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1166(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@30f74e79 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1235(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2c88a3e8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetchLinks(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@68ac9ec5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_with(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@a50d709 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_truncate(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5ed4bc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pk_version(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6920b0bc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_sql_pager(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@65f651eb ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_clear(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@69923ac3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_2(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1f1ff879 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_dao_func(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@73d60e76 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_726(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.027 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@24f870ee ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_order_by(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5c441290 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_928(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3c78e551 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_1284(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7f1ef916 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_migration(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1886991b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_pojo_sql_params(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@64aad809 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_fetch_record(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1f03fba0 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_record_treemap(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@17dd671f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_chain_with_adaptor(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.019 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3bbf6abe ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_records(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.009 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@9679750 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_with_id(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@9b9a327 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_ignore_null(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@75a0c890 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_table_exists(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@358ab600 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_clear_two_records(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@e26af6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_count_with_entity(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@44065156 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_daoex_update(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3791f50e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_varchar_BigDecimal(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@574b7f4a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_chain_with_null(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@44ed0a8f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_count_by_condition(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.022 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@32177fa5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fast_insert_maps(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@a96d56c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_mysql_migration(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6ab4a5b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_integer_object_column(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2abe9173 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_migration_issue1254(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@235d29d6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_update(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1fdca564 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_dynamic_migration(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.024 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@43f9dd56 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_daos_queryCount(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1d12e953 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_use_blob_clob(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@57cb70be ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_create_error_class(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2d4608a6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_cnd_andEX_orEX(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@20d87335 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_cnd_emtry_in(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2a8a4e0c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] run_2_sqls_with_error(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@26c89563 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_readonly(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3bd6ba24 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_chain_insert(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@58f437b0 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_null_many(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@20f6f88c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_count_groupby(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4277127c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_coldefine_len(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4c7e978c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetch_by_join(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@354e7004 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue_insert_or_update(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.014 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@22ebccb9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_special_chain(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5875de6a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] new_nutdao_inside_trans(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@608fe01f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetch_null_name(org.nutz.dao.test.normal.SimpleDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2687725a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_by_el(org.nutz.dao.test.normal.InsertTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5a75ec37 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fastInsert_rollback_jdbc(org.nutz.dao.test.normal.InsertTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2c05ff9d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fastinsert_as_rollback(org.nutz.dao.test.normal.InsertTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@33956d1a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_insert_by_fieldfilter(org.nutz.dao.test.normal.InsertTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2e1ddc90 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_records(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.006 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5b7c8930 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_by_name(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@58867cd5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_record(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@40e32762 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_like(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5a8ab2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_pager(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3f50b680 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_query_by_fieldfilter(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@54db056b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetcy_by_fieldfilter(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@d5af0a5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_record_to_entity(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5981f4a6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_cri_equals_null(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.015 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@63dfada0 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_wrap_null(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6f231ced ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_orderbyset(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@35a60674 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_map_idkeyset(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@63d4f0a2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_map_namekeyset(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7d78f3d5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_int_range(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@a4b5ce3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_records_pager(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@f5b6e78 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_by_int_range(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4b4eced1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_like_ignorecase(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@71926a36 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetchLinks_with_cnd(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@216e9ca3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_special_char2(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@75120e58 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_long_range(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@48976e6d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_by_special_char(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2a367e93 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_records_pager_new(org.nutz.dao.test.normal.QueryTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7f6874f2 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_special_char2(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1a6dc589 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_map_namekeyset(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@697a34af ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_int_range(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4c5228e7 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_long_range(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@38e7ed69 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_special_char(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@806996 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_orderbyset(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@78b612c6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_map_idkeyset(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@257e0827 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_pager(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@22752544 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_records(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@21ba2445 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_like(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@69d23296 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_loop(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3c3820bb ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] query_records_pager(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@376c7d7d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] each_by_like_ignorecase(org.nutz.dao.test.normal.EachTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4784efd9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] batch_update_relation(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3fba233d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_ignore_null(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@427ae189 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_with_age_incr(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@16a9eb2e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_self_plus(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@76332405 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_chain_and_cnd_by_in(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@187e5235 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] batch_update_partly(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@d1d8e1a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_list_with_version(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5434e40c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_with_version(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3b48e183 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_with_pk_and_cnd(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@514de325 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] update_with_null_links(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@30c1da48 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_updateIgnoreNull(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@43a65cd8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] fetch_by_name_ignorecase(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3f1ef9d6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_updateIgnoreNull_by_list(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@17461db ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_chain_and_cnd(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.008 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3fd9e827 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_updateIgnoreNull_width_default(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4e682398 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_obj_with_readonly_field(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@670b3ca ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update_clob(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@24a86066 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] batch_update_all(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@54402c04 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue1260(org.nutz.dao.test.normal.UpdateTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5b3bb1f7 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] clear_links(org.nutz.dao.test.normal.BoneCP_Test)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@58d6b7b9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] insert_char_field(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3f1a4795 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] check_for_sqlTime(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.007 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6a6f6c7e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] insert_timestamp_field(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6c5ddccd ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] check_update_sqlTimestamp(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1dbd580 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] check_insert_null_timestamp_field(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.005 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6c101cc1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] check_if_support_all_normal_types(org.nutz.dao.test.normal.SupportedFieldTypeTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7d0d91a1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple(org.nutz.dao.test.normal.AutoGenerateValueTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7fb48179 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_var_in_prev(org.nutz.dao.test.normal.AutoGenerateValueTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@201c3cda ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_update(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4c86da0c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_by_object(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5d97caa4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_error_ann_name(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6732726 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetch_by_object(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@474821de ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_error_ann_id(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3d64c581 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_delete_by_pks(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5ec5ea63 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_fetch_by_pks(org.nutz.dao.test.normal.PkTest)  Time elapsed: 0.004 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4190bc8a ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_byte_array(org.nutz.dao.test.normal.BinaryDaoTest)  Time elapsed: 0.143 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@47d023b7 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_big_blob(org.nutz.dao.test.normal.BinaryDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5c83ae01 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_blob(org.nutz.dao.test.normal.BinaryDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2d64c100 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_clob(org.nutz.dao.test.normal.BinaryDaoTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@69d45cca ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableTimestampFieldDefaultNullInMySQL(org.nutz.dao.test.normal.CreateDropTableTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2fdf17dc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createDropTableInOracle(org.nutz.dao.test.normal.CreateDropTableTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6e6d4780 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInMySQL(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@650ae78c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInSqlServer(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2e73d5eb ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInOracle(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@79c5460e ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInPostgersqlAndH2(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7d904ff1 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInHSQL(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4f94e148 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] createTableInDB2(org.nutz.dao.test.normal.CreateTableWithCommentTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7ff8a9dc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_null_timestamp(org.nutz.dao.test.normal.DaoRecordTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2cde651b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] org.nutz.dao.util.DaoUpTest  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException
	at org.nutz.dao.util.DaoUpTest.setUp(DaoUpTest.java:74)

[ERROR] test_not_sql_group(org.nutz.dao.texp.CndTest)  Time elapsed: 0.023 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@534e58b6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in_by_int_list(org.nutz.dao.texp.CndTest)  Time elapsed: 0.003 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3bb87d36 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_obj_read_write(org.nutz.dao.texp.CndTest)  Time elapsed: 0.325 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1b495d4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in_by_int_array(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5e1dde44 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in_by_str_list(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7f37b6d9 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_in_by_str_array(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@71e35c4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_add_other_or_method_by_github_issuse_148(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@22a10ac6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_is_null(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@12fe1f28 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_order(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@503df2d0 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_is_not_null(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@26fb4d06 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_other_op(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@c269425 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_segment(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6e43ddd6 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_gt_like(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@51d719bc ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_bracket(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2d38edfd ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_equel(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1507c3c3 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_from_obj(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@655a01d8 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_like_in(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@c29fe36 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_not_in(org.nutz.dao.texp.CndTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6614bd4b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_chain_from_map(org.nutz.dao.texp.ChainTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@4d266391 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_chain_from_object(org.nutz.dao.texp.ChainTest)  Time elapsed: 0.05 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@7847ef2c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_chain_to_object(org.nutz.dao.texp.ChainTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3b5c665c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_h2_call(org.nutz.dao.test.exec.SimpleDaoExecTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@625a4ff ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_mysql_exec(org.nutz.dao.test.exec.SimpleDaoExecTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@41dc0598 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_simple_mysql_exec2(org.nutz.dao.test.exec.SimpleDaoExecTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@196ae579 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_exec_out(org.nutz.dao.test.exec.SimpleDaoExecTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6a2c717f ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] crud(org.nutz.dao.test.normal.psql.PsqlJsonTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@41853299 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] crud(org.nutz.dao.test.normal.psql.PsqlArrayTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@60d40ff4 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] crud(org.nutz.dao.test.normal.mysql.MysqlJsonTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@2e5b7fba ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] issue_1325(org.nutz.dao.test.interceptor.SimpleDaoInterceptorTest)  Time elapsed: 0.002 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@27755487 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_readAll(org.nutz.lang.LangTest)  Time elapsed: 0.001 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:<!![��Ҫ����-->����]> but was:<!![我要测试-->密码]>
	at org.nutz.lang.LangTest.test_readAll(LangTest.java:223)

[ERROR] test_change_charset(org.nutz.lang.StringsTest)  Time elapsed: 0 s  <<< FAILURE!
java.lang.AssertionError: 
	at org.nutz.lang.StringsTest.test_change_charset(StringsTest.java:479)

[ERROR] testWriteInt(org.nutz.lang.stream.StringOutputStreamTest)  Time elapsed: 0.001 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:<[��������]> but was:<[????????]>
	at org.nutz.lang.stream.StringOutputStreamTest.testWriteInt(StringOutputStreamTest.java:20)

[ERROR] testUTF8Properties(org.nutz.ioc.impl.PropertiesProxyTest)  Time elapsed: 0 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:<Nutz [��������Framework!˭��˭ϲ����������]> but was:<Nutz [超级棒的Framework!谁用谁喜欢,嘻嘻�?]>
	at org.nutz.ioc.impl.PropertiesProxyTest.testUTF8Properties(PropertiesProxyTest.java:30)

[ERROR] test_aop_trans_1(org.nutz.mvc.testapp.BaseTest)  Time elapsed: 0.086 s  <<< FAILURE!
java.lang.AssertionError: expected:<200> but was:<500>
	at org.nutz.mvc.testapp.BaseTest.test_aop_trans_1(BaseTest.java:89)

[INFO] Running org.nutz.trans.BatchTransTest
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.nutz.trans.BatchTransTest
[ERROR] try_insert_multiple_dynamic_objects(org.nutz.trans.BatchTransTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@6acffb2d ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] try_insert_static_objects_by_many_many(org.nutz.trans.BatchTransTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@61149fa5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] try_insert_multiple_companys(org.nutz.trans.BatchTransTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@149c39b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.trans.SimpleTransTest
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.nutz.trans.SimpleTransTest
[ERROR] test_update_rollback(org.nutz.trans.SimpleTransTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@f2d890c ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_batch_update_rollback(org.nutz.trans.SimpleTransTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@1a2e0d57 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] test_issue312(org.nutz.trans.SimpleTransTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@5f025000 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.trans.TransactionTest
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.nutz.trans.TransactionTest
[ERROR] testNestedRollback(org.nutz.trans.TransactionTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@10980560 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testNestedCommit(org.nutz.trans.TransactionTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@739e8b96 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testRollback(org.nutz.trans.TransactionTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@19b07407 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] Running org.nutz.trans.TransLevelTest
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.nutz.trans.TransLevelTest
[ERROR] testReadCommitted(org.nutz.trans.TransLevelTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@54ffa561 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testTransLevel(org.nutz.trans.TransLevelTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@49c099b ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[ERROR] testSerializable(org.nutz.trans.TransLevelTest)  Time elapsed: 0 s  <<< ERROR!
org.nutz.ioc.IocException: IocBean[dao -> dataSource] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[dataSource] fail at field=[driverClassName]
Caused by: org.nutz.ioc.IocException: IocBean[config] throw Exception when creating
Caused by: java.lang.RuntimeException: IocBean[config] fail at field=[paths]
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Ljava.lang.String;@3d9f0a5 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPaths()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no found in nutz-test.properties
Caused by: java.lang.RuntimeException: folder or file like '^.+[.]properties$' no found in nutz-test.properties

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR] org.nutz.ioc.impl.PropertiesProxyTest.testUTF8Properties(org.nutz.ioc.impl.PropertiesProxyTest)
[ERROR]   Run 1: PropertiesProxyTest.testUTF8Properties:30 expected:<Nutz [��������Framework!˭��˭ϲ����������]> but was:<Nutz [超级棒的Framework!谁用谁喜欢,嘻嘻�?]>
[ERROR]   Run 2: PropertiesProxyTest.testUTF8Properties:30 expected:<Nutz [��������Framework!˭��˭ϲ����������]> but was:<Nutz [超级棒的Framework!谁用谁喜欢,嘻嘻�?]>
[INFO] 
[ERROR] org.nutz.lang.LangTest.test_readAll(org.nutz.lang.LangTest)
[ERROR]   Run 1: LangTest.test_readAll:223->Assert.assertEquals:145->Assert.assertEquals:123 expected:<!![��Ҫ����-->����]> but was:<!![我要测试-->密码]>
[ERROR]   Run 2: LangTest.test_readAll:223->Assert.assertEquals:145->Assert.assertEquals:123 expected:<!![��Ҫ����-->����]> but was:<!![我要测试-->密码]>
[INFO] 
[ERROR] org.nutz.lang.StringsTest.test_change_charset(org.nutz.lang.StringsTest)
[ERROR]   Run 1: StringsTest.test_change_charset:479
[ERROR]   Run 2: StringsTest.test_change_charset:479
[INFO] 
[ERROR] org.nutz.lang.stream.StringOutputStreamTest.testWriteInt(org.nutz.lang.stream.StringOutputStreamTest)
[ERROR]   Run 1: StringOutputStreamTest.testWriteInt:20 expected:<[��������]> but was:<[????????]>
[ERROR]   Run 2: StringOutputStreamTest.testWriteInt:20 expected:<[��������]> but was:<[????????]>
[INFO] 
[ERROR] org.nutz.mvc.testapp.BaseTest.test_aop_trans_1(org.nutz.mvc.testapp.BaseTest)
[ERROR]   Run 1: BaseTest.test_aop_trans_1:89 expected:<200> but was:<500>
[ERROR]   Run 2: BaseTest.test_aop_trans_1:89 expected:<200> but was:<500>
[INFO] 
[ERROR] Errors: 
[ERROR] org.nutz.dao.test.entity.DynamicEntityParsingTest.tank_many_many_link_test(org.nutz.dao.test.entity.DynamicEntityParsingTest)
[ERROR]   Run 1: DynamicEntityParsingTest>DaoCase.setUp:20 ? Runtime nutz-test.properties Not F...
[ERROR]   Run 2: DynamicEntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] thr...
[INFO] 
[ERROR] org.nutz.dao.test.entity.DynamicEntityParsingTest.test_issue_1286(org.nutz.dao.test.entity.DynamicEntityParsingTest)
[ERROR]   Run 1: DynamicEntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] thr...
[ERROR]   Run 2: DynamicEntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] thr...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.eval_id_name(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.eval_manymany(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.eval_manys(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.eval_manys_with_null_field(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_anno_prefix_suffix(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_complex_pojo_without_db(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_entity_with_two_id(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_extends_tables_name(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_override_field(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_pk_and_name_in_same_pojo(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_pk_id(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_pk_multiple(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_pk_name(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.entity.EntityParsingTest.test_pk_order(org.nutz.dao.test.entity.EntityParsingTest)
[ERROR]   Run 1: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: EntityParsingTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.exec.SimpleDaoExecTest.test_exec_out(org.nutz.dao.test.exec.SimpleDaoExecTest)
[ERROR]   Run 1: SimpleDaoExecTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: SimpleDaoExecTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.exec.SimpleDaoExecTest.test_simple_h2_call(org.nutz.dao.test.exec.SimpleDaoExecTest)
[ERROR]   Run 1: SimpleDaoExecTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: SimpleDaoExecTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.exec.SimpleDaoExecTest.test_simple_mysql_exec(org.nutz.dao.test.exec.SimpleDaoExecTest)
[ERROR]   Run 1: SimpleDaoExecTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: SimpleDaoExecTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.exec.SimpleDaoExecTest.test_simple_mysql_exec2(org.nutz.dao.test.exec.SimpleDaoExecTest)
[ERROR]   Run 1: SimpleDaoExecTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[ERROR]   Run 2: SimpleDaoExecTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exce...
[INFO] 
[ERROR] org.nutz.dao.test.interceptor.SimpleDaoInterceptorTest.issue_1325(org.nutz.dao.test.interceptor.SimpleDaoInterceptorTest)
[ERROR]   Run 1: SimpleDaoInterceptorTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] thr...
[ERROR]   Run 2: SimpleDaoInterceptorTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] thr...
[ERROR]   Run 3: SimpleDaoInterceptorTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] thr...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyManyTest.clear_links(org.nutz.dao.test.mapping.DynamicManyManyTest)
[ERROR]   Run 1: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 2: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 4: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyManyTest.delete_links(org.nutz.dao.test.mapping.DynamicManyManyTest)
[ERROR]   Run 1: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 2: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 4: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyManyTest.delete_links_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)
[ERROR]   Run 1: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 2: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 4: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyManyTest.delete_with(org.nutz.dao.test.mapping.DynamicManyManyTest)
[ERROR]   Run 1: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 2: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 4: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyManyTest.delete_with_partly(org.nutz.dao.test.mapping.DynamicManyManyTest)
[ERROR]   Run 1: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 2: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 4: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyManyTest.update_links(org.nutz.dao.test.mapping.DynamicManyManyTest)
[ERROR]   Run 1: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 2: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 4: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyManyTest.update_with(org.nutz.dao.test.mapping.DynamicManyManyTest)
[ERROR]   Run 1: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 2: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 4: DynamicManyManyTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.clear_links(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.clear_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.delete_links(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.delete_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.delete_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.delete_null_field_links_partly(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.delete_with(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.delete_with_partly(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.fetch_null_field_links(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.update_links(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicManyTest.update_with(org.nutz.dao.test.mapping.DynamicManyTest)
[ERROR]   Run 1: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[ERROR]   Run 3: DynamicManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 4: DynamicManyTest>DaoCase.tearDown:29->after:28 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicOneTest.clear_links(org.nutz.dao.test.mapping.DynamicOneTest)
[ERROR]   Run 1: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 4: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicOneTest.delete_links(org.nutz.dao.test.mapping.DynamicOneTest)
[ERROR]   Run 1: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 4: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicOneTest.delete_with(org.nutz.dao.test.mapping.DynamicOneTest)
[ERROR]   Run 1: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 4: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicOneTest.fetch_links(org.nutz.dao.test.mapping.DynamicOneTest)
[ERROR]   Run 1: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 4: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicOneTest.update_links(org.nutz.dao.test.mapping.DynamicOneTest)
[ERROR]   Run 1: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 4: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.DynamicOneTest.update_with(org.nutz.dao.test.mapping.DynamicOneTest)
[ERROR]   Run 1: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[ERROR]   Run 3: DynamicOneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 4: DynamicOneTest>DaoCase.tearDown:29->after:27 NullPointer
[INFO] 
[ERROR] org.nutz.dao.test.mapping.Issue1155Test.test_issue_1155(org.nutz.dao.test.mapping.Issue1155Test)
[ERROR]   Run 1: Issue1155Test>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: Issue1155Test>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.Issue1206Test.test_issue_1206(org.nutz.dao.test.mapping.Issue1206Test)
[ERROR]   Run 1: Issue1206Test>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: Issue1206Test>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.Issue338Test.test_deleteWith_many(org.nutz.dao.test.mapping.Issue338Test)
[ERROR]   Run 1: Issue338Test>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: Issue338Test>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.LinksGeneralTest.fetch_all_links(org.nutz.dao.test.mapping.LinksGeneralTest)
[ERROR]   Run 1: LinksGeneralTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excep...
[ERROR]   Run 2: LinksGeneralTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excep...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.LinksGeneralTest.insert_links_with_exception(org.nutz.dao.test.mapping.LinksGeneralTest)
[ERROR]   Run 1: LinksGeneralTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excep...
[ERROR]   Run 2: LinksGeneralTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excep...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.LinksGeneralTest.test_fetchLinks_cnd(org.nutz.dao.test.mapping.LinksGeneralTest)
[ERROR]   Run 1: LinksGeneralTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excep...
[ERROR]   Run 2: LinksGeneralTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excep...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyManyTest.clear_links(org.nutz.dao.test.mapping.ManyManyTest)
[ERROR]   Run 1: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyManyTest.delete_links(org.nutz.dao.test.mapping.ManyManyTest)
[ERROR]   Run 1: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyManyTest.delete_links_partly(org.nutz.dao.test.mapping.ManyManyTest)
[ERROR]   Run 1: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyManyTest.delete_with(org.nutz.dao.test.mapping.ManyManyTest)
[ERROR]   Run 1: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyManyTest.delete_with_partly(org.nutz.dao.test.mapping.ManyManyTest)
[ERROR]   Run 1: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyManyTest.fetch_links(org.nutz.dao.test.mapping.ManyManyTest)
[ERROR]   Run 1: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyManyTest.update_links(org.nutz.dao.test.mapping.ManyManyTest)
[ERROR]   Run 1: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyManyTest.update_with(org.nutz.dao.test.mapping.ManyManyTest)
[ERROR]   Run 1: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: ManyManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.clear_links(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.clear_null_field_links(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.delete_links(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.delete_links_partly(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.delete_null_field_links(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.delete_null_field_links_partly(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.delete_with(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.delete_with_partly(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.fetch_links(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.fetch_null_field_links(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.insert_links(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.update_links(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.ManyTest.update_with(org.nutz.dao.test.mapping.ManyTest)
[ERROR]   Run 1: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: ManyTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.clear_links(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.clear_links_as_list(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.delete_links(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.delete_links_as_list(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.delete_with(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.delete_with_as_list(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.fetch_links(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.fetch_links_as_list(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.test_insert_with_one_id(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.update_links(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.update_links_as_list(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.update_with(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.OneTest.update_with_as_list(org.nutz.dao.test.mapping.OneTest)
[ERROR]   Run 1: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: OneTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.test.mapping.RecordDaoTest.test_insert_with_autoinc_id(org.nutz.dao.test.mapping.RecordDaoTest)
[ERROR]   Run 1: RecordDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: RecordDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.AutoGenerateValueTest.test_simple(org.nutz.dao.test.normal.AutoGenerateValueTest)
[ERROR]   Run 1: AutoGenerateValueTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw ...
[ERROR]   Run 2: AutoGenerateValueTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.AutoGenerateValueTest.test_var_in_prev(org.nutz.dao.test.normal.AutoGenerateValueTest)
[ERROR]   Run 1: AutoGenerateValueTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw ...
[ERROR]   Run 2: AutoGenerateValueTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.BinaryDaoTest.test_big_blob(org.nutz.dao.test.normal.BinaryDaoTest)
[ERROR]   Run 1: BinaryDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: BinaryDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.BinaryDaoTest.test_blob(org.nutz.dao.test.normal.BinaryDaoTest)
[ERROR]   Run 1: BinaryDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: BinaryDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.BinaryDaoTest.test_clob(org.nutz.dao.test.normal.BinaryDaoTest)
[ERROR]   Run 1: BinaryDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: BinaryDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.BinaryDaoTest.test_simple_byte_array(org.nutz.dao.test.normal.BinaryDaoTest)
[ERROR]   Run 1: BinaryDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: BinaryDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.BoneCP_Test.clear_links(org.nutz.dao.test.normal.BoneCP_Test)
[ERROR]   Run 1: BoneCP_Test>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception ...
[ERROR]   Run 2: BoneCP_Test>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.CreateDropTableTest.createDropTableInOracle(org.nutz.dao.test.normal.CreateDropTableTest)
[ERROR]   Run 1: CreateDropTableTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 2: CreateDropTableTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[INFO] 
[ERROR] org.nutz.dao.test.normal.CreateDropTableTest.createTableTimestampFieldDefaultNullInMySQL(org.nutz.dao.test.normal.CreateDropTableTest)
[ERROR]   Run 1: CreateDropTableTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[ERROR]   Run 2: CreateDropTableTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Ex...
[INFO] 
[ERROR] org.nutz.dao.test.normal.CreateTableWithCommentTest.createTableInDB2(org.nutz.dao.test.normal.CreateTableWithCommentTest)
[ERROR]   Run 1: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[ERROR]   Run 2: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[INFO] 
[ERROR] org.nutz.dao.test.normal.CreateTableWithCommentTest.createTableInHSQL(org.nutz.dao.test.normal.CreateTableWithCommentTest)
[ERROR]   Run 1: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[ERROR]   Run 2: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[INFO] 
[ERROR] org.nutz.dao.test.normal.CreateTableWithCommentTest.createTableInMySQL(org.nutz.dao.test.normal.CreateTableWithCommentTest)
[ERROR]   Run 1: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[ERROR]   Run 2: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[INFO] 
[ERROR] org.nutz.dao.test.normal.CreateTableWithCommentTest.createTableInOracle(org.nutz.dao.test.normal.CreateTableWithCommentTest)
[ERROR]   Run 1: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[ERROR]   Run 2: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[INFO] 
[ERROR] org.nutz.dao.test.normal.CreateTableWithCommentTest.createTableInPostgersqlAndH2(org.nutz.dao.test.normal.CreateTableWithCommentTest)
[ERROR]   Run 1: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[ERROR]   Run 2: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[INFO] 
[ERROR] org.nutz.dao.test.normal.CreateTableWithCommentTest.createTableInSqlServer(org.nutz.dao.test.normal.CreateTableWithCommentTest)
[ERROR]   Run 1: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[ERROR]   Run 2: CreateTableWithCommentTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] t...
[INFO] 
[ERROR]   CustomizedFieldNameTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] thro...
[ERROR] org.nutz.dao.test.normal.DaoRecordTest.test_null_timestamp(org.nutz.dao.test.normal.DaoRecordTest)
[ERROR]   Run 1: DaoRecordTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: DaoRecordTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_int_range(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_like(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_like_ignorecase(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_long_range(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_loop(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_map_idkeyset(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_map_namekeyset(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_orderbyset(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_pager(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_special_char(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.each_by_special_char2(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.query_records(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.EachTest.query_records_pager(org.nutz.dao.test.normal.EachTest)
[ERROR]   Run 1: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[ERROR]   Run 2: EachTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception whe...
[INFO] 
[ERROR] org.nutz.dao.test.normal.FieldFilterTest.test_filter_no_field_match(org.nutz.dao.test.normal.FieldFilterTest)
[ERROR]   Run 1: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.normal.FieldFilterTest.test_insert_by_filter(org.nutz.dao.test.normal.FieldFilterTest)
[ERROR]   Run 1: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.normal.FieldFilterTest.test_query_by_filter(org.nutz.dao.test.normal.FieldFilterTest)
[ERROR]   Run 1: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.normal.FieldFilterTest.test_select_by_filter(org.nutz.dao.test.normal.FieldFilterTest)
[ERROR]   Run 1: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.normal.FieldFilterTest.test_update_by_filter(org.nutz.dao.test.normal.FieldFilterTest)
[ERROR]   Run 1: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: FieldFilterTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.normal.InsertTest.test_fastInsert_rollback_jdbc(org.nutz.dao.test.normal.InsertTest)
[ERROR]   Run 1: InsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: InsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.InsertTest.test_fastinsert_as_rollback(org.nutz.dao.test.normal.InsertTest)
[ERROR]   Run 1: InsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: InsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.InsertTest.test_insert_by_el(org.nutz.dao.test.normal.InsertTest)
[ERROR]   Run 1: InsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: InsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.InsertTest.test_insert_by_fieldfilter(org.nutz.dao.test.normal.InsertTest)
[ERROR]   Run 1: InsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: InsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.PkTest.test_delete_by_object(org.nutz.dao.test.normal.PkTest)
[ERROR]   Run 1: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[ERROR]   Run 2: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.PkTest.test_delete_by_pks(org.nutz.dao.test.normal.PkTest)
[ERROR]   Run 1: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[ERROR]   Run 2: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.PkTest.test_error_ann_id(org.nutz.dao.test.normal.PkTest)
[ERROR]   Run 1: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[ERROR]   Run 2: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.PkTest.test_error_ann_name(org.nutz.dao.test.normal.PkTest)
[ERROR]   Run 1: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[ERROR]   Run 2: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.PkTest.test_fetch_by_object(org.nutz.dao.test.normal.PkTest)
[ERROR]   Run 1: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[ERROR]   Run 2: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.PkTest.test_fetch_by_pks(org.nutz.dao.test.normal.PkTest)
[ERROR]   Run 1: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[ERROR]   Run 2: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.PkTest.test_update(org.nutz.dao.test.normal.PkTest)
[ERROR]   Run 1: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[ERROR]   Run 2: PkTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when ...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.clear_by_int_range(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.fetchLinks_with_cnd(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.fetch_by_name(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.fetch_record(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_cri_equals_null(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_int_range(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_like(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_like_ignorecase(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_long_range(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_map_idkeyset(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_map_namekeyset(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_orderbyset(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_pager(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_special_char(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_special_char2(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_by_wrap_null(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_records(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_records_pager(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.query_records_pager_new(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.test_fetcy_by_fieldfilter(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.test_query_by_fieldfilter(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.QueryTest.test_record_to_entity(org.nutz.dao.test.normal.QueryTest)
[ERROR]   Run 1: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: QueryTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.new_nutdao_inside_trans(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.run_2_sqls_with_error(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_bean_uuid(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_chain_insert(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_clear(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_clear_two_records(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_cnd_andEX_orEX(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_cnd_emtry_in(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_coldefine_len(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_count_by_condition(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_count_groupby(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_count_with_entity(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_create_error_class(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_dao_func(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_daoex_update(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_daos_ext_insert_without_null(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_daos_queryCount(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_delete_list(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_delete_null_many(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_delete_records(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_dynamic_migration(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_escape_char(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_fast_insert_maps(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_fetchLinks(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_fetch_by_condition_in_special_char(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_fetch_by_join(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_fetch_null_name(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_get_sql(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_insert_chain_with_adaptor(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_insert_chain_with_null(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_insert_ignore_null(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_insert_readonly(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_insert_special_chain(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_insert_with(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_insert_with_id(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_integer_object_column(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue1342(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_1163(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_1166(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_1168(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_1179(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_1235(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_1284(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_1302(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_726(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_918(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_928(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_issue_insert_or_update(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_migration(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_migration_issue1254(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_mysql_migration(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_order_by(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_pk_version(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_pojo_sql_params(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_query_2(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_record_treemap(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_simple_fetch_record(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_simple_update(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_sql_pager(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_table_exists(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_truncate(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_use_blob_clob(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_varchar_BigDecimal(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SimpleDaoTest.test_xxx(org.nutz.dao.test.normal.SimpleDaoTest)
[ERROR]   Run 1: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: SimpleDaoTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SupportedFieldTypeTest.check_for_sqlTime(org.nutz.dao.test.normal.SupportedFieldTypeTest)
[ERROR]   Run 1: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[ERROR]   Run 2: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SupportedFieldTypeTest.check_if_support_all_normal_types(org.nutz.dao.test.normal.SupportedFieldTypeTest)
[ERROR]   Run 1: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[ERROR]   Run 2: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SupportedFieldTypeTest.check_insert_null_timestamp_field(org.nutz.dao.test.normal.SupportedFieldTypeTest)
[ERROR]   Run 1: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[ERROR]   Run 2: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SupportedFieldTypeTest.check_update_sqlTimestamp(org.nutz.dao.test.normal.SupportedFieldTypeTest)
[ERROR]   Run 1: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[ERROR]   Run 2: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SupportedFieldTypeTest.insert_char_field(org.nutz.dao.test.normal.SupportedFieldTypeTest)
[ERROR]   Run 1: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[ERROR]   Run 2: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[INFO] 
[ERROR] org.nutz.dao.test.normal.SupportedFieldTypeTest.insert_timestamp_field(org.nutz.dao.test.normal.SupportedFieldTypeTest)
[ERROR]   Run 1: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[ERROR]   Run 2: SupportedFieldTypeTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.batch_update_all(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.batch_update_partly(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.batch_update_relation(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.fetch_by_name_ignorecase(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_issue1260(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_updateIgnoreNull(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_updateIgnoreNull_by_list(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_updateIgnoreNull_width_default(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_chain_and_cnd(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_chain_and_cnd_by_in(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_clob(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_ignore_null(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_list_with_version(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_obj_with_readonly_field(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_self_plus(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_with_age_incr(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_with_pk_and_cnd(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.test_update_with_version(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.UpdateTest.update_with_null_links(org.nutz.dao.test.normal.UpdateTest)
[ERROR]   Run 1: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[ERROR]   Run 2: UpdateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception w...
[INFO] 
[ERROR] org.nutz.dao.test.normal.mysql.MysqlJsonTest.crud(org.nutz.dao.test.normal.mysql.MysqlJsonTest)
[ERROR]   Run 1: MysqlJsonTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: MysqlJsonTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 3: MysqlJsonTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.psql.PsqlArrayTest.crud(org.nutz.dao.test.normal.psql.PsqlArrayTest)
[ERROR]   Run 1: PsqlArrayTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: PsqlArrayTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 3: PsqlArrayTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.normal.psql.PsqlJsonTest.crud(org.nutz.dao.test.normal.psql.PsqlJsonTest)
[ERROR]   Run 1: PsqlJsonTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: PsqlJsonTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 3: PsqlJsonTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.smoke.BatchInsertTest.test_fast_insert_2_pets_by_chain_to_map(org.nutz.dao.test.smoke.BatchInsertTest)
[ERROR]   Run 1: BatchInsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: BatchInsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.smoke.BatchInsertTest.test_insert_2_pets_by_chain_to_map(org.nutz.dao.test.smoke.BatchInsertTest)
[ERROR]   Run 1: BatchInsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: BatchInsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.smoke.BatchInsertTest.test_insert_3_pets(org.nutz.dao.test.smoke.BatchInsertTest)
[ERROR]   Run 1: BatchInsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: BatchInsertTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.smoke.TableNameTest.test_insert_DPet(org.nutz.dao.test.smoke.TableNameTest)
[ERROR]   Run 1: TableNameTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[ERROR]   Run 2: TableNameTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exceptio...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CallbackTest.test_fetchBooleanCallback(org.nutz.dao.test.sqls.CallbackTest)
[ERROR]   Run 1: CallbackTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[ERROR]   Run 2: CallbackTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_cnd_pager(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_dynamic_insert(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_dynamic_query(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_escape_varname_test(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_in(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_issue_1176(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_issue_1281(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_query_by_limit(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_query_without_entity(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.CustomizedSqlsTest.test_statice_null_field(org.nutz.dao.test.sqls.CustomizedSqlsTest)
[ERROR]   Run 1: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[ERROR]   Run 2: CustomizedSqlsTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exc...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testBatchUpdate(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testQueryEntity1(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testQueryEntity2(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testQueryForInt(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testQueryForList(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testQueryForLong(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testQueryForObjectClassOfT(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testQueryForObjectEntityOfT(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testQueryForRecord(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testQueryRecords(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testSqlInExp(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.test.sqls.SqlTemplateTest.testUpdate(org.nutz.dao.test.sqls.SqlTemplateTest)
[ERROR]   Run 1: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SqlTemplateTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.dao.texp.ChainTest.test_chain_from_map(org.nutz.dao.texp.ChainTest)
[ERROR]   Run 1: ChainTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: ChainTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.texp.ChainTest.test_chain_from_object(org.nutz.dao.texp.ChainTest)
[ERROR]   Run 1: ChainTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: ChainTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.texp.ChainTest.test_chain_to_object(org.nutz.dao.texp.ChainTest)
[ERROR]   Run 1: ChainTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[ERROR]   Run 2: ChainTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception wh...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_add_other_or_method_by_github_issuse_148(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_bracket(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_equel(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_from_obj(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_gt_like(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_in_by_int_array(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_in_by_int_list(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_in_by_str_array(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_in_by_str_list(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_is_not_null(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_is_null(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_like_in(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_not_in(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_not_sql_group(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_obj_read_write(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_order(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_other_op(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.texp.CndTest.test_segment(org.nutz.dao.texp.CndTest)
[ERROR]   Run 1: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[ERROR]   Run 2: CndTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Exception when...
[INFO] 
[ERROR] org.nutz.dao.util.DaoUpTest.org.nutz.dao.util.DaoUpTest
[ERROR]   Run 1: DaoUpTest.setUp:74 ? NullPointer
[ERROR]   Run 2: DaoUpTest.setUp:74 ? NullPointer
[INFO] 
[ERROR] org.nutz.trans.BatchTransTest.try_insert_multiple_companys(org.nutz.trans.BatchTransTest)
[ERROR]   Run 1: BatchTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: BatchTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[INFO] 
[ERROR] org.nutz.trans.BatchTransTest.try_insert_multiple_dynamic_objects(org.nutz.trans.BatchTransTest)
[ERROR]   Run 1: BatchTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: BatchTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[INFO] 
[ERROR] org.nutz.trans.BatchTransTest.try_insert_static_objects_by_many_many(org.nutz.trans.BatchTransTest)
[ERROR]   Run 1: BatchTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: BatchTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[INFO] 
[ERROR] org.nutz.trans.SimpleTransTest.test_batch_update_rollback(org.nutz.trans.SimpleTransTest)
[ERROR]   Run 1: SimpleTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SimpleTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.trans.SimpleTransTest.test_issue312(org.nutz.trans.SimpleTransTest)
[ERROR]   Run 1: SimpleTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SimpleTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.trans.SimpleTransTest.test_update_rollback(org.nutz.trans.SimpleTransTest)
[ERROR]   Run 1: SimpleTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: SimpleTransTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.trans.TransLevelTest.testReadCommitted(org.nutz.trans.TransLevelTest)
[ERROR]   Run 1: TransLevelTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: TransLevelTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[INFO] 
[ERROR] org.nutz.trans.TransLevelTest.testSerializable(org.nutz.trans.TransLevelTest)
[ERROR]   Run 1: TransLevelTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: TransLevelTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[INFO] 
[ERROR] org.nutz.trans.TransLevelTest.testTransLevel(org.nutz.trans.TransLevelTest)
[ERROR]   Run 1: TransLevelTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[ERROR]   Run 2: TransLevelTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Excepti...
[INFO] 
[ERROR] org.nutz.trans.TransactionTest.testNestedCommit(org.nutz.trans.TransactionTest)
[ERROR]   Run 1: TransactionTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: TransactionTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.trans.TransactionTest.testNestedRollback(org.nutz.trans.TransactionTest)
[ERROR]   Run 1: TransactionTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: TransactionTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[ERROR] org.nutz.trans.TransactionTest.testRollback(org.nutz.trans.TransactionTest)
[ERROR]   Run 1: TransactionTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[ERROR]   Run 2: TransactionTest>DaoCase.setUp:22 ? Ioc IocBean[dao -> dataSource] throw Except...
[INFO] 
[INFO] 
[ERROR] Tests run: 2000, Failures: 5, Errors: 307, Skipped: 5
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:00 min
[INFO] Finished at: 2017-11-23T10:14:01+08:00
[INFO] Final Memory: 23M/407M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on project nutz: There are test failures.
[ERROR] 
[ERROR] Please refer to D:\intellij IDEA\nutz\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Process finished with exit code 1

testcase需要用jdk8才能跑

添加回复
请先登陆
回到顶部