Search:

Type: Posts; User: aravias; Keyword(s):

Search: Search took 0.03 seconds.

  1. Spring JDBC - Issue when invoking Stored procedure returning multiple cursors

    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),...
  2. Replies
    3
    Views
    1,030

    DriverManagerDataSource is it threadsafe?

    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...
  3. org.springframework.jdbc.datasource.DriverManagerD ataSource is it threadsafe?

    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...
  4. Duplicated definition for: 'identifiedType'

    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...
  5. Duplicated definition for: 'identifiedType'

    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...
  6. Duplicated definition for: 'identifiedType'

    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...
  7. Question on synchronizeOnSession attribute?

    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....
  8. How to set synchronizeOnSession="true" when a controller is using @SessionAttributes?

    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...
  9. Replies
    2
    Views
    695

    Spring MVC Jasper related question

    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...
  10. Replies
    1
    Views
    698

    Spring MVC Jasper related question

    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...
  11. Replies
    1
    Views
    1,426

    I understand now that the hibernate interce ptor...

    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...
  12. Replies
    1
    Views
    1,426

    hibernate interceptor and AOP

    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...
Results 1 to 12 of 12