[jira] Created: (TAP5-668) BeanModel throws exception when adding new field to model

2009-04-28 Thread Charles Fineman (JIRA)
BeanModel throws exception when adding new field to model - Key: TAP5-668 URL: https://issues.apache.org/jira/browse/TAP5-668 Project: Tapestry 5 Issue Type: Bug Components:

[jira] Commented: (TAP5-577) TAP5-422 changes break persistent locale backwards compatibility.

2009-04-28 Thread Andy Blower (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703567#action_12703567 ] Andy Blower commented on TAP5-577: -- The process outlined by Andy doesn't really work because

[jira] Created: (TAP5-669) All services related to the old ApplicationState concept should be renamed to use the new SessionState naming

2009-04-28 Thread Hugo Palma (JIRA)
All services related to the old ApplicationState concept should be renamed to use the new SessionState naming - Key: TAP5-669 URL:

[jira] Commented: (TAP5-274) Application State Object is a misleading term; rename @ApplicationState to @SessionState

2009-04-28 Thread Hugo Palma (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703599#action_12703599 ] Hugo Palma commented on TAP5-274: - All the services that relate to the old ApplicationState

[jira] Created: (TAP5-670) ParallelExecutorTest can't be compiled due to cast errors

2009-04-28 Thread JIRA
ParallelExecutorTest can't be compiled due to cast errors - Key: TAP5-670 URL: https://issues.apache.org/jira/browse/TAP5-670 Project: Tapestry 5 Issue Type: Bug Components:

[jira] Updated: (TAP5-670) ParallelExecutorTest can't be compiled due to cast errors

2009-04-28 Thread JIRA
[ https://issues.apache.org/jira/browse/TAP5-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ulrich Stärk updated TAP5-670: -- Attachment: patch.txt patch against trunk ParallelExecutorTest can't be compiled due to cast errors

[jira] Closed: (TAP5-671) Zone component does not identify which events it emits (with the @Events annotation)

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-671. - Resolution: Invalid Got my components confused! Zone component does not identify which

[jira] Assigned: (TAP5-670) ParallelExecutorTest can't be compiled due to cast errors

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-670: - Assignee: Howard M. Lewis Ship ParallelExecutorTest can't be compiled due to cast

[jira] Commented: (TAP5-670) ParallelExecutorTest can't be compiled due to cast errors

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703710#action_12703710 ] Howard M. Lewis Ship commented on TAP5-670: --- Probably a JDK 1.5 vs. JDK 1.6 issue.

svn commit: r769454 - in /tapestry/tapestry5/trunk: tapestry-hibernate-core/pom.xml tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/services/ParallelExecutorTest.java

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 16:39:54 2009 New Revision: 769454 URL: http://svn.apache.org/viewvc?rev=769454view=rev Log: TAP5-670: ParallelExecutorTest can't be compiled due to cast errors Modified: tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml

[jira] Updated: (TAP5-670) ParallelExecutorTest can't be compiled due to cast errors

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-670: -- Priority: Minor (was: Major) ParallelExecutorTest can't be compiled due to cast errors

[jira] Updated: (TAP5-669) All services related to the old ApplicationState concept should be renamed to use the new SessionState naming

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-669: -- Priority: Minor (was: Major) All services related to the old ApplicationState concept

[jira] Updated: (TAP5-669) All services related to the old ApplicationState concept should be renamed to use the new SessionState naming

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-669: -- Description: 5.1.0.4 introduced the renaming of ApplicationState to SessionState. But

[jira] Assigned: (TAP5-668) BeanModel throws exception when adding new field to model

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-668: - Assignee: Howard M. Lewis Ship BeanModel throws exception when adding new field

svn commit: r769459 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/beaneditor/BeanModel.java test/java/org/apache/tapestry5/internal/services/BeanModelSourceImplTest.

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 16:53:27 2009 New Revision: 769459 URL: http://svn.apache.org/viewvc?rev=769459view=rev Log: TAP5-668: BeanModel documentation should be more clear that a property must exist when using add(String). Modified:

[jira] Updated: (TAP5-668) BeanModel documentation should be more clear that a property must exist when using add(String).

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-668: -- Summary: BeanModel documentation should be more clear that a property must exist when

[jira] Commented: (TAP5-667) Site build fails inside tapestry-hibernate-core

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703728#action_12703728 ] Howard M. Lewis Ship commented on TAP5-667: --- Temporarily disabled Cobetura report,

[jira] Closed: (TAP5-668) BeanModel documentation should be more clear that a property must exist when using add(String).

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-668. - Resolution: Fixed Fix Version/s: 5.1.0.5 Added a test (to ensure that you get a

svn commit: r769461 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/If.xdoc

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 16:57:47 2009 New Revision: 769461 URL: http://svn.apache.org/viewvc?rev=769461view=rev Log: TAP5-651: If component documentation: identify the use of the p: namespace Modified:

[jira] Closed: (TAP5-651) If component documentation: identify the use of the p: namespace

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-651. - Resolution: Fixed Fix Version/s: 5.1.0.5 If component documentation: identify the

[jira] Closed: (TAP5-645) Regexp Validator missbehaviour with comma in regular expression

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-645. - Resolution: Duplicate Regexp Validator missbehaviour with comma in regular expression

[jira] Updated: (TAP5-651) If component documentation: identify the use of the p: namespace

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-651: -- Summary: If component documentation: identify the use of the p: namespace (was:

[jira] Commented: (TAP5-637) There should be a javascript counterpart for the URLEncoder service

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703738#action_12703738 ] Howard M. Lewis Ship commented on TAP5-637: --- A comment in the JS won't really help

svn commit: r769464 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_da.properties

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 17:02:43 2009 New Revision: 769464 URL: http://svn.apache.org/viewvc?rev=769464view=rev Log: TAP5-604: ValidationMessages_da.properties contains invalid format strings Modified:

[jira] Assigned: (TAP5-604) ValidationMessages_da.properties contains invalid format strings

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-604: - Assignee: Howard M. Lewis Ship ValidationMessages_da.properties contains invalid

[jira] Assigned: (TAP5-580) Add get() method to TestBase to allow the read acces to private fields of objects via reflection

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-580: - Assignee: Howard M. Lewis Ship (was: Igor Drobiazko) Add get() method to

[jira] Updated: (TAP5-580) Add get() method to TestBase to allow the read access to private fields of objects via reflection

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-580: -- Summary: Add get() method to TestBase to allow the read access to private fields of

[jira] Updated: (TAP5-580) Add get() method to TestBase to allow read access to private fields of objects via reflection

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-580: -- Summary: Add get() method to TestBase to allow read access to private fields of objects

svn commit: r769468 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/test/TestBase.java test/java/org/apache/tapestry5/ioc/test/TestBaseTest.java

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 17:11:34 2009 New Revision: 769468 URL: http://svn.apache.org/viewvc?rev=769468view=rev Log: TAP5-580: Add get() method to TestBase to allow read access to private fields of objects via reflection Modified:

svn commit: r769469 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_fi_FI.properties

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 17:13:20 2009 New Revision: 769469 URL: http://svn.apache.org/viewvc?rev=769469view=rev Log: TAP5-579: Finnish internationalization is missing some of the keys in 5.1 Modified:

[jira] Closed: (TAP5-580) Add get() method to TestBase to allow read access to private fields of objects via reflection

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-580. - Resolution: Fixed Fix Version/s: 5.1.0.5 Add get() method to TestBase to allow

[jira] Closed: (TAP5-579) Finnish internationalization is missing some of the keys in 5.1

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-579. - Resolution: Fixed Fix Version/s: 5.1.0.5 Assignee: Howard M. Lewis Ship We

svn commit: r769473 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/DateField_it.properties

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 17:18:17 2009 New Revision: 769473 URL: http://svn.apache.org/viewvc?rev=769473view=rev Log: TAP5-506: Italian localization for DateField component Added:

[jira] Closed: (TAP5-310) DateField error message Date is not parsable should be localizable

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-310. - Resolution: Duplicate Assignee: Howard M. Lewis Ship TAP5-310 DateField error

[jira] Commented: (TAP5-286) Add the possibility (as an option) for all generated URL to include the domain and context

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703762#action_12703762 ] Howard M. Lewis Ship commented on TAP5-286: --- I don't think this will make it for

[jira] Commented: (TAP5-266) When component render phase annotation is used the method name should be ignored

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703765#action_12703765 ] Howard M. Lewis Ship commented on TAP5-266: --- A side benefit is that all render

[jira] Commented: (TAP5-244) Let Grid show column headings when no data

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703767#action_12703767 ] Howard M. Lewis Ship commented on TAP5-244: --- One issue here is that you will need

[jira] Assigned: (TAP5-214) tapestry docs' on Assets extra examples

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-214: - Assignee: Howard M. Lewis Ship tapestry docs' on Assets extra examples

[jira] Updated: (TAP5-214) Document use of asset: and context: to reference assets directly from a template file

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-214: -- Issue Type: Improvement (was: Wish) Summary: Document use of asset: and context:

svn commit: r769481 - /tapestry/tapestry5/trunk/src/site/apt/guide/assets.apt

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 17:56:59 2009 New Revision: 769481 URL: http://svn.apache.org/viewvc?rev=769481view=rev Log: TAP5-214: Document use of asset: and context: to reference assets directly from a template file Modified: tapestry/tapestry5/trunk/src/site/apt/guide/assets.apt

[jira] Closed: (TAP5-214) Document use of asset: and context: to reference assets directly from a template file

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-214. - Resolution: Fixed Fix Version/s: 5.1.0.5 Document use of asset: and context: to

[jira] Commented: (TAP5-159) TapestryFilter should support HTTP 1.1 byte ranges

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703769#action_12703769 ] Howard M. Lewis Ship commented on TAP5-159: --- At best, this would be useful for

[jira] Commented: (TAP5-143) Add client-side column resizing to grid.

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703771#action_12703771 ] Howard M. Lewis Ship commented on TAP5-143: --- The big issue is where to store

[jira] Closed: (TAP5-118) Improve debugging experience in IDE (java assist)

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-118. - Resolution: Won't Fix This would require significant changes to Javassist that they seem

[jira] Closed: (TAP5-97) Pluggable strategy for mapping URLs to classes (and back)

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-97. Resolution: Duplicate Robert has added a URLRewriting service that should address your needs.

[jira] Closed: (TAP5-91) Reference component documentation should provide clearer event description

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-91. Resolution: Duplicate Assignee: Howard M. Lewis Ship Fixed as TAP5-662. Reference

svn commit: r769539 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5: tapestry-messages.js tapestry-messages_de.js tapestry.js

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 21:14:51 2009 New Revision: 769539 URL: http://svn.apache.org/viewvc?rev=769539view=rev Log: TAP5-601: Add German translation for client-side JavaScript messages Added:

[jira] Updated: (TAP5-601) Add German translation for client-side JavaScript messages

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-601: -- Summary: Add German translation for client-side JavaScript messages (was: Add german

[jira] Closed: (TAP5-601) Add German translation for client-side JavaScript messages

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-601. - Resolution: Fixed Fix Version/s: 5.1.0.5 Assignee: Howard M. Lewis Ship

[jira] Closed: (TAP5-531) Add cookbook documentation to show how to use the delegate component for switch-like behaviour

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-531. - Resolution: Fixed Fix Version/s: 5.1.0.5 Assignee: Howard M. Lewis Ship

svn commit: r769546 - in /tapestry/tapestry5/trunk/src/site: apt/cookbook/switch.apt site.xml

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 21:20:24 2009 New Revision: 769546 URL: http://svn.apache.org/viewvc?rev=769546view=rev Log: TAP5-531: Add cookbook documentation to show how to use the delegate component for switch-like behaviour Added:

[jira] Updated: (TAP5-223) Allow properties files (on classpath or in the context) to be used as SymbolProviders

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-223: -- Priority: Minor (was: Major) Assignee: Howard M. Lewis Ship Summary: Allow

svn commit: r769554 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/internal/ tapestry-core/src/test/java/org/apache/tapestry5/internal/ tapestry-ioc/src/main/java/org

2009-04-28 Thread hlship
Author: hlship Date: Tue Apr 28 21:39:40 2009 New Revision: 769554 URL: http://svn.apache.org/viewvc?rev=769554view=rev Log: TAP5-223: Allow properties files (on classpath or in the context) to be used as SymbolProviders Added:

[jira] Closed: (TAP5-223) Allow properties files (on classpath or in the context) to be used as SymbolProviders

2009-04-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-223. - Resolution: Fixed Fix Version/s: 5.1.0.5 Allow properties files (on classpath or