heicheng / trade-manager

Automatically exported from code.google.com/p/trade-manager
0 stars 0 forks source link

[warn]org.hibernate.ejb.Ejb3Configuration #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run TradeManger.bat
2.
3.

What is the expected output? What do you see instead?
[WARN] org.hibernate.ejb.Ejb3Configuration:1132 - HHH000144: 
hibernate.connection.autocommit = false breaks the EJB3 specification

What version of the product are you using? On what operating system?
2.5.6, windows xp

Please provide any additional information below.

trade.log
2012-06-15 22:10:15.593 [WARN] org.hibernate.ejb.Ejb3Configuration:1132 - 
HHH000144: hibernate.connection.autocommit = false breaks the EJB3 specification

Original issue reported on code.google.com by lystill...@gmail.com on 16 Jun 2012 at 2:59

GoogleCodeExporter commented 9 years ago
anthoer problem
when click Contract Details button
pop up"error enabling chart."
id to load is required for loading see log for details

Original comment by lystill...@gmail.com on 16 Jun 2012 at 10:24

Attachments:

GoogleCodeExporter commented 9 years ago
org.trade.ui.base.BasePanel:220 - id to load is required for loading
java.lang.IllegalArgumentException: id to load is required for loading

Original comment by lystill...@gmail.com on 16 Jun 2012 at 10:29

GoogleCodeExporter commented 9 years ago
OK the ejb warning is just that is because I have configured the 
persistance.xml to turn of auto commit. This allows me to control transactions 
within the persistance layer.

As for the no id this is probably from a symbol added to the Trading Tab that 
was not saved before you went to look at the chart. Please let me know the 
exact steps you took to produce this defect (used current version 2.5.6) 

Thanks

Original comment by simon.allen on 23 Jun 2012 at 6:13

GoogleCodeExporter commented 9 years ago
OK 2.5.8 build will now check before chaning tabs for any changed and request 
Save or Refresh.

Original comment by simon.allen on 24 Jun 2012 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by simon.allen on 3 Jul 2012 at 1:26