Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-26 Thread Christian Köberl

On Fri, Jun 24, 2011 at 10:30 PM, Howard Lewis Ship wrote:

Apache Tapestry version 5.3.0 is now available. This is the first
alpha release of Tapestry 5.3.


I have a suggestion for Tapestry version numbering. I think it's a bit 
confusing to give a regular version number to a alpha or beta releases - 
you never know which version is alpha/beta/release candidate/stable.


Other open source projects use special version numbers, e.g. JBoss 
projects would use the following versions for a 5.3 release:

5.3.0.Alpha1
5.3.0.Beta1
5.3.0.CR1 (for release candidaten, CR because this version is smaller 
than Final in Maven)

5.3.0.Final

What do you think?

--
Chris

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-26 Thread Robert Zeigler
There's an ongoing discussion about this on the dev list right now.

Robert

On Jun 26, 2011, at 6/265:04 AM , Christian Köberl wrote:

 On Fri, Jun 24, 2011 at 10:30 PM, Howard Lewis Ship wrote:
 Apache Tapestry version 5.3.0 is now available. This is the first
 alpha release of Tapestry 5.3.
 
 I have a suggestion for Tapestry version numbering. I think it's a bit 
 confusing to give a regular version number to a alpha or beta releases - you 
 never know which version is alpha/beta/release candidate/stable.
 
 Other open source projects use special version numbers, e.g. JBoss projects 
 would use the following versions for a 5.3 release:
 5.3.0.Alpha1
 5.3.0.Beta1
 5.3.0.CR1 (for release candidaten, CR because this version is smaller than 
 Final in Maven)
 5.3.0.Final
 
 What do you think?
 
 -- 
 Chris
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-26 Thread Christian Köberl

On Jun 26, 2011, Robert Zeigler wrote:

There's an ongoing discussion about this on the dev list right now.


Thanks Robert - I just read it. Seems that there are quite different 
opinions of the committers.


From a user point of view I just want one thing: mark pre-stable 
releases somehow.


--
Chris

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-26 Thread Tony Nelson
That's great.  I was just going to post a question about which version of Tap I 
should target for an internal app that's used by about 5 of us.

I personally don't think 5.3.0 should be available as anything more than 
5.3.0-SNAPSHOT until 5.3.0 is finalized.

That being said, for my internal app, should I be using 5.3.0 or 5.3.0-SNAPSHOT 
for my development?

Thanks for the help
Tony

On Jun 26, 2011, at 6:13 AM, Robert Zeigler wrote:

 There's an ongoing discussion about this on the dev list right now.
 
 Robert
 
 On Jun 26, 2011, at 6/265:04 AM , Christian Köberl wrote:
 
 On Fri, Jun 24, 2011 at 10:30 PM, Howard Lewis Ship wrote:
 Apache Tapestry version 5.3.0 is now available. This is the first
 alpha release of Tapestry 5.3.
 
 I have a suggestion for Tapestry version numbering. I think it's a bit 
 confusing to give a regular version number to a alpha or beta releases - you 
 never know which version is alpha/beta/release candidate/stable.
 
 Other open source projects use special version numbers, e.g. JBoss projects 
 would use the following versions for a 5.3 release:
 5.3.0.Alpha1
 5.3.0.Beta1
 5.3.0.CR1 (for release candidaten, CR because this version is smaller than 
 Final in Maven)
 5.3.0.Final
 
 What do you think?
 
 -- 
 Chris
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-26 Thread Tony Nelson
Answered my own question:

[ERROR] Failed to execute goal on project helpdesk: Could not resolve 
dependencies for project com.starpoint:helpdesk:war:1.0.0: The following 
artifacts could not be resolved: 
org.apache.tapestry:tapestry-core:jar:5.3.0-SNAPSHOT, 
org.apache.tapestry:tapestry-spring:jar:5.3.0-SNAPSHOT: Failure to find 
org.apache.tapestry:tapestry-core:jar:5.3.0-SNAPSHOT in 
http://repository.apache.org/snapshots/ was cached in the local repository, 
resolution will not be reattempted until the update interval of 
apache-snapshots has elapsed or updates are forced - [Help 1]


