404 错误解决完 出现了500 错误 按照下面这位童鞋的方法解决了
出现了
java.lang.reflect.UndeclaredThrowableException
以及public class InvocationTargetExceptionextends Exception等错
解决方法:properties属性里的 java compiler--> building -->builf path problems--> abort build when build path errors occur 前面的勾去掉
出现了
java.lang.reflect.UndeclaredThrowableException
以及public class InvocationTargetExceptionextends Exception等错
解决方法:properties属性里的 java compiler--> building -->builf path problems--> abort build when build path errors occur 前面的勾去掉
catch里面应该是 rollback啊,前面登陆的时候根本就没有rollback,然后他还想在finally里面commit,然后报错他才改了。
2016-05-26