Vote - Result (was Re: Re: [vote] release of Trinidad core (1.2.2))

2007-09-06 Thread Matthias Wessendorf
thanks for voting, we had 4 +1 votes: -Matthias Weßendorf -Grant Smith -Simon Lessard -Matthew Cooper and one 0 vote: -Wolfgang Töpfer I'll put the required artifacts together and will send out the official announcement, soon. -Matthias On 9/6/07, Matt Cooper [EMAIL PROTECTED] wrote:

Re: JSF 1.2 API backward compatible?

2007-09-06 Thread Mario Ivankovits
Hi! I found the problem. I requested the to-be-decorated application within my constructor which failed as with an JSF 1.1. compiled class the FacesContext is required to find the JSF 1.2 default application implementation. JSF 1.2 will then dispatch the new methods to the default

Re: [Orchestra] Latest snapshot throws UnsupportedException

2007-09-06 Thread Mario Ivankovits
Hi Dan! Ok, next try please. I've changed Orchestra to use JSF 1.2 during the build process so that I do not need a proxy based solution which seems to be not possible with the RI. Now the decorated application object should also correctly delegate the JSF 1.2 methods to the original

[orchestra] sandbox on continuum

2007-09-06 Thread Mario Ivankovits
Hi! Could someone please setup the myfaces-orchestra-sandbox [1] project on continuum. Currently the continuum build fails due to missing artifacts. Thanks! Ciao, Mario [1] https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/sandbox

[jira] Commented: (MYFACES-1717) UTF-8 input processed as single-byte

2007-09-06 Thread johan Eltes (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525401 ] johan Eltes commented on MYFACES-1717: -- The following forum entry provides some kind of proof that this is a

[jira] Created: (TOBAGO-476) tomahawk-sandbox is not tobago compatible

2007-09-06 Thread Volker Weber (JIRA)
tomahawk-sandbox is not tobago compatible - Key: TOBAGO-476 URL: https://issues.apache.org/jira/browse/TOBAGO-476 Project: MyFaces Tobago Issue Type: Improvement Components: Core

Re: [Orchestra] Latest snapshot throws UnsupportedException

2007-09-06 Thread Dan Tran
Mario, the problem goes a way with latest source. However, the example has compilation issue C:\dev\myfaces\orchestra\examples\src\main\java\org\apache\myfaces\examples\mops \backings\PetstoreData.java:[4,44] cannot find symbol symbol : class ShopCustomerDao location: package

[jira] Created: (TRINIDAD-692) Title of Lightweight Dialogs is set to parent page's title when partialSubmit is not used on link/button

2007-09-06 Thread Danny Robinson (JIRA)
Title of Lightweight Dialogs is set to parent page's title when partialSubmit is not used on link/button Key: TRINIDAD-692 URL:

Re: [Orchestra] Latest snapshot throws UnsupportedException

2007-09-06 Thread Mario Ivankovits
Hi Dan! However, the example has compilation issue C:\dev\myfaces\orchestra\examples\src\main\java\org\apache\myfaces\examples\mops \backings\PetstoreData.java:[4,44] cannot find symbol symbol : class ShopCustomerDao location: package org.apache.myfaces.examples.mops.dao Hmm ... strange,

[Announce] Release of Apache MyFaces Trinidad 1.2.2

2007-09-06 Thread Matthias Wessendorf
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.2.2. Apache MyFaces Trinidad 1.2.x is a JavaServer(tm) Faces 1.2 component library. Trinidad Core 1.2.2 is available in both binary and source distributions: *

Re: [Orchestra] Latest snapshot throws UnsupportedException

2007-09-06 Thread Dan Tran
It turned out my svn side is corrupted, some example java files are missing. Thanks -D Mario Ivankovits wrote: Hi Dan! However, the example has compilation issue C:\dev\myfaces\orchestra\examples\src\main\java\org\apache\myfaces\examples\mops \backings\PetstoreData.java:[4,44] cannot

Re: JSF 1.2 API backward compatible?

2007-09-06 Thread Simon Lessard
Hello Mario, Comments inline. On 9/6/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I found the problem. I requested the to-be-decorated application within my constructor which failed as with an JSF 1.1. compiled class the FacesContext is required to find the JSF 1.2 default

Re: JSF 1.2 API backward compatible?

2007-09-06 Thread Mario Ivankovits
Hi Simon! I guess you could use a ServletContextListener to extract the default factory from FactoryFinder and then set your own instance passing it the default implementation, but that would work only if JSF's own ServletContextListener is executed before, and I'm not aware of the listener

[jira] Created: (TRINIDAD-693) tr:messages globalOnly=true still rendering when it should not

2007-09-06 Thread Dave Brunette (JIRA)
tr:messages globalOnly=true still rendering when it should not Key: TRINIDAD-693 URL: https://issues.apache.org/jira/browse/TRINIDAD-693 Project: MyFaces Trinidad Issue Type:

[jira] Created: (TRINIDAD-694) missing close() call in class org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter:

2007-09-06 Thread Paul Kossler (JIRA)
missing close() call in class org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter: - Key: TRINIDAD-694 URL: https://issues.apache.org/jira/browse/TRINIDAD-694

[jira] Updated: (TRINIDAD-694) missing close() call in class org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter:

2007-09-06 Thread Paul Kossler (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Kossler updated TRINIDAD-694: -- Status: Patch Available (was: Open) missing close() call in class

[jira] Updated: (TRINIDAD-694) missing close() call in class org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter:

2007-09-06 Thread Paul Kossler (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Kossler updated TRINIDAD-694: -- Status: Open (was: Patch Available) missing close() call in class

[jira] Resolved: (TRINIDAD-692) Title of Lightweight Dialogs is set to parent page's title when partialSubmit is not used on link/button

2007-09-06 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Robinson resolved TRINIDAD-692. - Resolution: Fixed Fix Version/s: 1.0.3-core Re-worked the logic to handle

[jira] Created: (TRINIDAD-695) tr:form skips c/s validation on submit by 'defaultCommand'

2007-09-06 Thread Vadim Dmitriev (JIRA)
tr:form skips c/s validation on submit by 'defaultCommand' -- Key: TRINIDAD-695 URL: https://issues.apache.org/jira/browse/TRINIDAD-695 Project: MyFaces Trinidad Issue Type: Bug

[jira] Reopened: (TRINIDAD-692) Title of Lightweight Dialogs is set to parent page's title when partialSubmit is not used on link/button

2007-09-06 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Robinson reopened TRINIDAD-692: - Closed the wrong issue. Title of Lightweight Dialogs is set to parent page's title when

[jira] Resolved: (TRINIDAD-693) tr:messages globalOnly=true still rendering when it should not

2007-09-06 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Robinson resolved TRINIDAD-693. - Resolution: Fixed Fix Version/s: 1.0.3-core Re-worked the logic to handle

[jira] Created: (TOMAHAWK-1109) classes and customization not working

2007-09-06 Thread JIRA
classes and customization not working - Key: TOMAHAWK-1109 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1109 Project: MyFaces Tomahawk Issue Type: Bug Components: Schedule Affects

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-06 Thread Adam Winer
On 9/5/07, Andrew Robinson [EMAIL PROTECTED] wrote: That's not a concrete example. What UI functionality are you trying to achieve that you cannot achieve today? Example for using immediate = true for a partial trigger (also shows usage of the partialRendered component) seam:decorate

Re: [orchestra] unable to persist in sub thread

2007-09-06 Thread Dan Tran
Btw, my app uses JSF, Acegi, Spring, JPA with Hibernate. The spring services bean has @transactional annotation of its service methods. The service beans also use a DAO layer for persistent purpose. -D Dan Tran wrote: I am running into this problem that I think it is related to the

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-06 Thread Andrew Robinson
This isn't a great example, because you wouldn't get that styling with client-side validation (which, I know you've turned off, but that is a minority view). The appropriate way to tackle that requirement is to support full CSS styling of error components (which, is in fact exactly what the

[orchestra] unable to persist in sub thread

2007-09-06 Thread Dan Tran
I am running into this problem that I think it is related to the present of Orchestra. First I have a spring service bean which spins a thread, do the long work, then save some data to persistent in the same thread. The thread's runnable contructor accept a reference to the the same service