Okay, This made me look at it closer. I was passing in a hash instead of an array for the args. Now, it seems hung. I'll let you know it I get success or not once I figure out why it did not return.
Do I need to set :sproc => true if this is a procedure vs a function? Thanks, GregD On May 26, 11:00 am, Jeremy Evans <[email protected]> wrote: > On May 26, 5:56 am, GregD <[email protected]> wrote: > > > All, > > > This is my first time trying a call_sproc. Using JDBC adapter and > > getting this error: > > > Sequel::DatabaseError: NativeException: java.sql.SQLException: JZ006: > > Caught IOException: java.io.NotSerializableException: > > org.jcodings.specific.ASCIIEncoding > > > DB.call_proc(<proc_name>, :args => valid_args) > > From the error message, it looks like it is unable to serialize some > of your args. As you did not list the args or a full backtrace, I > can't diagnose the error further. > > Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
