Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-19 Thread Jakob Korherr
Hi Alan, Great to here that the app is running now! Those things you're encountering really seem like GlassFish (or NetBeans) bugs to me. Actually @Model really should work, because it is just a Stereotype for @Named @RequestScoped. My guess here is that GlassFish does not enable CDI correctly

Re: Tomahawk installation - infinite redirect when configuring extension filters

2010-10-19 Thread Benjamin Mark
Hi, thx for your help but it doesn't helped. Already the same problem with infinite redirect: Thats the actuall web.xml ?xml version=1.0 ? web-app xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Tomahawk installation - infinite redirect when configuring extension filters

2010-10-19 Thread Jakob Korherr
Hi, Then I guess it is some sort of incompatibility with Seam. However I am sorry, I've never really used it, so I don't know why this is happening.. Regards, Jakob 2010/10/19 Benjamin Mark be...@bemar.de: Hi, thx for your help but it doesn't helped. Already the same problem with infinite

Re: Tomahawk installation - infinite redirect when configuring extension filters

2010-10-19 Thread Leonardo Uribe
Hi If ExtensionsFilter does not work for your particulat configuration, you can use TomahawkFacesContextWrapper strategy instead. It is useful in situations like this one, where ExtensionsFilter just does not fit well. To do that you must set the following web.xml config params: context-param