I am facing an issue when invoking an oracle stored procedure that's returning multiple cursors(7) . For some of the cursors values are returned as expected (using their respective row mappers),...
Type: Posts; User: aravias; Keyword(s):
I am facing an issue when invoking an oracle stored procedure that's returning multiple cursors(7) . For some of the cursors values are returned as expected (using their respective row mappers),...
We would like to know whether the following data source
org.springframework.jdbc.datasource.DriverManagerDataSource
is threadsafe and can be used in production environment? Any links to a...
We would like to know whether the following data source
org.springframework.jdbc.datasource.DriverManagerDataSource
is threadsafe and can be used in production environment? Any links to a...
I have a web application where i am using spring 3.0 and oracle's XMLTYPE related jar's com.oracle.xdb which in turn depends on com.oracle.xml.xmlparserv2 , iam sure most of you aware of the...
I have a web application where i am using spring 3.0 and oracle's XMLTYPE related jar's com.oracle.xdb which in turn depends on com.oracle.xml.xmlparserv2 , iam sure most of you aware of the...
I have a web application where i am using spring 3.0 and oracle's XMLTYPE related jar's com.oracle.xdb which in turn depends on com.oracle.xml.xmlparserv2 , iam sure most of you aware of the...
Hi,
I have a problem figuring out how to make sure the session attributes get synchronized when multiple requests for the same session come to the same controller using a set of session attributes....
Hi,
I have a problem figuring out how to make sure the session attributes get synchronized when multiple requests for the same session come to the same controller using a set of session...
Hi,
While creating a template (xml file) to be used for jasper generated reports, there is this Query String element which is used to populate the report when using a datsource to get the data. But...
Hi,
While creating a template (xml file) to be used for jasper generated reports, there is this Query String element which is used to populate the report when using a datsource to get the...
I understand now that the hibernate interce ptor is not of any advise type its just a hibernate interceptor so it cannot be applied as an advise at the service layer level, is there anyway I can make...
I have a hibernate interceptor for auditing purposes which extends emptyInterceptor and logs info when the entities state changes. I want to selectively apply this interceptor to certain service...