$B$4JV;v$"$j$,$H$&$4$6$$$^$9!#(B<br>weblogic$B$G@_Dj$H%m%0$r2<5-$G$9!#(B<br><b>1$B!!(Bjdbc.dicon$B$OFs$D$,$"$j$^$9!#(B</b><br><b>1.1 jdbc-portal.dicon:</b><br>&lt;components namespace=&quot;jdbcPortal&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;include path=&quot;jta-wls10.dicon&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;include path=&quot;jdbc-extension.dicon&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; condition=&quot;@org.seasar.framework.util.ResourceUtil@isExist(&#39;convention.dicon&#39;)&quot;/&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;component class=&quot;org.seasar.extension.jdbc.impl.BasicResultSetFactory&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;component class=&quot;org.seasar.extension.jdbc.impl.ConfigurableStatementFactory&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;component class=&quot;org.seasar.extension.jdbc.impl.BasicStatementFactory&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!--<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;component class=&quot;org.seasar.extension.jdbc.impl.BooleanToIntStatementFactory&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; --&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;property name=&quot;fetchSize&quot;&gt;100&lt;/property&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!--<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;property name=&quot;maxRows&quot;&gt;100&lt;/property&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; --&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;!-- from JNDI --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;component name=&quot;dataSource&quot; class=&quot;javax.sql.DataSource&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; @org.seasar.extension.j2ee.JndiResourceLocator@lookup(&quot;xxxPortalDS&quot;)<br>
&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br>&lt;/components&gt;<br><br><b>1.2 jdbc-central.dicon</b><br>&lt;components namespace=&quot;jdbc&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;include path=&quot;jta-wls10.dicon&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;include path=&quot;jdbc-extension.dicon&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; condition=&quot;@org.seasar.framework.util.ResourceUtil@isExist(&#39;convention.dicon&#39;)&quot;/&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;component class=&quot;org.seasar.extension.jdbc.impl.BasicResultSetFactory&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;component class=&quot;org.seasar.extension.jdbc.impl.ConfigurableStatementFactory&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;component class=&quot;org.seasar.extension.jdbc.impl.BasicStatementFactory&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!--<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;component class=&quot;org.seasar.extension.jdbc.impl.BooleanToIntStatementFactory&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; --&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;property name=&quot;fetchSize&quot;&gt;100&lt;/property&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!--<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;property name=&quot;maxRows&quot;&gt;100&lt;/property&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; --&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;!-- from JNDI --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;component name=&quot;dataSource&quot; class=&quot;javax.sql.DataSource&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; @org.seasar.extension.j2ee.JndiResourceLocator@lookup(&quot;xxxCentralDS&quot;)<br>
&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br>&lt;/components&gt;<br><br><b>2. s2container.dicon</b><br>&lt;components&gt;<br>&nbsp;&nbsp;&nbsp; &lt;include condition=&quot;#ENV == &#39;ut&#39;&quot; path=&quot;warmdeploy.dicon&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;include condition=&quot;#ENV == &#39;ct&#39;&quot; path=&quot;hotdeploy.dicon&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;include condition=&quot;#ENV != &#39;ut&#39; and #ENV != &#39;ct&#39;&quot; path=&quot;cooldeploy.dicon&quot;/&gt;<br>&lt;/components&gt;<br><br><b>3 customize.dicon</b><br>...<br>&lt;component name=&quot;serviceCustomizer&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; class=&quot;org.seasar.framework.container.customizer.CustomizerChain&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;initMethod name=&quot;addCustomizer&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;traceCustomizer&lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/initMethod&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;initMethod name=&quot;addCustomizer&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;myrequiredTxCustomizer1&lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/initMethod&gt;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;initMethod name=&quot;addCustomizer&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;myrequiredTxCustomizer2&lt;/arg&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/initMethod&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;initMethod name=&quot;addCustomizer&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;serviceInterceptorCustomizer&lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/initMethod&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br>
<br>&lt;component name=&quot;myrequiredTxCustomizer1&quot; class=&quot;org.seasar.framework.container.customizer.CustomizerChain&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;initMethod name=&quot;addAspectCustomizer&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;&quot;j2ee.requiredTx&quot;&lt;/arg&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;&quot;insert.*, update.*, save.*, delete.*, login, logoutSystem&quot;&lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/initMethod&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;initMethod name=&quot;addClassPattern&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;&quot;aaa.bbb.ccc.service.impl&quot;&lt;/arg&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;&quot;RemoteObjectServiceImpl&quot;&lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/initMethod&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br><br>&lt;component name=&quot;myrequiredTxCustomizer2&quot; class=&quot;org.seasar.framework.container.customizer.CustomizerChain&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;initMethod name=&quot;addAspectCustomizer&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;&quot;j2ee.requiredTx&quot;&lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;&quot;insert.*, update.*, save.*, delete.*&quot;&lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/initMethod&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;initMethod name=&quot;addClassPattern&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;&quot;aaa.bbb.ccc.maintenance.service.impl&quot;&lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;arg&gt;&quot;.*ServiceImpl&quot;&lt;/arg&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/initMethod&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br><br><b>4&nbsp; $B%H%i%s%6%/%7%g%s3+;O$+$i%m!<%k%P%C%/$^$G(B</b><br>2010/06/22 11:46:51 [][][][][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.service.impl.RemoteObjectServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511)<br>
2010/06/22 11:46:51 [][][][][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.service.impl.RemoteObjectServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511)<br>
2010/06/22 11:46:51 [][][][][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:231) - $B%H%i%s%6%/%7%g%s$r3+;O$7$^$7$?!#(Btx=[FormatId=4360, GlobalId=1277174682893/2, BranchId=]<br>
2010/06/22 11:46:51 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [INFO ] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (AppLogInterceptor.java:157) - aaa.bbb.ccc.service.impl.RemoteObjectServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511)<br>
2010/06/22 11:46:51 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [INFO ] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (AppLogInterceptor.java:157) - aaa.bbb.ccc.service.impl.RemoteObjectServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511)<br>
2010/06/22 11:46:51 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.maintenance.service.impl.ContactNewCustomerRegistrationManagementServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511)<br>
2010/06/22 11:46:51 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.maintenance.service.impl.ContactNewCustomerRegistrationManagementServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511)<br>
2010/06/22 11:46:51 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.maintenance.service.impl.TaskUnitMasterServiceImpl#insertOne(aaa.bbb.ccc.entity.TaskUnitMaster@1eac514)<br>
2010/06/22 11:46:51 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.maintenance.service.impl.TaskUnitMasterServiceImpl#insertOne(aaa.bbb.ccc.entity.TaskUnitMaster@1eac514)<br>
2010/06/22 11:46:51 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - insert into TSKUNIT_MST (TSKUNIT_NAME, KKKTIT_COD, MEMO, CREATER_NAME, CREATE_NGP, CREATE_ZKK, TSKUNIT_STS_COD, GNZI_KYK_BNG, GNZI_TNT_COD, CHKN_TNT_COD, CHKN_KYK_BNG, CHKN_CONTACT_JSI_NGP, CHKN_CONTACT_JSI_ZKK, CHKN_MENDAN_KEK_COD, CHKN_SEIYAKU_KEK_COD, CHKN_USR_NAME, LMSKSN_NGP, LMSKSN_ZKK, LMSKOSIS) values (&#39;[$B?75,(B]201006221146&#39;, null, null, &#39;$BC4Ev(BB&#39;, 20100622, 114651, &#39;0&#39;, &#39;050010&nbsp; &#39;, &#39;001&#39;, null, null, null, null, null, null, null, 20100622, 114651, &#39;xxxxxxx&#39;)<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.maintenance.service.impl.TaskUnitMasterServiceImpl#insertOne(aaa.bbb.ccc.entity.TaskUnitMaster@1eac514) : 1<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.maintenance.service.impl.TaskUnitMasterServiceImpl#insertOne(aaa.bbb.ccc.entity.TaskUnitMaster@1eac514) : 1<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.maintenance.service.impl.NewCustomerDataServiceImpl#insertOne(aaa.bbb.ccc.entity.NewCustomerData@1eac51f)<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.maintenance.service.impl.NewCustomerDataServiceImpl#insertOne(aaa.bbb.ccc.entity.NewCustomerData@1eac51f)<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.maintenance.service.impl.CustomerMasterServiceImpl#convertKanaName($B%"(B)<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - BEGIN aaa.bbb.ccc.maintenance.service.impl.CustomerMasterServiceImpl#convertKanaName($B%"(B)<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.maintenance.service.impl.CustomerMasterServiceImpl#convertKanaName($B%"(B) : $B%"(B<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.maintenance.service.impl.CustomerMasterServiceImpl#convertKanaName($B%"(B) : $B%"(B<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - INSERT INTO<br>
&nbsp;ssss<br>VALUES (<br>&nbsp;...<br>)<br><br>2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.maintenance.service.impl.NewCustomerDataServiceImpl#insertOne(aaa.bbb.ccc.entity.NewCustomerData@1eac51f) Throwable:org.seasar.framework.exception.SQLRuntimeException: [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.maintenance.service.impl.NewCustomerDataServiceImpl#insertOne(aaa.bbb.ccc.entity.NewCustomerData@1eac51f) Throwable:org.seasar.framework.exception.SQLRuntimeException: [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.maintenance.service.impl.ContactNewCustomerRegistrationManagementServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511) Throwable:org.seasar.framework.exception.SQLRuntimeException: [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.maintenance.service.impl.ContactNewCustomerRegistrationManagementServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511) Throwable:org.seasar.framework.exception.SQLRuntimeException: [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [WARN ] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (AppLogInterceptor.java:131) - aaa.bbb.ccc.service.impl.RemoteObjectServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511)$B!'(B [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
org.seasar.framework.exception.SQLRuntimeException: [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
&nbsp;&nbsp;&nbsp; at org.seasar.extension.jdbc.util.ConnectionUtil.prepareStatement(ConnectionUtil.java:95)<br>&nbsp;&nbsp;&nbsp; ...<br>Caused by: com.teradata.jdbc.jdbc_4.util.JDBCException: [Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.<br>
&nbsp;&nbsp;&nbsp; at com.teradata.jdbc.jdbc_4.util.ErrorFactory.makeDatabaseSQLException(ErrorFactory.java:317)&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; ... 102 more<br>2010/06/22 11:46:52 [xxxxxxx][127.0.0.1][6Ww0MgjPXtThGnDWQkHG1vN9Mhcm2HptghC5qdlptJ9FTHLGh8J9!388582274!1277174543734][050010&nbsp; ][] [WARN ] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (AppLogInterceptor.java:131) - aaa.bbb.ccc.service.impl.RemoteObjectServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511)$B!'(B [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
org.seasar.framework.exception.SQLRuntimeException: [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
&nbsp;&nbsp;&nbsp; at org.seasar.extension.jdbc.util.ConnectionUtil.prepareStatement(ConnectionUtil.java:95)&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)<br>Caused by: com.teradata.jdbc.jdbc_4.util.JDBCException: [Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.<br>
&nbsp;&nbsp;&nbsp; at com.teradata.jdbc.jdbc_4.util.ErrorFactory.makeDatabaseSQLException(ErrorFactory.java:317)&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; ... 102 more<br>2010/06/22 11:46:52 [][][][][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:231) - $B%H%i%s%6%/%7%g%s$r%m!<%k%P%C%/$7$^$7$?!#(Btx=[FormatId=4360, GlobalId=1277174682893/2, BranchId=]<br>
2010/06/22 11:46:52 [][][][][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.service.impl.RemoteObjectServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511) Throwable:org.seasar.framework.exception.SQLRuntimeException: [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
2010/06/22 11:46:52 [][][][][] [DEBUG] [ACTIVE] ExecuteThread: &#39;0&#39; for queue: &#39;weblogic.kernel.Default (self-tuning)&#39; (Logger.java:105) - END aaa.bbb.ccc.service.impl.RemoteObjectServiceImpl#saveNewCustomerTaskSpecRegistrationInfo(aaa.bbb.ccc.dto.NewCustomerTaskSpecRegistrationInfoDto@1eac511) Throwable:org.seasar.framework.exception.SQLRuntimeException: [ESSR0072]SQL$B$GNc30(B(SQL=[], Message=[[Teradata Database] [TeraJDBC 13.00.00.20] [Error 3807] [SQLState 42S02] Object &#39;ssss&#39; does not exist.], ErrorCode=3807, SQLState=42S02)$B$,H/@8$7$^$7$?(B<br>
<br><br>$B$h$m$7$/$*4j$$$$$?$7$^$9!#(B<br><br><div class="gmail_quote">2010$BG/(B6$B7n(B22$BF|(B0:00 Koichi Kobayashi <span dir="ltr">&lt;<a href="mailto:koichik@improvement.jp">koichik@improvement.jp</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
$B>.NS(B (koichik) $B$G$9!%(B<br>
<br>
Date: &nbsp; &nbsp;Mon, 21 Jun 2010 19:10:35 +0900<br>
From: &nbsp; &nbsp;Phenix Zhang &lt;<a href="mailto:phenix.cho@gmail.com">phenix.cho@gmail.com</a>&gt;<br>
To: &nbsp; &nbsp; &nbsp;<a href="mailto:seasar-user@ml.seasar.org">seasar-user@ml.seasar.org</a><br>
Subject: [Seasar-user:19883] transaction$B$N<ALd(B<br>
<div class="im"><br>
&gt; $B-!(Btomcat $B$G%m!<%k%P%C%/$NJ8;z$,=P$F$^$7$?$1$I!"2<5-$N%(%i!<$,H/@8$7$^$7$?!#(B<br>
&gt; 2010/06/21 18:53:45 [][][][][] [ERROR] http-8080-2 (Logger.java:167) -<br>
&gt; java.lang.NullPointerException<br>
&gt; &nbsp; &nbsp; at<br>
&gt; com.teradata.jdbc.jdbc_3.ifjdbc_4.TeraLocalConnection.rollback(TeraLocalConnection.java:239)<br>
<br>
</div>$B$3$N>pJs$@$1$G$O2?$bJ,$+$j$^$;$s$M!%(B<br>
Teradata $B$NJ}$G>pJs$,$J$$$+D4$Y$F$_$F$O(B<br>
$B$$$+$,$G$7$g$&$+!%(B<br>
<div class="im"><br>
&gt; $B-"(Bweblogic $B$G!"(Bcservice.c$B$G(BSQL$B%(%i!<$,H/@8$7$?>l9g!"%m!<%k%P%C%/$G$O$J$/$F!"(BBservice.b()$B$h$j!"(BDB$B$K(B<br>
&gt; $B%G!<%?$r%$%s%5!<%H$7$F$7$^$C$?!#(B<br>
<br>
</div>JDBC $B$^$?$O(B JTA $B$N@_Dj$,4V0c$C$F$$$k$N$G$O(B<br>
$B$J$$$G$7$g$&$+!%(B<br>
<br>
$B!&(Bjdbc.dicon<br>
$B!&(Bs2container.dicon<br>
$B!&%H%i%s%6%/%7%g%s3+;O$+$i%m!<%k%P%C%/$^$G$N(B<br>
 &nbsp;Seasar $B4XO"$N%m%0(B<br>
<br>
$B$r8+$;$F$/$@$5$$!%(B<br>
<font color="#888888"><br>
<br>
--<br>
&lt;component name=&quot;koichik&quot;&gt;<br>
 &nbsp; &nbsp;&lt;property name=&quot;fullName&quot;&gt;&quot;Koichi Kobayashi&quot;&lt;/property&gt;<br>
 &nbsp; &nbsp;&lt;property name=&quot;email&quot;&gt;&quot;<a href="mailto:koichik@improvement.jp">koichik@improvement.jp</a>&quot;&lt;/property&gt;<br>
 &nbsp; &nbsp;&lt;property name=&quot;blog&quot;&gt;&quot;<a href="http://d.hatena.ne.jp/koichik" target="_blank">http://d.hatena.ne.jp/koichik</a>&quot;&lt;/property&gt;<br>
&lt;/component&gt;<br>
<br>
</font><br>_______________________________________________<br>
Seasar-user mailing list<br>
<a href="mailto:Seasar-user@ml.seasar.org">Seasar-user@ml.seasar.org</a><br>
<a href="https://ml.seasar.org/mailman/listinfo/seasar-user" target="_blank">https://ml.seasar.org/mailman/listinfo/seasar-user</a><br>
<br></blockquote></div><br>