Estou seguindo este tutorial, mas estou tendo problemas na hora de gerar o CRUD das tabelas do banco de dados.
Can't generate seam entities
org.hibernate.console.HibernateConsoleRuntimeException: Could not load JPA Configuration
Could not load JPA Configuration
org.hibernate.console.HibernateConsoleRuntimeException: Could not load JPA Configuration
Could not load JPA Configuration
org.hibernate.console.HibernateConsoleRuntimeException: Could not create JPA based Configuration
Could not create JPA based Configuration
java.lang.reflect.InvocationTargetException: <no message>
java.lang.reflect.InvocationTargetException
javax.persistence.PersistenceException: java.lang.IllegalArgumentException: Unable to visit JAR file:/C:/Documents and Settings/26226486/Meus documentos/workspaceNotas/SeamProject/build/classes. Cause: Illegal character in path at index 18: file:/C:/Documents and Settings/26226486/Meus documentos/workspaceNotas/SeamProject/build/classes
java.lang.IllegalArgumentException: Unable to visit JAR file:/C:/Documents and Settings/26226486/Meus documentos/workspaceNotas/SeamProject/build/classes. Cause: Illegal character in path at index 18: file:/C:/Documents and Settings/26226486/Meus documentos/workspaceNotas/SeamProject/build/classes
java.lang.IllegalArgumentException: Unable to visit JAR file:/C:/Documents and Settings/26226486/Meus documentos/workspaceNotas/SeamProject/build/classes. Cause: Illegal character in path at index 18: file:/C:/Documents and Settings/26226486/Meus documentos/workspaceNotas/SeamProject/build/classes
Unable to visit JAR file:/C:/Documents and Settings/26226486/Meus documentos/workspaceNotas/SeamProject/build/classes. Cause: Illegal character in path at index 18: file:/C:/Documents and Settings/26226486/Meus documentos/workspaceNotas/SeamProject/build/classes
Obs: Se eu criar a entidade manualmente eu consigo persistir. O que não funciona mesmo é a geração automática das entidades a partir do banco de dados.
Alguma sugestão?
Obrigado