[
http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-14?page...
]
Emmanuel Bernard commented on METAGEN-14:
-----------------------------------------
In jpamodelgen
Go to ClassWriter, change line 65 from
Diagnostic.Kind.WARNING, "Problem with Processing Environment Filer: " +
filerEx.getMessage()
back to
Diagnostic.Kind.ERROR, "Problem with Processing Environment Filer: " +
filerEx.getMessage()
mvn clean install
then go to entitymanager
mvn clean test
Watch the output of javac in the console.
Compiling HEM tests raises an error level log (making some
compilation process to stop
--------------------------------------------------------------------------------------
Key: METAGEN-14
URL:
http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-14
Project: Hibernate StaticMetamodel Generator
Issue Type: Bug
Affects Versions: 1.0.0-Beta-2
Reporter: Emmanuel Bernard
Assignee: Hardy Ferentschik
The error log raises from ClassWriter
Problem with Processing Environment Filer: Attempt to recreate a file for type
org.hibernate.ejb.test.ops.Widgets_
Is that really to be considered an error? If yes, let's fix it. If not let's not
display it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira