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@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

-- 
Steve Ebersole <st...@hibernate.org>
http://hibernate.org
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to