This error may be due to the invalid url specification, post your ${openiam.driver_url} value
Regards,
Vijay
Type: Posts; User: vijaykmr; Keyword(s):
This error may be due to the invalid url specification, post your ${openiam.driver_url} value
Regards,
Vijay
Here is the exception stack
Regards,
Vijay
main TransactionSynchronizationManager.getResource - <Retrieved value [org.springframework.orm.hibernate3.SessionHolder@b49b19] for key...
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...
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...
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...
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...
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
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...
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 :...
Is there any hibernate compatible toString() method available?
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
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...