Hi all,
After some debugging, the problem seems to be caused due to a
modification to the URLDefinitionsFactory.
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/tiles-core/src/main/java/org/apache/tiles/definition/UrlDefinitionsFactory.java?view=diff&r1=571250&r2=537790&diff_format=u
This now causes the code to go through the readDefinitions() method, and
that's where the error is surfacing.
Can someone explain what readDefinitions is supposed to do? Is this a
bug or did I set something up wrong?
Tim
Antonio wrote:
2009/1/17 Timothy Astle <[email protected]>:
16 [main] DEBUG org.apache.tiles.impl.BasicTilesContainer - Adding resource
'jndi:/localhost/sfe/WEB-INF/tiles-def.xml' to definitions factory.
...
Caused by: java.io.FileNotFoundException
The tiles-def.xml does not exist.
Antonio