Re: [appfuse-user] Problem with DWR configuration

2007-06-26 Thread peppix
Thanks, it works now. Added in JIRA. Peppe mraible wrote: > > Adding it to the includes seems to work: > > > staticFilter > > org.appfuse.webapp.filter.StaticFilter > > includes > /scripts/dojo/*,/dwr/* > > >

Re: [appfuse-user] Problem with DWR configuration

2007-06-26 Thread Matt Raible
Adding it to the includes seems to work: staticFilter org.appfuse.webapp.filter.StaticFilter includes /scripts/dojo/*,/dwr/* servletName dispatcher Can you please enter an issue for this in JIRA? h

Re: [appfuse-user] Problem with DWR configuration

2007-06-26 Thread peppix
Thanks for the fastest answer in the World, I tried this but doesn't work. Peppe mraible wrote: > > This may be caused by the StaticFilter. If you add an exclusion for > /dwr/*.html - does that fix the problem? > > Matt > > On 6/26/07, peppix <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> I am

Re: [appfuse-user] Problem with DWR configuration

2007-06-26 Thread Matt Raible
This may be caused by the StaticFilter. If you add an exclusion for /dwr/*.html - does that fix the problem? Matt On 6/26/07, peppix <[EMAIL PROTECTED]> wrote: Hi all, I am using Appsuse 2.0 m5 with the Spring Basic/Hibernate artifact, everything works fine but I have a strange problem. Peopl

[appfuse-user] Problem with DWR configuration

2007-06-26 Thread peppix
Hi all, I am using Appsuse 2.0 m5 with the Spring Basic/Hibernate artifact, everything works fine but I have a strange problem. People states that DWR works with no configuration in their projects, I have just added bean in dwr.xml, after I start the app both from Idea or with the mvn jetty:run