Re: Problem with spring-security 2.0.6

2011-05-16 Thread vale_java_dev
Hi Leonardo and thank you very much for your reply! The configuration is correctI need intercept-url to exclude filter in homepage and form-login like entry-point! I'm going crazy.. I don't know how to start a step-by-step debuggingmy time is running out :-( Have a nice day!

all-in-one dist package

2011-05-16 Thread Gernot
At https://cwiki.apache.org/confluence/display/EXTCDI/Module+Overview I found following statement: For some JEE6 application servers it's suggested to use the all-in-one dist package instead of the fine grained modules (due to server related issues). I cannot find the all-in-one dist package at

Re: all-in-one dist package

2011-05-16 Thread Robert Maier
Have a look at the end of the wiki page. I guess this is what you are looking for: *OPTIONAL all-in-one dependency for JSF 1.2 projects* dependency groupIdorg.apache.myfaces.extensions.cdi/groupId artifactIdmyfaces-extcdi-dist-jsf12/artifactId version${codi.version}/version

Re: all-in-one dist package

2011-05-16 Thread Gernot
Thanks - now I've found it, but the javadoc file (myfaces-extcdi-dist-jsf20-0.9.5-javadoc.jar) only contains META-INF directory - no javadoc htmls 2011/5/16 Robert Maier robert.m.ma...@gmail.com: Have a look at the end of the wiki page. I guess this is what you are looking for: *OPTIONAL

Re: all-in-one dist package

2011-05-16 Thread Gerhard Petracek
hi gernot, we are using the maven-shade plugin for bundling the optional all-in-one dist package. currently there is a bug in shade and so we can't create an all-in-one javadoc package. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in

Re: all-in-one dist package

2011-05-16 Thread Mark Struberg
Hi! This is due to a bug in the maven-shade-plugin. We will work on that but it's low prio atm. Please refer to the to the single package JavaDocs instead. And of course, if you have further questions, then just ping us back on this mailing list. We are happy about every feedback! LieGrue,

Re: f:setPropertyActionListener executed after action

2011-05-16 Thread Joachim Schrod
Luka Surija wrote: Action method in commandButton or commandLink is always executed after f:setPropertyActionListener, but for ActionListener method behavior is different depending on facelets version: - 1.1.13 executes f:setPropertyActionListener before ActionListener method, - 1.1.14