かとじゅんの技術日誌

技術の話をするところ

BuriをS2JDBC対応にしてみる その6

追記:
単なるテストケースの写し間違いだった。。。

		datas = billBao.getEndBill();
		assertEquals(0, datas.size());

が正解。。。とりあえず、BaoAnnotationTestは通るようになったがBuriSignalTestが通ってない。がんばるぞっっと。。。

-

沖縄から帰還して暇を見つけてはBuriの改修作業を続けています。
でまたUTは赤いところがあるのですが、BaoAnnotationTestを通すのに一息な感じがしてきました。
これがパスすればいろんなものが通りそうな気がする。

BaoAnnotationTest#testNomalOrderTxのテストログですが、、、
billBao.getEndBill()が1でないといけないのに0と。

このあたりを悪戦苦闘しておりますw。

		datas = billBao.getEndBill();
		assertEquals(1, datas.size());
junit.framework.AssertionFailedError: expected:<1> but was:<0>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:277)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:195)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at example.org.escafe.buri.annotation.bao.BaoAnnotationTest.testNomalOrderTx(BaoAnnotationTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:45)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
DEBUG 2009-03-24 19:02:19,467 [main] ファイル(env_ut.txt)がないため環境変数#Envに値(ut)が設定されました
DEBUG 2009-03-24 19:02:19,553 [main] S2Containerを作成します。path=convention.dicon
DEBUG 2009-03-24 19:02:19,633 [main] S2Containerを作成しました。path=convention.dicon
DEBUG 2009-03-24 19:02:19,633 [main] S2Containerを作成します。path=customizer.dicon
DEBUG 2009-03-24 19:02:19,639 [main] S2Containerを作成します。path=default-customizer.dicon
DEBUG 2009-03-24 19:02:19,645 [main] S2Containerを作成します。path=std-customizer.dicon
DEBUG 2009-03-24 19:02:19,688 [main] S2Containerを作成しました。path=std-customizer.dicon
DEBUG 2009-03-24 19:02:19,696 [main] S2Containerを作成しました。path=default-customizer.dicon
DEBUG 2009-03-24 19:02:19,701 [main] S2Containerを作成しました。path=customizer.dicon
DEBUG 2009-03-24 19:02:19,701 [main] S2Containerを作成します。path=creator.dicon
DEBUG 2009-03-24 19:02:19,780 [main] S2Containerを作成しました。path=creator.dicon
DEBUG 2009-03-24 19:02:19,832 [main] S2Containerを作成します。path=example/org/escafe/buri/annotation/bao/baoAnnotationTest.dicon
DEBUG 2009-03-24 19:02:19,837 [main] S2Containerを作成します。path=buri/dicon/allService.dicon
DEBUG 2009-03-24 19:02:19,842 [main] S2Containerを作成します。path=aop.dicon
DEBUG 2009-03-24 19:02:19,872 [main] S2Containerを作成しました。path=aop.dicon
DEBUG 2009-03-24 19:02:19,873 [main] S2Containerを作成します。path=j2ee.dicon
DEBUG 2009-03-24 19:02:19,904 [main] S2Containerを作成します。path=jta.dicon
DEBUG 2009-03-24 19:02:19,937 [main] S2Containerを作成しました。path=jta.dicon
DEBUG 2009-03-24 19:02:19,937 [main] S2Containerを作成します。path=jdbc.dicon
DEBUG 2009-03-24 19:02:19,941 [main] S2Containerを作成します。path=jdbc-extension.dicon
DEBUG 2009-03-24 19:02:19,946 [main] S2Containerを作成します。path=convention.dicon
DEBUG 2009-03-24 19:02:19,955 [main] S2Containerを作成しました。path=convention.dicon
DEBUG 2009-03-24 19:02:19,959 [main] S2Containerを作成しました。path=jdbc-extension.dicon
DEBUG 2009-03-24 19:02:19,989 [main] S2Containerを作成しました。path=jdbc.dicon
DEBUG 2009-03-24 19:02:19,995 [main] S2Containerを作成しました。path=j2ee.dicon
DEBUG 2009-03-24 19:02:19,995 [main] S2Containerを作成します。path=s2jdbc.dicon
DEBUG 2009-03-24 19:02:20,017 [main] S2Containerを作成します。path=s2jdbc-internal.dicon
DEBUG 2009-03-24 19:02:20,035 [main] S2Containerを作成しました。path=s2jdbc-internal.dicon
DEBUG 2009-03-24 19:02:20,086 [main] S2Containerを作成しました。path=s2jdbc.dicon
DEBUG 2009-03-24 19:02:20,109 [main] S2Containerを作成しました。path=buri/dicon/allService.dicon
DEBUG 2009-03-24 19:02:20,109 [main] S2Containerを作成します。path=org/escafe/buri/dicon/allTestService.dicon
DEBUG 2009-03-24 19:02:20,155 [main] S2Containerを作成しました。path=org/escafe/buri/dicon/allTestService.dicon
DEBUG 2009-03-24 19:02:20,155 [main] S2Containerを作成します。path=buri/dicon/bao.dicon
DEBUG 2009-03-24 19:02:20,159 [main] S2Containerを作成します。path=buri/dicon/buriBase.dicon
DEBUG 2009-03-24 19:02:20,163 [main] S2Containerを作成します。path=buri/dicon/buriSimple.dicon
DEBUG 2009-03-24 19:02:20,166 [main] S2Containerを作成します。path=buri/dicon/buri-extension.dicon
DEBUG 2009-03-24 19:02:20,173 [main] S2Containerを作成しました。path=buri/dicon/buri-extension.dicon
DEBUG 2009-03-24 19:02:20,173 [main] S2Containerを作成します。path=buri/dicon/buri-user.dicon
DEBUG 2009-03-24 19:02:20,177 [main] S2Containerを作成します。path=StdTestPP.dicon
DEBUG 2009-03-24 19:02:20,186 [main] S2Containerを作成しました。path=StdTestPP.dicon
DEBUG 2009-03-24 19:02:20,210 [main] S2Containerを作成しました。path=buri/dicon/buri-user.dicon
DEBUG 2009-03-24 19:02:20,215 [main] S2Containerを作成します。path=buri/dicon/buri-share.dicon
DEBUG 2009-03-24 19:02:20,220 [main] S2Containerを作成します。path=buri/dicon/OgnlScript.dicon
DEBUG 2009-03-24 19:02:20,245 [main] S2Containerを作成しました。path=buri/dicon/OgnlScript.dicon
DEBUG 2009-03-24 19:02:20,245 [main] S2Containerを作成します。path=buri/dicon/template.dicon
DEBUG 2009-03-24 19:02:20,259 [main] S2Containerを作成しました。path=buri/dicon/template.dicon
DEBUG 2009-03-24 19:02:20,260 [main] S2Containerを作成します。path=buri/dicon/event.dicon
DEBUG 2009-03-24 19:02:20,290 [main] S2Containerを作成しました。path=buri/dicon/event.dicon
DEBUG 2009-03-24 19:02:20,290 [main] S2Containerを作成します。path=buri/dicon/internalService.dicon
DEBUG 2009-03-24 19:02:20,329 [main] S2Containerを作成しました。path=buri/dicon/internalService.dicon
DEBUG 2009-03-24 19:02:20,329 [main] S2Containerを作成します。path=s2mai.dicon
DEBUG 2009-03-24 19:02:20,334 [main] S2Containerを作成します。path=s2mai-core.dicon
DEBUG 2009-03-24 19:02:20,341 [main] S2Containerを作成します。path=org/seasar/mai/transport/transport.dicon
DEBUG 2009-03-24 19:02:20,349 [main] S2Containerを作成しました。path=org/seasar/mai/transport/transport.dicon
DEBUG 2009-03-24 19:02:20,350 [main] S2Containerを作成します。path=mailTemplate.dicon
DEBUG 2009-03-24 19:02:20,353 [main] S2Containerを作成します。path=org/seasar/mai/template/freemarker.dicon
DEBUG 2009-03-24 19:02:20,357 [main] S2Containerを作成します。path=mailProperties.dicon
DEBUG 2009-03-24 19:02:20,366 [main] S2Containerを作成しました。path=mailProperties.dicon
DEBUG 2009-03-24 19:02:20,369 [main] S2Containerを作成しました。path=org/seasar/mai/template/freemarker.dicon
DEBUG 2009-03-24 19:02:20,369 [main] S2Containerを作成しました。path=mailTemplate.dicon
DEBUG 2009-03-24 19:02:20,388 [main] S2Containerを作成しました。path=s2mai-core.dicon
DEBUG 2009-03-24 19:02:20,400 [main] S2Containerを作成しました。path=s2mai.dicon
DEBUG 2009-03-24 19:02:20,587 [main] S2Containerを作成しました。path=buri/dicon/buri-share.dicon
DEBUG 2009-03-24 19:02:20,737 [main] S2Containerを作成しました。path=buri/dicon/buriSimple.dicon
DEBUG 2009-03-24 19:02:20,737 [main] S2Containerを作成します。path=buri/dicon/buriStandard.dicon
DEBUG 2009-03-24 19:02:20,766 [main] S2Containerを作成しました。path=buri/dicon/buriStandard.dicon
DEBUG 2009-03-24 19:02:20,770 [main] S2Containerを作成しました。path=buri/dicon/buriBase.dicon
DEBUG 2009-03-24 19:02:20,780 [main] S2Containerを作成しました。path=buri/dicon/bao.dicon
DEBUG 2009-03-24 19:02:20,810 [main] S2Containerを作成しました。path=example/org/escafe/buri/annotation/bao/baoAnnotationTest.dicon
INFO  2009-03-24 19:02:22,253 [main] wakanagoxpdl/個人情報管理.xpdl読み込み開始
INFO  2009-03-24 19:02:22,280 [main] wakanagoxpdl/個人情報管理.xpdlコンパイル開始
INFO  2009-03-24 19:02:23,233 [main] wakanagoxpdl/個人情報管理.xpdlコンパイル終了
DEBUG 2009-03-24 19:02:23,306 [main] トランザクションを開始しました。tx=[FormatId=4360, GlobalId=1237888943305/0, BranchId=]
INFO  2009-03-24 19:02:23,306 [main] wakanagoxpdl/orderBao.xpdl読み込み開始
INFO  2009-03-24 19:02:23,325 [main] wakanagoxpdl/orderBao.xpdlコンパイル開始
WARN  2009-03-24 19:02:23,416 [main] org.escafe.buri.util.packages.abst.AbstPreprocessAccessUtilのプロパティ(preprocessScript)が見つからないので設定をスキップします
INFO  2009-03-24 19:02:23,549 [main] wakanagoxpdl/orderBao.xpdlコンパイル終了
DEBUG 2009-03-24 19:02:23,566 [main] call next value for CUSTOMER_SEQ
DEBUG 2009-03-24 19:02:23,932 [main] 物理的なコネクションを取得しました
DEBUG 2009-03-24 19:02:23,937 [main] 論理的なコネクションを取得しました。tx=[FormatId=4360, GlobalId=1237888943305/0, BranchId=]
DEBUG 2009-03-24 19:02:23,952 [main] insert into CUSTOMER (CUSTOMER_ID, CUSTOMER_NAME) values (808, '客1だよ')
DEBUG 2009-03-24 19:02:23,953 [main] call next value for CUSTOMER_SEQ
DEBUG 2009-03-24 19:02:23,954 [main] insert into CUSTOMER (CUSTOMER_ID, CUSTOMER_NAME) values (809, '客2じゃ')
DEBUG 2009-03-24 19:02:23,955 [main] call next value for ITEM_SEQ
DEBUG 2009-03-24 19:02:23,955 [main] insert into ITEM (ITEM_ID, ITEM_NAME, PRICE) values (1868, 'PS1', 19800)
DEBUG 2009-03-24 19:02:23,955 [main] call next value for ITEM_SEQ
DEBUG 2009-03-24 19:02:23,955 [main] insert into ITEM (ITEM_ID, ITEM_NAME, PRICE) values (1869, 'PS2', 19800)
DEBUG 2009-03-24 19:02:23,956 [main] call next value for ITEM_SEQ
DEBUG 2009-03-24 19:02:23,956 [main] insert into ITEM (ITEM_ID, ITEM_NAME, PRICE) values (1870, 'PS3', 19800)
DEBUG 2009-03-24 19:02:23,956 [main] call next value for ITEM_SEQ
DEBUG 2009-03-24 19:02:23,956 [main] insert into ITEM (ITEM_ID, ITEM_NAME, PRICE) values (1871, 'PS4', 19800)
DEBUG 2009-03-24 19:02:23,957 [main] call next value for ITEM_SEQ
DEBUG 2009-03-24 19:02:23,957 [main] insert into ITEM (ITEM_ID, ITEM_NAME, PRICE) values (1872, 'PS5', 19800)
DEBUG 2009-03-24 19:02:23,995 [main] select T1_.PATH_ID as C1_, T1_.PATH_NAME as C2_, T1_.REAL_PATH_NAME as C3_, T1_.PATH_TYPE as C4_, T1_.PKEY_NUM as C5_, T1_.PKEY_VAL as C6_, T1_.DATA_TYPE as C7_, T1_.AUTO_RUN_TIME as C8_, T1_.DATA_ID as C9_, T1_.STATE_ID as C10_ from BURI_PATH_DATA T1_ where ((T1_.DATA_TYPE like 'example.org.escafe.buri.entity.OrderTitle') and (T1_.PKEY_NUM = 0) and (T1_.PATH_NAME = '注文管理.注文.注文'))
DEBUG 2009-03-24 19:02:24,000 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[注文]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,001 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[注文]/afterCallMethods=[]/exception=null]) : [parentBranchId=0/branchId=0/parentPath=注文管理.注文[order.order_Wor1]/nowPath=null]
DEBUG 2009-03-24 19:02:24,001 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[注文]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,003 [main] select T1_.DATA_ID as C1_, T1_.PKEY_VAL as C2_, T1_.PKEY_NUM as C3_, T1_.DATA_TYPE as C4_, T1_.TABLE_NAME as C5_, T1_.INSERT_USER_ID as C6_ from BURI_DATA T1_ where ((T1_.DATA_TYPE = 'example.org.escafe.buri.entity.OrderTitle') and (T1_.PKEY_NUM = 0))
DEBUG 2009-03-24 19:02:24,004 [main] call next value for BURI_DATA_SEQ
DEBUG 2009-03-24 19:02:24,005 [main] insert into BURI_DATA (DATA_ID, PKEY_VAL, PKEY_NUM, DATA_TYPE, TABLE_NAME, INSERT_USER_ID) values (1517, null, 0, 'example.org.escafe.buri.entity.OrderTitle', 'ORDER_TITLE', null)
DEBUG 2009-03-24 19:02:24,005 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[注文]/afterCallMethods=[]/exception=null]) : 1517
DEBUG 2009-03-24 19:02:24,005 [main] BEGIN org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getPathListByDataId(1517)
DEBUG 2009-03-24 19:02:24,016 [main] SELECT
	BURI_PATH.PATH_ID,
	BURI_PATH.PATH_NAME,
	BURI_PATH.REAL_PATH_NAME
