- 1、本文档共40页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
手机游戏程序异常 程序异常
导读:就爱阅读网友为您分享以下“程序异常”资讯,希望对您有所帮助,感谢您对92的支持!
lt;!--配置Hibernate的事务管理器 --gt;
lt;bean id=“txManager” class=“org.springframework.orm.hibernate3.HibernateTransactionManager”gt;
lt;property name=“sessionFactory” ref=“sessionFactory”/gt;
lt;/beangt;
lt;!--配置事务增强,指定事务管理器 --gt;
lt;tx:advice id=“txAdvice” transaction-manager=“txManager”gt;
lt;!-- 配置详细的事物定义 --gt;
lt;tx:attributesgt;
lt;!-- 所有以get开头的方法是read-only的 --gt;
lt;tx:method name=“get*” read-only=“true”/gt;
lt;!-- 其他方法使用默认的事物设置 --gt;
lt;tx:method name=“*”/gt;
lt;/tx:attributesgt;
lt;/tx:advicegt;
lt;aop:configgt;
lt;!--该切入点匹配com子孙包中的service包中以ServiceImpl结尾的类中的所有方法 --gt;
lt;aop:pointcut expression=“execution(* com..*.service.*ServiceImpl.*(..))” id=“allMethods”/gt;
lt;!-- 指定在allMethods切入点应用txAdvice切面 --gt;
lt;aop:advisor advice-ref=“txAdvice” pointcut-ref=“allMethods”/gt;
lt;/aop:configgt;
lt;property name=“configLocation”
value=“classpath:hibernate.cfg.xml”gt;
lt;/propertygt;
mons.CommonsLogger info
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 6 in XML document from URL [file:/C:/Users/Administrator/Workspaces/MyEclipse%208.5/.metadata/.me_tcat/webapps/SSH/WEB-INF/classes/applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element ‘beans’.
Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element ‘beans’.
Unable to load configuration. - bean - jar:file:/C:/Users/Administrator/Workspaces/MyEclipse%208.5/.metadata/.me_tcat/webapps/SSH1/WEB-INF/lib/struts2-core-2.2.1.jar!/struts-default.xml:29:72
Caused by: Unable to load jar:file:/C:/Users/Administrator/Workspaces/MyEclipse%208.5/.metadata/.me_tcat/webapps/survey/WEB-INF/lib/struts2-dojo-plugin-2.3.8.jar!/struts-plugin.xml - Class: .PlainSocketImpl
public RegA
文档评论(0)