Tagged Questions
0
votes
1answer
233 views
Save, Update and Delete is not working in hibernate and spring
This is my application-context, Dao Implementation class, and Service class. if i try to fetch any record, in response i have all the record in my objects but when i try to save or update or try to ...
0
votes
2answers
444 views
Web Service nHibernate SessionFactory issue
I have a C# .Net Web Service. I am calling a dll (C# .Net) that uses nHibernate to connect to my database. When I call the dll, it executes a query to the db and loads the parent Object "Task". ...
0
votes
1answer
124 views
Java app as windows service with database connection
i'm trying to run java application as a windows service with tomcat 7. in this application i have database connection to MySql with Hibernate. when i ran the tomcat it stops in this line:
...
