Estou com o seguinte problema no curso de jpa mar 21, 2015 2:22:03 PM org.hibernate.annotations.common.Version INFO: HCANN000001: Hibernate Commons Annotations {4.0.1.Final} mar 21, 2015 2:22:03 PM org.hibernate.Version logVersion INFO: HHH000412: Hibernate Core {4.2.0.Final} mar 21, 2015 2:22:03 PM org.hibernate.cfg.Environment INFO: HHH000206: hibernate.properties not found mar 21, 2015 2:22:03 PM org.hibernate.cfg.Environment buildBytecodeProvider INFO: HHH000021: Bytecode provider name : javassist [Fatal Error] :4:16: O prefixo "xsi" do atributo "xsi:schemaLocation" associado a um tipo de elemento "persistence" não está vinculado. Exception in thread "main" javax.persistence.PersistenceException: Invalid persistence.xml. Error parsing XML (line4 : column 16): O prefixo "xsi" do atributo "xsi:schemaLocation" associado a um tipo de elemento "persistence" não está vinculado.
at org.hibernate.ejb.packaging.PersistenceXmlLoader.loadURL(PersistenceXmlLoader.java:147) at org.hibernate.ejb.packaging.PersistenceXmlLoader.deploy(PersistenceXmlLoader.java:171) at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:325) at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:71) at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:63) at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:47) at br.com.caelum.financas.teste.TesteJPA.main(TesteJPA.java:18)
gostaria de uma ajuda