booking-faces application on JBoss AS 6
Hi,
I have been trying to get the booking-faces (2.3.0) application working under JBoss 6 but have finally hit a problem that I cannot find an answer to.
The application starts up and renders the first page (intro.xhtml). I then click to enter search criteria (which invokes the main webflow) but when the server looks for the resource to use for rendering the view, it fails with FileNotFoundException when attempting to load a resource as below.
javax.faces.FacesException: Error Checking Last Modified for jndi:/localhost/booking-faces/enterSearchCriteria.xhtml
For some reason the default view of main flow (enterSearchCriteria) is being converted to a jndi resource location.
Can anybody help?