Hi all, Now that I resolved one issue where Hibernate was deploying before my data source was connected (oops), I've got an issue where Hibernate isn't finding my EJB3 annotated entities.
Apparently, according to Hibernate's startup messages, it's still looking for POJOs with XML mapping files. (13:06:09,264 INFO [SettingsFactory] Default entity-mode: POJO). There are no mapping messages listed under the processing collection mappings line, etc. What setting should I add to my hibernate-service.xml declaration in my EAR to get Hibernate to scan for annotated entities. I do have ejb3.deployer in my deploy directory, and it looks like it is deploying correctly. Thanks! --Scott View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920469#3920469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920469 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
