[ANNOUNCE] MyFaces Core v2.3.0-beta Release

2017-06-29 Thread Leonardo Uribe
of javax.faces.ViewState update on ajax for multiple forms Task [MYFACES-4121] - Fix javadoc for 2.3 branch and update maven-javadoc-plugin regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.2.12 Release

2017-02-07 Thread Leonardo Uribe
[MYFACES-4066] - FlowBuilderFactoryBean Concurrency Issue [MYFACES-4068] - Ajax-Listener (PrimeFaces) is not called for some selection-components [MYFACES-4072] - passthrough checked always set regards, Leonardo Uribe

Re: Reg vulnerability for Server State saving

2017-01-29 Thread Leonardo Uribe
/myfaces/shared/util/StateUtils.java regards, Leonardo Uribe 2017-01-29 23:39 GMT-05:00 karthik kn <keyan...@gmail.com>: > Any thoughts on the below ? > > On Fri, Jan 27, 2017 at 10:57 AM, karthik kn <keyan...@gmail.com> wrote: > > > Hi All, > > We

Re: Reg vulnerability for Server State saving

2016-12-19 Thread Leonardo Uribe
Hi 1.1.5 is too old. Please update to 1.1.8 or upper versions. See https://wiki.apache.org/myfaces/Secure_Your_Application for details. regards, Leonardo Uribe 2016-12-19 5:44 GMT-05:00 karthik kn <keyan...@gmail.com>: > Hi, > I am using myfaces-1.1.5 and using the following

[ANNOUNCE] MyFaces Core v2.2.11 Release

2016-09-20 Thread Leonardo Uribe
reentrant condition regards, Leonardo Uribe

Re: MyFaces 2.2.10 and Red Hat EAP 6.4.8 issue with memory leak of @viewscope

2016-09-01 Thread Leonardo Uribe
issue related to @PreDestroy and view scope in https://issues.apache.org/jira/browse/MYFACES-4047 but I guess it won't help in your case, because the leak is caused by the map itself. regards, Leonardo Uribe 2016-09-01 3:34 GMT-05:00 Thony Lundin <thony.lun...@tieto.com>: &

[ANNOUNCE] MyFaces Trinidad v2.1.1 Release

2016-05-05 Thread Leonardo Uribe
ke part in broadcast of a FacesEvent [TRINIDAD-2510] - make SkinTestCase more extendable [TRINIDAD-2514] - Make isEmailMode check more lenient New Feature [TRINIDAD-2459] - Addition of ValueUpdatedEvent + ValueUpdatedListener regards, Leonardo Uribe

Re: addResource to add CSS JS - Only working on PostBack

2016-04-19 Thread Leonardo Uribe
the response and insert the code. The API was meant to be used in components, but I do not see any reason why it should not work. It could be an old bug that was fixed at some point in time. regards, Leonardo Uribe 2016-04-19 14:14 GMT-05:00 Mike Kienenberger <mkien...@gmail.com>: >

Re: addResource to add CSS JS - Only working on PostBack

2016-04-19 Thread Leonardo Uribe
Hi AddResource API in its default implementation use a buffer to render resources, but on render response phase, so you should aim to add your resources in that phase. A custom phase listener or a custom component using the code in encodeXXX should work. Regards, Leonardo On Apr 19, 2016 8:05

Re: addResource to add CSS JS - Only working on PostBack

2016-04-18 Thread Leonardo Uribe
Hi "apply request value" phase is invoked on postback only. In the initial request, only 2 phases are executed: restore view phase and render view phase. Probably you only need to adjust the code a bit. regards, Leonardo Uribe 2016-04-14 21:31 GMT-05:00 fischman

[ANNOUNCE] MyFaces Core v2.2.10 Release

2016-04-12 Thread Leonardo Uribe
Validation [MYFACES-4027] - Increase import range for javax.el-api to include version 3.0 of javax.el-api [MYFACES-4042] - Improve startup time by skipping classpath jar scan for *.faces-config.xml Task [MYFACES-4020] - Update commons-collections to 3.2.2 regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.1.18 Release

2016-04-06 Thread Leonardo Uribe
031] - Facelets does not render empty XHTML attribute regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.0.24 Release

2016-04-06 Thread Leonardo Uribe
Exception [MYFACES-4025] - Incorrect JS content-type regards, Leonardo Uribe

Re: FW: Tomcat Security Exceptions on deployment of example war (reformatted)

2016-03-30 Thread Leonardo Uribe
al with this issue. Please try the options I have described here and let us know if that works for you or not, so if necessary we can fix the lines if necessary. regards, Leonardo Uribe 2016-03-30 11:40 GMT-05:00 Neil Richards <neilricha...@iname.com>: > OK thanks :) > > -Or

Re: bug in FacesServlet?

2016-03-25 Thread Leonardo Uribe
not entered into details. regards, Leonardo Uribe 2016-03-25 13:15 GMT-05:00 Romain Manni-Bucau <rmannibu...@gmail.com>: > Hi guys, > > org.apache.myfaces.context.servlet.FacesContextImpl#release does the > release but javax.faces.webapp.FacesServlet#service doesn't handle >

Re: No tag defined for name

2015-12-17 Thread Leonardo Uribe
Hi Have you tried this web config param? org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME set it to true. It was added on this issue: https://issues.apache.org/jira/browse/MYFACES-3454 regards, Leonardo Uribe 2015-12-17 12:34 GMT-05:00 Mike Kienenberger <mkien...@gmail.

[ANNOUNCE] MyFaces Core v2.2.9 Release

2015-12-15 Thread Leonardo Uribe
spaces in 2.2 tagdoc [MYFACES-4014] - Log required startup time [MYFACES-4015] - [perf] provide annotation scanning via CDI extension Task [MYFACES-4005] - Classloading conflict with httpclient (update commons-codec to 1.10) regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.2.8 Release

2015-04-16 Thread Leonardo Uribe
examining the value, the runtime must ignore the case. Improvement [MYFACES-3954] - [perf] Use ResourceLoaderCache for ResourceHandler.libraryExists(...) regards, Leonardo Uribe

Re: EL 3.0 Static Field References

2015-03-27 Thread Leonardo Uribe
. regards, Leonardo Uribe 2015-03-27 9:19 GMT-05:00 William Lucy wtl...@us.ibm.com: Thanks for the response, Leonardo. From what I can tell, the issue isn't that MyFaces can't find the StaticFieldELResolver - that is loaded correctly. JSP static field EL references do work properly through

Re: Issues using View Pooling - ViewScope is missing for static structure views?

2015-03-25 Thread Leonardo Uribe
issue with view root metadata facet. I hope these fixes will solve your problem. Let us know if that is the case or not. regards, Leonardo Uribe 2015-03-24 16:39 GMT-05:00 Chris Kulinski chriskulin...@yahoo.com: Leonardo - Thanks for the research and updated cases on the patch. We'll apply

Re: EL 3.0 Static Field References

2015-03-25 Thread Leonardo Uribe
class and ExpressionFactory.getStreamELResolver(...) method before add both EL resolvers. If MyFaces jars cannot locate these classes, the EL resolvers are not loaded (because it assumes EL 3.0), and the described behavior will happen. regards, Leonardo Uribe 2015-03-25 15:14 GMT-05:00 William

Re: Issues using View Pooling - ViewScope is missing for static structure views?

2015-03-23 Thread Leonardo Uribe
that shows the problem, that would be very helpful. The problem with these kind of issues is they are usually really hard to debug, because reproduce them can be very difficult. Anyway, please open a new issue on myfaces issue tracker, so we can keep track on this. regards, Leonardo Uribe 2015-03-22 20

[ANNOUNCE] MyFaces Core v2.0.23 Release

2015-01-25 Thread Leonardo Uribe
files properly regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.1.17 Release

2015-01-25 Thread Leonardo Uribe
NullPointerException [MYFACES-3941] - FaceletCacheImpl#isFaceletCached(URL) always returns false [MYFACES-3945] - _ClassByteCodeAnnotationFilter does not handle SE8 .class files properly regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.2.7 Release

2015-01-25 Thread Leonardo Uribe
to fcc.startComponentUniqueIdSection(...) and fcc.endComponentUniqueIdSection(...) should be surrounded in a try finally block [MYFACES-3945] - _ClassByteCodeAnnotationFilter does not handle SE8 .class files properly [MYFACES-3946] - Ajax listener on JsfElement components not invoked regards, Leonardo Uribe

Re: javax.faces.ViewState autocomplete

2015-01-13 Thread Leonardo Uribe
Hi Yes, it could be considered a bug. But it looks strange to set it on a hidden field. Anyway, the argumentation is solid, so please create an issue. It could be great if you can say in which browsers this behavior happens. regards, Leonardo Uribe 2015-01-13 14:31 GMT-05:00 Werner Punz

Re: [Ljava.lang.Object; cannot be cast to javax.faces.component._DeltaList

2014-12-09 Thread Leonardo Uribe
Hi There is a problem with the id generation, already fixed on: https://issues.apache.org/jira/browse/MYFACES-3944 Probably this case is related too. regards, Leonardo Uribe 2014-11-30 10:10 GMT-05:00 Donatas Čiukšys donatas.ciuk...@mitsoft.lt: I‘m on TomEE 1.7.1, MyFaces 2.2.6, PrimeFaces

Re: Unexpected behaviour of duplicate id check algorithm

2014-11-24 Thread Leonardo Uribe
://issues.apache.org/jira/browse/MYFACES-3944 - Calls to fcc.startComponentUniqueIdSection(...) and fcc.endComponentUniqueIdSection(...) should be surrounded in a try finally block To deal with this, but that small fix will not solve the real cause of the problem you have. regards, Leonardo Uribe 2014-11

Re: Unexpected behaviour of duplicate id check algorithm

2014-11-24 Thread Leonardo Uribe
MYFACES-3944 regards, Leonardo Uribe 2014-11-24 14:41 GMT-05:00 Leonardo Uribe lu4...@gmail.com: Hi The only change that could cause like that between 2.1.x and 2.2.x is: https://issues.apache.org/jira/browse/MYFACES-3811 Fix c:forEach behavior once for all The previous algorithm (in 2.1.x

Re: Unexpected behaviour of duplicate id check algorithm

2014-11-24 Thread Leonardo Uribe
Hi In 2.1.x the logic in UserTagHandler was a bit different, so the bug is only in 2.2.x branch. I suppose it will solve the problem. I have already committed the code on trunk. regards, Leonardo Uribe 2014-11-24 15:09 GMT-05:00 Leonardo Uribe lu4...@gmail.com: Hi I think I found

[ANNOUNCE] MyFaces Core v2.2.6 Release

2014-11-17 Thread Leonardo Uribe
-3938] - Faces Flow requires cleanup strategy regards, Leonardo Uribe

Re: ViewScoped bean created multiple times?

2014-11-07 Thread Leonardo Uribe
it into the state. The best strategy in my opinion is use request scope beans for encode behavior and view scope beans as data holders. regards Leonardo Uribe 2014-11-07 19:02 GMT-05:00 Thomas Andraschko andraschko.tho...@gmail.com: Constructor is called multiple times by design - thats how object

Re: Understanding page lifecycle on return from a faces flow

2014-11-06 Thread Leonardo Uribe
the best way could be do the check in a finalizer method. Or if you want, you can use f:event type=preRenderView listener=#{...}/, to execute a method after invoke application phase, but before render. regards, Leonardo Uribe 2014-10-21 10:51 GMT-05:00 Alexander Wise sa...@clickshare.com

Re: Myfaces Core - OSGi Bundle expand version range

2014-10-14 Thread Leonardo Uribe
. It is quite simple, so I have changed the issue to be solved for the next release. regards, Leonardo Uribe 2014-10-14 8:16 GMT-05:00 Achim Nierbeck bcanh...@googlemail.com: Hi, as working on different OSGi technologies I just came across the fact that the MyFaces Core bundle

[ANNOUNCE] MyFaces Core v2.0.22 Release

2014-09-25 Thread Leonardo Uribe
] - Missed space character in ViewExpiredException getMessage() [MYFACES-3906] - jsf.js: evaled javascript errors are not handled the same way as other errors [MYFACES-3918] - DefaultFaceletsStateManagementStrategy: keep list of removed client IDs stable over time regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.1.16 Release

2014-09-25 Thread Leonardo Uribe
errors [MYFACES-3918] - DefaultFaceletsStateManagementStrategy: keep list of removed client IDs stable over time regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.2.5 Release

2014-09-25 Thread Leonardo Uribe
] - Change default refresh period for facelets from 2 to 0 sec (=always refresh) [MYFACES-3917] - Remove compile scope dependency - geronimo jcdi spec 1.0 from myfaces-api maven build regards, Leonardo Uribe

Re: NPE in DefaultFaceletFactory._createViewMetadataFacelet from MyFaces 2.2.4 and Karaf 3.0.1

2014-09-06 Thread Leonardo Uribe
, Leonardo Uribe 2014-09-06 4:44 GMT-05:00 Paul Spencer pau...@apache.org: The log entries below are from MyFaces 2.1.15 and 2.2.4, so is this a regression bug? *** * MyFaces 2.1.15 *** 2014-09-06 05:16:40,601 | TRACE | qtp195585050-76 | FaceletViewDeclarationLanguage | 640

Re: MyFaces 2.2.0 ViewScoped AmbiguousResolutionException

