Hi all,

I want to call a stored procedure on a sybase system from a session bean.
This procedure must *not* be inside a transaction, so I declare the method
transaction type to be "NotSupported" (I tried also "Never"), (and verified
it by
putting some traces inside jboss implementation)

But I always get this response :

-->SQLException[Msg=Stored procedure 'GET_INFO_IMAGE_PAR_LT' may be run only
in unchained transaction mode. The 'SET CHAINED OFF' command will cause the
current session to use unchained transaction mode.
, SQLState=ZZZZZ, ErrorCode=7713, ] texte:Can't
getChronoImageInfos(EE000000000FR)

Which indicates a transaction is started. !! ??


Does someone experienced such a problem ?
Note : my EJB works fine with Weblogic, and exactly the same database.

Thanx,
Samuel ROBERT



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to