[jira] Created: (TAP5-1071) [GsoC] create nifty components (multiple students possible)

2010-03-24 Thread JIRA
[GsoC] create nifty components (multiple students possible) --- Key: TAP5-1071 URL: https://issues.apache.org/jira/browse/TAP5-1071 Project: Tapestry 5 Issue Type: Task Affects

[jira] Commented: (TAP5-57) Create basic integration with Hibernate / EJB3 JPA

2010-03-24 Thread JIRA
[ https://issues.apache.org/jira/browse/TAP5-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849149#action_12849149 ] Ulrich Stärk commented on TAP5-57: -- further requirements as part of a GSoC assignment: -

[jira] Updated: (TAP5-1071) [GsoC] create nifty components (multiple students possible)

2010-03-24 Thread JIRA
[ https://issues.apache.org/jira/browse/TAP5-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ulrich Stärk updated TAP5-1071: --- Description: Tapestry is lacking some nice-to-have components. We put together a list and students

[jira] Created: (TAP5-1072) [GSoC] Create EJB3 integration

2010-03-24 Thread JIRA
[GSoC] Create EJB3 integration -- Key: TAP5-1072 URL: https://issues.apache.org/jira/browse/TAP5-1072 Project: Tapestry 5 Issue Type: Task Affects Versions: 5.2 Reporter: Ulrich Stärk Enable

[jira] Created: (TAP5-1073) [GSoC] Create JasperReports integration

2010-03-24 Thread JIRA
[GSoC] Create JasperReports integration --- Key: TAP5-1073 URL: https://issues.apache.org/jira/browse/TAP5-1073 Project: Tapestry 5 Issue Type: Task Affects Versions: 5.2 Reporter: Ulrich

[jira] Assigned: (TAP5-1071) [GsoC] create nifty components (multiple students possible)

2010-03-24 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiago H. de Paula Figueiredo reassigned TAP5-1071: --- Assignee: Thiago H. de Paula Figueiredo [GsoC] create nifty

[jira] Assigned: (TAP5-1073) [GSoC] Create JasperReports integration

2010-03-24 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiago H. de Paula Figueiredo reassigned TAP5-1073: --- Assignee: Thiago H. de Paula Figueiredo [GSoC] Create

[jira] Assigned: (TAP5-57) Create basic integration with Hibernate / EJB3 JPA

2010-03-24 Thread JIRA
[ https://issues.apache.org/jira/browse/TAP5-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ulrich Stärk reassigned TAP5-57: Assignee: Ulrich Stärk Create basic integration with Hibernate / EJB3 JPA

[jira] Assigned: (TAP5-1072) [GSoC] Create EJB3 integration

2010-03-24 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiago H. de Paula Figueiredo reassigned TAP5-1072: --- Assignee: Thiago H. de Paula Figueiredo [GSoC] Create EJB3

[jira] Commented: (TAP5-1071) [GsoC] create nifty components (multiple students possible)

2010-03-24 Thread JIRA
[ https://issues.apache.org/jira/browse/TAP5-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849190#action_12849190 ] Ulrich Stärk commented on TAP5-1071: Will be mentored by Thiago and me. [GsoC] create

[jira] Updated: (TAP5-1071) [GSoC] create nifty components (multiple students possible)

2010-03-24 Thread JIRA
[ https://issues.apache.org/jira/browse/TAP5-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ulrich Stärk updated TAP5-1071: --- Description: Tapestry is lacking some nice-to-have components. We put together a list and students

[jira] Created: (TAP5-1074) The @QueryParameter annotation uses TypeCoercer to convert from Strings to parameters, it should use the ValueEncoder

2010-03-24 Thread Howard M. Lewis Ship (JIRA)
The @QueryParameter annotation uses TypeCoercer to convert from Strings to parameters, it should use the ValueEncoder - Key: TAP5-1074 URL:

[jira] Updated: (TAP5-1074) The @QueryParameter annotation uses TypeCoercer to convert from request parameter strings to method parameter values, it should use the ValueEncoder

2010-03-24 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-1074: --- Summary: The @QueryParameter annotation uses TypeCoercer to convert from request

[jira] Assigned: (TAP5-1074) The @QueryParameter annotation uses TypeCoercer to convert from Strings to parameters, it should use the ValueEncoder

2010-03-24 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-1074: -- Assignee: Howard M. Lewis Ship The @QueryParameter annotation uses TypeCoercer

svn commit: r927121 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/OnEventWorker.java

2010-03-24 Thread hlship
Author: hlship Date: Wed Mar 24 17:13:07 2010 New Revision: 927121 URL: http://svn.apache.org/viewvc?rev=927121view=rev Log: TAP5-1074: The @QueryParameter annotation uses TypeCoercer to convert from request parameter strings to method parameter values, it should use the ValueEncoder Modified:

[jira] Closed: (TAP5-1074) The @QueryParameter annotation uses TypeCoercer to convert from request parameter strings to method parameter values, it should use the ValueEncoder

2010-03-24 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1074. -- Resolution: Fixed Fix Version/s: 5.2.0 The @QueryParameter annotation uses

[jira] Created: (TAP5-1075) When a template contains a reference to an unknown component, the new UnknownValueException is reported but the Location is no longer reported, making it much harder to det

2010-03-24 Thread Howard M. Lewis Ship (JIRA)
When a template contains a reference to an unknown component, the new UnknownValueException is reported but the Location is no longer reported, making it much harder to determine where the error occurred

[jira] Commented: (TAP5-1075) When a template contains a reference to an unknown component, the new UnknownValueException is reported but the Location is no longer reported, making it much harder to d

2010-03-24 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849463#action_12849463 ] Howard M. Lewis Ship commented on TAP5-1075: In my case, it was t:delete instead

svn commit: r927235 - /tapestry/tapestry-site/trunk/archetype-catalog.xml

2010-03-24 Thread andyhot
Author: andyhot Date: Thu Mar 25 00:04:10 2010 New Revision: 927235 URL: http://svn.apache.org/viewvc?rev=927235view=rev Log: catalog of tapestry's archetypes Added: tapestry/tapestry-site/trunk/archetype-catalog.xml Added: tapestry/tapestry-site/trunk/archetype-catalog.xml URL: