Hello
I tried to set the show_sql attribute of hibernate in to different ways.
1. via the hibernate.properties
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration...
Type: Posts; User: joseilogs; Keyword(s):
Hello
I tried to set the show_sql attribute of hibernate in to different ways.
1. via the hibernate.properties
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration...
Thanks for the quick reply.
As far as i see the Transaction should be defined for my service and its method createRegion, so this should be correct. I tried it anyway but it didnt fix the...
Hello
I pretty much followed the Springtraining application within the Spring in Action book, everything including db reading works fine. Unfortunately the application does not write to the db....