jboss数据链接出错》的相关内容

Spring 事务简化配置

在 spring 中,  事务管理一般是通过声明一个 txProxyTemplate,  然后业务 bean 中 parent = "txProxyTemplate",  这样做未免显得有些繁琐,  并且如果业务 bean 还需要其他拦截器,  配置也不太方便,  下面贴出我的配置, 用 DefaultAdvisorAutoProxyCr ...
by Feiing 2006-03-21 浏览 (37641) 回复 (42) 关键字:

一个表有二个多对多关系,有时得多次启动(没有做过任何更改,只是启动tomcat)才能正常使用.!!!

现有一pojo package com.xqs.basic.model; import java.util.HashSet; import java.util.Set; /** * @author (xiaqingsong) */ public class Groups implements java.io.Serializable { // ...
by xnxqs 2006-11-21 浏览 (1400) 回复 (3) 关键字:

求助:《webweork2 开发指南》 webwork2.2.4+spring 2.0 + hibernate 3.x

参考《webweork2 开发指南》 webwork2.2.4+spring 2.0 + hibernate 3.x 的demo遇到了如下问题,一时解决不了,达人帮我看一下吧,: 08:48:57,671 ERROR ServletDispatcher[serviceAction]:281 - Could not execute action java.lang.NullPointerEx ...
by jianfeng008cn 2006-10-12 浏览 (3278) 回复 (6) 关键字: 多谢指教!

关于JXLS请教一下

最近用jxls 开发项目  现在有个需求要作一个统计表 列很多 我是一次性用一个sql来查出来 用jxls的 JDBC ResultSet 来生成excel 我的程序代码如下 public Map getStatisticsByType(String userId, long exameType, String exameYear,List userProvince){ St ...
by rainytooo 2007-06-27 浏览 (528) 回复 (1) 关键字:

求助关于Webwork当中如何将word文档直接在IE当中打开,而不是下载?

在网上看了很多文章都说设置response.setHeader(Content-Disposition",   "inline;filename=\""+filename+\""); 将其设置成inline就是在浏览器当中直接打开,好像response.setHeader()的设置并未起作用仍然是下载不是在浏览器当中直接打开,文件名的设置也没有起作用,客户有安装word。请问这 ...
by windtalkers 2007-08-16 浏览 (670) 回复 (2) 关键字:

错误:mysql hibernete, 付有错误代码 怎么处理?很是着急

引用 [2008-04-27 18:11:37,359] [JDBCExceptionReporter.java logExceptions 71] [org.hib ernate.util.JDBCExceptionReporter] [WARN]- SQL Error: 0, SQLState: 08S01 [2008-04-27 18:11:37,359] [JDBCExceptionRep ...
by flybypower 2008-04-29 浏览 (147) 回复 (0) 关键字:

FreeMark 中使用<ww:action/>标签出现FreeMarker template error!

请教谁知道这个问题是怎么回事?FreeMark 中使用<ww:action/>标签 test.html<#assign ww=JspTaglibs["/WEB-INF/webwork.tld"] /> <@ww.action id="product" name="displayProduct" namespace="/product" executeResult="false ...
by luohui9494 2007-12-03 浏览 (551) 回复 (0) 关键字: FreeMark 中使用标签出现FreeMarker template error!

用hibernate无法保存,找不到原因

最近在写一个项目,我在设计表时有两个表的结构是一样的,但是另外一张表我在保存数据时可以,可是我保存另外一个表的数据时就不行了,报错如下:调用过程都是一样的,郁闷! 2007-11-12 10:56:18 org.hibernate.util.JDBCExceptionReporter logExceptions 警告: SQL Error: 1064, SQLState: 42000 2007-1 ...
by xiaojunhu 2007-11-12 浏览 (304) 回复 (0) 关键字:

如何在freemarker中使用ajax theme

为什么我在.ftl文件中使用<@ww.head theme="ajax" debug="false"/>时就出错呢?请高手帮我看看到底是哪里的问题? xwork.xml配置: <action name="modTribeInput"     class="com.xwkj.blog.tribe.web.action.TribeInputAction" m ...
by luogl 2007-01-30 浏览 (1754) 回复 (3) 关键字: ajax theme freemarker

关于文件下载

Action代码 package org.rm.action;       import java.io.FileInputStream;    import java.io.OutputStream;    i ...
by bruce198 2007-05-23 浏览 (400) 回复 (0) 关键字: 问题

graphSession..findLatestProcessDefinition方法出错

程序代码是这样的 JbpmContext jbpmContext = jbpmConfiguration.getCurrentJbpmContext(); GraphSession graphSession = jbpmContext.getGraphSession(); ProcessDefinition pd = graphSession .findLatestProcessDefiniti ...
by yuyanshan 2008-07-29 浏览 (185) 回复 (2)

请问又没有使用linux + eclipse +jbosstools 搭建环境成功的?

请问又没有使用linux + eclipse +jbosstools 搭建环境成功的?   请问又没有使用linux 开发 seam的啊,我用eclipse 3.3 提示 Could not publish to the server java.lang.NullPointerException 而用我用eclipse 3.4 就提示部署出错 。请那个朋友帮下忙 ------- ...
by iliuyong 2008-08-16 浏览 (263) 回复 (2)

jboss 启动错误

[Initialization] initializing Seam 21:07:01,375 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.identity 21:07:01,375 INFO  [Initializat ...
by hu_anqing 2008-09-08 浏览 (91) 回复 (1)

关于jbpm加definition

我在加入definition时,遇到下面的异常: 17:28:22,078 ERROR [EditDefinitionAction:77] com.liferay.portal.kernel.jbi.WorkflowComponentException: java.net.ConnectException: Connection refused: connect com.liferay.porta ...
by xiaokuyv 2007-11-01 浏览 (596) 回复 (1)

JbpmContext.getCurrentJbpmContext()得到的结果为空?

JbpmContext.getCurrentJbpmContext()和jbpmConfiguration.createJbpmContext()都是得到jbpmContext, 它们的区别在哪里? 我知道JbpmContext.getCurrentJbpmContext()是不被建议的, 但是为什么用这个方法会有时为空,有时又能够get到? 刚学jbpm,搞不清....,希望得到前辈指导,万分感 ...
by jinhao2003 2008-09-05 浏览 (124) 回复 (3)

相关问答

赞助商链接