2014-09-04 Thread Leonardo Uribe
Hi I have tested the latest snapshot from trunk and it is working with tomee 1.7.0. I don't see any exception from this side. regards, Leonardo Uribe 2014-09-03 17:23 GMT-05:00 José Luis Cetina maxtorz...@gmail.com: Hi, i was trying to use MyFaces 2.2.4 with TomEE 1.7.0 JAX-RS, i want

Re: SERIALIZE_STATE_IN_SESSION - What does it do?

2014-09-04 Thread Leonardo Uribe
a session is serialized and deserialized, so SERIALIZE_STATE_IN_SESSION help with that scenario, to avoid exceptions later when the session is deserialized. regards, Leonardo Uribe 2014-09-04 14:51 GMT-05:00 kim.cal...@oneamerica.com: We have a custom address tag that seems to behave differently

Re: MyFaces 2.2.0 ViewScoped AmbiguousResolutionException

2014-09-04 Thread Leonardo Uribe
, but it is not possible, you need one in order to hold the beans in the scope, and you cannot access JSF from CDI (it works the opposite, access CDI from JSF). regards, Leonardo Uribe 2014-09-04 15:25 GMT-05:00 Romain Manni-Bucau rmannibu...@gmail.com: the issue is wars of an ear inherit from lib beans

Re: MyFaces 2.2.0 ViewScoped AmbiguousResolutionException

2014-09-04 Thread Leonardo Uribe
://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-04 22:38 GMT+02:00 Leonardo Uribe lu4...@gmail.com: As you already know, MyFaces provide some extensions and those extensions register some CDI beans. But the way how the dependencies are loaded are controlled by Tomee

Re: SERIALIZE_STATE_IN_SESSION - What does it do?

2014-09-04 Thread Leonardo Uribe
into Facelets. Some component libraries for JSF 2.0 deprecate JSP too. My suggestion is you could try first move your application to MyFaces 1.2.12 (JSF 1.2) (change from JSF 1.1 EL to Unified EL) and then convert your JSP views into Facelets and try 2.1.13. regards, Leonardo Uribe Kim

Re: features.xml for MyFaces v2.2.x?

2014-09-03 Thread Leonardo Uribe
Hi I think it doesn't exists, at least in the svn, but it is not hard to create one. regards, Leonardo Uribe 2014-09-03 9:29 GMT-05:00 Paul Spencer pau...@apache.org: I am looking for a features.xml to easily install the MyFaces bundle and its dependent bundles into Karaf. I looked

Re: Performance issue with component bindings and Ajax requests

2014-09-02 Thread Leonardo Uribe
Hi I checked the algorithm and I have also fixed the problem (committed in 2.0.x, 2.1.x and 2.2.x). See: https://issues.apache.org/jira/browse/MYFACES-3918 I think the solution is ok, but an extra test could be also helpful. regards, Leonardo 2014-08-20 2:45 GMT-05:00 l.pe...@senat.fr

Re: Issue with javax.faces.SEPARATOR_CHAR and commandLink

2014-08-20 Thread Leonardo Uribe
://issues.apache.org/jira/browse/MYFACES regards, Leonardo Uribe Bill Lucy IBM RTP WebSphere wtl...@us.ibm.com

Re: Performance issue with component bindings and Ajax requests

2014-08-19 Thread Leonardo Uribe
, Please create an issue on MyFaces issue tracker: https://issues.apache.org/jira/browse/MYFACES regards, Leonardo Uribe 2014-08-19 8:12 GMT-05:00 Marc Heinz mhz4...@gmail.com: Hello everybody, We are currently encountering some performances issues with myfaces, and we would really appreciate some

Re: dep error?

2014-08-04 Thread Leonardo Uribe
/scope optionaltrue/optional /dependency It is better to let it like that, because it is valid to use JSF 2.2 artifacts without CDI. regards, Leonardo Uribe 2014-08-04 16:00 GMT-05:00 Romain Manni-Bucau rmannibu...@gmail.com: Hi guys just to mention 2.2.4 has: 40

Re: null Long values displayed as 0

2014-07-16 Thread Leonardo Uribe
Hi All files from org.apache.el comes from the EL library, so it is out of MyFaces scope. I think you cannot override the EL coercion rules, unless you change the underlying EL library. regards, Leonardo 2014-07-16 12:20 GMT-05:00 l.pe...@senat.fr l.pe...@senat.fr: On 16/07/2014 19:15,

Re: Getting NPE when flowscope value evaluates to null.

2014-07-04 Thread Leonardo Uribe
Hi I tried to set the null value with MyFaces 2.2.4 and it works as expected. But trying with Mojarra 2.2.7 I get this: javax.faces.component.UpdateModelException: java.lang.NullPointerException at javax.faces.component.UIInput.updateModel(UIInput.java:866) at

[ANNOUNCE] MyFaces Core v2.2.4 Release

2014-07-02 Thread Leonardo Uribe
view state to be rendered in the beginning of the form regards, Leonardo Uribe

Re: Content of ui:define variable not appearing in ui:include include fragment.

2014-07-01 Thread Leonardo Uribe
Hi Use ui:decorate instead ui:include in the parts you need an ui:define to be taken into account when the templates are resolved. regards, Leonardo Uribe 2014-07-01 9:29 GMT-05:00 Paul Spencer p...@intekon.com: Using MyFaces 2.2.3 The intent is for the contents of the ui:define variable

Re: caption facet not document in h:datatable.

2014-06-30 Thread Leonardo Uribe
Hi It looks like UIData has getHeader()/getFooter(), but there is not getCaption(), so there is no @JSFFacet. Yes, you can create an issue as with priority trivial in: https://issues.apache.org/jira/browse/MYFACES regards, Leonardo 2014-06-30 8:49 GMT-05:00 Paul Spencer pau...@apache.org:

[ANNOUNCE] MyFaces Test v1.0.7 Release

2014-06-25 Thread Leonardo Uribe
in the central Maven repository under Group ID org.apache.myfaces.test. Release Notes - MyFaces Test - Version 1.0.7 Improvement [MYFACESTEST-70] - customizable ClassLoader regards, Leonardo Uribe

Re: NPE when view pooling / CACHE_EL_EXPRESSIONS == alwaysRecompile

2014-06-19 Thread Leonardo Uribe
words, it should be a combination between different things, but it is impossible to understand it without an example. regards, Leonardo 2014-06-12 3:38 GMT-05:00 Leonardo Uribe lu4...@gmail.com: Hi An example to reproduce it could help in this case. Leonardo. On Jun 10, 2014 11:21 PM, l.pe

Re: fileUpload native and with primefaces5 and with tomer

2014-06-19 Thread Leonardo Uribe
Hi It was fixed in 2.2.2, please use 2.2.3 instead. See: https://issues.apache.org/jira/browse/MYFACES-3865 regards, Leonardo 2014-06-17 7:51 GMT-05:00 maurojava mauro2java2...@gmail.com: I have tried to use primefaces5 fileUpload with configuratoins of native use of Part (no with

Re: NPE when view pooling / CACHE_EL_EXPRESSIONS == alwaysRecompile

2014-06-12 Thread Leonardo Uribe
Hi An example to reproduce it could help in this case. Leonardo. On Jun 10, 2014 11:21 PM, l.pe...@senat.fr l.pe...@senat.fr wrote: (republished here following the advice of Gerhard Petracek on us...@deltaspike.apache.org) Dear all, I have the following NPE when view pooling is activated

RE: Declaring a node that is not type 'view' as the start node.

2014-06-10 Thread Leonardo Uribe
Hi It looks like if register bean was in the flow scope associated with the flow to evaluate. The lookup will fail, because when the start node outcome is calculated, you have not entered the flow yet. The algorithm works in 2 steps: calculate the final outcome and then perform the transitions. I

Re: Tag component instantiation and EL strict or alwaysRecompile modes

2014-06-10 Thread Leonardo Uribe
there is an issue already created on the spec, but I can't remember which number is. Regards Leonardo On Jun 10, 2014 10:55 AM, l.pe...@senat.fr l.pe...@senat.fr wrote: On 05/06/2014 07:27, Leonardo Uribe wrote: Hi Use the standard vdl.createComponent(...) included since JSF 2.2. It has

Re: Submit form after disabling an input element via javascript?

2014-06-10 Thread Leonardo Uribe
Hi This is something complicated. If you disable a link on the server, you don't want a javascript that enable it on the client side, submit it and then found that something that you don't expect has happended on the server, right?. Who manage disable attribute? The client or the server? If an

Re: Tag component instantiation and EL strict or alwaysRecompile modes

2014-06-04 Thread Leonardo Uribe
Hi Use the standard vdl.createComponent(...) included since JSF 2.2. It has the necessary code to do the trick properly. Please note in Myfaces this method has been extend to support facelet tags too. It should work with the view pool. regards Leonardo Uribe On Jun 4, 2014 12:37 PM, l.pe

Re: Submit problem

2014-05-13 Thread Leonardo Uribe
Hi You should check if the html output is correct. Probably it could be a conflict between Tobago and the default JSF renderers, after all RenderKitWrapper was added in JSF 2.0. Even if you set renderKitId=”HTML_BASIC”, probably Tobago renderkit is still on top. regards, Leonardo Uribe 2014

