I am running JBoss AS 4.0.4RC1 and am deploying EJB3 ear files. I am trying to specify a jar file that I want scanned for Entity beans in one of my persistence.xml files using the <jar-file> element.
I have discovered that the App Server scans the jboss-4.0.4RC1/bin directory for these named jar files!! This is not what I expected. Surely my additional entity beans don't have to be deployed in the bin directory!! Shouldn't this path include the deploy directory? Is there a way I can specify in my persistence.xml that I want to scan the deploy directory or do I have to live with deploying jars to the bin directory until the netxt release? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931621#3931621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931621 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
