-
org.hibernate.LazyInitializationException: could not initialize proxy解决思路
org.hibernate.LazyInitializationException:couldnotinitializeproxyorg.hibernate.LazyInitializationException.html'>org.hibernate.LazyInitializationException:couldnotinitializeproxy-noSession atorg.hiber...
10048
热度 -
org.apache.jasper.JasperException报错,该如何解决
org.apache.jasper.JasperException'>org.apache.jasper.JasperException报错org.apache.jasper.JasperException:FailedtoloadorinstantiateTagExtraInfoclass:org.apache.struts.taglib.nested.NestedWriteNestingTei...
24
热度 -
事务没提交解决思路
事务没提交我的配置文件XMLcode<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-i...
182
热度 -
eclipse插件开发 org.eclipse.debug.ui.contextViewBindings扩充
eclipse插件开发org.eclipse.debug.ui.contextViewBindings扩展<extensionpoint="org.eclipse.debug.ui.contextViewBindings"><contextViewBindingcontextId="org.eclipse.debug.ui.debugging"viewId="com.flow.d...
375
热度 -
class "org.apache.commons.collections.SequencedHashMap
求助各位大虾,在线等!小弟在正在学Hibernate+Struts,今天下午写了一个小WEB程序,一点击用户注册的时候就弹出了以下错误,请各位高手指点~!小弟谢谢拉~!%%%%ErrorCreatingSessionFactory%%%%java.lang.SecurityException:class"org.apache.commons.collections.SequencedHa...
633
热度 -
myeclipse 始终报错 org.hibernate.HibernateException:该怎么解决
myeclipse始终报错org.hibernate.HibernateException'>org.hibernate.HibernateException:32[main]INFOorg.hibernate.cfg.Environment-Hibernate3.5.3-Final32[main]INFOorg.hibernate.cfg.Environment-hibernate.proper...
95
热度 -
lang.ClassNotFoundException: org.apache.commons.beanutils.NestedNullException
关于struts2中request.setAttribute()的问题情景如下:在action中想把一个List对象(里面封装的是若干个bean)传到jsp,以遍历输出bean中的各属性值,现在的问题:我在Action中使用request.setAttribute("userList",list)时,会报错,异常信息如下,有没有哪位朋友知道怎么解决,万分感谢严重:Servlet...
600
热度 -
HibernateSessionFactory.getSession()空指针错误
HibernateSessionFactory.getSession()空指针异常DAO层中Sessionsession=HibernateSessionFactory.getSession();一直都是空指针,不知道问题出现在哪儿,貌似,HibernateSessionFactory里面并没有出现问题,应该是我的水平配置文件有问题,文件如下,麻烦,高手帮我查看一下空指针,为什么,会出现。<...
599
热度 -
HSQL实战使用手册
HSQL实战使用手册.不讲原理.只讲如何使用HSQL.<dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.0.0</version> <type>jar</type> &l...
46
热度 -
org.hibernate.hql.ast.QuerySyntaxException:解决思路
org.hibernate.hql.ast.QuerySyntaxException'>org.hibernate.hql.ast.QuerySyntaxException:我在测试使用hibernate过程中,执行hql语句,后台报了这个错,给位大侠帮我分析分析~小弟感激不尽后台错误code:2012-4-1916:39:15org.apache.catalina.core.StandardWr...
357
热度 -
org.hibernate.MappingException: Could not read mappings from resource:
hibernate映射问题!<setname="putups"inverse="true"><key><columnname="ROOMID"not-null="true"/></key><one-to-manyclass="mypack.Putup&qu...
330
热度 -
解决weblogic错误:org.hibernate.hql.ast.HqlToken 异常(转)
解决weblogic异常:org.hibernate.hql.ast.HqlToken错误(转) 文章分类:Web前端org.springframework.orm.hibernate3.HibernateQueryException:ClassNotFoundException:org.hibernate.hql.ast.HqlToken原因:Hibernate3.0采用新的基于ANTLR的H...
484
热度 -
JAVA调用ORACLE存储过程报错
JAVA调用ORACLE存储过程出错publicvoidunpack(Stringpc,Stringxqdm)throwsSQLException{ Sessionsession=getHibernateTemplate().getSessionFactory().getCurrentSession(); Connectionconn=session.connection();// Call...
66
热度 -
org.apache.jasper.JasperException解决办法
org.apache.jasper.JasperException'>org.apache.jasper.JasperExceptionexceptionorg.apache.jasper.JasperException org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372) org.apach...
53
热度 -
eclipse无法编译有关问题解决
eclipse无法编译问题解决?eclipse无法编译问题解决?同事一不小心把.classpath文件入到svn中了,删除后,我这边一update,结果我本地的.classpath文件也就丢了。虽然工程再次设置好种种环境路径,可是更改的文件无法进行编译,虽然表现上是在编译,但是并没有产生编译后的class文件。?工程右键-->BuildPath-->ConfigBuildPath,,,...
52
热度 -
#SSH整合报错-解决办法
######SSH整合报错---------Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException:Error...
206
热度 -
SSH调整后报action不能相互转换
SSH整合后报action不能相互转换java.lang.ClassCastException:com.vote.action.UsersActioncannotbecasttocom.vote.action.SubjectAction com.vote.action.SubjectAction$$FastClassByCGLIB$$d4bb4301.invoke(<generated>...
5553
热度 -
求教错误:org.codehaus.xfire.fault.XFireFault: unknown
求教异常:org.codehaus.xfire.fault.XFireFault:unknown以下是全部异常信息,帮帮忙吧各位大侠严重:Servlet.service()forservletactionthrewexceptionorg.codehaus.xfire.fault.XFireFault:unknown atorg.codehaus.xfire.fault.Soap11FaultSe...
633
热度 -
SSH 声明事物管理 出现异常
SSH声明事物管理出现错误?1.描述:小资,在ssh框架,配置声明事物管理后,启动Tomcat报错!!!Causedby:org.springframework.beans.TypeMismatchException'>org.springframework.beans.TypeMismatchException:Failedtoconvertpropertyvalueoftype[$Proxy0...
640
热度 -
org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class
一个简单struts问题,大家帮忙啊,急!!!!一个简单的用户验证老报错是什么原因啊大家帮忙啊代码:login.jsp<%@pagelanguage="java"contentType="text/html;charset=gb2312"%><%@tagliburi="http://struts.apache.org/tags-b...
681
热度