Re: Partial State-Saving

2007-02-25 Thread Martin Haimberger
Hy Jacob, you are right. This is an old artifact and i will remove. Thanks for looking Nice Regards Martin Haimberger On 2/25/07, Jacob Hookom [EMAIL PROTECTED] wrote: This seams a bit odd: private TreeStructComponent internalBuildInitalTreeStructureToSave(UIComponent component,FacesContext

Re: svn commit: r511461 [1/3] - in /myfaces: core/trunk/api/src/main/java/javax/faces/webapp/ core/trunk/impl/src/main/java/org/apache/myfaces/application/ core/trunk/impl/src/main/java/org/apache/myf

2007-02-25 Thread Matthias Wessendorf
-is this: https://issues.apache.org/jira/browse/MYFACES-1541 ? please add the jira issue number in future commits I think adding private methods to javax.faces.xxx classes is fine, isnt't it ? Thanks, Matthias On 2/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: mmarinschek

[jira] Created: (MYFACES-1542) declare versions of dependencies in dependencyManagement in core/pom.xml

2007-02-25 Thread Mathias Broekelmann (JIRA)
declare versions of dependencies in dependencyManagement in core/pom.xml Key: MYFACES-1542 URL: https://issues.apache.org/jira/browse/MYFACES-1542 Project: MyFaces Core

Re: svn commit: r511461 [1/3] - in /myfaces: core/trunk/api/src/main/java/javax/faces/webapp/ core/trunk/impl/src/main/java/org/apache/myfaces/application/ core/trunk/impl/src/main/java/org/apache/myf

2007-02-25 Thread Martin Haimberger
Hy, -is this: https://issues.apache.org/jira/browse/MYFACES-1541 ? please add the jira issue number in future commits yes this issue was the commit. I think adding private methods to javax.faces.xxx classes is fine, isnt't it ? What do you mean ? Have i added too much public methods ?

Re: svn commit: r511461 [1/3] - in /myfaces: core/trunk/api/src/main/java/javax/faces/webapp/ core/trunk/impl/src/main/java/org/apache/myfaces/application/ core/trunk/impl/src/main/java/org/apache/myf

2007-02-25 Thread Matthias Wessendorf
I think adding private methods to javax.faces.xxx classes is fine, isnt't it ? What do you mean ? Have i added too much public methods ? since the javax.faces. clazzes are specifed by the EG we can't enhance the API, like adding public methods, but ... adding privates should be fine. -M

[jira] Resolved: (TOBAGO-274) tc:popup page in background masking

2007-02-25 Thread Michael Stawicki (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stawicki resolved TOBAGO-274. - Resolution: Fixed Fix Version/s: 1.0.10 tc:popup page in background masking

[jira] Resolved: (TOBAGO-300) apt plugin doesn't set the sourcepath parameter of apt

2007-02-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-300. -- Resolution: Fixed apt plugin doesn't set the sourcepath parameter of apt

[jira] Created: (MYFACES-1543) mbean_source.jsp not working

2007-02-25 Thread Martin Haimberger (JIRA)
mbean_source.jsp not working - Key: MYFACES-1543 URL: https://issues.apache.org/jira/browse/MYFACES-1543 Project: MyFaces Core Issue Type: Bug Components: website Reporter: Martin

[jira] Updated: (MYFACES-1543) mbean_source.jsp not working

2007-02-25 Thread Martin Haimberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Haimberger updated MYFACES-1543: --- Status: Patch Available (was: Open) mbean_source.jsp not working

[jira] Created: (TOBAGO-301) Tag for multimedia content

2007-02-25 Thread Dennis Kieselhorst (JIRA)
Tag for multimedia content -- Key: TOBAGO-301 URL: https://issues.apache.org/jira/browse/TOBAGO-301 Project: MyFaces Tobago Issue Type: New Feature Components: Core Affects Versions: 1.0.9

Re: svn commit: r511304 - in /myfaces/core/branches/jsf12/api/src/test/java/javax/faces/context: ./ MockFacesContext.java

2007-02-25 Thread Matthias Wessendorf
hi mathias, in shale there is a MockFacesContext12 class, that has elCtx support -M On 2/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: mbr Date: Sat Feb 24 09:02:53 2007 New Revision: 511304 URL: http://svn.apache.org/viewvc?view=revrev=511304 Log: add mock for 1.2 facescontext

Re: svn commit: r511304 - in /myfaces/core/branches/jsf12/api/src/test/java/javax/faces/context: ./ MockFacesContext.java

2007-02-25 Thread Matthias Wessendorf
pressed to fast enter.. should we go w/ the Shale 1.1.x SNAPSHOT ? I'd like to update the shale stuff to that version. any objections ? -M On 2/25/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: hi mathias, in shale there is a MockFacesContext12 class, that has elCtx support -M On

Re: Partial State-Saving

2007-02-25 Thread Jacob Hookom
If determining all possible object compositions doesn't work-- what about piggy backing on JBoss's work and do something at the ObjectOutputStream level? Martin Haimberger wrote: Hy Jacob, you are right. This is an old artifact and i will remove. Thanks for looking Nice Regards Martin

repository for java.net

2007-02-25 Thread Dennis Byrne
I've removed the repository elements for java.net in two of the poms for the 1.2 branch and mvn clean install runs fine. I may be missing something here, but is there any reason we need these? -- Dennis Byrne

Re: repository for java.net

2007-02-25 Thread Matthias Wessendorf
my guess is, that these were added for javax.el in the past -M On 2/25/07, Dennis Byrne [EMAIL PROTECTED] wrote: I've removed the repository elements for java.net in two of the poms for the 1.2 branch and mvn clean install runs fine. I may be missing something here, but is there any reason we

Re: repository for java.net

2007-02-25 Thread Wendy Smoak
On 2/25/07, Dennis Byrne [EMAIL PROTECTED] wrote: I've removed the repository elements for java.net in two of the poms for the 1.2 branch and mvn clean install runs fine. I may be missing something here, but is there any reason we need these? I believe the java.net repo is now synced with

Re: svn commit: r511461 [1/3] - in /myfaces: core/trunk/api/src/main/java/javax/faces/webapp/ core/trunk/impl/src/main/java/org/apache/myfaces/application/ core/trunk/impl/src/main/java/org/apache/myf

2007-02-25 Thread Martin Marinschek
What we do is a) private - so that's ok b) changes behaviour - so that's not ok but is c) configurable, so that's ok again regards, Martin On 2/25/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: I think adding private methods to javax.faces.xxx classes is fine, isnt't it ? What do

Re: svn commit: r511304 - in /myfaces/core/branches/jsf12/api/src/test/java/javax/faces/context: ./ MockFacesContext.java

2007-02-25 Thread Matthias Wessendorf
since we used to work w/ 1.0.4-SNAP, which is old btw. I went ahead and updated the shale stuff to 110-SNAP -M On 2/25/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: pressed to fast enter.. should we go w/ the Shale 1.1.x SNAPSHOT ? I'd like to update the shale stuff to that version. any

[jira] Commented: (TOBAGO-301) Tag for multimedia content

2007-02-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475749 ] Bernd Bohmann commented on TOBAGO-301: -- Tobago provides already a tc:object tag Tag for multimedia content

[jira] Commented: (TOBAGO-301) Tag for multimedia content

2007-02-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475751 ] Bernd Bohmann commented on TOBAGO-301: -- For the embed tag please add a feature request Tag for multimedia

Re: svn commit: r511461 [1/3] - in /myfaces: core/trunk/api/src/main/java/javax/faces/webapp/ core/trunk/impl/src/main/java/org/apache/myfaces/application/ core/trunk/impl/src/main/java/org/apache/myf

2007-02-25 Thread Matthias Wessendorf
the configurable wasn't the point of mine. I expected to be able to add private methods, since that isn't extending the API. I wasn't 100% sure, so I asked. thanks, Matthias On 2/25/07, Martin Marinschek [EMAIL PROTECTED] wrote: What we do is a) private - so that's ok b) changes behaviour -

[jira] Commented: (TOMAHAWK-887) Duplicate Client-Id

2007-02-25 Thread nikolaos georgosoulos (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475776 ] nikolaos georgosoulos commented on TOMAHAWK-887: There is an other way, It's still a hack but I

Re: svn commit: r511304 - in /myfaces/core/branches/jsf12/api/src/test/java/javax/faces/context: ./ MockFacesContext.java

2007-02-25 Thread Mathias Brökelmann
ok 2007/2/25, Matthias Wessendorf [EMAIL PROTECTED]: since we used to work w/ 1.0.4-SNAP, which is old btw. I went ahead and updated the shale stuff to 110-SNAP -M On 2/25/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: pressed to fast enter.. should we go w/ the Shale 1.1.x SNAPSHOT ?

We've been Kibitzed!

2007-02-25 Thread Dennis Byrne
http://www.sourcekibitzer.org/index.php?option=com_skprojectprojectid=myfaces-core -- Dennis Byrne

Fwd: @author tags

2007-02-25 Thread Matthias Wessendorf
moving this discussion to [EMAIL PROTECTED] -- Forwarded message -- From: Ted Husted [EMAIL PROTECTED] Date: Feb 26, 2007 2:09 AM Subject: Re: @author tags To: MyFaces PMC [EMAIL PROTECTED] As to why, Greg Stein sums it up well here: * http://tinyurl.com/mw7t6 This issues has

Re: @author tags

2007-02-25 Thread Matthias Wessendorf
+1 for removing them On 2/26/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: moving this discussion to [EMAIL PROTECTED] -- Forwarded message -- From: Ted Husted [EMAIL PROTECTED] Date: Feb 26, 2007 2:09 AM Subject: Re: @author tags To: MyFaces PMC [EMAIL PROTECTED] As to

Tobago Release Checklist

2007-02-25 Thread Bernd Bohmann
Hello, I have prepared a release checklist for tobago. Feel free to comment or modify the checklist. http://myfaces.apache.org/tobago/release-checklist.html http://svn.apache.org/repos/asf/myfaces/tobago/trunk/src/site/apt/release-checklist.apt Regards Bernd

[jira] Resolved: (TOBAGO-273) Having a tc:command tag for change in tc:in would be useful

2007-02-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-273. -- Resolution: Fixed Having a tc:command tag for change in tc:in would be useful

Can we close TOBAGO-282 for the release

2007-02-25 Thread Bernd Bohmann
Hello, can https://issues.apache.org/jira/browse/TOBAGO-282 closed? Regards Bernd

Upcoming Tobago Release 1.0.10

2007-02-25 Thread Bernd Bohmann
Hello, I think we can release the next version of Tobago this week. Please report all serious problems with the current snapshot. Regards Bernd