You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Massimo Lusetti <ml...@gmail.com> on 2010/06/25 11:02:23 UTC

Re: svn commit: r957765 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/ tapestry

On Fri, Jun 25, 2010 at 2:06 AM,  <hl...@apache.org> wrote:

> Author: hlship
> Date: Fri Jun 25 00:06:16 2010
> New Revision: 957765
>
> URL: http://svn.apache.org/viewvc?rev=957765&view=rev
> Log:
> TAP5-1190: Make IdAllocator a public (not internal) class

Wow! ... This was on my wish list since a long time :) ... Thanks!

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r957765 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/ tapestry

Posted by Andreas Andreou <an...@di.uoa.gr>.
yes, it's a freestyle job - it wasn't possible to start the Xvfb in
the other configurations

On Sat, Jun 26, 2010 at 08:43, Kalle Korhonen
<ka...@gmail.com> wrote:
> Thanks Andreas, that's what I thought. I run with -U but no changes
> yet, however there's a few caches in between my local repo and
> Apache's (our nexus etc), will try again tomorrow. I don't have access
> to Apache's Hudson instance but how's the Tapestry job declared as, is
> it running mvn deploy directly? Hudson's Maven build configuration has
> a "deploy" option that would deploy all libs after a multi-module
> build is successfully completed rather than deploying one module at a
> time to prevent these kind of problem. If it's a freestyle job you are
> out of luck though (I recall that might be the case).
>
> Kalle
>
>
> On Fri, Jun 25, 2010 at 2:49 PM, Andreas Andreou <an...@di.uoa.gr> wrote:
>> it should be fine now, pls, try again
>>
>> On Sat, Jun 26, 2010 at 00:20, Andreas Andreou <an...@di.uoa.gr> wrote:
>>> it's a bad combination of tapestry-ioc and tapestry-core
>>>
>>> Due to a build failure, the latest tapestry-core was never deployed
>>> and unfortunately
>>> hudson.zones.apache.org seems to be down lately... i'll try to deploy
>>> tapestry-core myself
>>>
>>> PS From repository.apache.org i see as latest
>>> tapestry-ioc-5.2.0-20100625.030603-136.pom and
>>> tapestry-core-5.2.0-20100623.223543-99.pom
>>>
>>> On Fri, Jun 25, 2010 at 23:43, Kalle Korhonen
>>> <ka...@gmail.com> wrote:
>>>> On Fri, Jun 25, 2010 at 1:00 PM, Thiago H. de Paula Figueiredo
>>>> <th...@gmail.com> wrote:
>>>>> On Fri, 25 Jun 2010 14:49:22 -0300, Kalle Korhonen
>>>>> <ka...@gmail.com> wrote:
>>>>>> Hmm.. Tynamo's examples started failing related to this change, see
>>>>>> below. Maybe we just don't have (all of) the latest snapshots since
>>>>>> the Hudson build failed as well. We aitre getting the snapshots directly
>>>>>> from Apache's snapshot repository. Or maybe there's some other
>>>>>> explanation, Howard are you still working on finishing these changes?
>>>>> IdAllocator was recently changed into a non-internal class.
>>>>
>>>> Well that's stating the obvious. See that stack trace - it's not that
>>>> anything external to Tapestry is referring to IdAllocator.
>>>>
>>>> Kalle
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>> Tapestry PMC / Tacos developer
>>> Open Source / JEE Consulting
>>>
>>
>>
>>
>> --
>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>> Tapestry PMC / Tacos developer
>> Open Source / JEE Consulting
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry PMC / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r957765 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/ tapestry

Posted by Kalle Korhonen <ka...@gmail.com>.
Thanks Andreas, that's what I thought. I run with -U but no changes
yet, however there's a few caches in between my local repo and
Apache's (our nexus etc), will try again tomorrow. I don't have access
to Apache's Hudson instance but how's the Tapestry job declared as, is
it running mvn deploy directly? Hudson's Maven build configuration has
a "deploy" option that would deploy all libs after a multi-module
build is successfully completed rather than deploying one module at a
time to prevent these kind of problem. If it's a freestyle job you are
out of luck though (I recall that might be the case).

Kalle


On Fri, Jun 25, 2010 at 2:49 PM, Andreas Andreou <an...@di.uoa.gr> wrote:
> it should be fine now, pls, try again
>
> On Sat, Jun 26, 2010 at 00:20, Andreas Andreou <an...@di.uoa.gr> wrote:
>> it's a bad combination of tapestry-ioc and tapestry-core
>>
>> Due to a build failure, the latest tapestry-core was never deployed
>> and unfortunately
>> hudson.zones.apache.org seems to be down lately... i'll try to deploy
>> tapestry-core myself
>>
>> PS From repository.apache.org i see as latest
>> tapestry-ioc-5.2.0-20100625.030603-136.pom and
>> tapestry-core-5.2.0-20100623.223543-99.pom
>>
>> On Fri, Jun 25, 2010 at 23:43, Kalle Korhonen
>> <ka...@gmail.com> wrote:
>>> On Fri, Jun 25, 2010 at 1:00 PM, Thiago H. de Paula Figueiredo
>>> <th...@gmail.com> wrote:
>>>> On Fri, 25 Jun 2010 14:49:22 -0300, Kalle Korhonen
>>>> <ka...@gmail.com> wrote:
>>>>> Hmm.. Tynamo's examples started failing related to this change, see
>>>>> below. Maybe we just don't have (all of) the latest snapshots since
>>>>> the Hudson build failed as well. We aitre getting the snapshots directly
>>>>> from Apache's snapshot repository. Or maybe there's some other
>>>>> explanation, Howard are you still working on finishing these changes?
>>>> IdAllocator was recently changed into a non-internal class.
>>>
>>> Well that's stating the obvious. See that stack trace - it's not that
>>> anything external to Tapestry is referring to IdAllocator.
>>>
>>> Kalle
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>> Tapestry PMC / Tacos developer
>> Open Source / JEE Consulting
>>
>
>
>
> --
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry PMC / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r957765 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/ tapestry

Posted by Andreas Andreou <an...@di.uoa.gr>.
it should be fine now, pls, try again

On Sat, Jun 26, 2010 at 00:20, Andreas Andreou <an...@di.uoa.gr> wrote:
> it's a bad combination of tapestry-ioc and tapestry-core
>
> Due to a build failure, the latest tapestry-core was never deployed
> and unfortunately
> hudson.zones.apache.org seems to be down lately... i'll try to deploy
> tapestry-core myself
>
> PS From repository.apache.org i see as latest
> tapestry-ioc-5.2.0-20100625.030603-136.pom and
> tapestry-core-5.2.0-20100623.223543-99.pom
>
> On Fri, Jun 25, 2010 at 23:43, Kalle Korhonen
> <ka...@gmail.com> wrote:
>> On Fri, Jun 25, 2010 at 1:00 PM, Thiago H. de Paula Figueiredo
>> <th...@gmail.com> wrote:
>>> On Fri, 25 Jun 2010 14:49:22 -0300, Kalle Korhonen
>>> <ka...@gmail.com> wrote:
>>>> Hmm.. Tynamo's examples started failing related to this change, see
>>>> below. Maybe we just don't have (all of) the latest snapshots since
>>>> the Hudson build failed as well. We aitre getting the snapshots directly
>>>> from Apache's snapshot repository. Or maybe there's some other
>>>> explanation, Howard are you still working on finishing these changes?
>>> IdAllocator was recently changed into a non-internal class.
>>
>> Well that's stating the obvious. See that stack trace - it's not that
>> anything external to Tapestry is referring to IdAllocator.
>>
>> Kalle
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>
>
> --
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry PMC / Tacos developer
> Open Source / JEE Consulting
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry PMC / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r957765 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/ tapestry

Posted by Andreas Andreou <an...@di.uoa.gr>.
it's a bad combination of tapestry-ioc and tapestry-core

Due to a build failure, the latest tapestry-core was never deployed
and unfortunately
hudson.zones.apache.org seems to be down lately... i'll try to deploy
tapestry-core myself

PS From repository.apache.org i see as latest
tapestry-ioc-5.2.0-20100625.030603-136.pom and
tapestry-core-5.2.0-20100623.223543-99.pom

On Fri, Jun 25, 2010 at 23:43, Kalle Korhonen
<ka...@gmail.com> wrote:
> On Fri, Jun 25, 2010 at 1:00 PM, Thiago H. de Paula Figueiredo
> <th...@gmail.com> wrote:
>> On Fri, 25 Jun 2010 14:49:22 -0300, Kalle Korhonen
>> <ka...@gmail.com> wrote:
>>> Hmm.. Tynamo's examples started failing related to this change, see
>>> below. Maybe we just don't have (all of) the latest snapshots since
>>> the Hudson build failed as well. We aitre getting the snapshots directly
>>> from Apache's snapshot repository. Or maybe there's some other
>>> explanation, Howard are you still working on finishing these changes?
>> IdAllocator was recently changed into a non-internal class.
>
> Well that's stating the obvious. See that stack trace - it's not that
> anything external to Tapestry is referring to IdAllocator.
>
> Kalle
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry PMC / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r957765 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/ tapestry

Posted by Kalle Korhonen <ka...@gmail.com>.
On Fri, Jun 25, 2010 at 1:00 PM, Thiago H. de Paula Figueiredo
<th...@gmail.com> wrote:
> On Fri, 25 Jun 2010 14:49:22 -0300, Kalle Korhonen
> <ka...@gmail.com> wrote:
>> Hmm.. Tynamo's examples started failing related to this change, see
>> below. Maybe we just don't have (all of) the latest snapshots since
>> the Hudson build failed as well. We are getting the snapshots directly
>> from Apache's snapshot repository. Or maybe there's some other
>> explanation, Howard are you still working on finishing these changes?
> IdAllocator was recently changed into a non-internal class.

Well that's stating the obvious. See that stack trace - it's not that
anything external to Tapestry is referring to IdAllocator.

Kalle

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r957765 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/ tapestry

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Fri, 25 Jun 2010 14:49:22 -0300, Kalle Korhonen  
<ka...@gmail.com> wrote:

> Hmm.. Tynamo's examples started failing related to this change, see
> below. Maybe we just don't have (all of) the latest snapshots since
> the Hudson build failed as well. We are getting the snapshots directly
> from Apache's snapshot repository. Or maybe there's some other
> explanation, Howard are you still working on finishing these changes?

IdAllocator was recently changed into a non-internal class.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r957765 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/ tapestry

Posted by Kalle Korhonen <ka...@gmail.com>.
Hmm.. Tynamo's examples started failing related to this change, see
below. Maybe we just don't have (all of) the latest snapshots since
the Hudson build failed as well. We are getting the snapshots directly
from Apache's snapshot repository. Or maybe there's some other
explanation, Howard are you still working on finishing these changes?

Kalle


HTTP ERROR 500

Problem accessing /. Reason:

    org/apache/tapestry5/ioc/internal/util/IdAllocator

Caused by:

java.lang.NoClassDefFoundError:
org/apache/tapestry5/ioc/internal/util/IdAllocator
	at org.apache.tapestry5.internal.model.MutableComponentModelImpl.<init>(MutableComponentModelImpl.java:46)
	at org.apache.tapestry5.internal.services.ComponentClassTransformerImpl$1.run(ComponentClassTransformerImpl.java:183)
	at org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:52)
	at org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:49)
	at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:68)
	at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.run(OperationTrackerImpl.java:48)
	at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.run(PerThreadOperationTracker.java:56)
	at org.apache.tapestry5.ioc.internal.RegistryImpl.run(RegistryImpl.java:1037)
	at org.apache.tapestry5.internal.services.ComponentClassTransformerImpl.transformComponentClass(ComponentClassTransformerImpl.java:111)
	at $ComponentClassTransformer_12970318a0b.transformComponentClass($ComponentClassTransformer_12970318a0b.java)
	at org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl.onLoad(ComponentInstantiatorSourceImpl.java:204)
	at javassist.Loader.findClass(Loader.java:340)
	at org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl$PackageAwareLoader.findClass(ComponentInstantiatorSourceImpl.java:94)
	at javassist.Loader.loadClass(Loader.java:311)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
	at org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl.findClass(ComponentInstantiatorSourceImpl.java:297)
	at org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl.getInstantiator(ComponentInstantiatorSourceImpl.java:277)
	at $ComponentInstantiatorSource_12970318a09.getInstantiator($ComponentInstantiatorSource_12970318a09.java)
	at org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:210)
	at org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:207)
	at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:68)
	at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
	at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1042)
	at org.apache.tapestry5.internal.pageload.PageLoaderImpl.createAssembler(PageLoaderImpl.java:206)
	at org.apache.tapestry5.internal.pageload.PageLoaderImpl.getAssembler(PageLoaderImpl.java:196)
	at org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:168)
	at org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:163)
	at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:68)
	at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
	at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1042)
	at org.apache.tapestry5.internal.pageload.PageLoaderImpl.loadPage(PageLoaderImpl.java:162)


On Fri, Jun 25, 2010 at 2:02 AM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Fri, Jun 25, 2010 at 2:06 AM,  <hl...@apache.org> wrote:
>
>> Author: hlship
>> Date: Fri Jun 25 00:06:16 2010
>> New Revision: 957765
>>
>> URL: http://svn.apache.org/viewvc?rev=957765&view=rev
>> Log:
>> TAP5-1190: Make IdAllocator a public (not internal) class
>
> Wow! ... This was on my wish list since a long time :) ... Thanks!
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org