[Seasar-user:16189] dbflute sql2Entity 実行時のエラー

[E-MAIL ADDRESS DELETED] [E-MAIL ADDRESS DELETED]
2008年 10月 30日 (木) 18:12:52 JST


お世話になります。金と申します。

現在、以下の環境でアプリケーションの作成を行っております。

OS/Windows
AppServer/Tomcat 6.0
DB/Postgres 8.3
IDE/eclipse 3.3
FW/Teeda 1.013
dbflute 0.79

dbfluteについて質問があります。

複数のテーブルからデータを削除する処理があり、SQLをPostgresにSqlを発行しても問題なく通るのですが、sql2Entity.bat実行時に以下のエラーが出力されてしまいます。

-------------------------------------------------------------------------------
以下、コマンドプロンプト上でのエラー
-------------------------------------------------------------------------------
BUILD FAILED
C:\sample\workspace\sample\mydbflute\dbflute-0.8.1\build-torque.xml:323:
org.s
easar.dbflute.helper.jdbc.sqlfile.DfSQLExecutionFailureException: Look! Read
the
 message below.
_/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
It failed to execute the SQL!

[SQL File]
..\src\main\resources\sql\delete\csidelete.sql

[Executed SQL]
-- #Tcsidelete#
-- !TcsideletePmb!
-- !!String kigyocode!!
-- !!String dealercode!!

delete from tcsi where dealercode IN(
select dealercode from tdealer
inner join mnsc ON
mnsc.kigyocode = tdealer.kigyocode
where mnsc.kigyocode = _/*pmb.kigyocode*/'CHLA')

[SQLState]
02000

[ErrorCode]
0

[SQLException]

-------------------------------------------------------------------------------
上記のSqlの処理としてはkigyocodeコードをキーに各テーブルのデータを削除するといった処理です。

 

 
---------------------------------
Power up the Internet with Yahoo! Toolbar.
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20081030/e5df0d7f/attachment-0001.html>


Seasar-user メーリングリストの案内