FROM
	BURI_STATE,
	BURI_PATH
WHERE
	BURI_STATE.PATH_ID = BURI_PATH.PATH_ID
	AND BURI_STATE.DATA_ID = 1517
	AND PROCESS_DATE > CURRENT_TIMESTAMP

DEBUG 2009-03-24 19:02:24,020 [main] END org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getPathListByDataId(1517) : []
DEBUG 2009-03-24 19:02:24,021 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadStatus(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[]/exception=null], [parentBranchId=0/branchId=0/parentPath=注文管理.注文[order.order_Wor1]/nowPath=注文管理.注文.注文[order.order_Wor1.order_Wor1_Act1]])
DEBUG 2009-03-24 19:02:24,021 [main] BEGIN org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.注文.注文[order.order_Wor1.order_Wor1_Act1])
DEBUG 2009-03-24 19:02:24,022 [main] select T1_.PATH_ID as C1_, T1_.PATH_NAME as C2_, T1_.REAL_PATH_NAME as C3_, T1_.PATH_TYPE as C4_ from BURI_PATH T1_ where (T1_.REAL_PATH_NAME = 'order.order_Wor1.order_Wor1_Act1')
DEBUG 2009-03-24 19:02:24,026 [main] call next value for BURI_PATH_SEQ
DEBUG 2009-03-24 19:02:24,029 [main] insert into BURI_PATH (PATH_ID, PATH_NAME, REAL_PATH_NAME, PATH_TYPE) values (2118, '注文管理.注文.注文', 'order.order_Wor1.order_Wor1_Act1', null)
DEBUG 2009-03-24 19:02:24,029 [main] END org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.注文.注文[order.order_Wor1.order_Wor1_Act1]) : 注文管理.注文.注文[order.order_Wor1.order_Wor1_Act1]
DEBUG 2009-03-24 19:02:24,030 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,038 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[]/exception=null]) : 1517
DEBUG 2009-03-24 19:02:24,041 [main] select T1_.STATE_ID as C1_, T1_.PATH_ID as C2_, T1_.DATA_ID as C3_, T1_.BRANCH_ID as C4_, T1_.USER_ID_VAL as C5_, T1_.PARTICIPANT_NAME as C6_, T1_.PARTICIPANT_TYPE as C7_, T1_.USER_ID_NUM as C8_, T1_.BT_ID as C9_, T1_.INSERT_DATE as C10_, T1_.AUTO_RUN_TIME as C11_, T1_.PROCESS_DATE as C12_, T1_.ABORT_DATE as C13_, T1_.VERSION_NO as C14_ from BURI_STATE T1_ where (T1_.PATH_ID = 2118 AND T1_.DATA_ID = 1517 AND T1_.PROCESS_DATE > CURRENT_TIMESTAMP)
DEBUG 2009-03-24 19:02:24,042 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadStatus(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[]/exception=null], [parentBranchId=0/branchId=0/parentPath=注文管理.注文[order.order_Wor1]/nowPath=注文管理.注文.注文[order.order_Wor1.order_Wor1_Act1]]) : 0
DEBUG 2009-03-24 19:02:24,042 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,042 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[]/exception=null]) : [parentBranchId=0/branchId=0/parentPath=注文管理.注文[order.order_Wor1]/nowPath=null]
DEBUG 2009-03-24 19:02:24,044 [main] BEGIN order.order_Wor1#order_Wor1_Act1({ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}, null)
DEBUG 2009-03-24 19:02:24,044 [main] BEGIN order.order_Wor1#order_Wor1_Act2({ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}, 注文管理.注文.注文[order.order_Wor1.order_Wor1_Act1])
DEBUG 2009-03-24 19:02:24,044 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#saveBranch([parentBranchId=0/branchId=0/parentPath=注文管理.注文[order.order_Wor1]/nowPath=注文管理.注文.出荷作業中[order.order_Wor1.order_Wor1_Act2]], order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,044 [main] BEGIN org.escafe.buri.dao.util.impl.BTIDUtilImpl#getCurrentBtId()
DEBUG 2009-03-24 19:02:24,044 [main] BEGIN org.escafe.buri.dao.util.impl.BTIDUtilImpl#setBtId(0)
DEBUG 2009-03-24 19:02:24,044 [main] END org.escafe.buri.dao.util.impl.BTIDUtilImpl#setBtId(0) : null
DEBUG 2009-03-24 19:02:24,044 [main] END org.escafe.buri.dao.util.impl.BTIDUtilImpl#getCurrentBtId() : 0
DEBUG 2009-03-24 19:02:24,045 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,045 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null]) : 1517
DEBUG 2009-03-24 19:02:24,049 [main] call next value for BURI_BRANCH_SEQ
DEBUG 2009-03-24 19:02:24,051 [main] insert into BURI_BRANCH (BRANCH_ID, PARENT_BRANCH_ID, PATH_ID, DATA_ID, BT_ID, PROCESS_DATE, VERSION_NO) values (2025, 0, null, 1517, 0, null, 1)
DEBUG 2009-03-24 19:02:24,052 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#saveBranch([parentBranchId=0/branchId=0/parentPath=注文管理.注文[order.order_Wor1]/nowPath=注文管理.注文.出荷作業中[order.order_Wor1.order_Wor1_Act2]], order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null]) : null
DEBUG 2009-03-24 19:02:24,052 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#saveStatus(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null], [parentBranchId=0/branchId=2025/parentPath=注文管理.注文[order.order_Wor1]/nowPath=注文管理.注文.出荷作業中[order.order_Wor1.order_Wor1_Act2]])
DEBUG 2009-03-24 19:02:24,053 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#storeData(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,064 [main] call next value for ORDER_TITLE_SEQ
DEBUG 2009-03-24 19:02:24,067 [main] insert into ORDER_TITLE (ORDER_TITLE_ID, ORDER_DATE, CUSTOMER_ID, STATUS) values (337, '2009-03-24 19:02:23.957000000', 808, 0)
DEBUG 2009-03-24 19:02:24,068 [main] call next value for ORDER_DETAIL_SEQ
DEBUG 2009-03-24 19:02:24,069 [main] insert into ORDER_DETAIL (ORDER_DETAIL_ID, ORDER_COUNT, ITEM_ID, ORDER_TITLE_ID) values (673, 1, 1869, 337)
DEBUG 2009-03-24 19:02:24,069 [main] call next value for ORDER_DETAIL_SEQ
DEBUG 2009-03-24 19:02:24,069 [main] insert into ORDER_DETAIL (ORDER_DETAIL_ID, ORDER_COUNT, ITEM_ID, ORDER_TITLE_ID) values (674, 2, 1870, 337)
DEBUG 2009-03-24 19:02:24,069 [main] Line:0//式=[orderTitleService.insert(#data)] :1
DEBUG 2009-03-24 19:02:24,069 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#storeData(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null]) : null
DEBUG 2009-03-24 19:02:24,070 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#updateBuriData(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,070 [main] select T1_.DATA_ID as C1_, T1_.PKEY_VAL as C2_, T1_.PKEY_NUM as C3_, T1_.DATA_TYPE as C4_, T1_.TABLE_NAME as C5_, T1_.INSERT_USER_ID as C6_ from BURI_DATA T1_ where T1_.DATA_ID = 1517
DEBUG 2009-03-24 19:02:24,073 [main] update BURI_DATA set PKEY_VAL = null, PKEY_NUM = 337, DATA_TYPE = 'example.org.escafe.buri.entity.OrderTitle', TABLE_NAME = 'ORDER_TITLE', INSERT_USER_ID = null where DATA_ID = 1517
DEBUG 2009-03-24 19:02:24,073 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#updateBuriData(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null]) : null
DEBUG 2009-03-24 19:02:24,073 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,073 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null]) : 1517
DEBUG 2009-03-24 19:02:24,074 [main] BEGIN org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.注文.出荷作業中[order.order_Wor1.order_Wor1_Act2])
DEBUG 2009-03-24 19:02:24,074 [main] select T1_.PATH_ID as C1_, T1_.PATH_NAME as C2_, T1_.REAL_PATH_NAME as C3_, T1_.PATH_TYPE as C4_ from BURI_PATH T1_ where (T1_.REAL_PATH_NAME = 'order.order_Wor1.order_Wor1_Act2')
DEBUG 2009-03-24 19:02:24,074 [main] call next value for BURI_PATH_SEQ
DEBUG 2009-03-24 19:02:24,075 [main] insert into BURI_PATH (PATH_ID, PATH_NAME, REAL_PATH_NAME, PATH_TYPE) values (2119, '注文管理.注文.出荷作業中', 'order.order_Wor1.order_Wor1_Act2', null)
DEBUG 2009-03-24 19:02:24,075 [main] END org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.注文.出荷作業中[order.order_Wor1.order_Wor1_Act2]) : 注文管理.注文.出荷作業中[order.order_Wor1.order_Wor1_Act2]
DEBUG 2009-03-24 19:02:24,076 [main] call next value for BURI_STATE_SEQ
DEBUG 2009-03-24 19:02:24,077 [main] insert into BURI_STATE (STATE_ID, PATH_ID, DATA_ID, BRANCH_ID, USER_ID_VAL, PARTICIPANT_NAME, PARTICIPANT_TYPE, USER_ID_NUM, BT_ID, INSERT_DATE, AUTO_RUN_TIME, PROCESS_DATE, ABORT_DATE, VERSION_NO) values (2062, 2119, 1517, 2025, null, '顧客', 'ROLE', null, null, '2009-03-24 19:02:24.75000000', '9999-12-31 23:59:59.999000000', '9999-12-31 23:59:59.999000000', '9999-12-31 23:59:59.999000000', 0)
DEBUG 2009-03-24 19:02:24,077 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#saveStatus(order.order_Wor1@7b4189d0, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}/callPath=注文管理.注文.注文[order.order_Wor1]/dataId=1517/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=顧客/activityNames=[注文]/afterCallMethods=[order_Wor1_Act2]/exception=null], [parentBranchId=0/branchId=2025/parentPath=注文管理.注文[order.order_Wor1]/nowPath=注文管理.注文.出荷作業中[order.order_Wor1.order_Wor1_Act2]]) : 2062
DEBUG 2009-03-24 19:02:24,078 [main] BEGIN order.order_Wor1#order_Wor1_Act2({ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.OrderTitle@565539d8, callPath=注文管理.注文.注文[]}, 注文管理.注文.出荷作業中[order.order_Wor1.order_Wor1_Act2])
DEBUG 2009-03-24 19:02:24,078 [main] Line:0//式=[#data] :example.org.escafe.buri.entity.OrderTitle@565539d8
DEBUG 2009-03-24 19:02:24,078 [main] Line:1//式=[shippingBao] :org.escafe.buri.annotation.bao.ShippingBao$$EnhancedByS2AOP$$23d8417c@5f82253
DEBUG 2009-03-24 19:02:24,084 [main] select T1_.SHIPPING_ID as C1_, T1_.SHIPPING_DATE as C2_, T1_.ORDER_TITLE_ID as C3_, T1_.CUSTOMER_ID as C4_, T2_.ORDER_TITLE_ID as C5_, T2_.ORDER_DATE as C6_, T2_.CUSTOMER_ID as C7_, T2_.STATUS as C8_ from SHIPPING T1_ left outer join ORDER_TITLE T2_ on T1_.ORDER_TITLE_ID = T2_.ORDER_TITLE_ID where (T2_.ORDER_TITLE_ID = 337)
DEBUG 2009-03-24 19:02:24,086 [main] select T1_.PATH_ID as C1_, T1_.PATH_NAME as C2_, T1_.REAL_PATH_NAME as C3_, T1_.PATH_TYPE as C4_, T1_.PKEY_NUM as C5_, T1_.PKEY_VAL as C6_, T1_.DATA_TYPE as C7_, T1_.AUTO_RUN_TIME as C8_, T1_.DATA_ID as C9_, T1_.STATE_ID as C10_ from BURI_PATH_DATA T1_ where ((T1_.DATA_TYPE like 'example.org.escafe.buri.entity.Shipping') and (T1_.PKEY_NUM = 0) and (T1_.PATH_NAME = '注文管理.出荷.出荷依頼'))
DEBUG 2009-03-24 19:02:24,098 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,099 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null]) : [parentBranchId=0/branchId=0/parentPath=注文管理.出荷[order.order_Wor2]/nowPath=null]
DEBUG 2009-03-24 19:02:24,099 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,099 [main] select T1_.DATA_ID as C1_, T1_.PKEY_VAL as C2_, T1_.PKEY_NUM as C3_, T1_.DATA_TYPE as C4_, T1_.TABLE_NAME as C5_, T1_.INSERT_USER_ID as C6_ from BURI_DATA T1_ where ((T1_.DATA_TYPE = 'example.org.escafe.buri.entity.Shipping') and (T1_.PKEY_NUM = 0))
DEBUG 2009-03-24 19:02:24,100 [main] call next value for BURI_DATA_SEQ
DEBUG 2009-03-24 19:02:24,100 [main] insert into BURI_DATA (DATA_ID, PKEY_VAL, PKEY_NUM, DATA_TYPE, TABLE_NAME, INSERT_USER_ID) values (1518, null, 0, 'example.org.escafe.buri.entity.Shipping', 'SHIPPING', null)
DEBUG 2009-03-24 19:02:24,100 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null]) : 1518
DEBUG 2009-03-24 19:02:24,100 [main] BEGIN org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getPathListByDataId(1518)
DEBUG 2009-03-24 19:02:24,101 [main] SELECT
	BURI_PATH.PATH_ID,
	BURI_PATH.PATH_NAME,
	BURI_PATH.REAL_PATH_NAME
