无法打开Hibernate Session进行事务处理;嵌套异常

时间:2015-05-14 13:34:30

标签: java spring hibernate jsp orm

栈跟踪

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="@*|node()">
        <xsl:copy>
            <xsl:apply-templates select="@*|node()"/>
        </xsl:copy>
    </xsl:template>  
    <xsl:template match="game">
        <game name="{description}">
            <xsl:apply-templates select="@*|node()"/>
        </game>
    </xsl:template>
</xsl:stylesheet>

2015年5月14日下午6:58:56 org.apache.catalina.core.StandardWrapperValve调用

he last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)

PFA我的StackTrace。我不知道为什么我会收到这个错误。我还在配置文件中导入了sqljdbc jar。

0 个答案:

没有答案