If there is interest in doing this, you might find this patch useful.
It switches the quickstart example over to match the style and feel of
the Hotel booking site and the new Tapestry site:
https://issues.apache.org/jira/browse/TAP5-1323

Mark

2011/1/16 françois facon <fra.fa...@gmail.com>:
> What do you think about reusing tapestry5 Hotel Booking style on tapestry5
> jumpstart? http://twitpic.com/3qk0kp
>
> Le 13 janvier 2011 22:05, françois facon <fra.fa...@gmail.com> a écrit :
>
>> In order to resolve some installation issues with the first version,
>> a new repository is available.
>>
>> https://github.com/frafac-JumpStart/jumpstart-5.2.4.0
>>
>> François
>>
>>
>> Le 13 janvier 2011 20:49, françois facon <fra.fa...@gmail.com> a écrit :
>>
>> Hi
>>>
>>> I looking for the repository location for chenillekit 1.3.0.
>>>
>>> I tried 
>>> https://nexus.codehaus.org/index.html#nexus-search;quick~chenille<https://nexus.codehaus.org/index.html#nexus-search;quick%7Echenille>
>>>
>>> and
>>>
>>> I tried
>>> https://nexus.codehaus.org/content/repositories/snapshots/org/chenillekit/chenillekit-tapestry/1.3.0-SNAPSHOT/chenillekit-tapestry-1.3.0-20100721.173721-1.jar
>>>
>>> Caused by: org.apache.tapestry5.ioc.internal.OperationException: Error
>>> invoking constructor
>>> org.apache.tapestry5.internal.services.AssetSourceImpl(ThreadLocale, Map,
>>> SymbolSource) (at AssetSourceImpl.java:47) via
>>> org.apache.tapestry5.services.TapestryModule.bind(ServiceBinder) (at
>>> TapestryModule.java:327) (for service 'AssetSource'):
>>> org/chenillekit/core/resources/URIResource
>>>     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:1063)
>>>     at
>>> org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator.createObject(OperationTrackingObjectCreator.java:49)
>>>     at
>>> org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle.createService(SingletonServiceLifecycle.java:29)
>>>     at
>>> org.apache.tapestry5.ioc.internal.LifecycleWrappedServiceCreator.createObject(LifecycleWrappedServiceCreator.java:46)
>>>     at
>>> org.apache.tapestry5.ioc.internal.AdvisorStackBuilder.createObject(AdvisorStackBuilder.java:60)
>>>     at
>>> org.apache.tapestry5.ioc.internal.InterceptorStackBuilder.createObject(InterceptorStackBuilder.java:52)
>>>     at
>>> org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:60)
>>>     at
>>> org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator$1.invoke(OperationTrackingObjectCreator.java:45)
>>>     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:1063)
>>>     at
>>> org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator.createObject(OperationTrackingObjectCreator.java:49)
>>>     at
>>> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.obtainObjectFromCreator(JustInTimeObjectCreator.java:68)
>>>     ... 193 more
>>> Caused by: java.lang.RuntimeException: Error invoking constructor
>>> org.apache.tapestry5.internal.services.AssetSourceImpl(ThreadLocale, Map,
>>> SymbolSource) (at AssetSourceImpl.java:47) via
>>> org.apache.tapestry5.services.TapestryModule.bind(ServiceBinder) (at
>>> TapestryModule.java:327) (for service 'AssetSource'):
>>> org/chenillekit/core/resources/URIResource
>>>     at
>>> org.apache.tapestry5.ioc.internal.ConstructorServiceCreator.createObject(ConstructorServiceCreator.java:76)
>>>     at
>>> org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator$1.invoke(OperationTrackingObjectCreator.java:45)
>>>     at
>>> org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
>>>     ... 207 more
>>> Caused by: java.lang.NoClassDefFoundError:
>>> org/chenillekit/core/resources/URIResource
>>>     at
>>> org.chenillekit.tapestry.core.factories.URIAssetFactory.getRootResource(URIAssetFactory.java:39)
>>>     at
>>> $AssetFactory_12d80bdae93.getRootResource($AssetFactory_12d80bdae93.java)
>>>     at
>>> org.apache.tapestry5.internal.services.AssetSourceImpl.<init>(AssetSourceImpl.java:58)
>>>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>> Method)
>>>     at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>     at
>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>     at
>>> org.apache.tapestry5.ioc.internal.ConstructorServiceCreator.createObject(ConstructorServiceCreator.java:62)
>>>     ... 209 more
>>>
>>> where does this org/chenillekit/core/resources/URIResource came from?
>>> a Missing jar?
>>>
>>> Regards
>>> François
>>>
>>>
>>>
>>> Le 9 janvier 2011 18:54, françois facon <fra.fa...@gmail.com> a écrit :
>>>
>>> Hi Geoff,
>>>> I use your site every time I need to show to someone how much Tapestry is
>>>> powerful.
>>>> So I very happy to give you some help.
>>>> See U
>>>>
>>>> François
>>>>
>>>> 2011/1/9 Geoff Callender <geoff.callender.jumpst...@gmail.com>
>>>>
>>>> Thanks for doing this. Unfortunately I have no time at the moment to look
>>>>> at it due to project deadlines... I'll be looking for the first 
>>>>> opportunity
>>>>> to do so.
>>>>>
>>>>> Cheers,
>>>>>
>>>>> Geoff
>>>>>
>>>>> On 08/01/2011, at 10:35 PM, françois facon wrote:
>>>>>
>>>>> > if you want to contribute, have a look at the current issues
>>>>> > https://github.com/frafac-JumpStart/jumpstart-4.12.2/issues/
>>>>> >
>>>>> > if you have a github account, i can give your full access to this
>>>>> repo.
>>>>> >
>>>>> > Regards.
>>>>> > François
>>>>> >
>>>>> >
>>>>> > Le 8 janvier 2011 09:22, françois facon <fra.fa...@gmail.com> a écrit
>>>>> :
>>>>> >
>>>>> >> Hi Geoff
>>>>> >>
>>>>> >> I have commit  my change on your /web/build.xml on this github repo
>>>>> >> https://github.com/frafac-JumpStart/jumpstart-4.12.
>>>>> >>
>>>>> >> HTH
>>>>> >> François
>>>>> >>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> 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

Reply via email to