[ANNOUNCE] MyFaces Core v2.2.3 Release

2014-04-30 Thread Leonardo Uribe
output regards, Leonardo Uribe

Re: Start MyFaces on demand?

2014-04-18 Thread Leonardo Uribe
Hi Don't worry about resource consumption. It is not a necessary. The code only loads the necessary classes and its memory footprint is minimal. Instead, you can reduce the size of some caches, usually affected by web config parameters. The effect will be minimal in any case. Leonardo On Apr 17,

Re: ViewExpiredException, but session hasn't timed out

2014-04-10 Thread Leonardo Uribe
Hi I see, now I get it. By default MyFaces always renders the view state field at the form end. To solve your problem, you need to render it at the beginning of the form. JSF spec javadoc for h:form says this: ... Call ViewHandler.writeState() before the the close of the form element. Render

Re: DefaultContextAwareELException serialization problem

2014-04-04 Thread Leonardo Uribe
Hi An exception shouldn't be serializable. I can't find any line of code in MyFaces that serialize and exception, so I suppose you are doing it manually somehow. regards, Leonardo 2014-04-04 15:43 GMT+02:00 Felipe Jaekel fkjae...@gmail.com: I'm eventually seeing this in my Tomcat 7 logs:

[ANNOUNCE] MyFaces Core v2.2.2 Release

2014-03-21 Thread Leonardo Uribe
-3870] - Attribute jsf:element elementName=... is not working as expected regards, Leonardo Uribe

Re: 2.2 stability

2014-03-13 Thread Leonardo Uribe
and how to fix it. regards, Leonardo Uribe 2014-03-13 7:19 GMT-05:00 Howard W. Smith, Jr. smithh032...@gmail.com: On Thu, Mar 13, 2014 at 7:34 AM, Karl Kildén karl.kil...@gmail.com wrote: Tried 2.2.2-20140313.024403-5 Duplicate id problems are still present. I have tried for a while now

Re: 2.2 stability

2014-03-10 Thread Leonardo Uribe
. One way to see the quality of the code is take a look at the amount of issues solved in each version. In 2.0.10 we solved 72 issues but in 2.0.21 we solved just 2. In 2.2.1 we solved only 12. regards, Leonardo Uribe

Re: 2.2 stability

2014-03-10 Thread Leonardo Uribe
spec works JSF should work. regards, Leonardo Uribe On 10 March 2014 21:01, Leonardo Uribe lu4...@gmail.com wrote: 2014-03-10 14:56 GMT-05:00 Karl Kildén karl.kil...@gmail.com: Ah the new release, yes I tried it asap it did not fix my issue. Which one? #1 or #2 ? Regarding

Re: 2.2 stability

2014-03-09 Thread Leonardo Uribe
stable, it is obvious to have some small bugs, but in this release we created a lot of junit tests, so the probability of find bugs has become small. Anyway, we will be eager to check and fix all new issues as soon as possible. regards, Leonardo Uribe 2014-03-09 18:26 GMT-05:00 Howard W. Smith, Jr

[ANNOUNCE] MyFaces Core v2.0.21 Release

2014-03-09 Thread Leonardo Uribe
ignore additional link parameters when checking for the resource [MYFACES-3857] - Unbalanced pushComponentToEL/popComponentFromEL in processUpdates regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.1.15 Release

2014-03-09 Thread Leonardo Uribe
pushComponentToEL/popComponentFromEL in processUpdates regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.2.1 Release

2014-03-09 Thread Leonardo Uribe
not allow generate site Improvement [MYFACES-3846] - Implement temporal resourcehandler cache for JSF 2.2 contracts [MYFACES-3862] - Set mock InitialContextFactory for junit testing with myfaces impl test regards, Leonardo Uribe

Re: 2.2.0 and multipart

2014-02-25 Thread Leonardo Uribe
if you can provide an example webapp showing the problem, so we can take a look with the debugger and see if there is a problem from primefaces or from myfaces. For now the evidence I have suggest MyFaces is ok. regards, Leonardo Uribe 2014-02-25 10:36 GMT-05:00 Leonardo K. Shikida shik...@gmail.com

[ANNOUNCE] release of myfaces master pom v 15

2014-02-24 Thread Leonardo Uribe
unde the group org.apache.myfaces.myfaces. http://repo2.maven.org/maven2/org/apache/myfaces/myfaces/15/myfaces-15.pom regards, Leonardo Uribe

Re: Composite components in myfaces 2.2.

2014-02-24 Thread Leonardo Uribe
Hi I think the problem is mix ui:composition with cc:interface or cc:implementation. The compiler check these tags and do some special steps. Just use other different tag like this. html xmlns=http://www.w3.org/1999/xhtml; xmlns:h=http://java.sun.com/jsf/html; regards, Leonardo Uribe

Re: @FlowScoped, @Named and @ManagedBean

2014-02-19 Thread Leonardo Uribe
Hi I forgot to say what's wrong in the xml file is define the start node. I have created and fixed this issue on: https://issues.apache.org/jira/browse/MYFACES-3858 regards, Leonardo Uribe 2014-02-13 13:12 GMT-05:00 l.pe...@senat.fr l.pe...@senat.fr: On 13/02/2014 19:01, Leonardo Uribe

Re: @FlowScoped, @Named and @ManagedBean

2014-02-19 Thread Leonardo Uribe
again) cause get out of the flow and enter into the flow again, which is expected. But in this case, the resulting flow will not have that behavior and instead the navigation goes to the node identified as start node without exit from the flow. regards, Leonardo Uribe 2014-02-19 20:05 GMT-05:00

Re: Error with c:if inside next c:forEach MyFaces 2.2.0

2014-02-18 Thread Leonardo Uribe
/snapshots/org/apache/myfaces/core/ regards, Leonardo Uribe 2014-02-18 21:20 GMT-05:00 Najy Nicolas najy.nico...@gmail.com: Hi, I have a c:if tag inside 3 nested for loops in a JSP file. I get an error only when I add the c:if to the JSP... I only got the error when I upgraded to MyFaces 2.2.0

[ANNOUNCE] MyFaces Test v1.0.6 Release

2014-02-17 Thread Leonardo Uribe
-68] - Set Location header on redirect for mock New Feature [MYFACESTEST-65] - Implement HttpServletRequest.isUserInRole(String) [MYFACESTEST-66] - pre-configured containers regards, Leonardo Uribe

Re: @FlowScoped, @Named and @ManagedBean

2014-02-13 Thread Leonardo Uribe
. The fix is just set another id: flowBuilder.viewNode(start, / + flowId + / + flowId + .xhtml). markAsStartNode(); The example only requires some small changes in FlowScopedBean and that's it. regards, Leonardo Uribe 2014-02-13 6:03 GMT-05:00 l.pe

Re: @FlowScoped, @Named and @ManagedBean

2014-02-12 Thread Leonardo Uribe
Leonardo Uribe lu4...@gmail.com javascript:; : Hi CDI implementations does not require to provide anything to JSF in order to make @FlowScoped to work. The code has been tested against OWB and Weld and it works in both cases. But the flow stuff

Re: How to survive viewscoped beans/viewmap after session destroy (using client side saving)?

2014-02-12 Thread Leonardo Uribe
StateHolder. In my understanding, this was done in this way to support @PreDestroy annotation when the session is expired. regards, Leonardo Uribe 2014-02-12 23:28 GMT-05:00 user 01 user...@gmail.com: I'm using Myfaces 2.2 with Client-side state saving. I see that the ViewScoped beans data stored

Re: @FlowScoped, @Named and @ManagedBean

2014-02-11 Thread Leonardo Uribe
there is no need of the custom PhaseListener, because the attachWindow step is done in CODI. I haven't tried it but I suppose a custom ClientWindow will work. regards, Leonardo Uribe 2014-02-11 11:56 GMT-05:00 l.pe...@senat.fr l.pe...@senat.fr: On 11/02/2014 14:51, l.pe...@senat.fr wrote: On 11/02/2014

Re: @FlowScoped, @Named and @ManagedBean

