Advertisement
| null |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: |
6:57:39,049 INFO [STDOUT] Hibernate: insert into degrees (deg_id, title, capacity, num_accepted) values (null, ?, ?, ?) 06:57:39,050 INFO [STDOUT] Hibernate: call identity() 06:57:39,051 INFO [STDOUT] Hello 06:57:39,051 INFO [STDOUT] Called ejbPostCreate 06:57:39,092 INFO [STDOUT] Hibernate: insert into degrees (deg_id, title, capacity, num_accepted) values (null, ?, ?, ?) 06:57:39,093 INFO [STDOUT] Hibernate: call identity() 07:08:47,430 INFO [STDOUT] Called ejbPassivate the first insert is due to the call to create so that's normal. the second is generated when i call getTitle() on the object which is not normal |
|
[x]
The Solution Rating System
|
||
|
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
|
Loading Advertisement... |