Hi,
we struggled with the same problem and came up with the following solution:
add to the connection jdbc URL the param IS_CLOSED_TEST=INTERNAL and declare your stored procs with EXEC...
Type: Posts; User: ratzlow; Keyword(s):
Hi,
we struggled with the same problem and came up with the following solution:
add to the connection jdbc URL the param IS_CLOSED_TEST=INTERNAL and declare your stored procs with EXEC...
Hi folks,
does anybody know if spring will be one implementation of EJB Lite, part of the JEE 6 specification? In my opinion it will go the same way as Hibernate did with JPA, just being one...