FROM
	BURI_STATE,
	BURI_PATH
WHERE
	BURI_STATE.PATH_ID = BURI_PATH.PATH_ID
	AND BURI_STATE.DATA_ID = 1518
	AND PROCESS_DATE > CURRENT_TIMESTAMP

DEBUG 2009-03-24 19:02:24,101 [main] END org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getPathListByDataId(1518) : []
DEBUG 2009-03-24 19:02:24,101 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadStatus(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null], [parentBranchId=0/branchId=0/parentPath=注文管理.出荷[order.order_Wor2]/nowPath=注文管理.出荷.出荷依頼[order.order_Wor2.order_Wor2_Act1]])
DEBUG 2009-03-24 19:02:24,101 [main] BEGIN org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.出荷.出荷依頼[order.order_Wor2.order_Wor2_Act1])
DEBUG 2009-03-24 19:02:24,102 [main] select T1_.PATH_ID as C1_, T1_.PATH_NAME as C2_, T1_.REAL_PATH_NAME as C3_, T1_.PATH_TYPE as C4_ from BURI_PATH T1_ where (T1_.REAL_PATH_NAME = 'order.order_Wor2.order_Wor2_Act1')
DEBUG 2009-03-24 19:02:24,102 [main] call next value for BURI_PATH_SEQ
DEBUG 2009-03-24 19:02:24,102 [main] insert into BURI_PATH (PATH_ID, PATH_NAME, REAL_PATH_NAME, PATH_TYPE) values (2120, '注文管理.出荷.出荷依頼', 'order.order_Wor2.order_Wor2_Act1', null)
DEBUG 2009-03-24 19:02:24,103 [main] END org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.出荷.出荷依頼[order.order_Wor2.order_Wor2_Act1]) : 注文管理.出荷.出荷依頼[order.order_Wor2.order_Wor2_Act1]
DEBUG 2009-03-24 19:02:24,103 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,103 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null]) : 1518
DEBUG 2009-03-24 19:02:24,103 [main] select T1_.STATE_ID as C1_, T1_.PATH_ID as C2_, T1_.DATA_ID as C3_, T1_.BRANCH_ID as C4_, T1_.USER_ID_VAL as C5_, T1_.PARTICIPANT_NAME as C6_, T1_.PARTICIPANT_TYPE as C7_, T1_.USER_ID_NUM as C8_, T1_.BT_ID as C9_, T1_.INSERT_DATE as C10_, T1_.AUTO_RUN_TIME as C11_, T1_.PROCESS_DATE as C12_, T1_.ABORT_DATE as C13_, T1_.VERSION_NO as C14_ from BURI_STATE T1_ where (T1_.PATH_ID = 2120 AND T1_.DATA_ID = 1518 AND T1_.PROCESS_DATE > CURRENT_TIMESTAMP)
DEBUG 2009-03-24 19:02:24,104 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadStatus(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null], [parentBranchId=0/branchId=0/parentPath=注文管理.出荷[order.order_Wor2]/nowPath=注文管理.出荷.出荷依頼[order.order_Wor2.order_Wor2_Act1]]) : 0
DEBUG 2009-03-24 19:02:24,104 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,104 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[]/exception=null]) : [parentBranchId=0/branchId=0/parentPath=注文管理.出荷[order.order_Wor2]/nowPath=null]
DEBUG 2009-03-24 19:02:24,104 [main] BEGIN order.order_Wor2#order_Wor2_Act1({ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}, null)
DEBUG 2009-03-24 19:02:24,105 [main] BEGIN order.order_Wor2#order_Wor2_Act2({ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}, 注文管理.出荷.出荷依頼[order.order_Wor2.order_Wor2_Act1])
DEBUG 2009-03-24 19:02:24,105 [main] BEGIN order.order_Wor2#order_Wor2_Act9({ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}, 注文管理.出荷.出荷準備開始[order.order_Wor2.order_Wor2_Act2])
DEBUG 2009-03-24 19:02:24,105 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#saveBranch([parentBranchId=0/branchId=0/parentPath=注文管理.出荷[order.order_Wor2]/nowPath=注文管理.出荷.商品待ち[order.order_Wor2.order_Wor2_Act9]], order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,105 [main] BEGIN org.escafe.buri.dao.util.impl.BTIDUtilImpl#getCurrentBtId()
DEBUG 2009-03-24 19:02:24,105 [main] END org.escafe.buri.dao.util.impl.BTIDUtilImpl#getCurrentBtId() : 0
DEBUG 2009-03-24 19:02:24,106 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,106 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null]) : 1518
DEBUG 2009-03-24 19:02:24,106 [main] call next value for BURI_BRANCH_SEQ
DEBUG 2009-03-24 19:02:24,106 [main] insert into BURI_BRANCH (BRANCH_ID, PARENT_BRANCH_ID, PATH_ID, DATA_ID, BT_ID, PROCESS_DATE, VERSION_NO) values (2026, 0, null, 1518, 0, null, 1)
DEBUG 2009-03-24 19:02:24,107 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#saveBranch([parentBranchId=0/branchId=0/parentPath=注文管理.出荷[order.order_Wor2]/nowPath=注文管理.出荷.商品待ち[order.order_Wor2.order_Wor2_Act9]], order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null]) : null
DEBUG 2009-03-24 19:02:24,107 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#saveStatus(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null], [parentBranchId=0/branchId=2026/parentPath=注文管理.出荷[order.order_Wor2]/nowPath=注文管理.出荷.商品待ち[order.order_Wor2.order_Wor2_Act9]])
DEBUG 2009-03-24 19:02:24,107 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#storeData(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,109 [main] call next value for SHIPPING_SEQ
DEBUG 2009-03-24 19:02:24,111 [main] insert into SHIPPING (SHIPPING_ID, SHIPPING_DATE, ORDER_TITLE_ID, CUSTOMER_ID) values (292, '9970-12-31 23:59:59', 337, 808)
DEBUG 2009-03-24 19:02:24,112 [main] call next value for SHIPPING_ITEM_SEQ
DEBUG 2009-03-24 19:02:24,112 [main] insert into SHIPPING_ITEM (SHIPPING_ITEM_ID, ORDER_DETAIL_ID, SHIPPING_ID) values (519, 673, 292)
DEBUG 2009-03-24 19:02:24,112 [main] call next value for SHIPPING_ITEM_SEQ
DEBUG 2009-03-24 19:02:24,113 [main] insert into SHIPPING_ITEM (SHIPPING_ITEM_ID, ORDER_DETAIL_ID, SHIPPING_ID) values (520, 674, 292)
DEBUG 2009-03-24 19:02:24,113 [main] Line:0//式=[shippingService.insert(#data)] :1
DEBUG 2009-03-24 19:02:24,113 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#storeData(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null]) : null
DEBUG 2009-03-24 19:02:24,113 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#updateBuriData(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=292,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,114 [main] select T1_.DATA_ID as C1_, T1_.PKEY_VAL as C2_, T1_.PKEY_NUM as C3_, T1_.DATA_TYPE as C4_, T1_.TABLE_NAME as C5_, T1_.INSERT_USER_ID as C6_ from BURI_DATA T1_ where T1_.DATA_ID = 1518
DEBUG 2009-03-24 19:02:24,116 [main] update BURI_DATA set PKEY_VAL = null, PKEY_NUM = 292, DATA_TYPE = 'example.org.escafe.buri.entity.Shipping', TABLE_NAME = 'SHIPPING', INSERT_USER_ID = null where DATA_ID = 1518
DEBUG 2009-03-24 19:02:24,117 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#updateBuriData(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=292,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null]) : null
DEBUG 2009-03-24 19:02:24,117 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=292,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null])
DEBUG 2009-03-24 19:02:24,117 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=292,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null]) : 1518
DEBUG 2009-03-24 19:02:24,117 [main] BEGIN org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.出荷.商品待ち[order.order_Wor2.order_Wor2_Act9])
DEBUG 2009-03-24 19:02:24,117 [main] select T1_.PATH_ID as C1_, T1_.PATH_NAME as C2_, T1_.REAL_PATH_NAME as C3_, T1_.PATH_TYPE as C4_ from BURI_PATH T1_ where (T1_.REAL_PATH_NAME = 'order.order_Wor2.order_Wor2_Act9')
DEBUG 2009-03-24 19:02:24,118 [main] call next value for BURI_PATH_SEQ
DEBUG 2009-03-24 19:02:24,118 [main] insert into BURI_PATH (PATH_ID, PATH_NAME, REAL_PATH_NAME, PATH_TYPE) values (2121, '注文管理.出荷.商品待ち', 'order.order_Wor2.order_Wor2_Act9', null)
DEBUG 2009-03-24 19:02:24,119 [main] END org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.出荷.商品待ち[order.order_Wor2.order_Wor2_Act9]) : 注文管理.出荷.商品待ち[order.order_Wor2.order_Wor2_Act9]
DEBUG 2009-03-24 19:02:24,119 [main] call next value for BURI_STATE_SEQ
DEBUG 2009-03-24 19:02:24,120 [main] insert into BURI_STATE (STATE_ID, PATH_ID, DATA_ID, BRANCH_ID, USER_ID_VAL, PARTICIPANT_NAME, PARTICIPANT_TYPE, USER_ID_NUM, BT_ID, INSERT_DATE, AUTO_RUN_TIME, PROCESS_DATE, ABORT_DATE, VERSION_NO) values (2063, 2121, 1518, 2026, null, '出荷担当者', 'ROLE', null, null, '2009-03-24 19:02:24.119000000', '9999-12-31 23:59:59.999000000', '9999-12-31 23:59:59.999000000', '9999-12-31 23:59:59.999000000', 0)
DEBUG 2009-03-24 19:02:24,121 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#saveStatus(order.order_Wor2@27af8502, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=<null>,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}/callPath=注文管理.出荷.出荷依頼[order.order_Wor2]/dataId=1518/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[出荷依頼]/afterCallMethods=[order_Wor2_Act2]/exception=null], [parentBranchId=0/branchId=2026/parentPath=注文管理.出荷[order.order_Wor2]/nowPath=注文管理.出荷.商品待ち[order.order_Wor2.order_Wor2_Act9]]) : 2063
DEBUG 2009-03-24 19:02:24,121 [main] BEGIN order.order_Wor2#order_Wor2_Act2({ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.Shipping@59a51312[shippingId=292,shippingDate=Thu Dec 31 23:59:59 JST 9970,orderTitleId=337,customerId=808,shippingItemList=[example.org.escafe.buri.entity.ShippingItem@36db492, example.org.escafe.buri.entity.ShippingItem@1769df00],orderTitle=<null>], callPath=注文管理.出荷.出荷依頼[]}, 注文管理.出荷.商品待ち[order.order_Wor2.order_Wor2_Act9])
DEBUG 2009-03-24 19:02:24,157 [main] select T1_.PATH_ID as C1_, T1_.PATH_NAME as C2_, T1_.REAL_PATH_NAME as C3_, T1_.PATH_TYPE as C4_, T1_.PKEY_NUM as C5_, T1_.PKEY_VAL as C6_, T1_.DATA_TYPE as C7_, T1_.AUTO_RUN_TIME as C8_, T1_.DATA_ID as C9_, T1_.STATE_ID as C10_ from BURI_PATH_DATA T1_ where ((T1_.DATA_TYPE like 'example.org.escafe.buri.entity.ShippingItem') and (T1_.PKEY_NUM = 519) and (T1_.PATH_NAME = '注文管理.出荷詳細.商品準備開始'))
DEBUG 2009-03-24 19:02:24,160 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,160 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null]) : [parentBranchId=0/branchId=0/parentPath=注文管理.出荷詳細[order.order_Wor5]/nowPath=null]
DEBUG 2009-03-24 19:02:24,160 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor5@4d8dfa76, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,161 [main] select T1_.DATA_ID as C1_, T1_.PKEY_VAL as C2_, T1_.PKEY_NUM as C3_, T1_.DATA_TYPE as C4_, T1_.TABLE_NAME as C5_, T1_.INSERT_USER_ID as C6_ from BURI_DATA T1_ where ((T1_.DATA_TYPE = 'example.org.escafe.buri.entity.ShippingItem') and (T1_.PKEY_NUM = 519))
DEBUG 2009-03-24 19:02:24,171 [main] call next value for BURI_DATA_SEQ
DEBUG 2009-03-24 19:02:24,172 [main] insert into BURI_DATA (DATA_ID, PKEY_VAL, PKEY_NUM, DATA_TYPE, TABLE_NAME, INSERT_USER_ID) values (1519, null, 519, 'example.org.escafe.buri.entity.ShippingItem', 'SHIPPING_ITEM', null)
DEBUG 2009-03-24 19:02:24,172 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor5@4d8dfa76, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=null/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=null/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null]) : 1519
DEBUG 2009-03-24 19:02:24,173 [main] BEGIN org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getPathListByDataId(1519)
DEBUG 2009-03-24 19:02:24,173 [main] SELECT
	BURI_PATH.PATH_ID,
	BURI_PATH.PATH_NAME,
	BURI_PATH.REAL_PATH_NAME
