RE: Spring FilterSecurityInterceptor not been called for myfaces forwards

2010-01-18 Thread Madhav Bhargava
Sorry for the delay in response. The spring security filters are not invoked at all when a JSF forward happens. What we have done as a workaround is that login page has now been made a simple non JSF JSP. We redirect from login page to another page which is just a dummy page. This redirect

Re: Spring FilterSecurityInterceptor not been called for myfaces forwards

2010-01-18 Thread Jakob Korherr
»The spring security filters are not invoked at all when a JSF forward happens.« Then the issue has to be a misconfiguration problem, because a normal filter is called for the JSF forward (I tested that). However, I don't know spring security filters well enough to point out what the real problem

Re: Server side error messages need to be cleared when resubmitted the page to prevent duplicate display

2010-01-18 Thread Yannis BRES
Hi ! We also faced this issue, and the quickest / less dirty way we found to address it was to write a small Java Script method, that gets called on all form submissions using onsubmit : tr:form id=smc_domain_form onsubmit=SMCClearAllMsg();return true; This method first removes the

RE: Spring FilterSecurityInterceptor not been called for myfaces forwards

2010-01-18 Thread Madhav Bhargava
Sorry for the confusion. There was some problem with log4j configuration on WAS 6 and therefore I was not able to generate DEBUG logs out of spring security. The issue turned out to be a ws-commons-logging.jar. Anyways back to the issue: In the log it shows that the filter is actually getting

Re: Spring FilterSecurityInterceptor not been called for myfaces forwards

2010-01-18 Thread Jakob Korherr
It would be great to see some logs! 2010/1/18 Madhav Bhargava madhav_bharg...@infosys.com Sorry for the confusion. There was some problem with log4j configuration on WAS 6 and therefore I was not able to generate DEBUG logs out of spring security. The issue turned out to be a

[Trinidad] Styling icon of tr:panelAccordion

2010-01-18 Thread schneidc
Hi, I just want to change the color of the disclosed / undisclosed icon of the accordion panel but my problem is that the style always gets overridden by some other. In the stylesheet file I added these classes to change the icon color: af|panelAccordion::undisclosed-icon { color:

Re: Spring FilterSecurityInterceptor not been called for myfaces forwards

2010-01-18 Thread Jakob Korherr
I'm really sorry, but I can't figure out the problem. Maybe anyone else could take a look at this log... 2010/1/18 Madhav Bhargava madhav_bharg...@infosys.com Attached is the log file. Look for lined which have (URLInterceptor.java) This will give you the URL that has been intercepted by the

RE: Spring FilterSecurityInterceptor not been called for myfaces forwards

2010-01-18 Thread Madhav Bhargava
No problems Jakob. I really appreciate the time you have already spent. If I come up with a solution then I will post it on this forum. Regards, Madhav From: sethfromaust...@gmail.com [mailto:sethfromaust...@gmail.com] On Behalf Of Jakob Korherr Sent: Monday, January 18, 2010 4:42 PM I'm

[FYI] CDI Refcard from DZone

2010-01-18 Thread Matthias Wessendorf
http://refcardz.dzone.com/refcardz/contexts-and-depencency -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: MyFaces Trinidad - SAXParseException: Circular include of base-desktop.xss

2010-01-18 Thread tamoul
Thanks Matthias Jeanne. We are on a very different container! The application works correctly on WebSphere 7.0, and interestingly enough on an earlier version of NetWeaver 7.1 (SP05). Which leads me to believe that something was changed from 7.1 SP05 to SP08 that broke this function. I did do