On 08/01/2008 11:10 AM, Adrian Brock wrote:
That isn't how it works. If two deployers match the file name
then they both process it. In this case it is irrelevant because
there is no jboss deployer that looks for spring-beans.xml
that is done by the Spring war context initializer.
Ahh, I see. Now the code suddenly makes more sense...
But like I said originally. WEB-INF/classes NOT WEB-INF
is the correct place for this file anyway, so we're
trying to solve a perceived problem because of bad
practice rather than a real bug.
That is probably the most important point of all.
- DML