[jira] Updated: (TOMAHAWK-1384) XML Parsing Error in Firefox 2.x when using Tomahawk Schedule with Facelets

2009-01-06 Thread Peter Mahoney (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Mahoney updated TOMAHAWK-1384: Resolution: Fixed Fix Version/s: 1.1.9-SNAPSHOT Status: Resolved

[jira] Commented: (TRINIDAD-1360) error in doubleconverter

2009-01-06 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661139#action_12661139 ] Matthias Weßendorf commented on TRINIDAD-1360: -- I think the same is true

Re: best way to contribute?

2009-01-06 Thread Matthias Wessendorf
Hi Jondean, best would be a JIRA ticket (+ patch). The discussion of the issue (and the patch) should be done here, on the DEV list. -Matthias On Sun, Jan 4, 2009 at 12:16 AM, Jondean Haley jondeanha...@gmail.com wrote: Hi, I just joined this d-list. What is the preferred way to raise bugs

[jira] Commented: (TRINIDAD-1360) error in doubleconverter

2009-01-06 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661146#action_12661146 ] Matthias Weßendorf commented on TRINIDAD-1360: -- I think that respecting the

Re: Requirements for skinning module

2009-01-06 Thread Simon Lessard
Hi all, Sorry about the long delay, Holiday vacations as well as business trip delayed my answer. Anyway, happy new year to everyone ans see me answers inline. Regards, ~ Simon On Mon, Dec 15, 2008 at 1:19 PM, Scott O'Bryan darkar...@gmail.com wrote: Simon Lessard wrote: Also, for

[jira] Commented: (TRINIDAD-962) It is not possible to style the options in a SelectOneChoice

2009-01-06 Thread Don Kleppinger (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661239#action_12661239 ] Don Kleppinger commented on TRINIDAD-962: - In Firefox you can modify the default

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

2009-01-06 Thread Jan-Kees van Andel (JIRA)
Import to internal Sun class Key: MYFACES-2131 URL: https://issues.apache.org/jira/browse/MYFACES-2131 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.0-alpha

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

2009-01-06 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated MYFACES-2131: Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Matthias

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 Simon Lessard
Hi Jan-Kees, I think it's ok for Apache projects to depend on external libraries that are not licensed under ASL 2.0. However that would be some extra dependencies for MyFaces and we try to minimize those. On the other hand the gain might worth it in this case imho if those libraries are deployed

Re: Scanning for annotated classes in MyFaces 2

2009-01-06 Thread Cagatay Civici
I think we should avoid scannotation, not that it's bad but because it's a dependency. MyFaces already has more dependencies compared to mojarra afaik and increasing those doesn't sound good. Classpath scanning is a tricky business and it's good both performance and computing wise to limit the

[jira] Resolved: (TRINIDAD-1360) error in doubleconverter

2009-01-06 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford resolved TRINIDAD-1360. -- Resolution: Fixed Fix Version/s: 1.2.11-core

[jira] Commented: (TRINIDAD-1359) filedownloadactionlistener firefox long filename is truncated

2009-01-06 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661400#action_12661400 ] Jeanne Waldman commented on TRINIDAD-1359: -- fixed filedownloadactionlistener

RE: Scanning for annotated classes in MyFaces 2

2009-01-06 Thread Mario Ivankovits
Hi! But there are some issues with this: First, what paths to scan? AFAIK the spec doesn't state the classpaths to scan. I suppose only /WEB-INF/lib and /WEB-INF/classes need to be checked, but I can't find it in the spec. What ever the spec says, we definitely should provide a configuration

Re: Scanning for annotated classes in MyFaces 2

2009-01-06 Thread Gerhard Petracek
hello mario, sounds good to me regards, gerhard 2009/1/7 Mario Ivankovits ma...@ops.co.at Hi! But there are some issues with this: First, what paths to scan? AFAIK the spec doesn't state the classpaths to scan. I suppose only /WEB-INF/lib and /WEB-INF/classes need to be checked,

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: [jira] Updated: (MYFACES-1347) javax.faces.application.FacesMessage cannot be serialized

2009-01-06 Thread Simon Kitching
Hi Nishi, I see you have attached your patch to the MYFACES-1347 issue. So you just need to wait for one of the people with commit rights to review the patch and commit it. Sending a reminder to this list every week or two is ok, but don't do it too frequently. People are busy (particularly over

RE: Scanning for annotated classes in MyFaces 2

2009-01-06 Thread Mario Ivankovits
-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 this Shale code in a separate project. For example