Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    2,787

    This error may be due to the invalid url...

    This error may be due to the invalid url specification, post your ${openiam.driver_url} value

    Regards,
    Vijay
  2. Unable to translate SQLException with SQL state

    Here is the exception stack

    Regards,
    Vijay




    main TransactionSynchronizationManager.getResource - <Retrieved value [org.springframework.orm.hibernate3.SessionHolder@b49b19] for key...
  3. Unable to translate SQLException with SQL state

    Hi there,
    Tried all the solution in this forum to figure out the sql translation issue still i am not successful. I am using Hibernate 3 and spring with transaction management. I am unable to...
  4. Thread: Multi Select

    by vijaykmr
    Replies
    0
    Views
    459

    Multi Select

    Hi All,

    What is the best way to represent multiselect value in domain object other then collection, I dont like representing the mutiselect value as collection unless there is a business...
  5. Spring Hibernate3 Exception Handling Document

    Hi All,
    Kindly direct me to some good documentation which addresses database exception handling in spring2.5 with hibernate3 without using hibernate template.
    I am struck for a week, I tried all...
  6. Unable to inject SQLErrorCodeSQLExceptionTranslator

    Hi there,

    I try to capture the sql exception by injecting the SQLErrorCodeSQLExceptionTranslator with custom error handler.
    But the custom exception is not invoked when there is exception.
    How...
  7. Replies
    4
    Views
    1,366

    What you mean by this?... i am not clear... even...

    What you mean by this?... i am not clear... even i face the same issue. Will you be bit clear. Why processFormSubmission should not be overridden?

    Regards,
    Vijay
  8. I am able to figure out the issue... i have set...

    I am able to figure out the issue...
    i have set transaction boundaries to business object (rowSampleService), but i access the entity and its collection in my test class. As the entity are not...
  9. Still i have the issue... I get the same...

    Still i have the issue... I get the same exception if i loop through collection.. where i am wrong

    Test


    Parent p = service.getChildWithParent(1);

    for (Child child :...
  10. Is there any hibernate compatible toString()...

    Is there any hibernate compatible toString() method available?
  11. Brilliant … thanks a lot…. I removed the...

    Brilliant … thanks a lot…. I removed the overridden toString() method from the basedomain and it worked great. I am curious to know how you pin pointed the issue?
    Thanks again.
    Vijay
  12. Problem with transaction org.hibernate.LazyInitializationException:

    Hi All,
    I am trying to configure spring, hibernate and enable spring transaction.
    After going through documents and examples i have done a simple setup with parent child entity relation. This...
Results 1 to 12 of 12