ictvmt / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Unexpected error when you use @HistoryConfiguration with no @InitHistory #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you use @HistoryConfiguration with no @InitHistory, an unexcept error 
message shows:

history : Encountered a reference to unknown element 'null'

The following error message should be displayed: You must define a History init 
event if you use history converters.

workaround: set the mandatory @InitHistory fixes the issue

Original issue reported on code.google.com by plcoir...@gmail.com on 5 Oct 2010 at 5:48

GoogleCodeExporter commented 8 years ago
@HistoryConfiguration has been removed from the library

Original comment by plcoir...@gmail.com on 8 Feb 2011 at 1:34