当前位置: 代码迷 >> org.springframework.transaction.CannotCreateTransactionException的解决方案
 
  • ssh中用hibernate模板update更新有关问题 已近弄了好多天了 不行了

    ssh中用hibernate模板update更新问题已近弄了好多天了不行了StrutsProblemReportStrutshasdetectedanunhandledexception:Messages: ?????????couldnotupdate:[com.shop.dao.model.Customer#31]couldnotupdate:[com.shop.dao.model.Custo...

    346
    热度
  • jsp 跳转到action时候出的异常

    jsp跳转到action时候出的错误jsp跳转页不进入action,直接就这样,怎么回事rd2f.exception.SysException:org.springframework.orm.hibernate3.HibernateSystemException:Unknownentity:com.routdata.dmzt.clientSelfService.entity.TbSelfCusto...

    94
    热度
  • org.apache.catalina.loader.WebappClassLoader.loadClass(

    JDK与tomcat匹配吗?初学者,求助:我安装的是jdk-1_5_0_07-windows-i586-p.exejakarta-tomcat-5.5.9.exe这两个可以匹配吗?测试来看好像能用,但是再做东西时出现下面的错误提示,是为什么?谢谢!!descriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfilli...

    741
    热度
  • spring框架下注解事务出现的错误

    spring框架下注解事务出现的异常我在用注解事务的时候出现下面的异常Exceptioninthread"main"org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'dataSource'definedinclasspathresource[beans.xml]:B...

    260
    热度
  • spring3.1 + mybatis 回来null正常,返回结果前台接收不到

    spring3.1+mybatis返回null正常,返回结果前台接收不到这是我的web.xml<?xmlversion="1.0"encoding="UTF-8"?><web-appxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"xmlns...

    7789
    热度
  • org.eclipse.update.core解决思路

    org.eclipse.update.core最近RCP打产品发现不能自动更新,查下自己的Eclipse4.3中没有org.eclipse.update.core这个插件,请问谁知道这个插件的(Eclipse>>Install)下载地址?color='#FF8000'>------解决方案--------------------跟这个插件无关

    80
    热度
  • org.apache.commons.dbcp.BasicDataSource;

    org.apache.commons.dbcp.BasicDataSource; org.apache.commons.dbcp.BasicDataSource; 这句话一导入就引发错误是jar的问题吗》 color='#FF8000'>----------------解决方案----------------------------------...

    730
    热度
  • * org.hibernate.impl.QueryImpl * 错误

    **********org.hibernate.impl.QueryImpl'>org.hibernate.impl.QueryImpl*********异常!查询的时候出现异常如下:javax.servlet.ServletException:org.hibernate.impl.QueryImpl org.apache.struts.action.RequestProcessor.proces...

    681
    热度
  • java类型异常java.lang.Integer cannot be cast to java.lang.String

    java类型错误java.lang.Integercannotbecasttojava.lang.StringspringframworkDAO的基类(下面代码忽略注解,那个应该没错)JavacodepublicclassHibernateCommonImpDAO<TextendsSerializable,IDextendsSerializable>extendsHibernateDa...

    6120
    热度
  • java.sql.SQLWarning: [Microsoft][SQLServer 2000 Driver for JDBC]Database changed to master这是什么警告?该如何处理

    java.sql.SQLWarning:[Microsoft][SQLServer2000DriverforJDBC]Databasechangedtomaster这是什么警告?java.sql.SQLWarning:[Microsoft][SQLServer2000DriverforJDBC]Databasechangedtomaster atcom.microsoft.jdbc.base.Ba...

    246
    热度
  • Spring中的AOP,以及宣言式事务 @Transactional无法拦截事务

    Spring中的AOP,以及声明式事务@Transactional无法拦截事务DAO中@RepositorypublicclassTestDaoextendsBaseHibernateDao{ publicvoidtest(){ Stringhql="updateZTestsetuname=?whereid=5"; Queryq=this.getSession(true)...

    304
    热度
  • Struts2中运用urlrewrite报org.apache.jasper.JasperException: The Struts dispatcher ca

    Struts2中使用urlrewrite报org.apache.jasper.JasperException:TheStrutsdispatcherca 使用Struts2与urlrewrite时 链接地址如下:http://localhost:8080/Finance/index 应该是链接到index.jsp 结果报了错 org.apache.jasper.JasperException:Th...

    727
    热度
  • The method getHibernateTemplate() is undefined for the type XX,该如何解决

    ThemethodgetHibernateTemplate()isundefinedforthetypeXXXMLcode<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:a...

    618
    热度
  • dao层出现空指针错误-菜鸟

    dao层出现空指针异常--初学者求助我用springjdbc模板进行增删改查,测试时总是出现空指针异常,查询总是jdbcTemplate.update/query()语句出错。请大家帮帮忙原文件如下:【StudentDaoImp.java】importjava.util.List;importjavax.sql.DataSource;importorg.springframework.jdbc.c...

    613
    热度
  • Caused by: org.hibernate.DuplicateMappingException: Duplicate

    Hibernate问题%%%ErrorCreatingSessionFactory%%%%org.hibernate.PropertyNotFoundException'>org.hibernate.PropertyNotFoundException:CouldnotfindagetterforstudentAddressesinclasscom.qjkj.twohibernate.po.Stud...

    463
    热度
  • xsd:import namespace="http://www.w3.org/XML/1998/namespace" 怎么本地化

    xsd:importnamespace="http://www.w3.org/XML/1998/namespace"如何本地化Spring2.07的spring-beans-2.0.xsd文件开头有如下定义:<xsd:schemaxmlns="http://www.springframework.org/schema/beans" xmlns:xsd...

    324
    热度
  • org.jboss.resource.JBossResourceException: SQLException; -

    救命啊,大家帮我看看这个问题,已经很多天了,不知出在哪(JBossManagedConnectionPool]Exceptiondestroying)(Connectiontimedout)WARN[org.jboss.resource.connectionmanager.JBossManagedConnectionPool]ExceptiondestroyingManagedConnection...

    292
    热度
  • Spring 环境搭建异常

    Spring环境搭建错误我的beans.xml配置如下测试时老是报如下错误Line17inXMLdocumentfromclasspathresource[beans.xml]isinvalid;nestedexceptionisorg.xml.sax.SAXParseException:cvc-complex-type.2.4.c:Thematchingwildcardisstrict,butn...

    75
    热度
  • ,小弟我重装了mysql后,系统报Connections could not be acquired from the underlying database

    求救,我重装了mysql后,系统报Connectionscouldnotbeacquiredfromtheunderlyingdatabase2011-8-2613:58:07org.hibernate.util.JDBCExceptionReporterlogExceptions严重:Connectionscouldnotbeacquiredfromtheunderlyingdatabase![...

    30
    热度
  • hibernate native自增长设置null id 错误

    hibernatenative自增长设置nullid异常我的hibernate配置设置<idname="ID"type="java.lang.Long"><columnname="ID"/><generatorclass="native"/></id>数据库字段设置"ID" BIGINT NOTNULL GENERATEDBYDEFAULTASIDE...

    617
    热度