You need to make sure your Sybase stored procedure is set to "Any" mode.

For example: EXEC sp_procxmode '<your_proc_name>','anymode'

This will allow the transaction for the stored procedure to be controlled by external 
clients (ie the JBoss container).  It will also work with local clients as well, thus 
the "Any" mode.

Hope that helps,
Dustin

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849782#3849782

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849782


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to