FROM
	BURI_STATE,
	BURI_PATH
WHERE
	BURI_STATE.PATH_ID = BURI_PATH.PATH_ID
	AND BURI_STATE.DATA_ID = 1519
	AND PROCESS_DATE > CURRENT_TIMESTAMP

DEBUG 2009-03-24 19:02:24,173 [main] END org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getPathListByDataId(1519) : []
DEBUG 2009-03-24 19:02:24,174 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadStatus(order.order_Wor5@4d8dfa76, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=1519/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null], [parentBranchId=0/branchId=0/parentPath=注文管理.出荷詳細[order.order_Wor5]/nowPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5.order_Wor5_Act1]])
DEBUG 2009-03-24 19:02:24,174 [main] BEGIN org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.出荷詳細.商品準備開始[order.order_Wor5.order_Wor5_Act1])
DEBUG 2009-03-24 19:02:24,174 [main] select T1_.PATH_ID as C1_, T1_.PATH_NAME as C2_, T1_.REAL_PATH_NAME as C3_, T1_.PATH_TYPE as C4_ from BURI_PATH T1_ where (T1_.REAL_PATH_NAME = 'order.order_Wor5.order_Wor5_Act1')
DEBUG 2009-03-24 19:02:24,174 [main] call next value for BURI_PATH_SEQ
DEBUG 2009-03-24 19:02:24,175 [main] insert into BURI_PATH (PATH_ID, PATH_NAME, REAL_PATH_NAME, PATH_TYPE) values (2122, '注文管理.出荷詳細.商品準備開始', 'order.order_Wor5.order_Wor5_Act1', null)
DEBUG 2009-03-24 19:02:24,175 [main] END org.escafe.buri.dao.util.impl.BuriPathUtilImpl#getBuriPathFromRealPath(注文管理.出荷詳細.商品準備開始[order.order_Wor5.order_Wor5_Act1]) : 注文管理.出荷詳細.商品準備開始[order.order_Wor5.order_Wor5_Act1]
DEBUG 2009-03-24 19:02:24,175 [main] BEGIN org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor5@4d8dfa76, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=1519/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,175 [main] END org.escafe.buri.dao.util.impl.BuriDataUtilImpl#getBuriDataId(order.order_Wor5@4d8dfa76, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=1519/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null]) : 1519
DEBUG 2009-03-24 19:02:24,175 [main] select T1_.STATE_ID as C1_, T1_.PATH_ID as C2_, T1_.DATA_ID as C3_, T1_.BRANCH_ID as C4_, T1_.USER_ID_VAL as C5_, T1_.PARTICIPANT_NAME as C6_, T1_.PARTICIPANT_TYPE as C7_, T1_.USER_ID_NUM as C8_, T1_.BT_ID as C9_, T1_.INSERT_DATE as C10_, T1_.AUTO_RUN_TIME as C11_, T1_.PROCESS_DATE as C12_, T1_.ABORT_DATE as C13_, T1_.VERSION_NO as C14_ from BURI_STATE T1_ where (T1_.PATH_ID = 2122 AND T1_.DATA_ID = 1519 AND T1_.PROCESS_DATE > CURRENT_TIMESTAMP)
DEBUG 2009-03-24 19:02:24,176 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadStatus(order.order_Wor5@4d8dfa76, [userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=1519/buriUserId=null/appUserId=null/statusId=null/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null], [parentBranchId=0/branchId=0/parentPath=注文管理.出荷詳細[order.order_Wor5]/nowPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5.order_Wor5_Act1]]) : 0
DEBUG 2009-03-24 19:02:24,176 [main] BEGIN org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=1519/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null])
DEBUG 2009-03-24 19:02:24,176 [main] END org.escafe.buri.dao.util.impl.BuriStateUtilImpl#loadBranchWalker([userContext={ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}/callPath=注文管理.出荷詳細.商品準備開始[order.order_Wor5]/dataId=1519/buriUserId=null/appUserId=null/statusId=0/targetDtoClass=null/startParticipantName=出荷担当者/activityNames=[商品準備開始]/afterCallMethods=[]/exception=null]) : [parentBranchId=0/branchId=0/parentPath=注文管理.出荷詳細[order.order_Wor5]/nowPath=null]
DEBUG 2009-03-24 19:02:24,177 [main] BEGIN order.order_Wor5#order_Wor5_Act1({ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}, null)
DEBUG 2009-03-24 19:02:24,177 [main] BEGIN order.order_Wor5#order_Wor5_Act2({ValidateAction=[], action=null, userData=null, data=example.org.escafe.buri.entity.ShippingItem@36db492, callPath=注文管理.出荷詳細.商品準備開始[]}, 注文管理.出荷詳細.商品準備開始[order.order_Wor5.order_Wor5_Act1])