Change hibernate logging of missing package-info messages.
----------------------------------------------------------
Key: AS7-1637
URL:
https://issues.jboss.org/browse/AS7-1637
Project: Application Server 7
Issue Type: Enhancement
Components: JPA / Hibernate
Affects Versions: Open To Community
Environment: RHEL 5.5
Reporter: Jeremy Whiting
Assignee: Scott Marlow
Priority: Minor
When starting the server logging messages with level WARN are generated. These messages
indicate the imported package does not contain a package-info.java file.
But the package does not contain entities so it is irrelevant.
Either of the following would be better than the current situation. Change the behaviour
to detect if the package contains any enitities before checking for the presence of the
file. Or change the logging level of the message.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira