[jira] Commented: (MYFACES-2302) Get simple 2.0 app working

2009-08-03 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738324#action_12738324 ] Jan-Kees van Andel commented on MYFACES-2302: - Can you also test

Re: javax.faces.bean? (Attn: Jan Kees)

2009-08-03 Thread Jan-Kees van Andel
The @javax.faces.bean.ManagedBean annotation is used for defining managed beans without XML, but it looks like you're right. It's not in the PDF. However, the other annotations are there. And the @ManagedBean is in the JavaDocs. It looks like an inconsistency between spec and JavaDocs... I'll

Re: javax.faces.bean? (Attn: Jan Kees)

2009-08-03 Thread Jan-Kees van Andel
Aha, was that the reason? I know the first commit was in model, but I saw some time ago they were moved to bean. The bean package sounds better to me anyway. Model contains the DataModels... /JK 2009/8/3 Simon Lessard simon.lessar...@gmail.com: Hi, They used to be under javax.faces.model.

[jira] Resolved: (MYFACES-2280) ValidatorException should support collections of messages.

2009-08-02 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel resolved MYFACES-2280. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Mike Concini already did

[jira] Created: (MYFACES-2296) Annotation scanning bugs

2009-08-01 Thread Jan-Kees van Andel (JIRA)
Annotation scanning bugs Key: MYFACES-2296 URL: https://issues.apache.org/jira/browse/MYFACES-2296 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Reporter: Jan-Kees van Andel

[jira] Resolved: (MYFACES-2296) Annotation scanning bugs

2009-08-01 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel resolved MYFACES-2296. - Resolution: Fixed Fix Version/s: 2.0.0-alpha This fix works with my

Re: [COMMUNITY] MyFaces += Curtiss Howard

2009-07-16 Thread Jan-Kees van Andel
Hey Curtiss, Congrats and welcome! Now you can commit your own code. :-) Regards, Jan-Kees 2009/7/16 Gerhard Petracek gerhard.petra...@gmail.com: welcome! regards, gerhard 2009/7/16 Matthias Wessendorf mat...@apache.org The Myfaces PMC is proud to announce a new addition to our

[jira] Commented: (MYFACES-2272) Apply changes related to UIInput.validateValue and UIInput.VALIDATE_EMPTY_FIELDS_PARAM_NAME

2009-07-14 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730984#action_12730984 ] Jan-Kees van Andel commented on MYFACES-2272: - Already working on it as part

[jira] Created: (MYFACES-2288) Implement Bean Validation

2009-07-14 Thread Jan-Kees van Andel (JIRA)
Andel Assignee: Jan-Kees van Andel Implement BeanValidator class, corresponding tags/configs and logic related to Bean Validation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (MYFACES-2280) ValidatorException should support collections of messages.

2009-07-14 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731060#action_12731060 ] Jan-Kees van Andel commented on MYFACES-2280: - I can pick this up as part

Re: Bean Validation?

2009-07-10 Thread Jan-Kees van Andel
, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2009/7/9 Matthias Wessendorf mwessend...@gmail.com Sent from my iPod. On 09.07.2009, at 21:26, Jan-Kees van Andel jankeesvanan

Re: MyFaces Core + Trinidad + Facelets in OSGi container

2009-07-09 Thread Jan-Kees van Andel
I like the OSGi support very much, as long as the standard, classpath based, approach doesn't break or in other ways degrades in quality (i.e. performance). In other words, OSGi is nice, but I think the current approach should remain the #1 priority. /Jan-Kees 2009/7/9 Bernhard Huemer

Bean Validation?

2009-07-09 Thread Jan-Kees van Andel
Hey, I'm currently implementing the JSF 2.0 changes in UIInput.validateValue() for MyFaces, but the descriptions in the spec seem odd. When I'm reading the PDF, it says that when Bean Validation is enabled, during the RENDER RESPONSE phase, every UIInput gets a javax.faces.Bean Validator

Re: Bean Validation?

2009-07-09 Thread Jan-Kees van Andel
is available - a default validator gets added (see the new default-validator mechanism) which delegates to bv. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2009/7/9 Jan-Kees

Re: Bean Validation?

