CWitherow wrote:
This looks like a transaction issue -- the transaction is not getting committed and therefore never shows up in the db. You could configure Hibernate to "auto commit", although that is probably not the best solution, or, the better solution would be to, explicitly declare and handle the transaction.
Curtis ...
Hi Curtis
Thanks alot for providing me your helping hand.
I have tried to run my application after making changes as per your suggestion.Though it is not inseting the records into my DB..
I have gone through some stuff in which it is mentioned that all the transactions in Hibernate are set to true value by default.
means
auto-commit = "true"
As being bennier i dont know how to solv my problem just by exlplicitly declaring and handling the transaction :-( ....
Will it solve my purpose?
I have checked out each and every line of my code so many times buy could not be able to come out from the pit!!!!
Please guide me ....
Thanks n Regards.
Mike