[hibernate-dev] What does this error message mean and what do we want to change it?

Steve Ebersole steve at hibernate.org
Fri May 27 13:28:03 EDT 2011


Actually, pretty sure this is already addressed too with the new 
metamodel code that is just not wired in yet.

On 05/27/2011 12:21 PM, Steve Ebersole wrote:
> It can be ignored. Basically Hibernate is assuming the orm.xml files in
> this app are compliant with jpa 2.0 version. It tries to validate them
> using that version first. Failing that it then trues the 1.0 xsd for
> validation.
>
> The problem there is just that we associate a org.xml.sax.ErrorHandler
> with the parsing/validation steps and it is set up to log errors on
> error. We just need to adjust that.
>
> On 05/27/2011 11:37 AM, Scott Marlow wrote:
>> Hi,
>>
>> During a AS7 TCK test (with Hibernate 4.0.0), the following error
>> messages show up in the AS7 server.log. This is with Hibernate
>> 4.0.0.Alpha3.
>>
>> Error messages are in here http://pastie.org/1981488
>>
>> Should I report this as a bug or did we perhaps fix it already?
>>
>> Thanks,
>> Scott
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>

-- 
Steve Ebersole <steve at hibernate.org>
http://hibernate.org



More information about the hibernate-dev mailing list