- 浏览: 25115 次
- 性别:
- 来自: 湖南省岳阳
最新评论
-
flying_all:
错了。怎么能踩呢。我在我的工程中成功了。只是我用的是strut ...
JBPM3.2与Spring结合时任务调度的实现 -
zwnJava:
我最近也遇到了此错误可能是因为:
<class nam ...
java 异常 -
yang52081:
在Hibernate 中怎么样不让start with 不抛异 ...
Oracle -
yang52081:
在Hibernate 中不能使用start吗???
Oracle -
java_2006:
start with ?unexpected token: s ...
Oracle
文章列表
<DIV id=detail style="Z-INDEX: 3; FILTER: shadow(color=#333333,direction=135); WIDTH: 140px; POSITION: absolute; HEIGHT: 120px"></DIV>
<br>
<CENTER>
<TABLE border="0" class="TableData">
<FORM name="CLD">
...
- 2008-05-07 22:44
- 浏览 1287
- 评论(0)
select * from JbpmWfms w start with w.WId='40288234196e791c01196eb9a70d0004' connect by prior w.WId = w.WFid
org.springframework.orm.hibernate3.HibernateQueryException: unexpected token: start [select * from com.domain.jbpm.JbpmWfms w start with w.WId='40288234196e791c01196eb9a70d0004' connect by ...
请高手指点,下面是什么错误。
16:59:06,300 [main] DEBUG DefaultNamespaceHandlerResolver : Loaded mappings [{http://www.springmodules.org/schema/lucene=org.springmodules.lucene.index.config.LuceneNamespaceHandler, http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHa ...
- 2008-04-10 17:06
- 浏览 2760
- 评论(1)
请大家帮忙看看,在线等待..........
Hibernate: insert into YQB.notifys (notifys_title, notifys_content, notifys_path, notifys_username, notifys_part, notifys_pubtime, notifys_xvisible, notifys_id) values (?, ?, ?, ?, ?, ?, ?, ?)
[framework]2008-03-31 14:05:48,916 - org.hibernate.util.JDBCExceptionReporter -92192 ...
- 2008-03-31 14:10
- 浏览 3467
- 评论(1)
严重: Servlet /j2eetest threw load() exception
javax.servlet.UnavailableException: TilesPlugin : Specified RequestProcessor not compatible with TilesRequestProcessor
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
a ...
- 2008-03-28 10:16
- 浏览 1541
- 评论(0)
Jbpm3.1.x的时候,如果我们要实现Jbpm与Spring结合使用需要借助于SpringModule中spring-modules-jbpm31.jar来实现。目前Jbpm的最新版本是3.2.1,对于这一版本如果我们要实现其与Spring结合使用,同样我们也可以借助SpringModule中spring-modules-jbpm31.jar来实现。
首先我们需要下载spring-modules-0.8工程包文件(下载地址:http://springmodules.dev.java.net),下载后我们只需要工程包里的spring-modules-jbpm31.jar把它放在我们Web应该的W ...
1 简介
Excel报表功能是目前很多系统中的基本特性之一,在Dorado中对Excel报表提供了很好支持。主要实现为基于Excel 模板的报表功能(Dorado Excel Report),将需要生成报表的数据按Excel模板的定义中的格式输出到Excel文档,形成最终E ...
客户端发送为:
public void run() {
try {
out = socket.getOutputStream();
dis = new DataInputStream(new BufferedInputStream(new FileInputStream(filetext)));
dos = new DataOutputStream(new BufferedOutputStream(out));
int num = 0;
byte[] buf = new byte[BUFFER];
while ((num = dis.read(buf,0, ...
- 2008-01-22 16:07
- 浏览 1450
- 评论(0)