Oracle神諭

            BlogJava :: 首頁(yè) :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
            284 隨筆 :: 9 文章 :: 106 評(píng)論 :: 0 Trackbacks
          JBPM_ACTION                                 action記錄表
          JBPM_DECISIONCONDITIONS     結(jié)果條件表
          JBPM_DELEGATION                        委托表
          JBPM_EVENT                                    事件表 處理進(jìn)入或者離開事件
          JBPM_EXCEPTIONHANDLER        異常處理表
          JBPM_ID_GROUP                             用戶組表
          JBPM_ID_MEMBERSHIP                 用戶成員表   表現(xiàn)用戶和組之間的多對(duì)多關(guān)系
          JBPM_ID_PERMISSIONS                用戶權(quán)限表
          JBPM_ID_USER                                用戶表
          JBPM_MODULEDEFINITION         模塊定義表
          JBPM_MODULEINSTANCE            模塊實(shí)例表
          JBPM_NODE                                     流程節(jié)點(diǎn)表
          JBPM_POOLEDACTOR                   匯集參與著表
          JBPM_PROCESSDEFINITION         流程定義表
          JBPM_PROCESSFILE                       流程文件表
          JBPM_PROCESSFILEBLOCK         流程文件塊表
          JBPM_PROCESSINSTANCE           流程實(shí)例表
          JBPM_RUNTIMEACTION               運(yùn)行中行為表
          JBPM_SCRIPTVARIABLES             腳本變量表
          JBPM_SWIMLANE                          泳道表
          JBPM_SWIMLANEINSTANCE       泳道實(shí)例表
          JBPM_TASK                                     任務(wù)表
          JBPM_TASKACTORPOOL             用戶行為匯總
          JBPM_TASKINSTANCE                 任務(wù)實(shí)例
          JBPM_TIMER                                   計(jì)時(shí)表
          JBPM_TOKEN                                 令牌表
          JBPM_TOKENVARIABLEMAP      令牌變量影射表
          JBPM_TRANSITION                        轉(zhuǎn)換表
          JBPM_VARIABLEINSTANCE         變量實(shí)例表
          JBPM_VARIABLEINSTANCEBLOCK  變量實(shí)例塊表
          JBPM_VARIABLEMAPPING            變量影射表
          posted on 2005-06-06 13:27 java世界暢談 閱讀(2646) 評(píng)論(8)  編輯  收藏 所屬分類: 工作流

          評(píng)論

          # re: jBPM表的猜測(cè) 2005-09-02 09:23 王藝
          我覺得JBPM_TRANSITION 這個(gè)表的名字翻譯的好像不太準(zhǔn)確。
          你覺得叫做“狀態(tài)躍遷表”如何?  回復(fù)  更多評(píng)論
            

          # re: jBPM表的猜測(cè) 2005-11-06 12:34 else
          我覺得應(yīng)該翻譯為“狀態(tài)流轉(zhuǎn)表”
          呵呵,其實(shí)翻譯什么都不是很重要
          理解最重要,呵呵  回復(fù)  更多評(píng)論
            

          # re: jBPM表的猜測(cè) 2005-11-16 17:04 好惲來(lái)時(shí)crazy
          我生成oracle數(shù)據(jù)庫(kù)腳本不對(duì),怎么會(huì)是create table JBPM_ACTION (ID_ bigint generated by default as identity (start with 1).......;這樣的,明顯錯(cuò)了,在編譯過(guò)程中還報(bào)錯(cuò)了(只生成oracle腳本)
          具體錯(cuò)誤如下
          [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.  回復(fù)  更多評(píng)論
            

          # re: jBPM表的猜測(cè) 2005-11-16 17:05 好惲來(lái)時(shí)crazy
          希望能給我解決辦法
          lysamper@sina.com  回復(fù)  更多評(píng)論
            

          # re: jBPM表的猜測(cè) 2006-07-27 22:26 黃又木
          我正需要這樣的一份猜想! 拜謝,拜謝!

          另:求JBPM與weblogic的配置詳細(xì)說(shuō)明!   回復(fù)  更多評(píng)論
            

          # re: jBPM表的猜測(cè) 2006-07-29 19:19 黃又木
          有一個(gè)問(wèn)題, 我把jbpm的數(shù)據(jù)庫(kù)和oracle配置好了! 運(yùn)行一個(gè)例子, 誰(shuí)知道它里面居然先drop所有的表,然后再create表,再運(yùn)行例子里面的所需要的數(shù)據(jù)庫(kù)操作,最后又drop所有的表!

          從而結(jié)果運(yùn)行下來(lái),數(shù)據(jù)庫(kù)變空了!,而且沒次運(yùn)行例子時(shí),它都執(zhí)行上面的操作,我不知道哪里出了問(wèn)題! 請(qǐng)指教!!!  回復(fù)  更多評(píng)論
            

          # re: jBPM表的猜測(cè) 2007-04-14 11:07 有貓相伴的日子
          @黃又木
          你檢查一下自己的測(cè)試代碼,你肯定調(diào)用了一個(gè)重部部署的方法了cfg.createSchema();  回復(fù)  更多評(píng)論
            

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

          屏蔽掉就不會(huì)drop了   回復(fù)  更多評(píng)論
            

          主站蜘蛛池模板: 台东市| 永善县| 吉首市| 黑山县| 抚远县| 郎溪县| 靖西县| 元氏县| 明水县| 绥棱县| 龙口市| 德化县| 苏尼特左旗| 武宁县| 包头市| 龙胜| 玛纳斯县| 和政县| 泸州市| 华安县| 华亭县| 惠来县| 伊春市| 柳林县| 凤凰县| 康乐县| 六安市| 雅安市| 拜泉县| 蕲春县| 攀枝花市| 肥城市| 海阳市| 黔江区| 宕昌县| 涞源县| 四平市| 大宁县| 沙雅县| 东莞市| 江永县|