[JBoss-user] [Beginners Corner] - Re: Jboss Filter exception

2005-08-22 Thread guigui
Hi, The problem comes from the init method of the CASFilter class. I have overloaded this method in my SsoFilter class and Jboss start correctly. Soory for this dummy post. Regards, Guigui View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890999#389099

[JBoss-user] [Beginners Corner] - Jboss Filter exception

2005-08-16 Thread guigui
dm.tdx.servlets.SsoFilter SsoFilter /ssofilter Any idea ? Regards, Guigui View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890196#3890196 Reply to the post : http://www.jbos

[JBoss-user] [Security & JAAS/JBoss] - Re: SSO between Zope and JBoss

2004-09-16 Thread guigui
d the casclient.jar file in \server\default\lib Now your application is protected by the CAS. To log in your browser must contain a TGC (cookie). guigui View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848438#3848438 Reply to the post : http://

[JBoss-user] [Security & JAAS/JBoss] - Re: SSO between Zope and JBoss

2004-09-13 Thread guigui
Thanks for your answer ! In their docs (http://www.yale.edu/tp/cas/caswithjava.html), they propose to create a filter in the web.xml file. So i'm trying this. In my application, I use a Realm (with queries) in a form authenticated method. If I use the CAS filter (if it works), how can i get us

[JBoss-user] [Security & JAAS/JBoss] - SSO between Zope and JBoss

2004-09-09 Thread guigui
ar answer. How can i configure JBoss to do such a thing ? Any idea how to solve this Thanks, Guigui View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847676#3847676 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Persistence & CMP/JBoss] - CMP inconsistancy with commit Option A

2004-03-15 Thread guigui
Hi, I've got problem with A CMP 2.x EJB. When i create a new entity in the database, i can't access some of the bean values: it returns Null. I use commit option A with the cache invalidation option in JBoss 3.2.3. When i see database (MySQL 4.0.13) values no fields are null. Why doesn't it w