On Jun 26, 2011, at 10:12 AM, Tony Nelson wrote:

 That's great.  I was just going to post a question about which version of Tap 
 I should target for an internal app that's used by about 5 of us.
 
 I personally don't think 5.3.0 should be available as anything more than 
 5.3.0-SNAPSHOT until 5.3.0 is finalized.
 
 That being said, for my internal app, should I be using 5.3.0 or 
 5.3.0-SNAPSHOT for my development?
 
 Thanks for the help
 Tony
 
 On Jun 26, 2011, at 6:13 AM, Robert Zeigler wrote:
 
 There's an ongoing discussion about this on the dev list right now.
 
 Robert
 
 On Jun 26, 2011, at 6/265:04 AM , Christian Köberl wrote:
 
 On Fri, Jun 24, 2011 at 10:30 PM, Howard Lewis Ship wrote:
 Apache Tapestry version 5.3.0 is now available. This is the first
 alpha release of Tapestry 5.3.
 
 I have a suggestion for Tapestry version numbering. I think it's a bit 
 confusing to give a regular version number to a alpha or beta releases - 
 you never know which version is alpha/beta/release candidate/stable.
 
 Other open source projects use special version numbers, e.g. JBoss projects 
 would use the following versions for a 5.3 release:
 5.3.0.Alpha1
 5.3.0.Beta1
 5.3.0.CR1 (for release candidaten, CR because this version is smaller than 
 Final in Maven)
 5.3.0.Final
 
 What do you think?
 
 -- 
 Chris
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-25 Thread Muhammad Mohsen
Great !!

Congrats everyone :)
And a big thank you for the developers ;)

On Fri, Jun 24, 2011 at 10:30 PM, Howard Lewis Ship hls...@gmail.comwrote:

 Apache Tapestry version 5.3.0 is now available. This is the first
 alpha release of Tapestry 5.3. It is designed to be a drop-in
 replacement for Tapestry 5.2, adding new components and features, with
 lower memory utilization, and event faster startup. However, as many
 deprecated classes have been removed, you should certainly check the
 release notes [http://tapestry.apache.org/release-notes-53.html]. We
 are quite interested in any upgrade problems you may encounter ...
 previewing new releases and reporting back is a terrific way to
 contribute back to Tapestry!

 Tapestry is available for download
 [http://tapestry.apache.org/download.html] in source format, and
 available via the central Maven repository:

 dependency
  groupIdorg.apache.tapestry/groupId
  artifactIdtapestry-core/artifactId
  version5.3.0/version
 /dependency

 --
 Howard M. Lewis Ship

 Creator of Apache Tapestry

 The source for Tapestry training, mentoring and support. Contact me to
 learn how I can get you up and productive in Tapestry fast!

 (971) 678-5210
 http://howardlewisship.com

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
*Regards,*
*Muhammad Gelbana
Java Developer*


Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-25 Thread Vangel V. Ajanovski

On 06/24/2011 10:30 PM, Howard Lewis Ship wrote:

release notes [http://tapestry.apache.org/release-notes-53.html]. We
are quite interested in any upgrade problems you may encounter ...
previewing new releases and reporting back is a terrific way to
contribute back to Tapestry!


Once changing the pom.xml dependency from 5.2.5 to 5.3.0
I experience the same problem that Josh Canfield reported two weeks ago 
with OpenJDK (I am using version 1.6.0_22) on Ubuntu (version 11.04 64bit).
Josh's message: 
http://tapestry.1045711.n5.nabble.com/Tapestry-5-on-OpenJDK-tt4485763.html


This is my log:
[ERROR] ioc.Registry Exception assembling root component of page Index: 
Could not convert 'person.firstName' into a component parameter binding: 
Exception generating conduit for expression 'person.firstName': 
java.lang.reflect.GenericSignatureFormatError

[ERROR] ioc.Registry Operations trace:
[ERROR] ioc.Registry [ 1] Constructing instance of page class 
mk.edu.ii.isii.upisi.pages.Index

[ERROR] ioc.Registry [ 2] Assembling root component for page Index
[ERROR] TapestryModule.RequestExceptionHandler Processing of request 
failed with uncaught exception: Exception assembling root component of 
page Index: Could not convert 'person.firstName' into a component 
parameter binding: Exception generating conduit for expression 
'person.firstName': java.lang.reflect.GenericSignatureFormatError
org.apache.tapestry5.ioc.internal.OperationException: Exception 
assembling root component of page Index: Could not convert 
'person.firstName' into a component parameter binding: Exception 
generating conduit for expression 'person.firstName': 
java.lang.reflect.GenericSignatureFormatError
at 
org.apache.tapestry5.ioc.internal.OperationTrackerImpl.logAndRethrow(OperationTrackerImpl.java:102)
at 
org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:69)
at 
org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
at 
org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1082)
at 
org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleRootComponent(ComponentAssemblerImpl.java:87)
at 
org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:213)
at 
org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:206)
at 
org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
at 
org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
at 
org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1082)
at 
org.apache.tapestry5.internal.pageload.PageLoaderImpl.loadPage(PageLoaderImpl.java:205)

at $PageLoader_7fdc6ec19fa.loadPage(Unknown Source)
at 
org.apache.tapestry5.internal.services.PageSourceImpl.getPage(PageSourceImpl.java:87)

at $PageSource_7fdc6ec19f9.getPage(Unknown Source)
at 
org.apache.tapestry5.internal.services.NonPoolingRequestPageCacheImpl.get(NonPoolingRequestPageCacheImpl.java:83)

at $RequestPageCache_7fdc6ec19f8.get(Unknown Source)
at $RequestPageCache_7fdc6ec19f7.get(Unknown Source)
at 
org.apache.tapestry5.internal.services.ComponentSourceImpl.getPage(ComponentSourceImpl.java:83)

at $ComponentSource_7fdc6ec19f2.getPage(Unknown Source)
at 
mk.edu.ii.isii.upisi.services.AccessController.checkAccess(AccessController.java:49)
at 
mk.edu.ii.isii.upisi.services.AccessController.handlePageRender(AccessController.java:114)
at $ComponentRequestHandler_7fdc6ec19f6.handlePageRender(Unknown 
Source)
at $ComponentRequestHandler_7fdc6ec19d1.handlePageRender(Unknown 
Source)
at 
org.apache.tapestry5.internal.services.PageRenderDispatcher.dispatch(PageRenderDispatcher.java:45)

at $Dispatcher_7fdc6ec19d3.dispatch(Unknown Source)
at $Dispatcher_7fdc6ec19ce.dispatch(Unknown Source)
at 
org.apache.tapestry5.services.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:434)
at 
org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26)

at $RequestHandler_7fdc6ec19cf.service(Unknown Source)
at 
org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:1055)

at $RequestHandler_7fdc6ec19cf.service(Unknown Source)
at 
org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:1045)

at $RequestHandler_7fdc6ec19cf.service(Unknown Source)
at 
org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)

at $RequestHandler_7fdc6ec19cf.service(Unknown Source)
at 
org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:105)
at 
org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:95)
at 

Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-25 Thread Taha Hafeez
I think it is fixed now

https://issues.apache.org/jira/browse/TAP5-1554

regards
Taha

On Sat, Jun 25, 2011 at 10:57 PM, Vangel V. Ajanovski a...@ii.edu.mkwrote:

 On 06/24/2011 10:30 PM, Howard Lewis Ship wrote:

 release notes 
 [http://tapestry.apache.org/**release-notes-53.htmlhttp://tapestry.apache.org/release-notes-53.html].
 We
 are quite interested in any upgrade problems you may encounter ...
 previewing new releases and reporting back is a terrific way to
 contribute back to Tapestry!

  Once changing the pom.xml dependency from 5.2.5 to 5.3.0
 I experience the same problem that Josh Canfield reported two weeks ago
 with OpenJDK (I am using version 1.6.0_22) on Ubuntu (version 11.04 64bit).
 Josh's message: http://tapestry.1045711.n5.**nabble.com/Tapestry-5-on-**
 OpenJDK-tt4485763.htmlhttp://tapestry.1045711.n5.nabble.com/Tapestry-5-on-OpenJDK-tt4485763.html

 This is my log:
 [ERROR] ioc.Registry Exception assembling root component of page Index:
 Could not convert 'person.firstName' into a component parameter binding:
 Exception generating conduit for expression 'person.firstName':
 java.lang.reflect.**GenericSignatureFormatError
 [ERROR] ioc.Registry Operations trace:
 [ERROR] ioc.Registry [ 1] Constructing instance of page class
 mk.edu.ii.isii.upisi.pages.**Index
 [ERROR] ioc.Registry [ 2] Assembling root component for page Index
 [ERROR] TapestryModule.**RequestExceptionHandler Processing of request
 failed with uncaught exception: Exception assembling root component of page
 Index: Could not convert 'person.firstName' into a component parameter
 binding: Exception generating conduit for expression 'person.firstName':
 java.lang.reflect.**GenericSignatureFormatError
 org.apache.tapestry5.ioc.**internal.OperationException: Exception
 assembling root component of page Index: Could not convert
 'person.firstName' into a component parameter binding: Exception generating
 conduit for expression 'person.firstName': java.lang.reflect.**
 GenericSignatureFormatError
at org.apache.tapestry5.ioc.**internal.OperationTrackerImpl.**
 logAndRethrow(**OperationTrackerImpl.java:102)
at org.apache.tapestry5.ioc.**internal.OperationTrackerImpl.**
 invoke(OperationTrackerImpl.**java:69)
at org.apache.tapestry5.ioc.**internal.**PerThreadOperationTracker.**
 invoke(**PerThreadOperationTracker.**java:68)
at org.apache.tapestry5.ioc.**internal.RegistryImpl.invoke(**
 RegistryImpl.java:1082)
at org.apache.tapestry5.internal.**pageload.**ComponentAssemblerImpl.**
 assembleRootComponent(**ComponentAssemblerImpl.java:**87)
at org.apache.tapestry5.internal.**pageload.PageLoaderImpl$3.**
 invoke(PageLoaderImpl.java:**213)
at org.apache.tapestry5.internal.**pageload.PageLoaderImpl$3.**
 invoke(PageLoaderImpl.java:**206)
at org.apache.tapestry5.ioc.**internal.OperationTrackerImpl.**
 invoke(OperationTrackerImpl.**java:65)
at org.apache.tapestry5.ioc.**internal.**PerThreadOperationTracker.**
 invoke(**PerThreadOperationTracker.**java:68)
at org.apache.tapestry5.ioc.**internal.RegistryImpl.invoke(**
 RegistryImpl.java:1082)
at org.apache.tapestry5.internal.**pageload.PageLoaderImpl.**
 loadPage(PageLoaderImpl.java:**205)
at $PageLoader_7fdc6ec19fa.**loadPage(Unknown Source)
at org.apache.tapestry5.internal.**services.PageSourceImpl.**
 getPage(PageSourceImpl.java:**87)
at $PageSource_7fdc6ec19f9.**getPage(Unknown Source)
at org.apache.tapestry5.internal.**services.**
 NonPoolingRequestPageCacheImpl**.get(**NonPoolingRequestPageCacheImpl**
 .java:83)
at $RequestPageCache_7fdc6ec19f8.**get(Unknown Source)
at $RequestPageCache_7fdc6ec19f7.**get(Unknown Source)
at org.apache.tapestry5.internal.**services.ComponentSourceImpl.**
 getPage(ComponentSourceImpl.**java:83)
at $ComponentSource_7fdc6ec19f2.**getPage(Unknown Source)
at mk.edu.ii.isii.upisi.services.**AccessController.checkAccess(**
 AccessController.java:49)
at mk.edu.ii.isii.upisi.services.**AccessController.**handlePageRender(
 **AccessController.java:114)
at $ComponentRequestHandler_**7fdc6ec19f6.handlePageRender(**Unknown
 Source)
at $ComponentRequestHandler_**7fdc6ec19d1.handlePageRender(**Unknown
 Source)
at org.apache.tapestry5.internal.**services.PageRenderDispatcher.**
 dispatch(PageRenderDispatcher.**java:45)
at $Dispatcher_7fdc6ec19d3.**dispatch(Unknown Source)
at $Dispatcher_7fdc6ec19ce.**dispatch(Unknown Source)
at org.apache.tapestry5.services.**TapestryModule$**
 RequestHandlerTerminator.**service(TapestryModule.java:**434)
at org.apache.tapestry5.internal.**services.RequestErrorFilter.**
 service(RequestErrorFilter.**java:26)
at $RequestHandler_7fdc6ec19cf.**service(Unknown Source)
at org.apache.tapestry5.services.**TapestryModule$3.service(**
 TapestryModule.java:1055)
at $RequestHandler_7fdc6ec19cf.**service(Unknown Source)
at org.apache.tapestry5.services.**TapestryModule$2.service(**
 TapestryModule.java:1045)
at 

Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-25 Thread Vangel V. Ajanovski

On 06/25/2011 07:31 PM, Taha Hafeez wrote:

I think it is fixed now
https://issues.apache.org/jira/browse/TAP5-1554

OK it is probably fixed just in 5.3.1 and not 5.3.0.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-25 Thread Josh Canfield
Yes, i fixed it after 5.3 was released. The issue is marked fixed in 5.3.1
On Jun 25, 2011 1:51 PM, Vangel V. Ajanovski a...@ii.edu.mk wrote:
 On 06/25/2011 07:31 PM, Taha Hafeez wrote:
 I think it is fixed now
 https://issues.apache.org/jira/browse/TAP5-1554
 OK it is probably fixed just in 5.3.1 and not 5.3.0.


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org