I have created a rather ugly work around for the above problem by ensuring that the SimpleJdbcCall object is created and compiled on a separate thread - seems to work.
Type: Posts; User: paulb; Keyword(s):
I have created a rather ugly work around for the above problem by ensuring that the SimpleJdbcCall object is created and compiled on a separate thread - seems to work.
I am trying to use SimpleJdbcCall to invoke sequences of Sybase stored procedures within the same ('multi-statement') transaction. I'm also leveraging SimpleJdbcCall's ability to obtain the stored...
I have been reading about NEO4J and Spring Data Graph. The NEO4J model and its cache look well suited to my needs. The Spring Data Graph Neo4J integration looks attractive from a Java programming...