Pessoal,
Alguém tem alguma dica do que pode estar provocando este erro
14:15:24,234 INFO Environment:543 - Hibernate 3.3.1.GAArquivo XML
14:15:24,234 INFO Environment:561 - loaded properties from resource hibernate.properties: {=, =, , "http=//hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">, true}=, =, org.hibernate.context.ThreadLocalSessionContext=, , hibernate.bytecode.use_reflection_optimizer=false,, -->=, "-//Hibernate/Hibernate=Configuration DTD 3.0//EN", and=let Hibernate bind the session automatically to the thread,
14:15:24,250 INFO Environment:709 - Bytecode provider name : javassist
14:15:24,250 INFO Environment:627 - using JDK 1.4 java.sql.Timestamp handling
14:15:24,328 INFO Configuration:618 - Reading mappings from resource: socket/Servidor.hbm.xml
14:15:24,328 INFO Configuration:563 - Reading mappings from resource: socket/Servidor.hbm.xml
--> 14:15:24,390 ERROR XMLHelper:81 - Error parsing XML: XML InputStream(1) The processing instruction target matching "[xX][mM][lL]" is not allowed.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd" >
<hibernate-mapping>
<class name="Servidor" table="script">
<id name="id_script" column="id_script" type="int" not-null="true"/>
<generator class="assigned"/>
</id>
<property name="identificador" type="string"/>
<property name="cd_fonte" column="cd_fonte" type="string"/>
</class>
</hibernate-mapping>