Or create a file package-info.java in your package directory and put "package yourpackage;" into it. You can also add package documentation or package-level annotations to it. If you use JavaDoc this file will then be processed instead of package.html.
Uli Am Do, 26.06.2008, 06:58, schrieb Daniel Jue: > It's just a warning, not an error, you can safely ignore this one. > =) > > > On Wed, Jun 25, 2008 at 11:13 PM, Angelo Chen <[EMAIL PROTECTED]> > wrote: > >> >> 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] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
