Re: Page components are not loaded in JBoss

2013-03-12 Thread Rakesh K. Cherukuri
Thanks Shing. IN case of jetty, even though that warning shows up, the app is running fine. Moreover tapestry initialization is able to find out the page components. As Geoff pointed out, i should probably find out the difference between my app setup and jumpstart. - Rakesh -- View this mes

Re: Page components are not loaded in JBoss

2013-03-12 Thread Rakesh K. Cherukuri
Sorry for the delay in responding. Thanks for the pointer Geoff. I was able to get the jumpstart up and running. No issues with pages too. Need to find out the difference between my app setup and jumpstart. WIll post the findings. Thanks, Rakesh -- View this message in context: http://tape

Re: Page components are not loaded in JBoss

2013-03-10 Thread Shing Hing Man
  [WARN] TapestryFilter Application Module class com.rakesh.demotapestry.web.services.TapestryModule not found The above appears in both the Jetty and Jboss log. I would expect your app will not work in Jetty nor in Jboss. It looks as though the tapestry  filter name in web.xml does not match

Re: Page components are not loaded in JBoss

2013-03-10 Thread Geoff Callender
Rakesh, I don't have time to debug your problem but I can offer you a working project and packaging/deployment instructions to compare to: JumpStart is developed with Jetty and the demo is deployed on JBoss 7.1.1. Here is the demo: http://jumpstart.doublenegative.com.au/jumpstart/ The