[jboss-user] [JBoss Seam] - Seam Security demo on GlassFish

2007-02-21 Thread wstrange
After some tweaking, I managed to get the Seam security stuff working with GlassFish. You can download the sample project from http://blogs.sun.com/warren/. The major changes: # Your web.xml needs a ejb-ref definition to the new Authenticator bean # Seam security requires a drools securtyRule

[jboss-user] [JBoss Seam] - Re: Are the el-*.jars still needed under Glassfish?

2007-02-21 Thread wstrange
Hi Gavin The examples/glassfish demo does not work with the new Seam security model. In my quest to figure out what the heck was wrong, I tried to trim back the included jar files (OK, maybe a bad strategy - but I thought there might be some conflicts with the GlassFish jars). Anyways - afte

[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

2007-02-21 Thread wstrange
Finally got this working It appears as if the changes discussed are not yet in cvs. The problem with the null reference to identity turned out to be missing the drools security configuration stuff. In a nutshell, you need a drools security config, and all the drools jars and dependencie

[jboss-user] [JBoss Seam] - Re: Are the el-*.jars still needed under Glassfish?

2007-02-21 Thread wstrange
Answering my own question: After much hacking, I finally got the SEAM booking demo (with seam security) working under glassfish. I removed the el-* jars, and it appears to work OK - so it looks like these are not needed. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Are the el-*.jars still needed under Glassfish?

2007-02-21 Thread wstrange
I understand that glassfish is bundled with JSF 1.2. Are the el-*.jar files still needed in a seam .ear file? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020165#4020165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

2007-02-20 Thread wstrange
Did the glassfish fix for web.xml actually get commited to cvs? I can't see anything related to declaring the Authenticator. This is what I added to my web.xml: | SeamBookingOpenSSO/AuthenticatorAction/local | Session | | or