2009-07-09 Thread Jan-Kees van Andel
). imo posting it here is ok regards, gerhard 2009/7/9 Jan-Kees van Andel jankeesvanan...@gmail.com Hmm, I'm getting closer. I misunderstood the indenting of the bullets in the JavaDocs. The first bullet explains it. But the second bullet still looks silly (the part where

Re: Bean Validation?

2009-07-09 Thread Jan-Kees van Andel
2009/7/9 Matthias Wessendorf mwessend...@gmail.com: Feel free to add better javadoc for myfaces ;) Documentation? :-) But yeah, I'm for sure gonna try! /JK

Re: Shale Annotations

2009-07-08 Thread Jan-Kees van Andel
I personally don't think it's worth it. If someone wants to use annotations, I usually point them to a third party library (like Seam or Orchestra) or tell them to be patient and wait for JSF 2. Especially since it should be possible to run JSF 2 on current web containers like Tomcat 6, my idea

Re: [VOTE] jul instead of commons-logging

2009-07-08 Thread Jan-Kees van Andel
I agree with Hazem, +1 for Gerhards suggestion. /Jan-Kees 2009/7/8 Hazem Saleh haz...@apache.org: +1 for Gerhard new suggestion. On Wed, Jul 8, 2009 at 12:54 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: Maybe we should stop the voting process +1 (due to several reasons) new

Re: [JSF 2.0] which shared source branch for 2.0

2009-07-07 Thread Jan-Kees van Andel
2009/7/6 Leonardo Uribe lu4...@gmail.com: Hi  Just note that all tag hierarchy is generated on all myfaces core versions, so all classes on org.apache.myfaces.shared_impl.taglib package and inner packages but UIComponentELTagBase and core.SelectItemTagBase are not used.  Right now, shared

[jira] Updated: (MYFACES-2098) Add RegexValidator class

2009-07-06 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2098: Resolution: Fixed Fix Version/s: 2.0.0-alpha Status: Resolved

Re: [Trinidad] JDK5 EOL, upgrade to JDK6?

2009-06-19 Thread Jan-Kees van Andel
Do you mean the @Override annotation on interface implementing methods? Yeah, that's annoying. But IMHO no reason to force users to move to JDK 6. The companies I see, are currently using 5 (some even use 1.4). What feature of JDK 6 do you want to use? Besides the (Concurrent) Collections API I

Re: [MyFaces 2.0] an experiment ?

2009-05-27 Thread Jan-Kees van Andel
IMHO, Dojo, Prototype.js, JQuery and most other big JS libraries are more or less the same. Dojo was very bloated in the past, but the Dojo team have cleaned a lot, which makes it a quite lean and mean library atm. I've always been a Prototype.js fan because the programming model looks the most

Re: Jira account for developers

2009-04-17 Thread Jan-Kees van Andel
and comments) myfaces-pmc ... PMC members --Manfred On Wed, Apr 15, 2009 at 22:49, Matthias Wessendorf mat...@apache.org wrote: Hey Manfred, do you know if this is fixable via the JIRA configurations ? -Matthias On Wed, Apr 15, 2009 at 8:24 PM, Jan-Kees van Andel jankeesvanan

Re: MyFaces 2.0 Ajax and a big thank you

2009-04-15 Thread Jan-Kees van Andel
+1, there has been a lot of activity around MyFaces 2.0 AJAX, which is great. Thanks Ganesh and Alex. I'm for sure gonna play with the new AJAX features soon. ;-) /JK

Jira account for developers

2009-04-15 Thread Jan-Kees van Andel
Hi, Last week I've committed the fix for a Jira issue, but I can't resolve the issue, because my Jira account seems to be separated from my Apache account. Am I missing the needed roles in Jira? I authenticate on Jira using my Apache username/email address. Someone knows the answer? It would

Re: MyFaces 2.0 Ajax state

2009-04-10 Thread Jan-Kees van Andel
Hey, I'm not sure what the JSR314 spec has to say about it, but are you going to create something to handle session timeouts? It's a common problem with JEE Ajax apps, because you expect XML or JSON or something, but instead you end up with a login page. What I do on my current project, is

[jira] Commented: (MYFACES-2140) Add annotation processing logic

2009-03-21 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688010#action_12688010 ] Jan-Kees van Andel commented on MYFACES-2140: - +1 It sounds like a good plan

Unit test failures

2009-03-08 Thread Jan-Kees van Andel
Hi, On my workstation, I have many unit tests failing in several different ways. One test is IsRenderedTest.testIsExecuteNone(), where an assertion fails because PartialViewContext.isExecuteNone() returns an invalid value. Another failing test is ExecutePhaseClientIdsTest.testRequestParams4(),

Re: [Core] Annotation processing discussion (attn: Jan Kees)

2009-03-08 Thread Jan-Kees van Andel
2009/3/3 Curtiss Howard curtiss.how...@gmail.com: Well, my intention with the interface I proposed is to have the implementation set up xbean-finder (or whatever the case may be) when the impl class is created via the factory.  That would in fact take care of all the problems my group and I

[jira] Created: (MYFACES-2162) Default RenderKitId should be HTML_BASIC when using annotations

2009-03-07 Thread Jan-Kees van Andel (JIRA)
Feature Components: JSR-314 Reporter: Jan-Kees van Andel Priority: Minor A.t.m. the default RenderKit is , but it should be HTML_BASIC. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

Re: [Core] Annotation processing discussion (attn: Jan Kees)

2009-03-03 Thread Jan-Kees van Andel
I'm almost done.I think I can work on it this Thursday and then commit it. But I've broken my test webapp, so I'll have to fix that before I can test the stuff... ;-) When it's in SVN, we have the necessary boilerplate to stay out of each others' way. ;-) Untill then, if you are bored, you can

Re: [Core] Annotation processing discussion (attn: Jan Kees)

2009-02-28 Thread Jan-Kees van Andel
annotation processing is done. I take interest in this subject due to the extensive amount of work I have done in this area, and I feel that I can shed some light on possible performance issues. This message is mainly addressed to Jan-Kees van Andel as he is doing the work on the MyFaces

[jira] Created: (MYFACES-2146) Bug in UIViewRoot causes Exception in popComponentFromEL()

2009-02-08 Thread Jan-Kees van Andel (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-alpha Reporter: Jan-Kees van Andel UIViewRoot.encodeBegin() is missing a code path. Because of this, the UIViewRoot instance is not added to the current component stack. This causes an exception in UIComponent.popComponentFromEL

[jira] Updated: (MYFACES-2146) Bug in UIViewRoot causes Exception in popComponentFromEL()

2009-02-08 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2146: Status: Patch Available (was: Open) Bug in UIViewRoot causes Exception

[jira] Updated: (MYFACES-2147) NoSuchMethodException when instantiating SystemEvent objects

2009-02-08 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2147: Status: Patch Available (was: Open) NoSuchMethodException when instantiating

[jira] Created: (MYFACES-2140) Add annotation processing logic

2009-01-26 Thread Jan-Kees van Andel (JIRA)
-Kees van Andel JSF 2.0 specifies the use of the following annotations for Managed Bean configuration: - ManagedBean - ManagedBeans - ManagedProperty - RequestScoped - SessionScoped - ViewScoped - ApplicationScoped - NoneScoped The annotations are already there, it now needs processing logic. I'm

[jira] Commented: (MYFACES-2140) Add annotation processing logic

2009-01-26 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12667360#action_12667360 ] Jan-Kees van Andel commented on MYFACES-2140: - My first implementation

[jira] Created: (MYFACES-2142) ClassCastException in JspViewHandlerImpl: ResponseSwitch != HttpServletResponse

2009-01-26 Thread Jan-Kees van Andel (JIRA)
Core Issue Type: Bug Components: JSR-314 Reporter: Jan-Kees van Andel While running the latest myfaces2 source code with a test JSP page, I've encountered the following error. java.lang.ClassCastException: org.apache.myfaces.context.servlet.ResponseSwitch cannot

Re: Scanning for annotated classes in MyFaces 2

2009-01-18 Thread Jan-Kees van Andel
2009/1/11 Matthias Wessendorf mat...@apache.org: On Sun, Jan 11, 2009 at 4:46 AM, Mario Ivankovits ma...@ops.co.at wrote: ;-) I really hate to wait on the boot-up. :-) -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf

Re: Scanning for annotated classes in MyFaces 2

2009-01-18 Thread Jan-Kees van Andel
2009/1/18 Cagatay Civici cagatay.civ...@gmail.com: Hi Jan, Thanks for your contribution, yes this could be done without adding a dependency. We could avoid reflection stuff and use byte code exploring. Mojarra 2.0 uses code from Glassfish codebase for this byte code stuff btw. You may take

Re: Scanning for annotated classes in MyFaces 2

2009-01-18 Thread Jan-Kees van Andel
That sounds great. What is your general approach? Just read in the class as byte[], then use the class-file-format rules to get to the annotations sections on the class and the methods? From my quick scan of the classfile spec it seemed reasonably easy to do that... This line is the

Re: Scanning for annotated classes in MyFaces 2

2009-01-18 Thread Jan-Kees van Andel
eh... ? -1 on that... -M LOL! Don't worry. I won't copy their codebase. ;-) I already have a working implementation.

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Jan-Kees van Andel
2009/1/7 Mario Ivankovits ma...@ops.co.at: -Original Message- From: Jan-Kees van Andel [mailto:jankeesvanan...@gmail.com] Sent: Wednesday, January 07, 2009 8:15 AM To: dev@myfaces.apache.org Subject: Re: Scanning for annotated classes in MyFaces 2 It might be smart to put

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Jan-Kees van Andel
I don't think Scannotation itself is an issue, but it has a required dependency on Javassist, which has an LGPL license. Isn't that a problem? Using Scannotation, however, would definitely ease development. /Jan-Kees 2009/1/10 Matthias Wessendorf mat...@apache.org: On Sat, Jan 10, 2009 at

RE: Scanning for annotated classes in MyFaces 2

2009-01-07 Thread Jan-Kees van Andel
I can help you with it if you want to. I find it an interesting subject. If you could just point me to the main scanner classes and methods in Shale, I'll find my way from there. Regards, Jan-Kees Mario Ivankovits wrote: -Original Message- From: Jan-Kees van Andel

[jira] Created: (MYFACES-2131) Import to internal Sun class

2009-01-06 Thread Jan-Kees van Andel (JIRA)
Reporter: Jan-Kees van Andel Priority: Minor In org.apache.myfaces.context.servlet.FacesContextImpl, there is an import to import sun.misc.Regexp. The error in my IDE: Access restriction: The type Regexp is not accessible due to restriction on required library D:\dev\Java

Scanning for annotated classes in MyFaces 2

2009-01-06 Thread Jan-Kees van Andel
Hi, The JSF 2.0 spec requires an implementation to support several annotations, like @ManagedBean. Has anyone already thought of a possible implementation for this requirement? IMHO, there is only one option, and that is scanning the classpath at application startup, because you don't want the

Re: Scanning for annotated classes in MyFaces 2

2009-01-06 Thread Jan-Kees van Andel
Hi, It might be smart to put this Shale code in a separate project. For example in Commons, since there are several Apache projects that need to scan for annotations, like EJB3 and JPA projects. Jan-Kees Gerhard Petracek wrote: hello mario, sounds good to me regards, gerhard

Re: Quite advanced JSF problem

2008-12-23 Thread Jan-Kees van Andel
It looks like JSF doesn't recognize your request as a postback. Take a look at a regular JSF form post to see what your request should look like (hint: check out the javax.faces.ViewState field). Regards, Jan-Kees 2008/12/23 gibiman victor.bucu...@gmail.com: Hi , I'm trying to develop custom

[jira] Commented: (MYFACES-2096) Make DataModel types generic

2008-12-13 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656272#action_12656272 ] Jan-Kees van Andel commented on MYFACES-2096: - That's okay. I'll look

[jira] Commented: (MYFACES-2098) Add RegexValidator class

2008-12-13 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656273#action_12656273 ] Jan-Kees van Andel commented on MYFACES-2098: - I'm gonna look at the Trinidad

[jira] Commented: (MYFACES-2094) Add InitialStateEvent class

2008-12-13 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656280#action_12656280 ] Jan-Kees van Andel commented on MYFACES-2094: - Deleted patch, because

[jira] Commented: (MYFACES-2095) Add managed bean scope annotations

2008-12-13 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656279#action_12656279 ] Jan-Kees van Andel commented on MYFACES-2095: - Deleted patch, because

[jira] Commented: (MYFACES-2097) Add RenderKitWrapper class

2008-12-13 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656281#action_12656281 ] Jan-Kees van Andel commented on MYFACES-2097: - Deleted patch, because

[jira] Commented: (MYFACES-2088) Add ExceptionHandler class

2008-12-13 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656282#action_12656282 ] Jan-Kees van Andel commented on MYFACES-2088: - Deleted patch, because

Re: JavaDoc and checkstyle

2008-12-09 Thread Jan-Kees van Andel
I wouldn't change the CheckStyle rules to ignore missing @params. Why? Because often you (well, probably not you, but someone else) changes a param name but forgets to change the corresponding JavaDoc. CheckStyle is a good way to warn you about this. @returns are most of the time redundant since

[jira] Commented: (MYFACES-2083) FacesContext contains several unnecessary methods

2008-12-02 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652313#action_12652313 ] Jan-Kees van Andel commented on MYFACES-2083: - I think it was added in EDR 2

Re: [JSF 2.0] Package structure for Facelets integration

2008-12-02 Thread Jan-Kees van Andel
On Mon, Dec 1, 2008 at 1:24 PM, Jan-Kees van Andel [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: From my point of view, it's nice to do something back to the community, instead of only using MyFaces... I've been implementing some classes yesterday. Created a Jira ticket

Re: [JSF 2.0] Package structure for Facelets integration

2008-12-02 Thread Jan-Kees van Andel
, they will probably have a great overlap... /Jan-Kees 2008/12/2 Matthias Wessendorf [EMAIL PROTECTED]: On Tue, Dec 2, 2008 at 8:18 PM, Jan-Kees van Andel [EMAIL PROTECTED] wrote: Hi Gerhard: I used the JavaDocs that come with the spec (downloaded it from the JCP site). Since everyone uses the same spec, I

Re: [JSF 2.0] Package structure for Facelets integration

2008-12-02 Thread Jan-Kees van Andel
at 2:32 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: On Tue, Dec 2, 2008 at 8:18 PM, Jan-Kees van Andel [EMAIL PROTECTED] wrote: Hi Gerhard: I used the JavaDocs that come with the spec (downloaded it from the JCP site). Since everyone uses the same spec, I thought using

[jira] Commented: (MYFACES-2098) Add RegexValidator class

2008-12-01 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652003#action_12652003 ] Jan-Kees van Andel commented on MYFACES-2098: - I didn't know about a Trinidad

Re: [JSF 2.0] Package structure for Facelets integration

2008-12-01 Thread Jan-Kees van Andel
for every change. You'll find that most new classes and methods are already there though, but some new ones just popped with the public review version. it is great to see more and more active folks here! -Matthias Regards, ~ Simon On Sat, Nov 29, 2008 at 12:46 PM, Jan-Kees van Andel

[jira] Updated: (MYFACES-2085) Add ApplicationWrapper class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2085: Status: Patch Available (was: Open) Add ApplicationWrapper class

[jira] Created: (MYFACES-2085) Add ApplicationWrapper class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
Reporter: Jan-Kees van Andel Priority: Minor The spec specifies a class ApplicationWrapper, a wrapper for Application. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (MYFACES-2086) Add DiscoveryHandler class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2086: Status: Patch Available (was: Open) Add DiscoveryHandler class

[jira] Created: (MYFACES-2087) Modify StateManagerWrapper to implement FacesWrapper

2008-11-30 Thread Jan-Kees van Andel (JIRA)
: JSR-314 Affects Versions: 2.0.0-alpha Reporter: Jan-Kees van Andel Priority: Minor Many JSF 2.0 classes must implement FacesWrapper. StateManager is one of those classes. -- This message is automatically generated by JIRA. - You can reply to this email to add

[jira] Updated: (MYFACES-2087) Modify StateManagerWrapper to implement FacesWrapper

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2087: Status: Patch Available (was: Open) Modify StateManagerWrapper to implement

[jira] Updated: (MYFACES-2088) Add ExceptionHandler class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2088: Status: Patch Available (was: Open) Add ExceptionHandler class

[jira] Created: (MYFACES-2088) Add ExceptionHandler class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
Reporter: Jan-Kees van Andel Priority: Minor The spec specifies the ExceptionHandler class, which is the central point of error handling in a JSF implementation. It also specifies two accompanying files: ExceptionHandlerFactory and ExceptionHandlerWrapper. -- This message

[jira] Created: (MYFACES-2089) Modify ResponseWriterWrapper to implement FacesWrapper

2008-11-30 Thread Jan-Kees van Andel (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-alpha Reporter: Jan-Kees van Andel Priority: Minor Attachments: ResponseWriterWrapper.patch According to the JSF 2.0 spec, ResponseWriterWrapper should implement FacesWrapperResponseWriter. -- This message is automatically

[jira] Updated: (MYFACES-2089) Modify ResponseWriterWrapper to implement FacesWrapper

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2089: Status: Patch Available (was: Open) Modify ResponseWriterWrapper to implement

[jira] Created: (MYFACES-2090) Add AfterRestoreStateEvent class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
-alpha Reporter: Jan-Kees van Andel Attachments: AfterRestoreStateEvent.patch JSF 2.0 EDR2 specifies some new event types, like AfterRestoreStateEvent. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (MYFACES-2090) Add AfterRestoreStateEvent class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2090: Status: Patch Available (was: Open) Add AfterRestoreStateEvent class

[jira] Created: (MYFACES-2091) Modify ApplicationPostConstructEvent: add method getApplication()

2008-11-30 Thread Jan-Kees van Andel (JIRA)
: Task Components: JSR-314 Affects Versions: 2.0.0-alpha Reporter: Jan-Kees van Andel Priority: Minor The ApplicationPostConstructEvent class specifies a method: getApplication(). A.t.m. this method is missing. -- This message is automatically generated

[jira] Updated: (MYFACES-2091) Modify ApplicationPostConstructEvent: add method getApplication()

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2091: Status: Patch Available (was: Open) Modify ApplicationPostConstructEvent: add

[jira] Updated: (MYFACES-2092) Modify ApplicationPreDestroyEvent: add method getApplication()

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2092: Status: Patch Available (was: Open) Modify ApplicationPreDestroyEvent: add

[jira] Created: (MYFACES-2092) Modify ApplicationPreDestroyEvent: add method getApplication()

2008-11-30 Thread Jan-Kees van Andel (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-alpha Reporter: Jan-Kees van Andel Priority: Minor Attachments: ApplicationPreDestroyEvent.patch The ApplicationPreDestroyEvent class specifies a method: getApplication(). A.t.m. this method is missing

[jira] Created: (MYFACES-2093) Add ExceptionEvent class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
Reporter: Jan-Kees van Andel Priority: Minor JSF 2.0 EDR2 specifies some new event types, like ExceptionEvent. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (MYFACES-2093) Add ExceptionEvent class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2093: Status: Patch Available (was: Open) Add ExceptionEvent class

[jira] Created: (MYFACES-2094) Add InitialStateEvent class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
Reporter: Jan-Kees van Andel Priority: Minor JSF 2.0 EDR2 specifies some new event types, like InitialStateEvent. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (MYFACES-2094) Add InitialStateEvent class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2094: Status: Patch Available (was: Open) Add InitialStateEvent class

[jira] Created: (MYFACES-2095) Add managed bean scope annotations

2008-11-30 Thread Jan-Kees van Andel (JIRA)
-alpha Reporter: Jan-Kees van Andel JSF 2.0 specifies 5 annotations that can be used to configure a managed bean scope: - ApplicationScoped - SessionScoped - ViewScoped - RequestScoped - NoneScoped A.t.m. those annotations are missing. -- This message is automatically generated

[jira] Updated: (MYFACES-2095) Add managed bean scope annotations

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2095: Status: Patch Available (was: Open) Add managed bean scope annotations

[jira] Created: (MYFACES-2096) Make DataModel types generic

2008-11-30 Thread Jan-Kees van Andel (JIRA)
Reporter: Jan-Kees van Andel Priority: Minor According to the spec, DataModel and its subclasses must be generic. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (MYFACES-2096) Make DataModel types generic

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2096: Status: Patch Available (was: Open) Make DataModel types generic

[jira] Updated: (MYFACES-2097) Add RenderKitWrapper class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2097: Status: Patch Available (was: Open) Add RenderKitWrapper class

[jira] Created: (MYFACES-2097) Add RenderKitWrapper class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
Reporter: Jan-Kees van Andel Priority: Minor Attachments: RenderKitWrapper.patch The spec specifies a class RenderKitWrapper, a wrapper for RenderKit. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (MYFACES-2098) Add RegexValidator class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
Reporter: Jan-Kees van Andel Priority: Minor The JSF 2.0 spec specifies one new Validator: the RegexValidator which validates a string value against a java.util.regex Regular Expression. A.t.m. it doesn't exist yet. -- This message is automatically generated by JIRA. - You can reply

[jira] Updated: (MYFACES-2098) Add RegexValidator class

2008-11-30 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2098: Status: Patch Available (was: Open) Add RegexValidator class

Re: myfaces 2.0 repo URL

2008-11-29 Thread Jan-Kees van Andel
Are you looking for: http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/ ? /Jan-Kees 2008/11/29 Justinas [EMAIL PROTECTED] hello what is right URL for svn co/export of myfaces 2.0? i've tryed this URL: https://svn.apache.org//viewvc/myfaces/core/branches/2_0_0/ got an error:

Re: myfaces 2.0 repo URL

2008-11-29 Thread Jan-Kees van Andel
Jira, or in your IDE (IDEA and Eclipse can show nice lists of all TODO comments in your code)... /Jan-Kees 2008/11/29 Justinas [EMAIL PROTECTED] Jan-Kees van Andel wrote: Are you looking for: http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/ ? yes, svn co successfully

Re: [JSF 2.0] Package structure for Facelets integration

2008-11-29 Thread Jan-Kees van Andel
myfaces-api.jar file. That file obviously has the same content as Mojarra's, but with different code and thus a different bug/peformance base. However I must admit that most difference reside within the -impl Regards, ~ Simon On Fri, Nov 28, 2008 at 6:38 PM, Jan-Kees van Andel [EMAIL PROTECTED

[jira] Created: (MYFACES-2083) FacesContext contains several unnecessary methods

2008-11-29 Thread Jan-Kees van Andel (JIRA)
-314 Affects Versions: 2.0.0-alpha Reporter: Jan-Kees van Andel Attachments: PartialViewContext.java Several fields and methods are currently put in FacesContext, but should (according to the JSF 2.0 spec) be placed inside another class: PartialViewContext

[jira] Updated: (MYFACES-2083) FacesContext contains several unnecessary methods

2008-11-29 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Kees van Andel updated MYFACES-2083: Status: Patch Available (was: Open) FacesContext contains several unnecessary

Re: [JSF 2.0] Package structure for Facelets integration

2008-11-28 Thread Jan-Kees van Andel
Hi all, It might be a stupid question, but where does the MyFaces javax.faces codebase come from? Is it copied straight from Mojarra? Or does this cause licensing issues and must all files be created by hand, based on the spec? A.t.m., many of the new classes, like the pdl.facelets package are

[jira] Commented: (TRINIDAD-119) InputDate popup crashes when using extension mapping

2008-07-04 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610640#action_12610640 ] Jan-Kees van Andel commented on TRINIDAD-119: - I was using MyFaces 1.2.0

[jira] Created: (TRINIDAD-118) NullPointerException when using an inputDate without form

2007-07-22 Thread Jan-Kees van Andel (JIRA)
Affects Versions: 1.2.1-core Environment: Apache Tomcat 6.0.13, JDK 1.6.02, Facelets 1.1.11, Trinidad 1.2.1, MyFaces 1.2.0, Ajax4jsf 1.0.6 Reporter: Jan-Kees van Andel Priority: Minor When I place an inputDate component on my (Facelets) page, I get a NPE when the tag

[jira] Created: (TRINIDAD-119) InputDate popup crashes when using extension mapping

2007-07-22 Thread Jan-Kees van Andel (JIRA)
Versions: 1.2.1-core Environment: Apache Tomcat 6.0.13, JDK 1.6.02, Facelets 1.1.11, Trinidad 1.2.1, MyFaces 1.2.0, Ajax4jsf 1.0.6 Reporter: Jan-Kees van Andel If I use extension mapping (*.faces), my inputDate component crashes with a 404 when I click on the button. The message

<    1   2   3