2014-02-10 Thread Leonardo Uribe
it again, maybe the reason is that it seems you are inside the flow but it is not. You can check if you are in the flow using facesContext.getApplication().getFlowHandler().isActive(...). regards, Leonardo Uribe Thanks in advance I have the following JSF-related or generic dependencies (I

Re: StackOverflowError with MyFaces 2.2.0

2014-01-22 Thread Leonardo Uribe
Hi The stack trace suggest there is a problem in the classpath. There should be a copy of javax.faces api somewhere that is making a conflict. regards, Leonardo Uribe 2014/1/22 Howard W. Smith, Jr. smithh032...@gmail.com: On Wed, Jan 22, 2014 at 1:50 PM, Mike Calmus m...@calmus.org wrote: I

Re: JSF 2.2 Exit Flow

2014-01-19 Thread Leonardo Uribe
, see: https://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1253 Let's see what happen. regards, Leonardo Uribe 2014/1/18 Gerhard Petracek gerhard.petra...@gmail.com hi geoffrey, just fyi (in addition to the answer from michael): that's one of the major use-cases we had for codi

Re: MyFaces 2.2.0 ViewScoped AmbiguousResolutionException

2014-01-15 Thread Leonardo Uribe
Hi It looks like something not directly related to MyFaces, it is like if the classpath is scanned twice, or like the bean is subscribed twice. I suppose it is a bug in OWB or in TomEE. Maybe you should report it in: https://issues.apache.org/jira/browse/TOMEE regards, Leonardo Uribe 2014/1

Re: [ANNOUNCE] MyFaces Core v2.2.0 Release

2014-01-14 Thread Leonardo Uribe
, Wicket, and Spring...like you did for MyFaces 2.1.7? Probably, but more as an update to keep track what has happened. regards, Leonardo Uribe Thanks, Howard On Mon, Jan 13, 2014 at 11:29 PM, Leonardo Uribe lu4...@apache.org wrote: The Apache MyFaces team is pleased to announce the release

Re: [core] What's new in MyFaces 2.2

2014-01-14 Thread Leonardo Uribe
to wait and hear a bit more from the community about it, but (LOL) that's the thing, there are not many questions at all on MyFaces user list. Evidently, it just works! :) On Mon, Jan 13, 2014 at 11:42 PM, Leonardo Uribe lu4...@apache.org wrote: Hi For the people who want to know quickly what's

[ANNOUNCE] MyFaces Core v2.0.20 Release

2014-01-13 Thread Leonardo Uribe
] - f:ajax disabled=false in commandButton with onclick prevents form submission[MYFACES-3837] - ui:debug renders an amp; but it should be because the markup is inside a CDATA sectionTask [MYFACES-3827] - Replace .xsd with the ones from geronimo or written from scratchregards,Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.1.14 Release

2014-01-13 Thread Leonardo Uribe
prevents form submission [MYFACES-3837] - ui:debug renders an amp; but it should be because the markup is inside a CDATA section Task [MYFACES-3827] - Replace .xsd with the ones from geronimo or written from scratch regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.2.0 Release

2014-01-13 Thread Leonardo Uribe
and remove unused web config params [MYFACES-3826] - Add junit test case for MyFaces and CDI [MYFACES-3827] - Replace .xsd with the ones from geronimo or written from scratch regards, Leonardo Uribe

[core] What's new in MyFaces 2.2

2014-01-13 Thread Leonardo Uribe
Hi For the people who want to know quickly what's new in MyFaces 2.2, I have written a summary of the new features here: http://lu4242.blogspot.com/2014/01/whats-new-in-myfaces-22.html regards, Leonardo Uribe

Re: [TomEE/MyFaces 2.1.13] SocketTimeoutException thrown by ResourceHandlerImpl handleResourceRequest

2014-01-07 Thread Leonardo Uribe
Hi Howard I think it should work with: org.apache.myfaces.application.ResourceHandlerImpl.level = OFF regards, Leonardo 2014/1/7 Howard W. Smith, Jr. smithh032...@gmail.com: Leonardo, On Tue, Nov 12, 2013 at 10:45 PM, Leonardo Uribe lu4...@gmail.com wrote: The exception was added

Re: [Tomahawk] New Release

2013-12-18 Thread Leonardo Uribe
, including MyFaces Tomahawk. Since this is an open source project, the evolution of the project depends on the contributions and interests of the members of the comunity, so any contribution on this regard is most welcome. regards, Leonardo Uribe 2013/12/18 andreas.schm...@hella.com andreas.schm

Re: [TomEE/MyFaces 2.1.13] SocketTimeoutException thrown by ResourceHandlerImpl handleResourceRequest

2013-11-12 Thread Leonardo Uribe
if Level.FINE is set. regards, Leonardo Uribe 2013/11/11 Howard W. Smith, Jr. smithh032...@gmail.com FYI, On Sun, Nov 10, 2013 at 8:29 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: more on this topic... Discussed on the tomcat list: Avoiding/Handling

Re: Performance params

2013-10-31 Thread Leonardo Uribe
improvement in both memory and speed. In 2.1.x/2.0.x it is disabled by default, but in 2.2.x the idea is enable it by default, because there are no side effects, and the current code has been well tested. regards, Leonardo Uribe ___ Kito D. Mann | @kito99 | Author, JSF in Action Virtua, Inc. | http

[ANNOUNCE] MyFaces Test v1.0.5 Release

2013-10-29 Thread Leonardo Uribe
in the central Maven repository under Group ID org.apache.myfaces.test. Release Notes - MyFaces Test - Version 1.0.5 Task [MYFACESTEST-63] - Add JSF 2.2 branch for MyFaces Test regards, Leonardo Uribe

  1   2   3   4   5   6   >