Oracle神谕

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  284 随笔 :: 9 文章 :: 106 评论 :: 0 Trackbacks
JBPM_ACTION                                 action记录表
JBPM_DECISIONCONDITIONS     结果条件表
JBPM_DELEGATION                        委托表
JBPM_EVENT                                    事件表 处理进入或者离开事件
JBPM_EXCEPTIONHANDLER        异常处理表
JBPM_ID_GROUP                             用户组表
JBPM_ID_MEMBERSHIP                 用户成员表   表现用户和组之间的多对多关系
JBPM_ID_PERMISSIONS                用户权限表
JBPM_ID_USER                                用户表
JBPM_MODULEDEFINITION         模块定义表
JBPM_MODULEINSTANCE            模块实例表
JBPM_NODE                                     流程节点表
JBPM_POOLEDACTOR                   汇集参与着表
JBPM_PROCESSDEFINITION         流程定义表
JBPM_PROCESSFILE                       流程文件表
JBPM_PROCESSFILEBLOCK         流程文件块表
JBPM_PROCESSINSTANCE           流程实例表
JBPM_RUNTIMEACTION               运行中行为表
JBPM_SCRIPTVARIABLES             脚本变量表
JBPM_SWIMLANE                          泳道表
JBPM_SWIMLANEINSTANCE       泳道实例表
JBPM_TASK                                     任务表
JBPM_TASKACTORPOOL             用户行为汇总
JBPM_TASKINSTANCE                 任务实例
JBPM_TIMER                                   计时表
JBPM_TOKEN                                 令牌表
JBPM_TOKENVARIABLEMAP      令牌变量影射表
JBPM_TRANSITION                        转换表
JBPM_VARIABLEINSTANCE         变量实例表
JBPM_VARIABLEINSTANCEBLOCK  变量实例块表
JBPM_VARIABLEMAPPING            变量影射表
posted on 2005-06-06 13:27 java世界畅谈 阅读(2586) 评论(8)  编辑  收藏 所属分类: 工作流

评论

# re: jBPM表的猜测 2005-09-02 09:23 王艺
我觉得JBPM_TRANSITION 这个表的名字翻译的好像不太准确。
你觉得叫做“状态跃迁表”如何?  回复  更多评论
  

# re: jBPM表的猜测 2005-11-06 12:34 else
我觉得应该翻译为“状态流转表”
呵呵,其实翻译什么都不是很重要
理解最重要,呵呵  回复  更多评论
  

# re: jBPM表的猜测 2005-11-16 17:04 好恽来时crazy
我生成oracle数据库脚本不对,怎么会是create table JBPM_ACTION (ID_ bigint generated by default as identity (start with 1).......;这样的,明显错了,在编译过程中还报错了(只生成oracle脚本)
具体错误如下
[delete] Deleting directory E:\jbpm-starters-kit-3.0.1\jbpm-db\build\oracle\testresults
[mkdir] Created dir: E:\jbpm-starters-kit-3.0.1\jbpm-db\build\oracle\testresults\xml

BUILD FAILED
E:\jbpm-starters-kit-3.0.1\jbpm-db\build.xml:146: The following error occurred while executing this line:
E:\jbpm-starters-kit-3.0.1\jbpm-db\build.xml:86: Could not create task or type of type: junit.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual
solutions are to read the manual pages then download and
install needed JAR files, or fix the build file:
- You have misspelt 'junit'.
Fix: check your spelling.
- The task needs an external JAR file to execute
and this is not found at the right place in the classpath.
Fix: check the documentation for dependencies.
Fix: declare the task.
- The task is an Ant optional task and the JAR file and/or libraries
implementing the functionality were not found at the time you
yourself built your installation of Ant from the Ant sources.
Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
task and make sure it contains more than merely a META-INF/MANIFEST.MF.
If all it contains is the manifest, then rebuild Ant with the needed
libraries present in ${ant.home}/lib/optional/ , or alternatively,
download a pre-built release version from apache.org
- The build file was written for a later version of Ant
Fix: upgrade to at least the latest release version of Ant
- The task is not an Ant core or optional task
and needs to be declared using <taskdef>.
- You are attempting to use a task defined using
<presetdef> or <macrodef> but have spelt wrong or not
defined it at the point of use

Remember that for JAR files to be visible to Ant tasks implemented
in ANT_HOME/lib, the files must be in the same directory or on the
classpath

Please neither file bug reports on this problem, nor email the
Ant mailing lists, until all of these causes have been explored,
as this is not an Ant bug.  回复  更多评论
  

# re: jBPM表的猜测 2005-11-16 17:05 好恽来时crazy
希望能给我解决办法
lysamper@sina.com  回复  更多评论
  

# re: jBPM表的猜测 2006-07-27 22:26 黄又木
我正需要这样的一份猜想! 拜谢,拜谢!

另:求JBPM与weblogic的配置详细说明!   回复  更多评论
  

# re: jBPM表的猜测 2006-07-29 19:19 黄又木
有一个问题, 我把jbpm的数据库和oracle配置好了! 运行一个例子, 谁知道它里面居然先drop所有的表,然后再create表,再运行例子里面的所需要的数据库操作,最后又drop所有的表!

从而结果运行下来,数据库变空了!,而且没次运行例子时,它都执行上面的操作,我不知道哪里出了问题! 请指教!!!  回复  更多评论
  

# re: jBPM表的猜测 2007-04-14 11:07 有猫相伴的日子
@黄又木
你检查一下自己的测试代码,你肯定调用了一个重部部署的方法了cfg.createSchema();  回复  更多评论
  

# re: jBPM表的猜测 2007-04-24 09:51 hansen
把hibernate 配置文件中的 <property name="hbm2ddl.auto">create</property>

屏蔽掉就不会drop了   回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: