svn commit: r948348 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/services/ test/app1/ test/java/org/apache/tapestry5/integration/app1/ test/java/org/apache

2010-05-26 Thread drobiazko
Author: drobiazko Date: Wed May 26 07:05:38 2010 New Revision: 948348 URL: http://svn.apache.org/viewvc?rev=948348view=rev Log: TAP5-978: Provide remote management of the page pool settings Added:

[jira] Closed: (TAP5-978) Provide remote management of the page pool settings

2010-05-26 Thread Igor Drobiazko (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Drobiazko closed TAP5-978. --- Assignee: Igor Drobiazko Fix Version/s: 5.2.0 Resolution: Fixed Provide remote

[jira] Created: (TAP5-1171) Tapestry should ignore FXBase methods in JavaFX module classes

2010-05-26 Thread Antoine Mischler (JIRA)
Tapestry should ignore FXBase methods in JavaFX module classes -- Key: TAP5-1171 URL: https://issues.apache.org/jira/browse/TAP5-1171 Project: Tapestry 5 Issue Type: Bug

[jira] Updated: (TAP5-1171) Tapestry should ignore FXBase methods in JavaFX module classes

2010-05-26 Thread Antoine Mischler (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Mischler updated TAP5-1171: --- Affects Version/s: 5.2.0 Issue Type: New Feature (was: Bug) Description:

[jira] Updated: (TAP5-1171) Tapestry should ignore FXBase methods in JavaFX module classes

2010-05-26 Thread Antoine Mischler (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Mischler updated TAP5-1171: --- Attachment: InjectionTest-src.zip Sources of the JavaFX project using tapestry-ioc.

[jira] Updated: (TAP5-1171) Tapestry should ignore FXBase methods in JavaFX module classes

2010-05-26 Thread Antoine Mischler (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Mischler updated TAP5-1171: --- Attachment: log.txt Execution log of the attached JavaFX script showing the full list of

[jira] Commented: (TAP5-1171) Tapestry should ignore FXBase methods in JavaFX module classes

2010-05-26 Thread Antoine Mischler (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871727#action_12871727 ] Antoine Mischler commented on TAP5-1171: Sorry for the assignement of this issue, it

[jira] Created: (TAP5-1172) By default, all URLs that do not exist are homepage aliasses

2010-05-26 Thread Tobias Marx (JIRA)
By default, all URLs that do not exist are homepage aliasses Key: TAP5-1172 URL: https://issues.apache.org/jira/browse/TAP5-1172 Project: Tapestry 5 Issue Type: Improvement

[jira] Commented: (TAP5-1172) By default, all URLs that do not exist are homepage aliasses

2010-05-26 Thread Christophe Cordenier (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871762#action_12871762 ] Christophe Cordenier commented on TAP5-1172: I think this is a duplicate of

[jira] Created: (TAP5-1173) deployment Notes for Glassfish V3

2010-05-26 Thread Thomas Margreiter (JIRA)
deployment Notes for Glassfish V3 -- Key: TAP5-1173 URL: https://issues.apache.org/jira/browse/TAP5-1173 Project: Tapestry 5 Issue Type: Task Components: documentation Reporter: Thomas

[jira] Resolved: (TAP5-1172) By default, all URLs that do not exist are homepage aliasses

2010-05-26 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiago H. de Paula Figueiredo resolved TAP5-1172. - Resolution: Duplicate Duplicate of

svn commit: r948514 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/XMLTokenType.java

2010-05-26 Thread hlship
Author: hlship Date: Wed May 26 18:13:57 2010 New Revision: 948514 URL: http://svn.apache.org/viewvc?rev=948514view=rev Log: Make XMLTokenType public Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/XMLTokenType.java Modified:

svn commit: r948515 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/util/func/Flow.java main/java/org/apache/tapestry5/ioc/util/func/FlowImpl.java test/java/org/apa

2010-05-26 Thread hlship
Author: hlship Date: Wed May 26 18:14:03 2010 New Revision: 948515 URL: http://svn.apache.org/viewvc?rev=948515view=rev Log: Add reverse() to Flow Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/util/func/Flow.java

svn commit: r948639 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/CoercionT

2010-05-26 Thread hlship
Author: hlship Date: Thu May 27 00:09:18 2010 New Revision: 948639 URL: http://svn.apache.org/viewvc?rev=948639view=rev Log: Add a static create() method to CoercionTuple to make it easier to instantiate (without having to repeat all the generic types) Modified:

svn commit: r948640 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services: PagePool.java PagePoolImpl.java

2010-05-26 Thread hlship
Author: hlship Date: Thu May 27 00:09:21 2010 New Revision: 948640 URL: http://svn.apache.org/viewvc?rev=948640view=rev Log: Add a clear() method to the internal PagePool service Modified: