Hi, I had the same problems using my ValidatorMessages.properties I put it in anywhere in my JAR and EJB3 archives, but it didn't work. It seems to be a classloader problem. If you modify the DefaultValidatorMessages.properties file in the hibernate-annotations.jar in the ejb3.deployer folder it works. Yet this is ugly and not feasible for deployment.
As a quick workaround I put my ValidatorMessages.properties in separate JAR and copied that into the ejb3.deploy folder. However, you'll have to restart the server. I guess this needs to be fixed by the Hibernate guys...? Cheers Markus P.S. I'm using SEAM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932400#3932400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932400 ------------------------------------------------------- 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
