This is a snippet from your message: [quote] Thanks for your reply. But I wonder how come the file in the target directory shows all the properties being filtered fine.
A look at the file core/target/classes/spring-hibernate.xml shows the property place holders replaced by the corresponding values. But a look at the file core/target/test-classes/spring-hibernate.xml shows that the property place holders were NOT replaced. [/quote] >From what you wrote it seemed that you did not specify filtering for your test resources (hence only the src/main/resources were filtered and I suggested to you do declared the <testResources> element in your POM also giving you a link to a page which shows the syntax. Regards, M. On Sun, 2010-05-09 at 14:15 -0700, Stephane Eybert wrote: > Hum... I wonder what you meant here.. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
