Thanks Alef. I did not notice the constructor to the context taking an array of files. That seems to be the answer I need. Thanks again.
Type: Posts; User: Bill Pearce; Keyword(s):
Thanks Alef. I did not notice the constructor to the context taking an array of files. That seems to be the answer I need. Thanks again.
Hi all,
I have been running unit tests through my JBuilder IDE using a DBCP datasource defined in the Spring config. At deployment time, I need the application to use a datasource bound to JNDI. ...
Meant to try that this morning as well. That gives the same error. I checked with our DBA, and there appears to be a bug in the stored procedure. It looks as though it is actually calling COMMIT...
Still having an issue with this stored procedure. I can call the stored procedure fine directly on the database using a database tool, providing the same SQL and parameters. I tried using the...
Hi folks,
I'm getting a SQLException when running a stored procedure. The error description looks like it's maybe coming from the database, but it's rather vague (Not in a transaction) and I...