[jira] Created: (PORTLETBRIDGE-77) Add detection of Servlet API dependencies in JSF implementation

2009-05-29 Thread Neil Griffin (JIRA)
Add detection of Servlet API dependencies in JSF implementation --- Key: PORTLETBRIDGE-77 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-77 Project: MyFaces Portlet Bridge

[Trinidad] switch of rendering of a UIXShowDetail by PPR

2009-05-29 Thread Marco Grimm-2
Hi, at the moment PanelAccordionRenderer accepts only UIXShowDetail as child(ren), but this has the consequence that you cannot switch the rendering of a UIXShowDetail by PPR but have to rerender the whole panelAccordion (more expensive). It would be more efficient to have a invisible

[jira] Created: (TOMAHAWK-1425) Support to java.sql.Date using inputCalendar tag.

2009-05-29 Thread Paulo Henrique Couto de Lima (JIRA)
Support to java.sql.Date using inputCalendar tag. - Key: TOMAHAWK-1425 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1425 Project: MyFaces Tomahawk Issue Type: New Feature

[jira] Updated: (TOMAHAWK-1425) Support to java.sql.Date using inputCalendar tag.

2009-05-29 Thread Paulo Henrique Couto de Lima (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Henrique Couto de Lima updated TOMAHAWK-1425: --- Status: Patch Available (was: Open) Support to

[jira] Updated: (TOMAHAWK-1425) Support to java.sql.Date using inputCalendar tag.

2009-05-29 Thread Paulo Henrique Couto de Lima (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Henrique Couto de Lima updated TOMAHAWK-1425: --- Status: Open (was: Patch Available) Support to

[jira] Updated: (TOMAHAWK-1425) Support to java.sql.Date using inputCalendar tag.

2009-05-29 Thread Paulo Henrique Couto de Lima (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Henrique Couto de Lima updated TOMAHAWK-1425: --- Status: Patch Available (was: Open) Support to

MyFaces in an OSGi environment

2009-05-29 Thread Bernhard Huemer
Hello, recently I've thought of using JSF in an OSGi environment because of the greater modularity it would provide for developers. JSF already provides reusability regarding the user interface, i.e. JSF provides the possibility to create user interface components, but what do you do if you

[jira] Updated: (TOMAHAWK-1425) Support to java.sql.Date using inputCalendar tag.

2009-05-29 Thread Paulo Henrique Couto de Lima (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Henrique Couto de Lima updated TOMAHAWK-1425: --- Resolution: Fixed Fix Version/s: 1.1.8

JavaOne podcast for JSF 2

2009-05-29 Thread Kito Mann
Hello everyone, Is anyone going to JavaOne next week who wants to do a podcast about MyFaces 2.0? Werner, Leonardo? --- Kito D. Mann -- Author, JavaServer Faces in Action http://twitter.com/kito99 http://twitter.com/jsfcentral http://www.virtua.com - JSF/Java EE consulting, training, and

FileUpload: uploadThresholdSize seems to be ignored

2009-05-29 Thread jochen.reinhardt
Hi all, I only get the file-upload to store the file to disk without eating up the system's memory when I set the storage parameter in the jsf element accoringly. The upload threshold size parameter seems to be ignored somehow. I already took a quick look at the code and it seems to load an

[jira] Commented: (TOMAHAWK-1420) uploadThresholdSize seems to be ignored

2009-05-29 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714540#action_12714540 ] Leonardo Uribe commented on TOMAHAWK-1420: -- Isn't this related to

Re: MyFaces in an OSGi environment

2009-05-29 Thread Leonardo Uribe
Hi Maybe a new module in myfaces commons is the right place to put this efforts. regards Leonardo Uribe 2009/5/29 Bernhard Huemer bernhard.hue...@gmail.com Hello, recently I've thought of using JSF in an OSGi environment because of the greater modularity it would provide for developers.

[jira] Commented: (TRINIDAD-1484) Change Trinidad metadata (build .xml files) to use jsr-276 metadata standard

2009-05-29 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714548#action_12714548 ] Jeanne Waldman commented on TRINIDAD-1484: -- committed trinidad.patch dated

[jira] Commented: (TOMAHAWK-1420) uploadThresholdSize seems to be ignored

2009-05-29 Thread Paulo Henrique Couto de Lima (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714554#action_12714554 ] Paulo Henrique Couto de Lima commented on TOMAHAWK-1420: I am

Re: MyFaces in an OSGi environment

2009-05-29 Thread Bernhard Huemer
Hello, well, you can't simply attach OSGi support to an existing MyFaces release. There are dozens of core classes that have to be changed. As I've already mentioned, currently MyFaces assumes that it's sufficient to save the class names (e.g. managed bean classes) as every class will be

Re: MyFaces in an OSGi environment

2009-05-29 Thread Bernhard Huemer
I think I'll have to explain that a little more: The current OSGi-fied version of MyFaces that I've implemented doesn't save class names in the runtime configuration but rather a combination of a class name and a class loader. /// public interface ClassLoader { public Class

[jira] Updated: (PORTLETBRIDGE-77) Add detection of Servlet API dependencies in JSF implementation

2009-05-29 Thread Neil Griffin (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neil Griffin updated PORTLETBRIDGE-77: -- Status: Patch Available (was: Open) Add detection of Servlet API dependencies

Re: MyFaces in an OSGi environment

2009-05-29 Thread Leonardo Uribe
Hi Ok, so the idea is become myfaces core OSGi friendly rather than create a module for it. Sounds good for me. regards Leonardo Uribe 2009/5/29 Bernhard Huemer bernhard.hue...@gmail.com I think I'll have to explain that a little more: The current OSGi-fied version of MyFaces that I've

[jira] Created: (TRINIDAD-1492) Log error if Application View Cache is on (USE_APPLICATION_VIEW_CACHE is true)

2009-05-29 Thread Jeanne Waldman (JIRA)
Log error if Application View Cache is on (USE_APPLICATION_VIEW_CACHE is true) -- Key: TRINIDAD-1492 URL: https://issues.apache.org/jira/browse/TRINIDAD-1492 Project: MyFaces

[jira] Commented: (TRINIDAD-1078) Application View Cache is broken

2009-05-29 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714648#action_12714648 ] Jeanne Waldman commented on TRINIDAD-1078: -- I created JIRA Issue TRINIDAD-1492

[jira] Commented: (TRINIDAD-1487) Improve the application view cache

2009-05-29 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714649#action_12714649 ] Jeanne Waldman commented on TRINIDAD-1487: -- I created JIRA Issue TRINIDAD-1492

[jira] Commented: (TOMAHAWK-1420) uploadThresholdSize seems to be ignored

2009-05-29 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714667#action_12714667 ] Leonardo Uribe commented on TOMAHAWK-1420: -- I have checked the code related to