Hi there!! 

I have a legacy app under tomcat that used this way of calling and stored 
procedure:

CallableStatement stmt = conn.prepareCall("BEGIN proc_pa_baja_usuario(?,?); 
END;");

When We migrated this app to Resin with Primrose, We had to change the code 
because it didn't work:

PoolCallableStatement stmt = (PoolCallableStatement)conn.prepareCall("BEGIN 
proc_pa_baja_usuario(?,?); END;"); 
At this point, I whish to know Why this line of code doesn't work under 
Jboss/Tomcat app server

PoolCallableStatement stmt = (PoolCallableStatement)conn.prepareCall("BEGIN 
proc_pa_baja_usuario(?,?); END;"); 


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to