Hi,
This is an old problem that I was not able to fix, applications runs, but
always get this error
[WARN] AnnotationBinder Package not found or wo package-info.java:
org.bfe.sample.t5.entities
I do have a hibernate.cfg.xml as follow and it works well:
<hibernate-configuration>
<session-factory>
<property
name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<!-- List of annotated classes-->
<mapping class="org.bfe.sample.t5.entities.Usr"/>
</session-factory>
</hibernate-configuration>
I do remember that somebody suggests putting a package-info.java in the
entitiies directory, but what needed to be listed?
Thanks,
Angelo
--
View this message in context:
http://www.nabble.com/T5%EF%BC%9A-Hibernate-warning-tp18125776p18125776.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]