You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Boris Horvat <ho...@gmail.com> on 2013/11/01 09:13:34 UTC

Tapestry 5.4 demo

Is there any way of checking out the demo for 5.4, I would like to see how
do components look like without creating the code my self in order to see
if we should maybe start to move our webapp on the tapestry alpha

Cheers

-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
Well in my pom I have 5.4-SNAPSHOT
I guess this has the reference to the latest alpha version, right?

Since I see that there are people here that are using 5.4, what version of
tapestry-jquery, tynamo-rest and tynamo-security do you guys use?

Cheers


On Fri, Nov 1, 2013 at 5:04 PM, Andreas Ernst <ae...@ae-online.de> wrote:

> Am 01.11.13 16:55, schrieb Boris Horvat:
>
>  Excluding dependency from tynamo security cased a new problem :)
>>
>>
>> java.lang.NoSuchMethodError:
>> org.apache.tapestry5.services.**javascript.JavaScriptSupport.**
>> importStylesheet(Lorg/apache/**tapestry5/Asset;)V
>> at
>> org.got5.tapestry5.jquery.**services.ImportJQueryUIWorker$**
>> 2.advise(ImportJQueryUIWorker.**java:92)
>> at
>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>> proceed(**AbstractMethodInvocation.java:**86)
>> at
>> org.apache.tapestry5.corelib.**pages.ExceptionReport.**
>> setupRender(ExceptionReport.**java)
>> at
>> org.apache.tapestry5.internal.**structure.**ComponentPageElementImpl$**
>> SetupRenderPhase.**invokeComponent(**ComponentPageElementImpl.java:**179)
>> at
>> org.apache.tapestry5.internal.**structure.**ComponentPageElementImpl$**
>> AbstractPhase.invoke(**ComponentPageElementImpl.java:**138)
>> at
>> org.apache.tapestry5.internal.**structure.**ComponentPageElementImpl$**
>> SetupRenderPhase.render(**ComponentPageElementImpl.java:**186)
>> at
>> org.apache.tapestry5.internal.**services.RenderQueueImpl.run(**
>> RenderQueueImpl.java:73)
>> at
>> org.apache.tapestry5.internal.**services.PageRenderQueueImpl.**
>> render(PageRenderQueueImpl.**java:124)
>>
>>
> This error is with 5.4-alpha-23 and tapestry-jquery.
>
> --
> ae | Andreas Ernst | IT Spektrum
> Postfach 5, 65612 Beselich
> Schupbacher Str. 32, 65614 Beselich, Germany
> Tel: +49-6484-91002 Fax: +49-6484-91003
> ae@ae-online.de | www.ae-online.de
> www.tachyon-online.de
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<us...@tapestry.apache.org>
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Andreas Ernst <ae...@ae-online.de>.
Am 01.11.13 16:55, schrieb Boris Horvat:
> Excluding dependency from tynamo security cased a new problem :)
>
>
> java.lang.NoSuchMethodError:
> org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V
> at
> org.got5.tapestry5.jquery.services.ImportJQueryUIWorker$2.advise(ImportJQueryUIWorker.java:92)
> at
> org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:86)
> at
> org.apache.tapestry5.corelib.pages.ExceptionReport.setupRender(ExceptionReport.java)
> at
> org.apache.tapestry5.internal.structure.ComponentPageElementImpl$SetupRenderPhase.invokeComponent(ComponentPageElementImpl.java:179)
> at
> org.apache.tapestry5.internal.structure.ComponentPageElementImpl$AbstractPhase.invoke(ComponentPageElementImpl.java:138)
> at
> org.apache.tapestry5.internal.structure.ComponentPageElementImpl$SetupRenderPhase.render(ComponentPageElementImpl.java:186)
> at
> org.apache.tapestry5.internal.services.RenderQueueImpl.run(RenderQueueImpl.java:73)
> at
> org.apache.tapestry5.internal.services.PageRenderQueueImpl.render(PageRenderQueueImpl.java:124)
>

This error is with 5.4-alpha-23 and tapestry-jquery.

-- 
ae | Andreas Ernst | IT Spektrum
Postfach 5, 65612 Beselich
Schupbacher Str. 32, 65614 Beselich, Germany
Tel: +49-6484-91002 Fax: +49-6484-91003
ae@ae-online.de | www.ae-online.de
www.tachyon-online.de

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


Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
Excluding dependency from tynamo security cased a new problem :)


java.lang.NoSuchMethodError:
org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V
at
org.got5.tapestry5.jquery.services.ImportJQueryUIWorker$2.advise(ImportJQueryUIWorker.java:92)
at
org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:86)
at
org.apache.tapestry5.corelib.pages.ExceptionReport.setupRender(ExceptionReport.java)
at
org.apache.tapestry5.internal.structure.ComponentPageElementImpl$SetupRenderPhase.invokeComponent(ComponentPageElementImpl.java:179)
at
org.apache.tapestry5.internal.structure.ComponentPageElementImpl$AbstractPhase.invoke(ComponentPageElementImpl.java:138)
at
org.apache.tapestry5.internal.structure.ComponentPageElementImpl$SetupRenderPhase.render(ComponentPageElementImpl.java:186)
at
org.apache.tapestry5.internal.services.RenderQueueImpl.run(RenderQueueImpl.java:73)
at
org.apache.tapestry5.internal.services.PageRenderQueueImpl.render(PageRenderQueueImpl.java:124)

I guess this is something that they will need to fix :(


On Fri, Nov 1, 2013 at 1:20 PM, Thiago H de Paula Figueiredo <
thiagohp@gmail.com> wrote:

> Yeah, it seems the demo will need a couple tweaks before it works with
> 5.4. I'd guess it's mostly dependency stuff. It seems like you're getting
> two different Tapestry-IoC versions in the classpath at the same time.
>
>
> On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat <ho...@gmail.com>
> wrote:
>
>  and running it on my app gives me this
>>
>>
>> ioc.RegistryBuilder Adding module definition for class
>> org.apache.tapestry5.modules.**InternalModule
>> 2013-11-01 13:01:13.818:WARN:oejuc.**AbstractLifeCycle:FAILED app:
>> java.lang.RuntimeException: Error invoking service binder method
>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>> java.lang.RuntimeException: Error invoking service binder method
>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>> at
>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>> bind(DefaultModuleDefImpl.**java:562)
>>  at
>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>> <init>(DefaultModuleDefImpl.**java:123)
>> at org.apache.tapestry5.ioc.**RegistryBuilder.add(**
>> RegistryBuilder.java:131)
>>
>> I guess dependant module like tynamo security or resteasy may not be
>> prepared for this yet
>>
>>
>> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <ho...@gmail.com>*
>> *wrote:
>>
>>  I guess it wont be that easy
>>>
>>>
>>> TapestryIOCModule.**RegistryStartup Construction of service
>>> RegistryStartup
>>> failed: Error invoking service contribution method
>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>> java.lang.NullPointerException
>>> org.apache.tapestry5.ioc.**internal.OperationException: Error invoking
>>> service contribution method
>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>> java.lang.NullPointerException
>>>
>>>
>>>
>>> Caused by: java.lang.NullPointerException
>>> at java.util.concurrent.**ConcurrentHashMap.hash(**
>>> ConcurrentHashMap.java:332)
>>> at java.util.concurrent.**ConcurrentHashMap.get(**
>>> ConcurrentHashMap.java:987)
>>>
>>>
>>> at $Session_1bd9a23d201e8.**persist(Unknown Source)
>>> at
>>> com.tap5.hotelbooking.dal.**HibernateCrudServiceDAO.**create(**
>>> HibernateCrudServiceDAO.java:**28)
>>>  at $CrudServiceDAO_1bd9a23d20203.**create(Unknown Source)
>>> at $CrudServiceDAO_1bd9a23d20206.**advised$create_1bd9a23d2020a(**
>>> Unknown
>>> Source)
>>>  at
>>> $CrudServiceDAO_1bd9a23d20206$**Invocation_create_**1bd9a23d20209.**
>>> proceedToAdvisedMethod(Unknown
>>> Source)
>>> at
>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>> proceed(**AbstractMethodInvocation.java:**84)
>>>  at
>>> org.apache.tapestry5.internal.**hibernate.**
>>> HibernateTransactionAdvisorImp**l$1.advise(**
>>> HibernateTransactionAdvisorImp**l.java:40)
>>> at
>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>> proceed(**AbstractMethodInvocation.java:**86)
>>>  at $CrudServiceDAO_1bd9a23d20206.**create(Unknown Source)
>>> at $CrudServiceDAO_1bd9a23d20201.**create(Unknown Source)
>>>  at com.tap5.hotelbooking.dal.**DataModule.create(DataModule.**java:126)
>>> at com.tap5.hotelbooking.dal.**DataModule.initialize(**
>>> DataModule.java:114)
>>>  at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
>>>
>>>
>>>
>>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <ho...@gmail.com>
>>> **wrote:
>>>
>>>  Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
>>>>
>>>> tnx
>>>>
>>>>
>>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
>>>> thiagohp@gmail.com> wrote:
>>>>
>>>>  On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
>>>>> horvat.z.boris@gmail.com> wrote:
>>>>>
>>>>>  Is there any way of checking out the demo for 5.4, I would like to see
>>>>>
>>>>>> how do components look like without creating the code my self in
>>>>>> order to
>>>>>> see
>>>>>> if we should maybe start to move our webapp on the tapestry alpha
>>>>>>
>>>>>>
>>>>> I guess you can get the Hotel Booking demo sources from
>>>>> https://github.com/ccordenier/****tapestry5-hotel-booking/<https://github.com/ccordenier/**tapestry5-hotel-booking/>
>>>>> <htt**ps://github.com/ccordenier/**tapestry5-hotel-booking/<https://github.com/ccordenier/tapestry5-hotel-booking/>>and
>>>>> change the <tapestry-release-version> property to 5.4-alpha-23 and
>>>>>
>>>>> it'll work. You'll need to add this to your pom.xml in order to get the
>>>>> Tapestry 5.4 alpha and snapshot versions:
>>>>>
>>>>> <repositories>
>>>>>         <repository>
>>>>>                 <id>apache-staging</id>
>>>>>                 <name>Apache staging</name>
>>>>>                 <url>https://repository.**apac**
>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>> staging <https://repository.apache.**org/content/groups/staging<https://repository.apache.org/content/groups/staging>
>>>>> ></**url>
>>>>>
>>>>>         </repository>
>>>>>         <repository>
>>>>>                 <id>apache-snapshot</id>
>>>>>                 <name>Apache snapshot</name>
>>>>>                 <url>https://repository.**apac**
>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>> snapshots <https://repository.apache.**org/content/groups/snapshots<https://repository.apache.org/content/groups/snapshots>
>>>>> ><**/url>
>>>>>
>>>>>         </repository>
>>>>> </repositories>
>>>>>
>>>>> --
>>>>> Thiago H. de Paula Figueiredo
>>>>> Tapestry, Java and Hibernate consultant and developer
>>>>> http://machina.com.br
>>>>>
>>>>> ------------------------------****----------------------------**--**
>>>>> ---------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**a**pache.org<http://apache.org>
>>>>> <us...@tapestry.apache.org>
>>>>> >
>>>>>
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> Sincerely
>>>> *Boris Horvat*
>>>>
>>>>
>>>
>>>
>>> --
>>> Sincerely
>>> *Boris Horvat*
>>>
>>>
>>
>>
>>
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<us...@tapestry.apache.org>
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by George Christman <gc...@cardaddy.com>.
What about tapestry quickstart? It's not a full demo like the hotel
project, but should give you a general idea what some of the components
look like. I believe we're on 5.4-alpha-23 now.


On Fri, Nov 1, 2013 at 8:25 AM, Boris Horvat <ho...@gmail.com>wrote:

> Yea probably from say Tynamo Security or Rest, or it could be from
> tapestry-jquery....
>
> I guess just moving the application is that that easy yet :(
>
> I will have to see if they have a version that is getting ready for the 5.4
>
>
> On Fri, Nov 1, 2013 at 1:20 PM, Thiago H de Paula Figueiredo <
> thiagohp@gmail.com> wrote:
>
> > Yeah, it seems the demo will need a couple tweaks before it works with
> > 5.4. I'd guess it's mostly dependency stuff. It seems like you're getting
> > two different Tapestry-IoC versions in the classpath at the same time.
> >
> >
> > On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat <
> horvat.z.boris@gmail.com>
> > wrote:
> >
> >  and running it on my app gives me this
> >>
> >>
> >> ioc.RegistryBuilder Adding module definition for class
> >> org.apache.tapestry5.modules.**InternalModule
> >> 2013-11-01 13:01:13.818:WARN:oejuc.**AbstractLifeCycle:FAILED app:
> >> java.lang.RuntimeException: Error invoking service binder method
> >> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
> >> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
> >> java.lang.RuntimeException: Error invoking service binder method
> >> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
> >> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
> >> at
> >> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
> >> bind(DefaultModuleDefImpl.**java:562)
> >>  at
> >> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
> >> <init>(DefaultModuleDefImpl.**java:123)
> >> at org.apache.tapestry5.ioc.**RegistryBuilder.add(**
> >> RegistryBuilder.java:131)
> >>
> >> I guess dependant module like tynamo security or resteasy may not be
> >> prepared for this yet
> >>
> >>
> >> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <horvat.z.boris@gmail.com
> >*
> >> *wrote:
> >>
> >>  I guess it wont be that easy
> >>>
> >>>
> >>> TapestryIOCModule.**RegistryStartup Construction of service
> >>> RegistryStartup
> >>> failed: Error invoking service contribution method
> >>> com.tap5.hotelbooking.dal.**DataModule.initialize():
> >>> java.lang.NullPointerException
> >>> org.apache.tapestry5.ioc.**internal.OperationException: Error invoking
> >>> service contribution method
> >>> com.tap5.hotelbooking.dal.**DataModule.initialize():
> >>> java.lang.NullPointerException
> >>>
> >>>
> >>>
> >>> Caused by: java.lang.NullPointerException
> >>> at java.util.concurrent.**ConcurrentHashMap.hash(**
> >>> ConcurrentHashMap.java:332)
> >>> at java.util.concurrent.**ConcurrentHashMap.get(**
> >>> ConcurrentHashMap.java:987)
> >>>
> >>>
> >>> at $Session_1bd9a23d201e8.**persist(Unknown Source)
> >>> at
> >>> com.tap5.hotelbooking.dal.**HibernateCrudServiceDAO.**create(**
> >>> HibernateCrudServiceDAO.java:**28)
> >>>  at $CrudServiceDAO_1bd9a23d20203.**create(Unknown Source)
> >>> at $CrudServiceDAO_1bd9a23d20206.**advised$create_1bd9a23d2020a(**
> >>> Unknown
> >>> Source)
> >>>  at
> >>> $CrudServiceDAO_1bd9a23d20206$**Invocation_create_**1bd9a23d20209.**
> >>> proceedToAdvisedMethod(Unknown
> >>> Source)
> >>> at
> >>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
> >>> proceed(**AbstractMethodInvocation.java:**84)
> >>>  at
> >>> org.apache.tapestry5.internal.**hibernate.**
> >>> HibernateTransactionAdvisorImp**l$1.advise(**
> >>> HibernateTransactionAdvisorImp**l.java:40)
> >>> at
> >>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
> >>> proceed(**AbstractMethodInvocation.java:**86)
> >>>  at $CrudServiceDAO_1bd9a23d20206.**create(Unknown Source)
> >>> at $CrudServiceDAO_1bd9a23d20201.**create(Unknown Source)
> >>>  at
> com.tap5.hotelbooking.dal.**DataModule.create(DataModule.**java:126)
> >>> at com.tap5.hotelbooking.dal.**DataModule.initialize(**
> >>> DataModule.java:114)
> >>>  at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
> >>>
> >>>
> >>>
> >>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <
> horvat.z.boris@gmail.com>
> >>> **wrote:
> >>>
> >>>  Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
> >>>>
> >>>> tnx
> >>>>
> >>>>
> >>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
> >>>> thiagohp@gmail.com> wrote:
> >>>>
> >>>>  On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
> >>>>> horvat.z.boris@gmail.com> wrote:
> >>>>>
> >>>>>  Is there any way of checking out the demo for 5.4, I would like to
> see
> >>>>>
> >>>>>> how do components look like without creating the code my self in
> >>>>>> order to
> >>>>>> see
> >>>>>> if we should maybe start to move our webapp on the tapestry alpha
> >>>>>>
> >>>>>>
> >>>>> I guess you can get the Hotel Booking demo sources from
> >>>>> https://github.com/ccordenier/****tapestry5-hotel-booking/<
> https://github.com/ccordenier/**tapestry5-hotel-booking/>
> >>>>> <htt**ps://github.com/ccordenier/**tapestry5-hotel-booking/<
> https://github.com/ccordenier/tapestry5-hotel-booking/>>and
> >>>>> change the <tapestry-release-version> property to 5.4-alpha-23 and
> >>>>>
> >>>>> it'll work. You'll need to add this to your pom.xml in order to get
> the
> >>>>> Tapestry 5.4 alpha and snapshot versions:
> >>>>>
> >>>>> <repositories>
> >>>>>         <repository>
> >>>>>                 <id>apache-staging</id>
> >>>>>                 <name>Apache staging</name>
> >>>>>                 <url>https://repository.**apac**
> >>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
> >>>>> staging <https://repository.apache.**org/content/groups/staging<
> https://repository.apache.org/content/groups/staging>
> >>>>> ></**url>
> >>>>>
> >>>>>         </repository>
> >>>>>         <repository>
> >>>>>                 <id>apache-snapshot</id>
> >>>>>                 <name>Apache snapshot</name>
> >>>>>                 <url>https://repository.**apac**
> >>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
> >>>>> snapshots <https://repository.apache.**org/content/groups/snapshots<
> https://repository.apache.org/content/groups/snapshots>
> >>>>> ><**/url>
> >>>>>
> >>>>>         </repository>
> >>>>> </repositories>
> >>>>>
> >>>>> --
> >>>>> Thiago H. de Paula Figueiredo
> >>>>> Tapestry, Java and Hibernate consultant and developer
> >>>>> http://machina.com.br
> >>>>>
> >>>>> ------------------------------****----------------------------**--**
> >>>>> ---------
> >>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**a**pache.org<
> http://apache.org>
> >>>>> <users-unsubscribe@**tapestry.apache.org<
> users-unsubscribe@tapestry.apache.org>
> >>>>> >
> >>>>>
> >>>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>> --
> >>>> Sincerely
> >>>> *Boris Horvat*
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>> Sincerely
> >>> *Boris Horvat*
> >>>
> >>>
> >>
> >>
> >>
> >
> > --
> > Thiago H. de Paula Figueiredo
> > Tapestry, Java and Hibernate consultant and developer
> > http://machina.com.br
> >
> > ------------------------------**------------------------------**---------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<
> users-unsubscribe@tapestry.apache.org>
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> Sincerely
> *Boris Horvat*
>



-- 
George Christman
www.CarDaddy.com
P.O. Box 735
Johnstown, New York

Re: Tapestry 5.4 demo

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Mon, 04 Nov 2013 16:33:28 -0200, Boris Horvat  
<ho...@gmail.com> wrote:

> Ok I think that then the problem is that since I am using  
> tapestry-hibernate
>
> https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry/tapestry-hibernate/
>
> and in there there is no alpha-23, so what should I use?

I guess you can use alpha-3 without issues.

>
>
> On Mon, Nov 4, 2013 at 7:22 PM, Chris Poulsen  
> <ma...@nesluop.dk>wrote:
>
>>
>> https://repository.apache.org/content/groups/staging/org/apache/tapestry/tapestry-core/
>> ?
>>
>>
>> On Mon, Nov 4, 2013 at 7:11 PM, Boris Horvat <horvat.z.boris@gmail.com
>> >wrote:
>>
>> > I was unable to find any alpha version in
>> >
>> >         <repository>
>> >             <id>apache-staging</id>
>> >             <name>Apache staging</name>
>> >             <url>https://repository.apache.org/content/groups/staging
>> > </url>
>> >         </repository>
>> >
>> >         <repository>
>> >             <id>apache-snapshot</id>
>> >             <name>Apache snapshot</name>
>> >              
>> <url>https://repository.apache.org/content/groups/snapshots
>> > </url>
>> >         </repository>
>> >
>> > Am I looking into the wrong repository?
>> >
>> > Cheers
>> >
>> >
>> >
>> > On Mon, Nov 4, 2013 at 2:20 AM, Thiago H de Paula Figueiredo <
>> > thiagohp@gmail.com> wrote:
>> >
>> > > I'll try to give a shot at cloning the repository and getting this  
>> to
>> > work
>> > > this week.
>> > >
>> > > By the way, I noticed you're trying to use 5.4-SNAPSHOT. Due to some
>> > > problems the team is already taking care, no snapshots have been
>> uploaded
>> > > to the repository. In addition, snapshots may not work. I'd try
>> > > 5.4-alpha-23.
>> > >
>> > >
>> > > On Sun, 03 Nov 2013 19:47:25 -0200, Boris Horvat <
>> > horvat.z.boris@gmail.com>
>> > > wrote:
>> > >
>> > >  Sadly even after removing all the tapestry5-jquery dependency  
>> (there
>> was
>> > >> one transient), and doing a clean build I still have the same  
>> problem.
>> > >> I have also tried to create an object of
>> AjaxUploadServletRequestFilter
>> > in
>> > >> order to see where does it come from but it simple doesnt exist in  
>> my
>> > >> project since I cant import it
>> > >>
>> > >> org.apache.shiro.subject.ExecutionException:
>> > >> java.lang.NoSuchMethodError:
>> > >> org.apache.tapestry5.services.javascript.JavaScriptSupport.
>> > >> importStylesheet(Lorg/apache/tapestry5/Asset;)V
>> > >>         at org.apache.shiro.subject.support.DelegatingSubject.
>> > >> execute(DelegatingSubject.java:382)
>> > >>         at org.tynamo.security.services.impl.SecurityConfiguration.
>> > >> service(SecurityConfiguration.java:54)
>> > >>         at $HttpServletRequestFilter_27b927612afe0.service(Unknown
>> > >> Source)
>> > >>         at $HttpServletRequestHandler_27b927612afe3.service(Unknown
>> > >> Source)
>> > >>         at org.got5.tapestry5.jquery.services.
>> > >>  
>> AjaxUploadServletRequestFilter.service(AjaxUploadServletRequestFilter
>> > >> .java:27)
>> > >>
>> > >>
>> > >> Here is a depndency tree if it helps
>> > >>
>> > >>
>> > >> com.bomahabo:flow:war:0.6.1.0
>> > >> +- org.apache.tapestry:tapestry-hibernate:jar:5.4-SNAPSHOT:compile
>> > >> |  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
>> > >> |  +- org.apache.tapestry:tapestry-core:jar:5.4-SNAPSHOT:compile
>> > >> |  |  +- org.antlr:antlr-runtime:jar:3.3:compile
>> > >> |  |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-SNAPSHOT:compile
>> > >> |  |  |  +- org.apache.tapestry:plastic:jar:5.4-SNAPSHOT:compile
>> > >> |  |  |  +-
>> org.apache.tapestry:tapestry5-annotations:jar:5.4-SNAPSHOT:
>> > >> compile
>> > >> |  |  |  +- javax.inject:javax.inject:jar:1:compile
>> > >> |  |  |  \-  
>> org.apache.tapestry:tapestry-func:jar:5.4-SNAPSHOT:compile
>> > >> |  |  \- org.apache.tapestry:tapestry-json:jar:5.4-SNAPSHOT:compile
>> > >> |  \- org.apache.tapestry:tapestry-hibernate-core:jar:5.4-
>> > >> SNAPSHOT:compile
>> > >> |     +- org.hibernate.javax.persistence:hibernate-jpa-2.0-
>> > >> api:jar:1.0.0.Final:compile
>> > >> |     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
>> > >> |     \- org.hibernate:hibernate-commons-annotations:jar:3.2.0.
>> > >> Final:compile
>> > >> +- org.apache.tapestry:tapestry-upload:jar:5.4-SNAPSHOT:compile
>> > >> |  +- commons-io:commons-io:jar:2.0.1:compile
>> > >> |  \- commons-fileupload:commons-fileupload:jar:1.2.2:compile
>> > >> +- org.lazan:tapestry-cometd:jar:0.9.14:compile
>> > >> |  \- org.atmosphere:atmosphere-cometd:jar:1.0.0:compile
>> > >> |     +- org.cometd.java:cometd-java-server:jar:2.4.3:compile
>> > >> |     |  +- org.cometd.java:bayeux-api:jar:2.4.3:compile
>> > >> |     |  +- org.cometd.java:cometd-java-common:jar:2.4.3:compile
>> > >> |     |  +- org.eclipse.jetty:jetty-continuation:jar:7.6.4.
>> > >> v20120524:compile
>> > >> |     |  +-  
>> org.eclipse.jetty:jetty-util:jar:7.6.4.v20120524:compile
>> > >> |     |  \- org.eclipse.jetty:jetty-jmx:jar:7.6.4.v20120524:compile
>> > >> |     +- org.cometd.java:cometd-websocket-jetty:jar:2.4.3:compile
>> > >> |     |  +- org.cometd.java:cometd-java-client:jar:2.4.3:compile
>> > >> |     |  |  +-  
>> org.eclipse.jetty:jetty-io:jar:7.6.4.v20120524:compile
>> > >> |     |  |  +-
>> org.eclipse.jetty:jetty-http:jar:7.6.11.v20130520:compile
>> > >> |     |  |  \-
>> > org.eclipse.jetty:jetty-client:jar:7.6.4.v20120524:compile
>> > >> |     |  \-
>> > org.eclipse.jetty:jetty-websocket:jar:7.6.4.v20120524:compile
>> > >> |     +- org.cometd.java:cometd-java-annotations:jar:2.4.3:compile
>> > >> |     \- org.atmosphere:atmosphere-runtime:jar:1.0.0:compile
>> > >> |        +-
>> org.atmosphere:atmosphere-compat-jbossweb:jar:1.0.0:compile
>> > >> |        +-  
>> org.atmosphere:atmosphere-compat-tomcat:jar:1.0.0:compile
>> > >> |        \-  
>> org.atmosphere:atmosphere-compat-tomcat7:jar:1.0.0:compile
>> > >> +- commons-lang:commons-lang:jar:2.3:compile
>> > >> +- org.got5:tapestry5-highcharts:jar:1.2.1-SNAPSHOT:compile
>> > >> +- org.tynamo:tapestry-security:jar:0.5.1:compile
>> > >> |  +- org.apache.shiro:shiro-web:jar:1.2.0:compile
>> > >> |  |  \- org.apache.shiro:shiro-core:jar:1.2.0:compile
>> > >> |  |     \- commons-beanutils:commons-beanutils:jar:1.8.3:compile
>> > >> |  +- org.tynamo:tynamo-common:jar:0.0.3:compile
>> > >> |  \- org.tynamo:tapestry-exceptionpage:jar:0.1.2:compile
>> > >> +- org.tynamo:tapestry-resteasy:jar:0.3.0:compile
>> > >> |  +- org.jboss.resteasy:resteasy-jaxrs:jar:2.3.0.GA:compile
>> > >> |  |  +- org.jboss.resteasy:jaxrs-api:jar:2.3.0.GA:compile
>> > >> |  |  +- org.scannotation:scannotation:jar:1.0.3:compile
>> > >> |  |  |  \- javassist:javassist:jar:3.12.1.GA:compile
>> > >> |  |  +- javax.annotation:jsr250-api:jar:1.0:compile
>> > >> |  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
>> > >> |  |  \- net.jcip:jcip-annotations:jar:1.0:compile
>> > >> |  \-  
>> org.jboss.resteasy:resteasy-jaxb-provider:jar:2.3.0.GA:compile
>> > >> |     +- com.sun.xml.bind:jaxb-impl:jar:2.2.4:compile
>> > >> |     |  \- javax.xml.bind:jaxb-api:jar:2.2.3:compile
>> > >> |     \- com.sun.xml.stream:sjsxp:jar:1.0.1:compile
>> > >> |        \- javax.xml.stream:stax-api:jar:1.0:compile
>> > >> +-
>> org.jboss.resteasy:resteasy-jettison-provider:jar:2.3.4.Final:compile
>> > >> |  \- org.codehaus.jettison:jettison:jar:1.3.1:compile
>> > >> +- org.jboss.resteasy:resteasy-multipart-provider:jar:2.2.0.GA:
>> compile
>> > >> |  \- org.apache.james:apache-mime4j:jar:0.6:compile
>> > >> +- com.amazonaws:aws-java-sdk:jar:1.6.2:compile
>> > >> |  +- commons-logging:commons-logging:jar:1.1.1:compile
>> > >> |  +- org.apache.httpcomponents:httpclient:jar:4.2:compile
>> > >> |  |  \- org.apache.httpcomponents:httpcore:jar:4.2:compile
>> > >> |  +- commons-codec:commons-codec:jar:1.3:compile
>> > >> |  +- com.fasterxml.jackson.core:jackson-core:jar:2.1.1:compile
>> > >> |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.1.1:compile
>> > >> |  \-  
>> com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1:compile
>> > >> +- org.hibernate:hibernate-c3p0:jar:3.6.11-SNAPSHOT:compile
>> > >> |  +- org.hibernate:hibernate-core:jar:3.6.11-SNAPSHOT:compile
>> > >> |  |  +- antlr:antlr:jar:2.7.6:compile
>> > >> |  |  +- commons-collections:commons-collections:jar:3.1:compile
>> > >> |  |  +- dom4j:dom4j:jar:1.6.1:compile
>> > >> |  |  \- javax.transaction:jta:jar:1.1:compile
>> > >> |  +- c3p0:c3p0:jar:0.9.1:compile
>> > >> |  \- org.slf4j:slf4j-api:jar:1.6.1:compile
>> > >> +- org.hsqldb:hsqldb:jar:2.3.1:compile
>> > >> +- mysql:mysql-connector-java:jar:5.1.26:compile
>> > >> +- javax.mail:mail:jar:1.4.7:compile
>> > >> |  \- javax.activation:activation:jar:1.1:compile
>> > >> +- joda-time:joda-time:jar:2.3:compile
>> > >> +- net.coobird:thumbnailator:jar:0.4.6:compile
>> > >> +- org.apache.tapestry:tapestry-test:jar:5.4-SNAPSHOT:test
>> > >> |  +- org.apache.tapestry:tapestry-test-data:jar:5.4-SNAPSHOT:test
>> > >> |  +- org.seleniumhq.selenium:selenium-java:jar:2.33.0:test
>> > >> |  |  +-
>> org.seleniumhq.selenium:selenium-android-driver:jar:2.33.0:test
>> > >> |  |  |  \- org.seleniumhq.selenium:selenium-remote-driver:jar:2.
>> > >> 33.0:test
>> > >> |  |  |     +- org.json:json:jar:20080701:test
>> > >> |  |  |     \- com.google.guava:guava:jar:14.0:test
>> > >> |  |  +-
>> org.seleniumhq.selenium:selenium-chrome-driver:jar:2.33.0:test
>> > >> |  |  +-
>> > org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.33.0:test
>> > >> |  |  |  \- net.sourceforge.htmlunit:htmlunit:jar:2.12:test
>> > >> |  |  |     +- xalan:xalan:jar:2.7.1:test
>> > >> |  |  |     |  \- xalan:serializer:jar:2.7.1:test
>> > >> |  |  |     +- org.apache.commons:commons-lang3:jar:3.1:test
>> > >> |  |  |     +- org.apache.httpcomponents:httpmime:jar:4.2.3:test
>> > >> |  |  |     +-  
>> net.sourceforge.htmlunit:htmlunit-core-js:jar:2.12:test
>> > >> |  |  |     +- xerces:xercesImpl:jar:2.10.0:test
>> > >> |  |  |     |  \- xml-apis:xml-apis:jar:1.4.01:test
>> > >> |  |  |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.18:test
>> > >> |  |  |     \- net.sourceforge.cssparser:cssparser:jar:0.9.9:test
>> > >> |  |  |        \- org.w3c.css:sac:jar:1.3:test
>> > >> |  |  +-
>> org.seleniumhq.selenium:selenium-firefox-driver:jar:2.33.0:test
>> > >> |  |  |  \- org.apache.commons:commons-exec:jar:1.1:test
>> > >> |  |  +- org.seleniumhq.selenium:selenium-ie-driver:jar:2.33.0:test
>> > >> |  |  |  +- net.java.dev.jna:jna:jar:3.4.0:test
>> > >> |  |  |  \- net.java.dev.jna:platform:jar:3.4.0:test
>> > >> |  |  +-
>> org.seleniumhq.selenium:selenium-iphone-driver:jar:2.33.0:test
>> > >> |  |  +-
>> org.seleniumhq.selenium:selenium-safari-driver:jar:2.33.0:test
>> > >> |  |  +- org.seleniumhq.selenium:selenium-support:jar:2.33.0:test
>> > >> |  |  |  \- org.seleniumhq.selenium:selenium-api:jar:2.33.0:test
>> > >> |  |  \- org.webbitserver:webbit:jar:0.4.14:test
>> > >> |  |     \- io.netty:netty:jar:3.5.2.Final:test
>> > >> |  +- org.seleniumhq.selenium:selenium-server:jar:2.33.0:test
>> > >> |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.48:test
>> > >> |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.48:test
>> > >> |  |  +- mx4j:mx4j-tools:jar:3.0.1:test
>> > >> |  |  +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.9:test
>> > >> |  |  \- org.seleniumhq.selenium:jetty-repacked:jar:7.6.1:test
>> > >> |  \- org.apache.tapestry:tapestry-runner:jar:5.4-SNAPSHOT:test
>> > >> |     +- org.eclipse.jetty:jetty-jndi:jar:7.6.11.v20130520:test
>> > >> |     |  \- org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.
>> > >> v201005082020:test
>> > >> |     |     \- org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.
>> > >> v201105071233:test
>> > >> |     +- org.eclipse.jetty:jetty-plus:jar:7.6.11.v20130520:test
>> > >> |     |  \- org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.
>> > >> v201105210645:test
>> > >> |     +- org.eclipse.jetty:jetty-server:jar:7.6.11.v20130520:test
>> > >> |     |  \- org.eclipse.jetty.orbit:javax.servlet:jar:2.5.0.
>> > >> v201103041518:test
>> > >> |     +- org.eclipse.jetty:jetty-webapp:jar:7.6.11.v20130520:test
>> > >> |     |  +- org.eclipse.jetty:jetty-xml:jar:7.6.11.v20130520:test
>> > >> |     |  \-  
>> org.eclipse.jetty:jetty-servlet:jar:7.6.11.v20130520:test
>> > >> |     |     \-
>> > org.eclipse.jetty:jetty-security:jar:7.6.11.v20130520:test
>> > >> |     +- org.apache.tomcat:catalina:jar:6.0.30:test
>> > >> |     |  +- org.apache.tomcat:servlet-api:jar:6.0.30:test
>> > >> |     |  +- org.apache.tomcat:juli:jar:6.0.30:test
>> > >> |     |  \- org.apache.tomcat:annotations-api:jar:6.0.30:test
>> > >> |     +- org.apache.tomcat:coyote:jar:6.0.30:test
>> > >> |     \- org.apache.tomcat:dbcp:jar:6.0.30:test
>> > >> +- org.testng:testng:jar:6.8.7:test
>> > >> |  +- org.beanshell:bsh:jar:2.0b4:test
>> > >> |  +- com.beust:jcommander:jar:1.27:test
>> > >> |  \- org.yaml:snakeyaml:jar:1.12:test
>> > >> +- org.easymock:easymock:jar:3.2:test
>> > >> |  +- cglib:cglib-nodep:jar:2.2.2:test
>> > >> |  \- org.objenesis:objenesis:jar:1.3:test
>> > >> +- org.hamcrest:hamcrest-all:jar:1.3:test
>> > >> +- junit:junit:jar:4.11:compile
>> > >> |  \- org.hamcrest:hamcrest-core:jar:1.3:compile
>> > >> \- javax.servlet:servlet-api:jar:2.5:provided
>> > >>
>> > >>
>> > >>
>> > >> On Fri, Nov 1, 2013 at 6:39 PM, Andreas Ernst <ae...@ae-online.de>
>> wrote:
>> > >>
>> > >>  Am 01.11.13 18:20, schrieb Boris Horvat:
>> > >>>
>> > >>>  Well the problem is not in the tapestry-jquery as I still have  
>> the
>> > same
>> > >>>
>> > >>>> issue after removing it
>> > >>>>
>> > >>>>
>> > >>> Do a clean rebuild.
>> > >>>
>> > >>>
>> > >>> --
>> > >>> ae | Andreas Ernst | IT Spektrum
>> > >>> Postfach 5, 65612 Beselich
>> > >>> Schupbacher Str. 32, 65614 Beselich, Germany
>> > >>> Tel: +49-6484-91002 Fax: +49-6484-91003
>> > >>> ae@ae-online.de | www.ae-online.de
>> > >>> www.tachyon-online.de
>> > >>>
>> > >>>  
>> ---------------------------------------------------------------------
>> > >>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> > >>> For additional commands, e-mail: users-help@tapestry.apache.org
>> > >>>
>> > >>>
>> > >>>
>> > >>
>> > >>
>> > >
>> > > --
>> > > Thiago H. de Paula Figueiredo
>> > > Tapestry, Java and Hibernate consultant and developer
>> > > http://machina.com.br
>> > >
>> > >  
>> ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> > > For additional commands, e-mail: users-help@tapestry.apache.org
>> > >
>> > >
>> >
>> >
>> > --
>> > Sincerely
>> > *Boris Horvat*
>> >
>>
>
>
>


-- 
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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


Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
Ok I think that then the problem is that since I am using tapestry-hibernate

https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry/tapestry-hibernate/

and in there there is no alpha-23, so what should I use?


On Mon, Nov 4, 2013 at 7:22 PM, Chris Poulsen <ma...@nesluop.dk>wrote:

>
> https://repository.apache.org/content/groups/staging/org/apache/tapestry/tapestry-core/
> ?
>
>
> On Mon, Nov 4, 2013 at 7:11 PM, Boris Horvat <horvat.z.boris@gmail.com
> >wrote:
>
> > I was unable to find any alpha version in
> >
> >         <repository>
> >             <id>apache-staging</id>
> >             <name>Apache staging</name>
> >             <url>https://repository.apache.org/content/groups/staging
> > </url>
> >         </repository>
> >
> >         <repository>
> >             <id>apache-snapshot</id>
> >             <name>Apache snapshot</name>
> >             <url>https://repository.apache.org/content/groups/snapshots
> > </url>
> >         </repository>
> >
> > Am I looking into the wrong repository?
> >
> > Cheers
> >
> >
> >
> > On Mon, Nov 4, 2013 at 2:20 AM, Thiago H de Paula Figueiredo <
> > thiagohp@gmail.com> wrote:
> >
> > > I'll try to give a shot at cloning the repository and getting this to
> > work
> > > this week.
> > >
> > > By the way, I noticed you're trying to use 5.4-SNAPSHOT. Due to some
> > > problems the team is already taking care, no snapshots have been
> uploaded
> > > to the repository. In addition, snapshots may not work. I'd try
> > > 5.4-alpha-23.
> > >
> > >
> > > On Sun, 03 Nov 2013 19:47:25 -0200, Boris Horvat <
> > horvat.z.boris@gmail.com>
> > > wrote:
> > >
> > >  Sadly even after removing all the tapestry5-jquery dependency (there
> was
> > >> one transient), and doing a clean build I still have the same problem.
> > >> I have also tried to create an object of
> AjaxUploadServletRequestFilter
> > in
> > >> order to see where does it come from but it simple doesnt exist in my
> > >> project since I cant import it
> > >>
> > >> org.apache.shiro.subject.ExecutionException:
> > >> java.lang.NoSuchMethodError:
> > >> org.apache.tapestry5.services.javascript.JavaScriptSupport.
> > >> importStylesheet(Lorg/apache/tapestry5/Asset;)V
> > >>         at org.apache.shiro.subject.support.DelegatingSubject.
> > >> execute(DelegatingSubject.java:382)
> > >>         at org.tynamo.security.services.impl.SecurityConfiguration.
> > >> service(SecurityConfiguration.java:54)
> > >>         at $HttpServletRequestFilter_27b927612afe0.service(Unknown
> > >> Source)
> > >>         at $HttpServletRequestHandler_27b927612afe3.service(Unknown
> > >> Source)
> > >>         at org.got5.tapestry5.jquery.services.
> > >> AjaxUploadServletRequestFilter.service(AjaxUploadServletRequestFilter
> > >> .java:27)
> > >>
> > >>
> > >> Here is a depndency tree if it helps
> > >>
> > >>
> > >> com.bomahabo:flow:war:0.6.1.0
> > >> +- org.apache.tapestry:tapestry-hibernate:jar:5.4-SNAPSHOT:compile
> > >> |  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
> > >> |  +- org.apache.tapestry:tapestry-core:jar:5.4-SNAPSHOT:compile
> > >> |  |  +- org.antlr:antlr-runtime:jar:3.3:compile
> > >> |  |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-SNAPSHOT:compile
> > >> |  |  |  +- org.apache.tapestry:plastic:jar:5.4-SNAPSHOT:compile
> > >> |  |  |  +-
> org.apache.tapestry:tapestry5-annotations:jar:5.4-SNAPSHOT:
> > >> compile
> > >> |  |  |  +- javax.inject:javax.inject:jar:1:compile
> > >> |  |  |  \- org.apache.tapestry:tapestry-func:jar:5.4-SNAPSHOT:compile
> > >> |  |  \- org.apache.tapestry:tapestry-json:jar:5.4-SNAPSHOT:compile
> > >> |  \- org.apache.tapestry:tapestry-hibernate-core:jar:5.4-
> > >> SNAPSHOT:compile
> > >> |     +- org.hibernate.javax.persistence:hibernate-jpa-2.0-
> > >> api:jar:1.0.0.Final:compile
> > >> |     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
> > >> |     \- org.hibernate:hibernate-commons-annotations:jar:3.2.0.
> > >> Final:compile
> > >> +- org.apache.tapestry:tapestry-upload:jar:5.4-SNAPSHOT:compile
> > >> |  +- commons-io:commons-io:jar:2.0.1:compile
> > >> |  \- commons-fileupload:commons-fileupload:jar:1.2.2:compile
> > >> +- org.lazan:tapestry-cometd:jar:0.9.14:compile
> > >> |  \- org.atmosphere:atmosphere-cometd:jar:1.0.0:compile
> > >> |     +- org.cometd.java:cometd-java-server:jar:2.4.3:compile
> > >> |     |  +- org.cometd.java:bayeux-api:jar:2.4.3:compile
> > >> |     |  +- org.cometd.java:cometd-java-common:jar:2.4.3:compile
> > >> |     |  +- org.eclipse.jetty:jetty-continuation:jar:7.6.4.
> > >> v20120524:compile
> > >> |     |  +- org.eclipse.jetty:jetty-util:jar:7.6.4.v20120524:compile
> > >> |     |  \- org.eclipse.jetty:jetty-jmx:jar:7.6.4.v20120524:compile
> > >> |     +- org.cometd.java:cometd-websocket-jetty:jar:2.4.3:compile
> > >> |     |  +- org.cometd.java:cometd-java-client:jar:2.4.3:compile
> > >> |     |  |  +- org.eclipse.jetty:jetty-io:jar:7.6.4.v20120524:compile
> > >> |     |  |  +-
> org.eclipse.jetty:jetty-http:jar:7.6.11.v20130520:compile
> > >> |     |  |  \-
> > org.eclipse.jetty:jetty-client:jar:7.6.4.v20120524:compile
> > >> |     |  \-
> > org.eclipse.jetty:jetty-websocket:jar:7.6.4.v20120524:compile
> > >> |     +- org.cometd.java:cometd-java-annotations:jar:2.4.3:compile
> > >> |     \- org.atmosphere:atmosphere-runtime:jar:1.0.0:compile
> > >> |        +-
> org.atmosphere:atmosphere-compat-jbossweb:jar:1.0.0:compile
> > >> |        +- org.atmosphere:atmosphere-compat-tomcat:jar:1.0.0:compile
> > >> |        \- org.atmosphere:atmosphere-compat-tomcat7:jar:1.0.0:compile
> > >> +- commons-lang:commons-lang:jar:2.3:compile
> > >> +- org.got5:tapestry5-highcharts:jar:1.2.1-SNAPSHOT:compile
> > >> +- org.tynamo:tapestry-security:jar:0.5.1:compile
> > >> |  +- org.apache.shiro:shiro-web:jar:1.2.0:compile
> > >> |  |  \- org.apache.shiro:shiro-core:jar:1.2.0:compile
> > >> |  |     \- commons-beanutils:commons-beanutils:jar:1.8.3:compile
> > >> |  +- org.tynamo:tynamo-common:jar:0.0.3:compile
> > >> |  \- org.tynamo:tapestry-exceptionpage:jar:0.1.2:compile
> > >> +- org.tynamo:tapestry-resteasy:jar:0.3.0:compile
> > >> |  +- org.jboss.resteasy:resteasy-jaxrs:jar:2.3.0.GA:compile
> > >> |  |  +- org.jboss.resteasy:jaxrs-api:jar:2.3.0.GA:compile
> > >> |  |  +- org.scannotation:scannotation:jar:1.0.3:compile
> > >> |  |  |  \- javassist:javassist:jar:3.12.1.GA:compile
> > >> |  |  +- javax.annotation:jsr250-api:jar:1.0:compile
> > >> |  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
> > >> |  |  \- net.jcip:jcip-annotations:jar:1.0:compile
> > >> |  \- org.jboss.resteasy:resteasy-jaxb-provider:jar:2.3.0.GA:compile
> > >> |     +- com.sun.xml.bind:jaxb-impl:jar:2.2.4:compile
> > >> |     |  \- javax.xml.bind:jaxb-api:jar:2.2.3:compile
> > >> |     \- com.sun.xml.stream:sjsxp:jar:1.0.1:compile
> > >> |        \- javax.xml.stream:stax-api:jar:1.0:compile
> > >> +-
> org.jboss.resteasy:resteasy-jettison-provider:jar:2.3.4.Final:compile
> > >> |  \- org.codehaus.jettison:jettison:jar:1.3.1:compile
> > >> +- org.jboss.resteasy:resteasy-multipart-provider:jar:2.2.0.GA:
> compile
> > >> |  \- org.apache.james:apache-mime4j:jar:0.6:compile
> > >> +- com.amazonaws:aws-java-sdk:jar:1.6.2:compile
> > >> |  +- commons-logging:commons-logging:jar:1.1.1:compile
> > >> |  +- org.apache.httpcomponents:httpclient:jar:4.2:compile
> > >> |  |  \- org.apache.httpcomponents:httpcore:jar:4.2:compile
> > >> |  +- commons-codec:commons-codec:jar:1.3:compile
> > >> |  +- com.fasterxml.jackson.core:jackson-core:jar:2.1.1:compile
> > >> |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.1.1:compile
> > >> |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1:compile
> > >> +- org.hibernate:hibernate-c3p0:jar:3.6.11-SNAPSHOT:compile
> > >> |  +- org.hibernate:hibernate-core:jar:3.6.11-SNAPSHOT:compile
> > >> |  |  +- antlr:antlr:jar:2.7.6:compile
> > >> |  |  +- commons-collections:commons-collections:jar:3.1:compile
> > >> |  |  +- dom4j:dom4j:jar:1.6.1:compile
> > >> |  |  \- javax.transaction:jta:jar:1.1:compile
> > >> |  +- c3p0:c3p0:jar:0.9.1:compile
> > >> |  \- org.slf4j:slf4j-api:jar:1.6.1:compile
> > >> +- org.hsqldb:hsqldb:jar:2.3.1:compile
> > >> +- mysql:mysql-connector-java:jar:5.1.26:compile
> > >> +- javax.mail:mail:jar:1.4.7:compile
> > >> |  \- javax.activation:activation:jar:1.1:compile
> > >> +- joda-time:joda-time:jar:2.3:compile
> > >> +- net.coobird:thumbnailator:jar:0.4.6:compile
> > >> +- org.apache.tapestry:tapestry-test:jar:5.4-SNAPSHOT:test
> > >> |  +- org.apache.tapestry:tapestry-test-data:jar:5.4-SNAPSHOT:test
> > >> |  +- org.seleniumhq.selenium:selenium-java:jar:2.33.0:test
> > >> |  |  +-
> org.seleniumhq.selenium:selenium-android-driver:jar:2.33.0:test
> > >> |  |  |  \- org.seleniumhq.selenium:selenium-remote-driver:jar:2.
> > >> 33.0:test
> > >> |  |  |     +- org.json:json:jar:20080701:test
> > >> |  |  |     \- com.google.guava:guava:jar:14.0:test
> > >> |  |  +-
> org.seleniumhq.selenium:selenium-chrome-driver:jar:2.33.0:test
> > >> |  |  +-
> > org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.33.0:test
> > >> |  |  |  \- net.sourceforge.htmlunit:htmlunit:jar:2.12:test
> > >> |  |  |     +- xalan:xalan:jar:2.7.1:test
> > >> |  |  |     |  \- xalan:serializer:jar:2.7.1:test
> > >> |  |  |     +- org.apache.commons:commons-lang3:jar:3.1:test
> > >> |  |  |     +- org.apache.httpcomponents:httpmime:jar:4.2.3:test
> > >> |  |  |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.12:test
> > >> |  |  |     +- xerces:xercesImpl:jar:2.10.0:test
> > >> |  |  |     |  \- xml-apis:xml-apis:jar:1.4.01:test
> > >> |  |  |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.18:test
> > >> |  |  |     \- net.sourceforge.cssparser:cssparser:jar:0.9.9:test
> > >> |  |  |        \- org.w3c.css:sac:jar:1.3:test
> > >> |  |  +-
> org.seleniumhq.selenium:selenium-firefox-driver:jar:2.33.0:test
> > >> |  |  |  \- org.apache.commons:commons-exec:jar:1.1:test
> > >> |  |  +- org.seleniumhq.selenium:selenium-ie-driver:jar:2.33.0:test
> > >> |  |  |  +- net.java.dev.jna:jna:jar:3.4.0:test
> > >> |  |  |  \- net.java.dev.jna:platform:jar:3.4.0:test
> > >> |  |  +-
> org.seleniumhq.selenium:selenium-iphone-driver:jar:2.33.0:test
> > >> |  |  +-
> org.seleniumhq.selenium:selenium-safari-driver:jar:2.33.0:test
> > >> |  |  +- org.seleniumhq.selenium:selenium-support:jar:2.33.0:test
> > >> |  |  |  \- org.seleniumhq.selenium:selenium-api:jar:2.33.0:test
> > >> |  |  \- org.webbitserver:webbit:jar:0.4.14:test
> > >> |  |     \- io.netty:netty:jar:3.5.2.Final:test
> > >> |  +- org.seleniumhq.selenium:selenium-server:jar:2.33.0:test
> > >> |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.48:test
> > >> |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.48:test
> > >> |  |  +- mx4j:mx4j-tools:jar:3.0.1:test
> > >> |  |  +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.9:test
> > >> |  |  \- org.seleniumhq.selenium:jetty-repacked:jar:7.6.1:test
> > >> |  \- org.apache.tapestry:tapestry-runner:jar:5.4-SNAPSHOT:test
> > >> |     +- org.eclipse.jetty:jetty-jndi:jar:7.6.11.v20130520:test
> > >> |     |  \- org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.
> > >> v201005082020:test
> > >> |     |     \- org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.
> > >> v201105071233:test
> > >> |     +- org.eclipse.jetty:jetty-plus:jar:7.6.11.v20130520:test
> > >> |     |  \- org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.
> > >> v201105210645:test
> > >> |     +- org.eclipse.jetty:jetty-server:jar:7.6.11.v20130520:test
> > >> |     |  \- org.eclipse.jetty.orbit:javax.servlet:jar:2.5.0.
> > >> v201103041518:test
> > >> |     +- org.eclipse.jetty:jetty-webapp:jar:7.6.11.v20130520:test
> > >> |     |  +- org.eclipse.jetty:jetty-xml:jar:7.6.11.v20130520:test
> > >> |     |  \- org.eclipse.jetty:jetty-servlet:jar:7.6.11.v20130520:test
> > >> |     |     \-
> > org.eclipse.jetty:jetty-security:jar:7.6.11.v20130520:test
> > >> |     +- org.apache.tomcat:catalina:jar:6.0.30:test
> > >> |     |  +- org.apache.tomcat:servlet-api:jar:6.0.30:test
> > >> |     |  +- org.apache.tomcat:juli:jar:6.0.30:test
> > >> |     |  \- org.apache.tomcat:annotations-api:jar:6.0.30:test
> > >> |     +- org.apache.tomcat:coyote:jar:6.0.30:test
> > >> |     \- org.apache.tomcat:dbcp:jar:6.0.30:test
> > >> +- org.testng:testng:jar:6.8.7:test
> > >> |  +- org.beanshell:bsh:jar:2.0b4:test
> > >> |  +- com.beust:jcommander:jar:1.27:test
> > >> |  \- org.yaml:snakeyaml:jar:1.12:test
> > >> +- org.easymock:easymock:jar:3.2:test
> > >> |  +- cglib:cglib-nodep:jar:2.2.2:test
> > >> |  \- org.objenesis:objenesis:jar:1.3:test
> > >> +- org.hamcrest:hamcrest-all:jar:1.3:test
> > >> +- junit:junit:jar:4.11:compile
> > >> |  \- org.hamcrest:hamcrest-core:jar:1.3:compile
> > >> \- javax.servlet:servlet-api:jar:2.5:provided
> > >>
> > >>
> > >>
> > >> On Fri, Nov 1, 2013 at 6:39 PM, Andreas Ernst <ae...@ae-online.de>
> wrote:
> > >>
> > >>  Am 01.11.13 18:20, schrieb Boris Horvat:
> > >>>
> > >>>  Well the problem is not in the tapestry-jquery as I still have the
> > same
> > >>>
> > >>>> issue after removing it
> > >>>>
> > >>>>
> > >>> Do a clean rebuild.
> > >>>
> > >>>
> > >>> --
> > >>> ae | Andreas Ernst | IT Spektrum
> > >>> Postfach 5, 65612 Beselich
> > >>> Schupbacher Str. 32, 65614 Beselich, Germany
> > >>> Tel: +49-6484-91002 Fax: +49-6484-91003
> > >>> ae@ae-online.de | www.ae-online.de
> > >>> www.tachyon-online.de
> > >>>
> > >>> ---------------------------------------------------------------------
> > >>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > >>> For additional commands, e-mail: users-help@tapestry.apache.org
> > >>>
> > >>>
> > >>>
> > >>
> > >>
> > >
> > > --
> > > Thiago H. de Paula Figueiredo
> > > Tapestry, Java and Hibernate consultant and developer
> > > http://machina.com.br
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
> >
> > --
> > Sincerely
> > *Boris Horvat*
> >
>



-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Chris Poulsen <ma...@nesluop.dk>.
https://repository.apache.org/content/groups/staging/org/apache/tapestry/tapestry-core/?


On Mon, Nov 4, 2013 at 7:11 PM, Boris Horvat <ho...@gmail.com>wrote:

> I was unable to find any alpha version in
>
>         <repository>
>             <id>apache-staging</id>
>             <name>Apache staging</name>
>             <url>https://repository.apache.org/content/groups/staging
> </url>
>         </repository>
>
>         <repository>
>             <id>apache-snapshot</id>
>             <name>Apache snapshot</name>
>             <url>https://repository.apache.org/content/groups/snapshots
> </url>
>         </repository>
>
> Am I looking into the wrong repository?
>
> Cheers
>
>
>
> On Mon, Nov 4, 2013 at 2:20 AM, Thiago H de Paula Figueiredo <
> thiagohp@gmail.com> wrote:
>
> > I'll try to give a shot at cloning the repository and getting this to
> work
> > this week.
> >
> > By the way, I noticed you're trying to use 5.4-SNAPSHOT. Due to some
> > problems the team is already taking care, no snapshots have been uploaded
> > to the repository. In addition, snapshots may not work. I'd try
> > 5.4-alpha-23.
> >
> >
> > On Sun, 03 Nov 2013 19:47:25 -0200, Boris Horvat <
> horvat.z.boris@gmail.com>
> > wrote:
> >
> >  Sadly even after removing all the tapestry5-jquery dependency (there was
> >> one transient), and doing a clean build I still have the same problem.
> >> I have also tried to create an object of AjaxUploadServletRequestFilter
> in
> >> order to see where does it come from but it simple doesnt exist in my
> >> project since I cant import it
> >>
> >> org.apache.shiro.subject.ExecutionException:
> >> java.lang.NoSuchMethodError:
> >> org.apache.tapestry5.services.javascript.JavaScriptSupport.
> >> importStylesheet(Lorg/apache/tapestry5/Asset;)V
> >>         at org.apache.shiro.subject.support.DelegatingSubject.
> >> execute(DelegatingSubject.java:382)
> >>         at org.tynamo.security.services.impl.SecurityConfiguration.
> >> service(SecurityConfiguration.java:54)
> >>         at $HttpServletRequestFilter_27b927612afe0.service(Unknown
> >> Source)
> >>         at $HttpServletRequestHandler_27b927612afe3.service(Unknown
> >> Source)
> >>         at org.got5.tapestry5.jquery.services.
> >> AjaxUploadServletRequestFilter.service(AjaxUploadServletRequestFilter
> >> .java:27)
> >>
> >>
> >> Here is a depndency tree if it helps
> >>
> >>
> >> com.bomahabo:flow:war:0.6.1.0
> >> +- org.apache.tapestry:tapestry-hibernate:jar:5.4-SNAPSHOT:compile
> >> |  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
> >> |  +- org.apache.tapestry:tapestry-core:jar:5.4-SNAPSHOT:compile
> >> |  |  +- org.antlr:antlr-runtime:jar:3.3:compile
> >> |  |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-SNAPSHOT:compile
> >> |  |  |  +- org.apache.tapestry:plastic:jar:5.4-SNAPSHOT:compile
> >> |  |  |  +- org.apache.tapestry:tapestry5-annotations:jar:5.4-SNAPSHOT:
> >> compile
> >> |  |  |  +- javax.inject:javax.inject:jar:1:compile
> >> |  |  |  \- org.apache.tapestry:tapestry-func:jar:5.4-SNAPSHOT:compile
> >> |  |  \- org.apache.tapestry:tapestry-json:jar:5.4-SNAPSHOT:compile
> >> |  \- org.apache.tapestry:tapestry-hibernate-core:jar:5.4-
> >> SNAPSHOT:compile
> >> |     +- org.hibernate.javax.persistence:hibernate-jpa-2.0-
> >> api:jar:1.0.0.Final:compile
> >> |     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
> >> |     \- org.hibernate:hibernate-commons-annotations:jar:3.2.0.
> >> Final:compile
> >> +- org.apache.tapestry:tapestry-upload:jar:5.4-SNAPSHOT:compile
> >> |  +- commons-io:commons-io:jar:2.0.1:compile
> >> |  \- commons-fileupload:commons-fileupload:jar:1.2.2:compile
> >> +- org.lazan:tapestry-cometd:jar:0.9.14:compile
> >> |  \- org.atmosphere:atmosphere-cometd:jar:1.0.0:compile
> >> |     +- org.cometd.java:cometd-java-server:jar:2.4.3:compile
> >> |     |  +- org.cometd.java:bayeux-api:jar:2.4.3:compile
> >> |     |  +- org.cometd.java:cometd-java-common:jar:2.4.3:compile
> >> |     |  +- org.eclipse.jetty:jetty-continuation:jar:7.6.4.
> >> v20120524:compile
> >> |     |  +- org.eclipse.jetty:jetty-util:jar:7.6.4.v20120524:compile
> >> |     |  \- org.eclipse.jetty:jetty-jmx:jar:7.6.4.v20120524:compile
> >> |     +- org.cometd.java:cometd-websocket-jetty:jar:2.4.3:compile
> >> |     |  +- org.cometd.java:cometd-java-client:jar:2.4.3:compile
> >> |     |  |  +- org.eclipse.jetty:jetty-io:jar:7.6.4.v20120524:compile
> >> |     |  |  +- org.eclipse.jetty:jetty-http:jar:7.6.11.v20130520:compile
> >> |     |  |  \-
> org.eclipse.jetty:jetty-client:jar:7.6.4.v20120524:compile
> >> |     |  \-
> org.eclipse.jetty:jetty-websocket:jar:7.6.4.v20120524:compile
> >> |     +- org.cometd.java:cometd-java-annotations:jar:2.4.3:compile
> >> |     \- org.atmosphere:atmosphere-runtime:jar:1.0.0:compile
> >> |        +- org.atmosphere:atmosphere-compat-jbossweb:jar:1.0.0:compile
> >> |        +- org.atmosphere:atmosphere-compat-tomcat:jar:1.0.0:compile
> >> |        \- org.atmosphere:atmosphere-compat-tomcat7:jar:1.0.0:compile
> >> +- commons-lang:commons-lang:jar:2.3:compile
> >> +- org.got5:tapestry5-highcharts:jar:1.2.1-SNAPSHOT:compile
> >> +- org.tynamo:tapestry-security:jar:0.5.1:compile
> >> |  +- org.apache.shiro:shiro-web:jar:1.2.0:compile
> >> |  |  \- org.apache.shiro:shiro-core:jar:1.2.0:compile
> >> |  |     \- commons-beanutils:commons-beanutils:jar:1.8.3:compile
> >> |  +- org.tynamo:tynamo-common:jar:0.0.3:compile
> >> |  \- org.tynamo:tapestry-exceptionpage:jar:0.1.2:compile
> >> +- org.tynamo:tapestry-resteasy:jar:0.3.0:compile
> >> |  +- org.jboss.resteasy:resteasy-jaxrs:jar:2.3.0.GA:compile
> >> |  |  +- org.jboss.resteasy:jaxrs-api:jar:2.3.0.GA:compile
> >> |  |  +- org.scannotation:scannotation:jar:1.0.3:compile
> >> |  |  |  \- javassist:javassist:jar:3.12.1.GA:compile
> >> |  |  +- javax.annotation:jsr250-api:jar:1.0:compile
> >> |  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
> >> |  |  \- net.jcip:jcip-annotations:jar:1.0:compile
> >> |  \- org.jboss.resteasy:resteasy-jaxb-provider:jar:2.3.0.GA:compile
> >> |     +- com.sun.xml.bind:jaxb-impl:jar:2.2.4:compile
> >> |     |  \- javax.xml.bind:jaxb-api:jar:2.2.3:compile
> >> |     \- com.sun.xml.stream:sjsxp:jar:1.0.1:compile
> >> |        \- javax.xml.stream:stax-api:jar:1.0:compile
> >> +- org.jboss.resteasy:resteasy-jettison-provider:jar:2.3.4.Final:compile
> >> |  \- org.codehaus.jettison:jettison:jar:1.3.1:compile
> >> +- org.jboss.resteasy:resteasy-multipart-provider:jar:2.2.0.GA:compile
> >> |  \- org.apache.james:apache-mime4j:jar:0.6:compile
> >> +- com.amazonaws:aws-java-sdk:jar:1.6.2:compile
> >> |  +- commons-logging:commons-logging:jar:1.1.1:compile
> >> |  +- org.apache.httpcomponents:httpclient:jar:4.2:compile
> >> |  |  \- org.apache.httpcomponents:httpcore:jar:4.2:compile
> >> |  +- commons-codec:commons-codec:jar:1.3:compile
> >> |  +- com.fasterxml.jackson.core:jackson-core:jar:2.1.1:compile
> >> |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.1.1:compile
> >> |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1:compile
> >> +- org.hibernate:hibernate-c3p0:jar:3.6.11-SNAPSHOT:compile
> >> |  +- org.hibernate:hibernate-core:jar:3.6.11-SNAPSHOT:compile
> >> |  |  +- antlr:antlr:jar:2.7.6:compile
> >> |  |  +- commons-collections:commons-collections:jar:3.1:compile
> >> |  |  +- dom4j:dom4j:jar:1.6.1:compile
> >> |  |  \- javax.transaction:jta:jar:1.1:compile
> >> |  +- c3p0:c3p0:jar:0.9.1:compile
> >> |  \- org.slf4j:slf4j-api:jar:1.6.1:compile
> >> +- org.hsqldb:hsqldb:jar:2.3.1:compile
> >> +- mysql:mysql-connector-java:jar:5.1.26:compile
> >> +- javax.mail:mail:jar:1.4.7:compile
> >> |  \- javax.activation:activation:jar:1.1:compile
> >> +- joda-time:joda-time:jar:2.3:compile
> >> +- net.coobird:thumbnailator:jar:0.4.6:compile
> >> +- org.apache.tapestry:tapestry-test:jar:5.4-SNAPSHOT:test
> >> |  +- org.apache.tapestry:tapestry-test-data:jar:5.4-SNAPSHOT:test
> >> |  +- org.seleniumhq.selenium:selenium-java:jar:2.33.0:test
> >> |  |  +- org.seleniumhq.selenium:selenium-android-driver:jar:2.33.0:test
> >> |  |  |  \- org.seleniumhq.selenium:selenium-remote-driver:jar:2.
> >> 33.0:test
> >> |  |  |     +- org.json:json:jar:20080701:test
> >> |  |  |     \- com.google.guava:guava:jar:14.0:test
> >> |  |  +- org.seleniumhq.selenium:selenium-chrome-driver:jar:2.33.0:test
> >> |  |  +-
> org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.33.0:test
> >> |  |  |  \- net.sourceforge.htmlunit:htmlunit:jar:2.12:test
> >> |  |  |     +- xalan:xalan:jar:2.7.1:test
> >> |  |  |     |  \- xalan:serializer:jar:2.7.1:test
> >> |  |  |     +- org.apache.commons:commons-lang3:jar:3.1:test
> >> |  |  |     +- org.apache.httpcomponents:httpmime:jar:4.2.3:test
> >> |  |  |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.12:test
> >> |  |  |     +- xerces:xercesImpl:jar:2.10.0:test
> >> |  |  |     |  \- xml-apis:xml-apis:jar:1.4.01:test
> >> |  |  |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.18:test
> >> |  |  |     \- net.sourceforge.cssparser:cssparser:jar:0.9.9:test
> >> |  |  |        \- org.w3c.css:sac:jar:1.3:test
> >> |  |  +- org.seleniumhq.selenium:selenium-firefox-driver:jar:2.33.0:test
> >> |  |  |  \- org.apache.commons:commons-exec:jar:1.1:test
> >> |  |  +- org.seleniumhq.selenium:selenium-ie-driver:jar:2.33.0:test
> >> |  |  |  +- net.java.dev.jna:jna:jar:3.4.0:test
> >> |  |  |  \- net.java.dev.jna:platform:jar:3.4.0:test
> >> |  |  +- org.seleniumhq.selenium:selenium-iphone-driver:jar:2.33.0:test
> >> |  |  +- org.seleniumhq.selenium:selenium-safari-driver:jar:2.33.0:test
> >> |  |  +- org.seleniumhq.selenium:selenium-support:jar:2.33.0:test
> >> |  |  |  \- org.seleniumhq.selenium:selenium-api:jar:2.33.0:test
> >> |  |  \- org.webbitserver:webbit:jar:0.4.14:test
> >> |  |     \- io.netty:netty:jar:3.5.2.Final:test
> >> |  +- org.seleniumhq.selenium:selenium-server:jar:2.33.0:test
> >> |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.48:test
> >> |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.48:test
> >> |  |  +- mx4j:mx4j-tools:jar:3.0.1:test
> >> |  |  +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.9:test
> >> |  |  \- org.seleniumhq.selenium:jetty-repacked:jar:7.6.1:test
> >> |  \- org.apache.tapestry:tapestry-runner:jar:5.4-SNAPSHOT:test
> >> |     +- org.eclipse.jetty:jetty-jndi:jar:7.6.11.v20130520:test
> >> |     |  \- org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.
> >> v201005082020:test
> >> |     |     \- org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.
> >> v201105071233:test
> >> |     +- org.eclipse.jetty:jetty-plus:jar:7.6.11.v20130520:test
> >> |     |  \- org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.
> >> v201105210645:test
> >> |     +- org.eclipse.jetty:jetty-server:jar:7.6.11.v20130520:test
> >> |     |  \- org.eclipse.jetty.orbit:javax.servlet:jar:2.5.0.
> >> v201103041518:test
> >> |     +- org.eclipse.jetty:jetty-webapp:jar:7.6.11.v20130520:test
> >> |     |  +- org.eclipse.jetty:jetty-xml:jar:7.6.11.v20130520:test
> >> |     |  \- org.eclipse.jetty:jetty-servlet:jar:7.6.11.v20130520:test
> >> |     |     \-
> org.eclipse.jetty:jetty-security:jar:7.6.11.v20130520:test
> >> |     +- org.apache.tomcat:catalina:jar:6.0.30:test
> >> |     |  +- org.apache.tomcat:servlet-api:jar:6.0.30:test
> >> |     |  +- org.apache.tomcat:juli:jar:6.0.30:test
> >> |     |  \- org.apache.tomcat:annotations-api:jar:6.0.30:test
> >> |     +- org.apache.tomcat:coyote:jar:6.0.30:test
> >> |     \- org.apache.tomcat:dbcp:jar:6.0.30:test
> >> +- org.testng:testng:jar:6.8.7:test
> >> |  +- org.beanshell:bsh:jar:2.0b4:test
> >> |  +- com.beust:jcommander:jar:1.27:test
> >> |  \- org.yaml:snakeyaml:jar:1.12:test
> >> +- org.easymock:easymock:jar:3.2:test
> >> |  +- cglib:cglib-nodep:jar:2.2.2:test
> >> |  \- org.objenesis:objenesis:jar:1.3:test
> >> +- org.hamcrest:hamcrest-all:jar:1.3:test
> >> +- junit:junit:jar:4.11:compile
> >> |  \- org.hamcrest:hamcrest-core:jar:1.3:compile
> >> \- javax.servlet:servlet-api:jar:2.5:provided
> >>
> >>
> >>
> >> On Fri, Nov 1, 2013 at 6:39 PM, Andreas Ernst <ae...@ae-online.de> wrote:
> >>
> >>  Am 01.11.13 18:20, schrieb Boris Horvat:
> >>>
> >>>  Well the problem is not in the tapestry-jquery as I still have the
> same
> >>>
> >>>> issue after removing it
> >>>>
> >>>>
> >>> Do a clean rebuild.
> >>>
> >>>
> >>> --
> >>> ae | Andreas Ernst | IT Spektrum
> >>> Postfach 5, 65612 Beselich
> >>> Schupbacher Str. 32, 65614 Beselich, Germany
> >>> Tel: +49-6484-91002 Fax: +49-6484-91003
> >>> ae@ae-online.de | www.ae-online.de
> >>> www.tachyon-online.de
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>
> >>>
> >>>
> >>
> >>
> >
> > --
> > Thiago H. de Paula Figueiredo
> > Tapestry, Java and Hibernate consultant and developer
> > http://machina.com.br
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> Sincerely
> *Boris Horvat*
>

Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
I was unable to find any alpha version in

        <repository>
            <id>apache-staging</id>
            <name>Apache staging</name>
            <url>https://repository.apache.org/content/groups/staging</url>
        </repository>

        <repository>
            <id>apache-snapshot</id>
            <name>Apache snapshot</name>
            <url>https://repository.apache.org/content/groups/snapshots
</url>
        </repository>

Am I looking into the wrong repository?

Cheers



On Mon, Nov 4, 2013 at 2:20 AM, Thiago H de Paula Figueiredo <
thiagohp@gmail.com> wrote:

> I'll try to give a shot at cloning the repository and getting this to work
> this week.
>
> By the way, I noticed you're trying to use 5.4-SNAPSHOT. Due to some
> problems the team is already taking care, no snapshots have been uploaded
> to the repository. In addition, snapshots may not work. I'd try
> 5.4-alpha-23.
>
>
> On Sun, 03 Nov 2013 19:47:25 -0200, Boris Horvat <ho...@gmail.com>
> wrote:
>
>  Sadly even after removing all the tapestry5-jquery dependency (there was
>> one transient), and doing a clean build I still have the same problem.
>> I have also tried to create an object of AjaxUploadServletRequestFilter in
>> order to see where does it come from but it simple doesnt exist in my
>> project since I cant import it
>>
>> org.apache.shiro.subject.ExecutionException:
>> java.lang.NoSuchMethodError:
>> org.apache.tapestry5.services.javascript.JavaScriptSupport.
>> importStylesheet(Lorg/apache/tapestry5/Asset;)V
>>         at org.apache.shiro.subject.support.DelegatingSubject.
>> execute(DelegatingSubject.java:382)
>>         at org.tynamo.security.services.impl.SecurityConfiguration.
>> service(SecurityConfiguration.java:54)
>>         at $HttpServletRequestFilter_27b927612afe0.service(Unknown
>> Source)
>>         at $HttpServletRequestHandler_27b927612afe3.service(Unknown
>> Source)
>>         at org.got5.tapestry5.jquery.services.
>> AjaxUploadServletRequestFilter.service(AjaxUploadServletRequestFilter
>> .java:27)
>>
>>
>> Here is a depndency tree if it helps
>>
>>
>> com.bomahabo:flow:war:0.6.1.0
>> +- org.apache.tapestry:tapestry-hibernate:jar:5.4-SNAPSHOT:compile
>> |  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
>> |  +- org.apache.tapestry:tapestry-core:jar:5.4-SNAPSHOT:compile
>> |  |  +- org.antlr:antlr-runtime:jar:3.3:compile
>> |  |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-SNAPSHOT:compile
>> |  |  |  +- org.apache.tapestry:plastic:jar:5.4-SNAPSHOT:compile
>> |  |  |  +- org.apache.tapestry:tapestry5-annotations:jar:5.4-SNAPSHOT:
>> compile
>> |  |  |  +- javax.inject:javax.inject:jar:1:compile
>> |  |  |  \- org.apache.tapestry:tapestry-func:jar:5.4-SNAPSHOT:compile
>> |  |  \- org.apache.tapestry:tapestry-json:jar:5.4-SNAPSHOT:compile
>> |  \- org.apache.tapestry:tapestry-hibernate-core:jar:5.4-
>> SNAPSHOT:compile
>> |     +- org.hibernate.javax.persistence:hibernate-jpa-2.0-
>> api:jar:1.0.0.Final:compile
>> |     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
>> |     \- org.hibernate:hibernate-commons-annotations:jar:3.2.0.
>> Final:compile
>> +- org.apache.tapestry:tapestry-upload:jar:5.4-SNAPSHOT:compile
>> |  +- commons-io:commons-io:jar:2.0.1:compile
>> |  \- commons-fileupload:commons-fileupload:jar:1.2.2:compile
>> +- org.lazan:tapestry-cometd:jar:0.9.14:compile
>> |  \- org.atmosphere:atmosphere-cometd:jar:1.0.0:compile
>> |     +- org.cometd.java:cometd-java-server:jar:2.4.3:compile
>> |     |  +- org.cometd.java:bayeux-api:jar:2.4.3:compile
>> |     |  +- org.cometd.java:cometd-java-common:jar:2.4.3:compile
>> |     |  +- org.eclipse.jetty:jetty-continuation:jar:7.6.4.
>> v20120524:compile
>> |     |  +- org.eclipse.jetty:jetty-util:jar:7.6.4.v20120524:compile
>> |     |  \- org.eclipse.jetty:jetty-jmx:jar:7.6.4.v20120524:compile
>> |     +- org.cometd.java:cometd-websocket-jetty:jar:2.4.3:compile
>> |     |  +- org.cometd.java:cometd-java-client:jar:2.4.3:compile
>> |     |  |  +- org.eclipse.jetty:jetty-io:jar:7.6.4.v20120524:compile
>> |     |  |  +- org.eclipse.jetty:jetty-http:jar:7.6.11.v20130520:compile
>> |     |  |  \- org.eclipse.jetty:jetty-client:jar:7.6.4.v20120524:compile
>> |     |  \- org.eclipse.jetty:jetty-websocket:jar:7.6.4.v20120524:compile
>> |     +- org.cometd.java:cometd-java-annotations:jar:2.4.3:compile
>> |     \- org.atmosphere:atmosphere-runtime:jar:1.0.0:compile
>> |        +- org.atmosphere:atmosphere-compat-jbossweb:jar:1.0.0:compile
>> |        +- org.atmosphere:atmosphere-compat-tomcat:jar:1.0.0:compile
>> |        \- org.atmosphere:atmosphere-compat-tomcat7:jar:1.0.0:compile
>> +- commons-lang:commons-lang:jar:2.3:compile
>> +- org.got5:tapestry5-highcharts:jar:1.2.1-SNAPSHOT:compile
>> +- org.tynamo:tapestry-security:jar:0.5.1:compile
>> |  +- org.apache.shiro:shiro-web:jar:1.2.0:compile
>> |  |  \- org.apache.shiro:shiro-core:jar:1.2.0:compile
>> |  |     \- commons-beanutils:commons-beanutils:jar:1.8.3:compile
>> |  +- org.tynamo:tynamo-common:jar:0.0.3:compile
>> |  \- org.tynamo:tapestry-exceptionpage:jar:0.1.2:compile
>> +- org.tynamo:tapestry-resteasy:jar:0.3.0:compile
>> |  +- org.jboss.resteasy:resteasy-jaxrs:jar:2.3.0.GA:compile
>> |  |  +- org.jboss.resteasy:jaxrs-api:jar:2.3.0.GA:compile
>> |  |  +- org.scannotation:scannotation:jar:1.0.3:compile
>> |  |  |  \- javassist:javassist:jar:3.12.1.GA:compile
>> |  |  +- javax.annotation:jsr250-api:jar:1.0:compile
>> |  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
>> |  |  \- net.jcip:jcip-annotations:jar:1.0:compile
>> |  \- org.jboss.resteasy:resteasy-jaxb-provider:jar:2.3.0.GA:compile
>> |     +- com.sun.xml.bind:jaxb-impl:jar:2.2.4:compile
>> |     |  \- javax.xml.bind:jaxb-api:jar:2.2.3:compile
>> |     \- com.sun.xml.stream:sjsxp:jar:1.0.1:compile
>> |        \- javax.xml.stream:stax-api:jar:1.0:compile
>> +- org.jboss.resteasy:resteasy-jettison-provider:jar:2.3.4.Final:compile
>> |  \- org.codehaus.jettison:jettison:jar:1.3.1:compile
>> +- org.jboss.resteasy:resteasy-multipart-provider:jar:2.2.0.GA:compile
>> |  \- org.apache.james:apache-mime4j:jar:0.6:compile
>> +- com.amazonaws:aws-java-sdk:jar:1.6.2:compile
>> |  +- commons-logging:commons-logging:jar:1.1.1:compile
>> |  +- org.apache.httpcomponents:httpclient:jar:4.2:compile
>> |  |  \- org.apache.httpcomponents:httpcore:jar:4.2:compile
>> |  +- commons-codec:commons-codec:jar:1.3:compile
>> |  +- com.fasterxml.jackson.core:jackson-core:jar:2.1.1:compile
>> |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.1.1:compile
>> |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1:compile
>> +- org.hibernate:hibernate-c3p0:jar:3.6.11-SNAPSHOT:compile
>> |  +- org.hibernate:hibernate-core:jar:3.6.11-SNAPSHOT:compile
>> |  |  +- antlr:antlr:jar:2.7.6:compile
>> |  |  +- commons-collections:commons-collections:jar:3.1:compile
>> |  |  +- dom4j:dom4j:jar:1.6.1:compile
>> |  |  \- javax.transaction:jta:jar:1.1:compile
>> |  +- c3p0:c3p0:jar:0.9.1:compile
>> |  \- org.slf4j:slf4j-api:jar:1.6.1:compile
>> +- org.hsqldb:hsqldb:jar:2.3.1:compile
>> +- mysql:mysql-connector-java:jar:5.1.26:compile
>> +- javax.mail:mail:jar:1.4.7:compile
>> |  \- javax.activation:activation:jar:1.1:compile
>> +- joda-time:joda-time:jar:2.3:compile
>> +- net.coobird:thumbnailator:jar:0.4.6:compile
>> +- org.apache.tapestry:tapestry-test:jar:5.4-SNAPSHOT:test
>> |  +- org.apache.tapestry:tapestry-test-data:jar:5.4-SNAPSHOT:test
>> |  +- org.seleniumhq.selenium:selenium-java:jar:2.33.0:test
>> |  |  +- org.seleniumhq.selenium:selenium-android-driver:jar:2.33.0:test
>> |  |  |  \- org.seleniumhq.selenium:selenium-remote-driver:jar:2.
>> 33.0:test
>> |  |  |     +- org.json:json:jar:20080701:test
>> |  |  |     \- com.google.guava:guava:jar:14.0:test
>> |  |  +- org.seleniumhq.selenium:selenium-chrome-driver:jar:2.33.0:test
>> |  |  +- org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.33.0:test
>> |  |  |  \- net.sourceforge.htmlunit:htmlunit:jar:2.12:test
>> |  |  |     +- xalan:xalan:jar:2.7.1:test
>> |  |  |     |  \- xalan:serializer:jar:2.7.1:test
>> |  |  |     +- org.apache.commons:commons-lang3:jar:3.1:test
>> |  |  |     +- org.apache.httpcomponents:httpmime:jar:4.2.3:test
>> |  |  |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.12:test
>> |  |  |     +- xerces:xercesImpl:jar:2.10.0:test
>> |  |  |     |  \- xml-apis:xml-apis:jar:1.4.01:test
>> |  |  |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.18:test
>> |  |  |     \- net.sourceforge.cssparser:cssparser:jar:0.9.9:test
>> |  |  |        \- org.w3c.css:sac:jar:1.3:test
>> |  |  +- org.seleniumhq.selenium:selenium-firefox-driver:jar:2.33.0:test
>> |  |  |  \- org.apache.commons:commons-exec:jar:1.1:test
>> |  |  +- org.seleniumhq.selenium:selenium-ie-driver:jar:2.33.0:test
>> |  |  |  +- net.java.dev.jna:jna:jar:3.4.0:test
>> |  |  |  \- net.java.dev.jna:platform:jar:3.4.0:test
>> |  |  +- org.seleniumhq.selenium:selenium-iphone-driver:jar:2.33.0:test
>> |  |  +- org.seleniumhq.selenium:selenium-safari-driver:jar:2.33.0:test
>> |  |  +- org.seleniumhq.selenium:selenium-support:jar:2.33.0:test
>> |  |  |  \- org.seleniumhq.selenium:selenium-api:jar:2.33.0:test
>> |  |  \- org.webbitserver:webbit:jar:0.4.14:test
>> |  |     \- io.netty:netty:jar:3.5.2.Final:test
>> |  +- org.seleniumhq.selenium:selenium-server:jar:2.33.0:test
>> |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.48:test
>> |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.48:test
>> |  |  +- mx4j:mx4j-tools:jar:3.0.1:test
>> |  |  +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.9:test
>> |  |  \- org.seleniumhq.selenium:jetty-repacked:jar:7.6.1:test
>> |  \- org.apache.tapestry:tapestry-runner:jar:5.4-SNAPSHOT:test
>> |     +- org.eclipse.jetty:jetty-jndi:jar:7.6.11.v20130520:test
>> |     |  \- org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.
>> v201005082020:test
>> |     |     \- org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.
>> v201105071233:test
>> |     +- org.eclipse.jetty:jetty-plus:jar:7.6.11.v20130520:test
>> |     |  \- org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.
>> v201105210645:test
>> |     +- org.eclipse.jetty:jetty-server:jar:7.6.11.v20130520:test
>> |     |  \- org.eclipse.jetty.orbit:javax.servlet:jar:2.5.0.
>> v201103041518:test
>> |     +- org.eclipse.jetty:jetty-webapp:jar:7.6.11.v20130520:test
>> |     |  +- org.eclipse.jetty:jetty-xml:jar:7.6.11.v20130520:test
>> |     |  \- org.eclipse.jetty:jetty-servlet:jar:7.6.11.v20130520:test
>> |     |     \- org.eclipse.jetty:jetty-security:jar:7.6.11.v20130520:test
>> |     +- org.apache.tomcat:catalina:jar:6.0.30:test
>> |     |  +- org.apache.tomcat:servlet-api:jar:6.0.30:test
>> |     |  +- org.apache.tomcat:juli:jar:6.0.30:test
>> |     |  \- org.apache.tomcat:annotations-api:jar:6.0.30:test
>> |     +- org.apache.tomcat:coyote:jar:6.0.30:test
>> |     \- org.apache.tomcat:dbcp:jar:6.0.30:test
>> +- org.testng:testng:jar:6.8.7:test
>> |  +- org.beanshell:bsh:jar:2.0b4:test
>> |  +- com.beust:jcommander:jar:1.27:test
>> |  \- org.yaml:snakeyaml:jar:1.12:test
>> +- org.easymock:easymock:jar:3.2:test
>> |  +- cglib:cglib-nodep:jar:2.2.2:test
>> |  \- org.objenesis:objenesis:jar:1.3:test
>> +- org.hamcrest:hamcrest-all:jar:1.3:test
>> +- junit:junit:jar:4.11:compile
>> |  \- org.hamcrest:hamcrest-core:jar:1.3:compile
>> \- javax.servlet:servlet-api:jar:2.5:provided
>>
>>
>>
>> On Fri, Nov 1, 2013 at 6:39 PM, Andreas Ernst <ae...@ae-online.de> wrote:
>>
>>  Am 01.11.13 18:20, schrieb Boris Horvat:
>>>
>>>  Well the problem is not in the tapestry-jquery as I still have the same
>>>
>>>> issue after removing it
>>>>
>>>>
>>> Do a clean rebuild.
>>>
>>>
>>> --
>>> ae | Andreas Ernst | IT Spektrum
>>> Postfach 5, 65612 Beselich
>>> Schupbacher Str. 32, 65614 Beselich, Germany
>>> Tel: +49-6484-91002 Fax: +49-6484-91003
>>> ae@ae-online.de | www.ae-online.de
>>> www.tachyon-online.de
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>>
>>
>>
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
I'll try to give a shot at cloning the repository and getting this to work  
this week.

By the way, I noticed you're trying to use 5.4-SNAPSHOT. Due to some  
problems the team is already taking care, no snapshots have been uploaded  
to the repository. In addition, snapshots may not work. I'd try  
5.4-alpha-23.

On Sun, 03 Nov 2013 19:47:25 -0200, Boris Horvat  
<ho...@gmail.com> wrote:

> Sadly even after removing all the tapestry5-jquery dependency (there was
> one transient), and doing a clean build I still have the same problem.
> I have also tried to create an object of AjaxUploadServletRequestFilter  
> in
> order to see where does it come from but it simple doesnt exist in my
> project since I cant import it
>
> org.apache.shiro.subject.ExecutionException:
> java.lang.NoSuchMethodError:
> org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V
> 	at  
> org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:382)
> 	at  
> org.tynamo.security.services.impl.SecurityConfiguration.service(SecurityConfiguration.java:54)
> 	at $HttpServletRequestFilter_27b927612afe0.service(Unknown Source)
> 	at $HttpServletRequestHandler_27b927612afe3.service(Unknown Source)
> 	at  
> org.got5.tapestry5.jquery.services.AjaxUploadServletRequestFilter.service(AjaxUploadServletRequestFilter.java:27)
>
>
> Here is a depndency tree if it helps
>
>
> com.bomahabo:flow:war:0.6.1.0
> +- org.apache.tapestry:tapestry-hibernate:jar:5.4-SNAPSHOT:compile
> |  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
> |  +- org.apache.tapestry:tapestry-core:jar:5.4-SNAPSHOT:compile
> |  |  +- org.antlr:antlr-runtime:jar:3.3:compile
> |  |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-SNAPSHOT:compile
> |  |  |  +- org.apache.tapestry:plastic:jar:5.4-SNAPSHOT:compile
> |  |  |  +-  
> org.apache.tapestry:tapestry5-annotations:jar:5.4-SNAPSHOT:compile
> |  |  |  +- javax.inject:javax.inject:jar:1:compile
> |  |  |  \- org.apache.tapestry:tapestry-func:jar:5.4-SNAPSHOT:compile
> |  |  \- org.apache.tapestry:tapestry-json:jar:5.4-SNAPSHOT:compile
> |  \-  
> org.apache.tapestry:tapestry-hibernate-core:jar:5.4-SNAPSHOT:compile
> |     +-  
> org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final:compile
> |     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
> |     \-  
> org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile
> +- org.apache.tapestry:tapestry-upload:jar:5.4-SNAPSHOT:compile
> |  +- commons-io:commons-io:jar:2.0.1:compile
> |  \- commons-fileupload:commons-fileupload:jar:1.2.2:compile
> +- org.lazan:tapestry-cometd:jar:0.9.14:compile
> |  \- org.atmosphere:atmosphere-cometd:jar:1.0.0:compile
> |     +- org.cometd.java:cometd-java-server:jar:2.4.3:compile
> |     |  +- org.cometd.java:bayeux-api:jar:2.4.3:compile
> |     |  +- org.cometd.java:cometd-java-common:jar:2.4.3:compile
> |     |  +-  
> org.eclipse.jetty:jetty-continuation:jar:7.6.4.v20120524:compile
> |     |  +- org.eclipse.jetty:jetty-util:jar:7.6.4.v20120524:compile
> |     |  \- org.eclipse.jetty:jetty-jmx:jar:7.6.4.v20120524:compile
> |     +- org.cometd.java:cometd-websocket-jetty:jar:2.4.3:compile
> |     |  +- org.cometd.java:cometd-java-client:jar:2.4.3:compile
> |     |  |  +- org.eclipse.jetty:jetty-io:jar:7.6.4.v20120524:compile
> |     |  |  +- org.eclipse.jetty:jetty-http:jar:7.6.11.v20130520:compile
> |     |  |  \- org.eclipse.jetty:jetty-client:jar:7.6.4.v20120524:compile
> |     |  \- org.eclipse.jetty:jetty-websocket:jar:7.6.4.v20120524:compile
> |     +- org.cometd.java:cometd-java-annotations:jar:2.4.3:compile
> |     \- org.atmosphere:atmosphere-runtime:jar:1.0.0:compile
> |        +- org.atmosphere:atmosphere-compat-jbossweb:jar:1.0.0:compile
> |        +- org.atmosphere:atmosphere-compat-tomcat:jar:1.0.0:compile
> |        \- org.atmosphere:atmosphere-compat-tomcat7:jar:1.0.0:compile
> +- commons-lang:commons-lang:jar:2.3:compile
> +- org.got5:tapestry5-highcharts:jar:1.2.1-SNAPSHOT:compile
> +- org.tynamo:tapestry-security:jar:0.5.1:compile
> |  +- org.apache.shiro:shiro-web:jar:1.2.0:compile
> |  |  \- org.apache.shiro:shiro-core:jar:1.2.0:compile
> |  |     \- commons-beanutils:commons-beanutils:jar:1.8.3:compile
> |  +- org.tynamo:tynamo-common:jar:0.0.3:compile
> |  \- org.tynamo:tapestry-exceptionpage:jar:0.1.2:compile
> +- org.tynamo:tapestry-resteasy:jar:0.3.0:compile
> |  +- org.jboss.resteasy:resteasy-jaxrs:jar:2.3.0.GA:compile
> |  |  +- org.jboss.resteasy:jaxrs-api:jar:2.3.0.GA:compile
> |  |  +- org.scannotation:scannotation:jar:1.0.3:compile
> |  |  |  \- javassist:javassist:jar:3.12.1.GA:compile
> |  |  +- javax.annotation:jsr250-api:jar:1.0:compile
> |  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
> |  |  \- net.jcip:jcip-annotations:jar:1.0:compile
> |  \- org.jboss.resteasy:resteasy-jaxb-provider:jar:2.3.0.GA:compile
> |     +- com.sun.xml.bind:jaxb-impl:jar:2.2.4:compile
> |     |  \- javax.xml.bind:jaxb-api:jar:2.2.3:compile
> |     \- com.sun.xml.stream:sjsxp:jar:1.0.1:compile
> |        \- javax.xml.stream:stax-api:jar:1.0:compile
> +- org.jboss.resteasy:resteasy-jettison-provider:jar:2.3.4.Final:compile
> |  \- org.codehaus.jettison:jettison:jar:1.3.1:compile
> +- org.jboss.resteasy:resteasy-multipart-provider:jar:2.2.0.GA:compile
> |  \- org.apache.james:apache-mime4j:jar:0.6:compile
> +- com.amazonaws:aws-java-sdk:jar:1.6.2:compile
> |  +- commons-logging:commons-logging:jar:1.1.1:compile
> |  +- org.apache.httpcomponents:httpclient:jar:4.2:compile
> |  |  \- org.apache.httpcomponents:httpcore:jar:4.2:compile
> |  +- commons-codec:commons-codec:jar:1.3:compile
> |  +- com.fasterxml.jackson.core:jackson-core:jar:2.1.1:compile
> |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.1.1:compile
> |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1:compile
> +- org.hibernate:hibernate-c3p0:jar:3.6.11-SNAPSHOT:compile
> |  +- org.hibernate:hibernate-core:jar:3.6.11-SNAPSHOT:compile
> |  |  +- antlr:antlr:jar:2.7.6:compile
> |  |  +- commons-collections:commons-collections:jar:3.1:compile
> |  |  +- dom4j:dom4j:jar:1.6.1:compile
> |  |  \- javax.transaction:jta:jar:1.1:compile
> |  +- c3p0:c3p0:jar:0.9.1:compile
> |  \- org.slf4j:slf4j-api:jar:1.6.1:compile
> +- org.hsqldb:hsqldb:jar:2.3.1:compile
> +- mysql:mysql-connector-java:jar:5.1.26:compile
> +- javax.mail:mail:jar:1.4.7:compile
> |  \- javax.activation:activation:jar:1.1:compile
> +- joda-time:joda-time:jar:2.3:compile
> +- net.coobird:thumbnailator:jar:0.4.6:compile
> +- org.apache.tapestry:tapestry-test:jar:5.4-SNAPSHOT:test
> |  +- org.apache.tapestry:tapestry-test-data:jar:5.4-SNAPSHOT:test
> |  +- org.seleniumhq.selenium:selenium-java:jar:2.33.0:test
> |  |  +- org.seleniumhq.selenium:selenium-android-driver:jar:2.33.0:test
> |  |  |  \-  
> org.seleniumhq.selenium:selenium-remote-driver:jar:2.33.0:test
> |  |  |     +- org.json:json:jar:20080701:test
> |  |  |     \- com.google.guava:guava:jar:14.0:test
> |  |  +- org.seleniumhq.selenium:selenium-chrome-driver:jar:2.33.0:test
> |  |  +- org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.33.0:test
> |  |  |  \- net.sourceforge.htmlunit:htmlunit:jar:2.12:test
> |  |  |     +- xalan:xalan:jar:2.7.1:test
> |  |  |     |  \- xalan:serializer:jar:2.7.1:test
> |  |  |     +- org.apache.commons:commons-lang3:jar:3.1:test
> |  |  |     +- org.apache.httpcomponents:httpmime:jar:4.2.3:test
> |  |  |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.12:test
> |  |  |     +- xerces:xercesImpl:jar:2.10.0:test
> |  |  |     |  \- xml-apis:xml-apis:jar:1.4.01:test
> |  |  |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.18:test
> |  |  |     \- net.sourceforge.cssparser:cssparser:jar:0.9.9:test
> |  |  |        \- org.w3c.css:sac:jar:1.3:test
> |  |  +- org.seleniumhq.selenium:selenium-firefox-driver:jar:2.33.0:test
> |  |  |  \- org.apache.commons:commons-exec:jar:1.1:test
> |  |  +- org.seleniumhq.selenium:selenium-ie-driver:jar:2.33.0:test
> |  |  |  +- net.java.dev.jna:jna:jar:3.4.0:test
> |  |  |  \- net.java.dev.jna:platform:jar:3.4.0:test
> |  |  +- org.seleniumhq.selenium:selenium-iphone-driver:jar:2.33.0:test
> |  |  +- org.seleniumhq.selenium:selenium-safari-driver:jar:2.33.0:test
> |  |  +- org.seleniumhq.selenium:selenium-support:jar:2.33.0:test
> |  |  |  \- org.seleniumhq.selenium:selenium-api:jar:2.33.0:test
> |  |  \- org.webbitserver:webbit:jar:0.4.14:test
> |  |     \- io.netty:netty:jar:3.5.2.Final:test
> |  +- org.seleniumhq.selenium:selenium-server:jar:2.33.0:test
> |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.48:test
> |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.48:test
> |  |  +- mx4j:mx4j-tools:jar:3.0.1:test
> |  |  +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.9:test
> |  |  \- org.seleniumhq.selenium:jetty-repacked:jar:7.6.1:test
> |  \- org.apache.tapestry:tapestry-runner:jar:5.4-SNAPSHOT:test
> |     +- org.eclipse.jetty:jetty-jndi:jar:7.6.11.v20130520:test
> |     |  \-  
> org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.v201005082020:test
> |     |     \-  
> org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.v201105071233:test
> |     +- org.eclipse.jetty:jetty-plus:jar:7.6.11.v20130520:test
> |     |  \-  
> org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.v201105210645:test
> |     +- org.eclipse.jetty:jetty-server:jar:7.6.11.v20130520:test
> |     |  \-  
> org.eclipse.jetty.orbit:javax.servlet:jar:2.5.0.v201103041518:test
> |     +- org.eclipse.jetty:jetty-webapp:jar:7.6.11.v20130520:test
> |     |  +- org.eclipse.jetty:jetty-xml:jar:7.6.11.v20130520:test
> |     |  \- org.eclipse.jetty:jetty-servlet:jar:7.6.11.v20130520:test
> |     |     \- org.eclipse.jetty:jetty-security:jar:7.6.11.v20130520:test
> |     +- org.apache.tomcat:catalina:jar:6.0.30:test
> |     |  +- org.apache.tomcat:servlet-api:jar:6.0.30:test
> |     |  +- org.apache.tomcat:juli:jar:6.0.30:test
> |     |  \- org.apache.tomcat:annotations-api:jar:6.0.30:test
> |     +- org.apache.tomcat:coyote:jar:6.0.30:test
> |     \- org.apache.tomcat:dbcp:jar:6.0.30:test
> +- org.testng:testng:jar:6.8.7:test
> |  +- org.beanshell:bsh:jar:2.0b4:test
> |  +- com.beust:jcommander:jar:1.27:test
> |  \- org.yaml:snakeyaml:jar:1.12:test
> +- org.easymock:easymock:jar:3.2:test
> |  +- cglib:cglib-nodep:jar:2.2.2:test
> |  \- org.objenesis:objenesis:jar:1.3:test
> +- org.hamcrest:hamcrest-all:jar:1.3:test
> +- junit:junit:jar:4.11:compile
> |  \- org.hamcrest:hamcrest-core:jar:1.3:compile
> \- javax.servlet:servlet-api:jar:2.5:provided
>
>
>
> On Fri, Nov 1, 2013 at 6:39 PM, Andreas Ernst <ae...@ae-online.de> wrote:
>
>> Am 01.11.13 18:20, schrieb Boris Horvat:
>>
>>  Well the problem is not in the tapestry-jquery as I still have the same
>>> issue after removing it
>>>
>>
>> Do a clean rebuild.
>>
>>
>> --
>> ae | Andreas Ernst | IT Spektrum
>> Postfach 5, 65612 Beselich
>> Schupbacher Str. 32, 65614 Beselich, Germany
>> Tel: +49-6484-91002 Fax: +49-6484-91003
>> ae@ae-online.de | www.ae-online.de
>> www.tachyon-online.de
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
>


-- 
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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


Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
Sadly even after removing all the tapestry5-jquery dependency (there was
one transient), and doing a clean build I still have the same problem.
I have also tried to create an object of AjaxUploadServletRequestFilter in
order to see where does it come from but it simple doesnt exist in my
project since I cant import it

org.apache.shiro.subject.ExecutionException:
java.lang.NoSuchMethodError:
org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V
	at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:382)
	at org.tynamo.security.services.impl.SecurityConfiguration.service(SecurityConfiguration.java:54)
	at $HttpServletRequestFilter_27b927612afe0.service(Unknown Source)
	at $HttpServletRequestHandler_27b927612afe3.service(Unknown Source)
	at org.got5.tapestry5.jquery.services.AjaxUploadServletRequestFilter.service(AjaxUploadServletRequestFilter.java:27)


Here is a depndency tree if it helps


com.bomahabo:flow:war:0.6.1.0
+- org.apache.tapestry:tapestry-hibernate:jar:5.4-SNAPSHOT:compile
|  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
|  +- org.apache.tapestry:tapestry-core:jar:5.4-SNAPSHOT:compile
|  |  +- org.antlr:antlr-runtime:jar:3.3:compile
|  |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-SNAPSHOT:compile
|  |  |  +- org.apache.tapestry:plastic:jar:5.4-SNAPSHOT:compile
|  |  |  +- org.apache.tapestry:tapestry5-annotations:jar:5.4-SNAPSHOT:compile
|  |  |  +- javax.inject:javax.inject:jar:1:compile
|  |  |  \- org.apache.tapestry:tapestry-func:jar:5.4-SNAPSHOT:compile
|  |  \- org.apache.tapestry:tapestry-json:jar:5.4-SNAPSHOT:compile
|  \- org.apache.tapestry:tapestry-hibernate-core:jar:5.4-SNAPSHOT:compile
|     +- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final:compile
|     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
|     \- org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile
+- org.apache.tapestry:tapestry-upload:jar:5.4-SNAPSHOT:compile
|  +- commons-io:commons-io:jar:2.0.1:compile
|  \- commons-fileupload:commons-fileupload:jar:1.2.2:compile
+- org.lazan:tapestry-cometd:jar:0.9.14:compile
|  \- org.atmosphere:atmosphere-cometd:jar:1.0.0:compile
|     +- org.cometd.java:cometd-java-server:jar:2.4.3:compile
|     |  +- org.cometd.java:bayeux-api:jar:2.4.3:compile
|     |  +- org.cometd.java:cometd-java-common:jar:2.4.3:compile
|     |  +- org.eclipse.jetty:jetty-continuation:jar:7.6.4.v20120524:compile
|     |  +- org.eclipse.jetty:jetty-util:jar:7.6.4.v20120524:compile
|     |  \- org.eclipse.jetty:jetty-jmx:jar:7.6.4.v20120524:compile
|     +- org.cometd.java:cometd-websocket-jetty:jar:2.4.3:compile
|     |  +- org.cometd.java:cometd-java-client:jar:2.4.3:compile
|     |  |  +- org.eclipse.jetty:jetty-io:jar:7.6.4.v20120524:compile
|     |  |  +- org.eclipse.jetty:jetty-http:jar:7.6.11.v20130520:compile
|     |  |  \- org.eclipse.jetty:jetty-client:jar:7.6.4.v20120524:compile
|     |  \- org.eclipse.jetty:jetty-websocket:jar:7.6.4.v20120524:compile
|     +- org.cometd.java:cometd-java-annotations:jar:2.4.3:compile
|     \- org.atmosphere:atmosphere-runtime:jar:1.0.0:compile
|        +- org.atmosphere:atmosphere-compat-jbossweb:jar:1.0.0:compile
|        +- org.atmosphere:atmosphere-compat-tomcat:jar:1.0.0:compile
|        \- org.atmosphere:atmosphere-compat-tomcat7:jar:1.0.0:compile
+- commons-lang:commons-lang:jar:2.3:compile
+- org.got5:tapestry5-highcharts:jar:1.2.1-SNAPSHOT:compile
+- org.tynamo:tapestry-security:jar:0.5.1:compile
|  +- org.apache.shiro:shiro-web:jar:1.2.0:compile
|  |  \- org.apache.shiro:shiro-core:jar:1.2.0:compile
|  |     \- commons-beanutils:commons-beanutils:jar:1.8.3:compile
|  +- org.tynamo:tynamo-common:jar:0.0.3:compile
|  \- org.tynamo:tapestry-exceptionpage:jar:0.1.2:compile
+- org.tynamo:tapestry-resteasy:jar:0.3.0:compile
|  +- org.jboss.resteasy:resteasy-jaxrs:jar:2.3.0.GA:compile
|  |  +- org.jboss.resteasy:jaxrs-api:jar:2.3.0.GA:compile
|  |  +- org.scannotation:scannotation:jar:1.0.3:compile
|  |  |  \- javassist:javassist:jar:3.12.1.GA:compile
|  |  +- javax.annotation:jsr250-api:jar:1.0:compile
|  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
|  |  \- net.jcip:jcip-annotations:jar:1.0:compile
|  \- org.jboss.resteasy:resteasy-jaxb-provider:jar:2.3.0.GA:compile
|     +- com.sun.xml.bind:jaxb-impl:jar:2.2.4:compile
|     |  \- javax.xml.bind:jaxb-api:jar:2.2.3:compile
|     \- com.sun.xml.stream:sjsxp:jar:1.0.1:compile
|        \- javax.xml.stream:stax-api:jar:1.0:compile
+- org.jboss.resteasy:resteasy-jettison-provider:jar:2.3.4.Final:compile
|  \- org.codehaus.jettison:jettison:jar:1.3.1:compile
+- org.jboss.resteasy:resteasy-multipart-provider:jar:2.2.0.GA:compile
|  \- org.apache.james:apache-mime4j:jar:0.6:compile
+- com.amazonaws:aws-java-sdk:jar:1.6.2:compile
|  +- commons-logging:commons-logging:jar:1.1.1:compile
|  +- org.apache.httpcomponents:httpclient:jar:4.2:compile
|  |  \- org.apache.httpcomponents:httpcore:jar:4.2:compile
|  +- commons-codec:commons-codec:jar:1.3:compile
|  +- com.fasterxml.jackson.core:jackson-core:jar:2.1.1:compile
|  +- com.fasterxml.jackson.core:jackson-databind:jar:2.1.1:compile
|  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1:compile
+- org.hibernate:hibernate-c3p0:jar:3.6.11-SNAPSHOT:compile
|  +- org.hibernate:hibernate-core:jar:3.6.11-SNAPSHOT:compile
|  |  +- antlr:antlr:jar:2.7.6:compile
|  |  +- commons-collections:commons-collections:jar:3.1:compile
|  |  +- dom4j:dom4j:jar:1.6.1:compile
|  |  \- javax.transaction:jta:jar:1.1:compile
|  +- c3p0:c3p0:jar:0.9.1:compile
|  \- org.slf4j:slf4j-api:jar:1.6.1:compile
+- org.hsqldb:hsqldb:jar:2.3.1:compile
+- mysql:mysql-connector-java:jar:5.1.26:compile
+- javax.mail:mail:jar:1.4.7:compile
|  \- javax.activation:activation:jar:1.1:compile
+- joda-time:joda-time:jar:2.3:compile
+- net.coobird:thumbnailator:jar:0.4.6:compile
+- org.apache.tapestry:tapestry-test:jar:5.4-SNAPSHOT:test
|  +- org.apache.tapestry:tapestry-test-data:jar:5.4-SNAPSHOT:test
|  +- org.seleniumhq.selenium:selenium-java:jar:2.33.0:test
|  |  +- org.seleniumhq.selenium:selenium-android-driver:jar:2.33.0:test
|  |  |  \- org.seleniumhq.selenium:selenium-remote-driver:jar:2.33.0:test
|  |  |     +- org.json:json:jar:20080701:test
|  |  |     \- com.google.guava:guava:jar:14.0:test
|  |  +- org.seleniumhq.selenium:selenium-chrome-driver:jar:2.33.0:test
|  |  +- org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.33.0:test
|  |  |  \- net.sourceforge.htmlunit:htmlunit:jar:2.12:test
|  |  |     +- xalan:xalan:jar:2.7.1:test
|  |  |     |  \- xalan:serializer:jar:2.7.1:test
|  |  |     +- org.apache.commons:commons-lang3:jar:3.1:test
|  |  |     +- org.apache.httpcomponents:httpmime:jar:4.2.3:test
|  |  |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.12:test
|  |  |     +- xerces:xercesImpl:jar:2.10.0:test
|  |  |     |  \- xml-apis:xml-apis:jar:1.4.01:test
|  |  |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.18:test
|  |  |     \- net.sourceforge.cssparser:cssparser:jar:0.9.9:test
|  |  |        \- org.w3c.css:sac:jar:1.3:test
|  |  +- org.seleniumhq.selenium:selenium-firefox-driver:jar:2.33.0:test
|  |  |  \- org.apache.commons:commons-exec:jar:1.1:test
|  |  +- org.seleniumhq.selenium:selenium-ie-driver:jar:2.33.0:test
|  |  |  +- net.java.dev.jna:jna:jar:3.4.0:test
|  |  |  \- net.java.dev.jna:platform:jar:3.4.0:test
|  |  +- org.seleniumhq.selenium:selenium-iphone-driver:jar:2.33.0:test
|  |  +- org.seleniumhq.selenium:selenium-safari-driver:jar:2.33.0:test
|  |  +- org.seleniumhq.selenium:selenium-support:jar:2.33.0:test
|  |  |  \- org.seleniumhq.selenium:selenium-api:jar:2.33.0:test
|  |  \- org.webbitserver:webbit:jar:0.4.14:test
|  |     \- io.netty:netty:jar:3.5.2.Final:test
|  +- org.seleniumhq.selenium:selenium-server:jar:2.33.0:test
|  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.48:test
|  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.48:test
|  |  +- mx4j:mx4j-tools:jar:3.0.1:test
|  |  +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.9:test
|  |  \- org.seleniumhq.selenium:jetty-repacked:jar:7.6.1:test
|  \- org.apache.tapestry:tapestry-runner:jar:5.4-SNAPSHOT:test
|     +- org.eclipse.jetty:jetty-jndi:jar:7.6.11.v20130520:test
|     |  \- org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.v201005082020:test
|     |     \- org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.v201105071233:test
|     +- org.eclipse.jetty:jetty-plus:jar:7.6.11.v20130520:test
|     |  \- org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.v201105210645:test
|     +- org.eclipse.jetty:jetty-server:jar:7.6.11.v20130520:test
|     |  \- org.eclipse.jetty.orbit:javax.servlet:jar:2.5.0.v201103041518:test
|     +- org.eclipse.jetty:jetty-webapp:jar:7.6.11.v20130520:test
|     |  +- org.eclipse.jetty:jetty-xml:jar:7.6.11.v20130520:test
|     |  \- org.eclipse.jetty:jetty-servlet:jar:7.6.11.v20130520:test
|     |     \- org.eclipse.jetty:jetty-security:jar:7.6.11.v20130520:test
|     +- org.apache.tomcat:catalina:jar:6.0.30:test
|     |  +- org.apache.tomcat:servlet-api:jar:6.0.30:test
|     |  +- org.apache.tomcat:juli:jar:6.0.30:test
|     |  \- org.apache.tomcat:annotations-api:jar:6.0.30:test
|     +- org.apache.tomcat:coyote:jar:6.0.30:test
|     \- org.apache.tomcat:dbcp:jar:6.0.30:test
+- org.testng:testng:jar:6.8.7:test
|  +- org.beanshell:bsh:jar:2.0b4:test
|  +- com.beust:jcommander:jar:1.27:test
|  \- org.yaml:snakeyaml:jar:1.12:test
+- org.easymock:easymock:jar:3.2:test
|  +- cglib:cglib-nodep:jar:2.2.2:test
|  \- org.objenesis:objenesis:jar:1.3:test
+- org.hamcrest:hamcrest-all:jar:1.3:test
+- junit:junit:jar:4.11:compile
|  \- org.hamcrest:hamcrest-core:jar:1.3:compile
\- javax.servlet:servlet-api:jar:2.5:provided



On Fri, Nov 1, 2013 at 6:39 PM, Andreas Ernst <ae...@ae-online.de> wrote:

> Am 01.11.13 18:20, schrieb Boris Horvat:
>
>  Well the problem is not in the tapestry-jquery as I still have the same
>> issue after removing it
>>
>
> Do a clean rebuild.
>
>
> --
> ae | Andreas Ernst | IT Spektrum
> Postfach 5, 65612 Beselich
> Schupbacher Str. 32, 65614 Beselich, Germany
> Tel: +49-6484-91002 Fax: +49-6484-91003
> ae@ae-online.de | www.ae-online.de
> www.tachyon-online.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Andreas Ernst <ae...@ae-online.de>.
Am 01.11.13 18:20, schrieb Boris Horvat:
> Well the problem is not in the tapestry-jquery as I still have the same
> issue after removing it

Do a clean rebuild.

-- 
ae | Andreas Ernst | IT Spektrum
Postfach 5, 65612 Beselich
Schupbacher Str. 32, 65614 Beselich, Germany
Tel: +49-6484-91002 Fax: +49-6484-91003
ae@ae-online.de | www.ae-online.de
www.tachyon-online.de

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


Re: Tapestry 5.4 demo

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
It still looks like you have tapestry-jquery in your path. Maybe as a transitive dependency. 



> On Nov 1, 2013, at 1:20 PM, Boris Horvat <ho...@gmail.com> wrote:
> 
> Well the problem is not in the tapestry-jquery as I still have the same
> issue after removing it
> 
> 
> org.apache.shiro.subject.ExecutionException: java.lang.NoSuchMethodError:
> org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V
> at
> org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:382)
> at
> org.tynamo.security.services.impl.SecurityConfiguration.service(SecurityConfiguration.java:54)
> 
> Caused by: java.lang.NoSuchMethodError:
> org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V
> 
> 
>    at org.got5.tapestry5.jquery.services.ImportJQueryUIWorker$2.advise(ImportJQueryUIWorker.java:92)
>    at org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:86)
> 
> 
> java.lang.NoSuchMethodError:
> org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V
>    at org.got5.tapestry5.jquery.services.ImportJQueryUIWorker$2.advise(ImportJQueryUIWorker.java:92)
>    at org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:86)
>    at org.apache.tapestry5.corelib.pages.ExceptionReport.setupRender(ExceptionReport.java)
> 
> 
> 
> On Fri, Nov 1, 2013 at 6:05 PM, Boris Horvat <ho...@gmail.com>wrote:
> 
>> This looks perfect, will give it read and try it out.
>> 
>> Thanks
>> 
>> 
>> On Fri, Nov 1, 2013 at 5:54 PM, Lenny Primak <lp...@hope.nyc.ny.us>wrote:
>> 
>>> Look at the bottom of this blog:
>>> https://github.com/bobharner/blog/wiki/Jumping-Into-Tapestry-5.4-Alpha-3
>>> 
>>> If you remove tapestry5-jquery and add in the methods to enable JQuery in
>>> Tapestry,
>>> you will have JQUery support in tapestry.
>>> I am not too familiar with extra components that Tapestry-JQuery adds to
>>> the mix,
>>> so the best you can do is try.
>>> 
>>>> On Nov 1, 2013, at 12:48 PM, Boris Horvat wrote:
>>>> 
>>>> And what would happen if I just remove tapestry-jquery from the
>>>> combination? Does 5.4 include jquery components now?
>>>> 
>>>> I will try it out but wondering if someone knows the answer?
>>>> 
>>>> 
>>>>> On Fri, Nov 1, 2013 at 5:46 PM, Lenny Primak <lp...@hope.nyc.ny.us>
>>>> wrote:
>>>> 
>>>>> Tynamo Security is ready for T5.4.  I think (not sure) but RestEasy is
>>>>> good to go as well.
>>>>> Tapestry-JQuery is definitely incompatible at this point.
>>>>> 
>>>>> 
>>>>>> On Nov 1, 2013, at 8:25 AM, Boris Horvat wrote:
>>>>>> 
>>>>>> Yea probably from say Tynamo Security or Rest, or it could be from
>>>>>> tapestry-jquery....
>>>>>> 
>>>>>> I guess just moving the application is that that easy yet :(
>>>>>> 
>>>>>> I will have to see if they have a version that is getting ready for
>>> the
>>>>> 5.4
>>>>>> 
>>>>>> 
>>>>>> On Fri, Nov 1, 2013 at 1:20 PM, Thiago H de Paula Figueiredo <
>>>>>> thiagohp@gmail.com> wrote:
>>>>>> 
>>>>>>> Yeah, it seems the demo will need a couple tweaks before it works
>>> with
>>>>>>> 5.4. I'd guess it's mostly dependency stuff. It seems like you're
>>>>> getting
>>>>>>> two different Tapestry-IoC versions in the classpath at the same
>>> time.
>>>>>>> 
>>>>>>> 
>>>>>>> On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat <
>>>>> horvat.z.boris@gmail.com>
>>>>>>> wrote:
>>>>>>> 
>>>>>>> and running it on my app gives me this
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ioc.RegistryBuilder Adding module definition for class
>>>>>>>> org.apache.tapestry5.modules.**InternalModule
>>>>>>>> 2013-11-01 13:01:13.818:WARN:oejuc.**AbstractLifeCycle:FAILED app:
>>>>>>>> java.lang.RuntimeException: Error invoking service binder method
>>>>>>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder)
>>> (at
>>>>>>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>>>>>>>> java.lang.RuntimeException: Error invoking service binder method
>>>>>>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder)
>>> (at
>>>>>>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>>>>>>>> at
>>>>>>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>>>>>>>> bind(DefaultModuleDefImpl.**java:562)
>>>>>>>> at
>>>>>>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>>>>>>>> <init>(DefaultModuleDefImpl.**java:123)
>>>>>>>> at org.apache.tapestry5.ioc.**RegistryBuilder.add(**
>>>>>>>> RegistryBuilder.java:131)
>>>>>>>> 
>>>>>>>> I guess dependant module like tynamo security or resteasy may not be
>>>>>>>> prepared for this yet
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <
>>>>> horvat.z.boris@gmail.com>*
>>>>>>>> *wrote:
>>>>>>>> 
>>>>>>>> I guess it wont be that easy
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> TapestryIOCModule.**RegistryStartup Construction of service
>>>>>>>>> RegistryStartup
>>>>>>>>> failed: Error invoking service contribution method
>>>>>>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>>>>>>>> java.lang.NullPointerException
>>>>>>>>> org.apache.tapestry5.ioc.**internal.OperationException: Error
>>> invoking
>>>>>>>>> service contribution method
>>>>>>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>>>>>>>> java.lang.NullPointerException
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> Caused by: java.lang.NullPointerException
>>>>>>>>> at java.util.concurrent.**ConcurrentHashMap.hash(**
>>>>>>>>> ConcurrentHashMap.java:332)
>>>>>>>>> at java.util.concurrent.**ConcurrentHashMap.get(**
>>>>>>>>> ConcurrentHashMap.java:987)
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> at $Session_1bd9a23d201e8.**persist(Unknown Source)
>>>>>>>>> at
>>>>>>>>> com.tap5.hotelbooking.dal.**HibernateCrudServiceDAO.**create(**
>>>>>>>>> HibernateCrudServiceDAO.java:**28)
>>>>>>>>> at $CrudServiceDAO_1bd9a23d20203.**create(Unknown Source)
>>>>>>>>> at $CrudServiceDAO_1bd9a23d20206.**advised$create_1bd9a23d2020a(**
>>>>>>>>> Unknown
>>>>>>>>> Source)
>>>>>>>>> at
>>> $CrudServiceDAO_1bd9a23d20206$**Invocation_create_**1bd9a23d20209.**
>>>>>>>>> proceedToAdvisedMethod(Unknown
>>>>>>>>> Source)
>>>>>>>>> at
>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>>>>>>>> proceed(**AbstractMethodInvocation.java:**84)
>>>>>>>>> at
>>>>>>>>> org.apache.tapestry5.internal.**hibernate.**
>>>>>>>>> HibernateTransactionAdvisorImp**l$1.advise(**
>>>>>>>>> HibernateTransactionAdvisorImp**l.java:40)
>>>>>>>>> at
>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>>>>>>>> proceed(**AbstractMethodInvocation.java:**86)
>>>>>>>>> at $CrudServiceDAO_1bd9a23d20206.**create(Unknown Source)
>>>>>>>>> at $CrudServiceDAO_1bd9a23d20201.**create(Unknown Source)
>>>>>>>>> at
>>>>> com.tap5.hotelbooking.dal.**DataModule.create(DataModule.**java:126)
>>>>>>>>> at com.tap5.hotelbooking.dal.**DataModule.initialize(**
>>>>>>>>> DataModule.java:114)
>>>>>>>>> at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <
>>>>> horvat.z.boris@gmail.com>
>>>>>>>>> **wrote:
>>>>>>>>> 
>>>>>>>>> Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
>>>>>>>>>> 
>>>>>>>>>> tnx
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
>>>>>>>>>> thiagohp@gmail.com> wrote:
>>>>>>>>>> 
>>>>>>>>>> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
>>>>>>>>>>> horvat.z.boris@gmail.com> wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Is there any way of checking out the demo for 5.4, I would like
>>> to
>>>>> see
>>>>>>>>>>> 
>>>>>>>>>>>> how do components look like without creating the code my self in
>>>>>>>>>>>> order to
>>>>>>>>>>>> see
>>>>>>>>>>>> if we should maybe start to move our webapp on the tapestry
>>> alpha
>>>>>>>>>>> I guess you can get the Hotel Booking demo sources from
>>>>>>>>>>> https://github.com/ccordenier/****tapestry5-hotel-booking/<
>>>>> https://github.com/ccordenier/**tapestry5-hotel-booking/>
>>>>>>>>>>> <htt**ps://github.com/ccordenier/**tapestry5-hotel-booking/<
>>>>> https://github.com/ccordenier/tapestry5-hotel-booking/>>and
>>>>>>>>>>> change the <tapestry-release-version> property to 5.4-alpha-23
>>> and
>>>>>>>>>>> 
>>>>>>>>>>> it'll work. You'll need to add this to your pom.xml in order to
>>> get
>>>>> the
>>>>>>>>>>> Tapestry 5.4 alpha and snapshot versions:
>>>>>>>>>>> 
>>>>>>>>>>> <repositories>
>>>>>>>>>>>      <repository>
>>>>>>>>>>>              <id>apache-staging</id>
>>>>>>>>>>>              <name>Apache staging</name>
>>>>>>>>>>>              <url>https://repository.**apac**
>>>>>>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>>>>>>>> staging <https://repository.apache.**org/content/groups/staging<
>>>>> https://repository.apache.org/content/groups/staging>
>>>>>>>>>>>> </**url>
>>>>>>>>>>> 
>>>>>>>>>>>      </repository>
>>>>>>>>>>>      <repository>
>>>>>>>>>>>              <id>apache-snapshot</id>
>>>>>>>>>>>              <name>Apache snapshot</name>
>>>>>>>>>>>              <url>https://repository.**apac**
>>>>>>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>>>>>>>> snapshots <https://repository.apache.
>>>>> **org/content/groups/snapshots<
>>>>> https://repository.apache.org/content/groups/snapshots>
>>>>>>>>>>>> <**/url>
>>>>>>>>>>> 
>>>>>>>>>>>      </repository>
>>>>>>>>>>> </repositories>
>>>>>>>>>>> 
>>>>>>>>>>> --
>>>>>>>>>>> Thiago H. de Paula Figueiredo
>>>>>>>>>>> Tapestry, Java and Hibernate consultant and developer
>>>>>>>>>>> http://machina.com.br
>>> ------------------------------****----------------------------**--**
>>>>>>>>>>> ---------
>>>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**a**
>>> pache.org<
>>>>> http://apache.org>
>>>>>>>>>>> <users-unsubscribe@**tapestry.apache.org<
>>>>> users-unsubscribe@tapestry.apache.org>
>>>>>>>>>>> 
>>>>>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>>>>> 
>>>>>>>>>> --
>>>>>>>>>> Sincerely
>>>>>>>>>> *Boris Horvat*
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> --
>>>>>>>>> Sincerely
>>>>>>>>> *Boris Horvat*
>>>>>>> 
>>>>>>> --
>>>>>>> Thiago H. de Paula Figueiredo
>>>>>>> Tapestry, Java and Hibernate consultant and developer
>>>>>>> http://machina.com.br
>>> ------------------------------**------------------------------**---------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<
>>>>> users-unsubscribe@tapestry.apache.org>
>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> Sincerely
>>>>>> *Boris Horvat*
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>>> 
>>>> --
>>>> Sincerely
>>>> *Boris Horvat*
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 
>> --
>> Sincerely
>> *Boris Horvat*
> 
> 
> 
> -- 
> Sincerely
> *Boris Horvat*

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


Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
Well the problem is not in the tapestry-jquery as I still have the same
issue after removing it


org.apache.shiro.subject.ExecutionException: java.lang.NoSuchMethodError:
org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:382)
at
org.tynamo.security.services.impl.SecurityConfiguration.service(SecurityConfiguration.java:54)

Caused by: java.lang.NoSuchMethodError:
org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V


	at org.got5.tapestry5.jquery.services.ImportJQueryUIWorker$2.advise(ImportJQueryUIWorker.java:92)
	at org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:86)


java.lang.NoSuchMethodError:
org.apache.tapestry5.services.javascript.JavaScriptSupport.importStylesheet(Lorg/apache/tapestry5/Asset;)V
	at org.got5.tapestry5.jquery.services.ImportJQueryUIWorker$2.advise(ImportJQueryUIWorker.java:92)
	at org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:86)
	at org.apache.tapestry5.corelib.pages.ExceptionReport.setupRender(ExceptionReport.java)



On Fri, Nov 1, 2013 at 6:05 PM, Boris Horvat <ho...@gmail.com>wrote:

> This looks perfect, will give it read and try it out.
>
> Thanks
>
>
> On Fri, Nov 1, 2013 at 5:54 PM, Lenny Primak <lp...@hope.nyc.ny.us>wrote:
>
>> Look at the bottom of this blog:
>> https://github.com/bobharner/blog/wiki/Jumping-Into-Tapestry-5.4-Alpha-3
>>
>> If you remove tapestry5-jquery and add in the methods to enable JQuery in
>> Tapestry,
>> you will have JQUery support in tapestry.
>> I am not too familiar with extra components that Tapestry-JQuery adds to
>> the mix,
>> so the best you can do is try.
>>
>> On Nov 1, 2013, at 12:48 PM, Boris Horvat wrote:
>>
>> > And what would happen if I just remove tapestry-jquery from the
>> > combination? Does 5.4 include jquery components now?
>> >
>> > I will try it out but wondering if someone knows the answer?
>> >
>> >
>> > On Fri, Nov 1, 2013 at 5:46 PM, Lenny Primak <lp...@hope.nyc.ny.us>
>> wrote:
>> >
>> >> Tynamo Security is ready for T5.4.  I think (not sure) but RestEasy is
>> >> good to go as well.
>> >> Tapestry-JQuery is definitely incompatible at this point.
>> >>
>> >>
>> >> On Nov 1, 2013, at 8:25 AM, Boris Horvat wrote:
>> >>
>> >>> Yea probably from say Tynamo Security or Rest, or it could be from
>> >>> tapestry-jquery....
>> >>>
>> >>> I guess just moving the application is that that easy yet :(
>> >>>
>> >>> I will have to see if they have a version that is getting ready for
>> the
>> >> 5.4
>> >>>
>> >>>
>> >>> On Fri, Nov 1, 2013 at 1:20 PM, Thiago H de Paula Figueiredo <
>> >>> thiagohp@gmail.com> wrote:
>> >>>
>> >>>> Yeah, it seems the demo will need a couple tweaks before it works
>> with
>> >>>> 5.4. I'd guess it's mostly dependency stuff. It seems like you're
>> >> getting
>> >>>> two different Tapestry-IoC versions in the classpath at the same
>> time.
>> >>>>
>> >>>>
>> >>>> On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat <
>> >> horvat.z.boris@gmail.com>
>> >>>> wrote:
>> >>>>
>> >>>> and running it on my app gives me this
>> >>>>>
>> >>>>>
>> >>>>> ioc.RegistryBuilder Adding module definition for class
>> >>>>> org.apache.tapestry5.modules.**InternalModule
>> >>>>> 2013-11-01 13:01:13.818:WARN:oejuc.**AbstractLifeCycle:FAILED app:
>> >>>>> java.lang.RuntimeException: Error invoking service binder method
>> >>>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder)
>> (at
>> >>>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>> >>>>> java.lang.RuntimeException: Error invoking service binder method
>> >>>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder)
>> (at
>> >>>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>> >>>>> at
>> >>>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>> >>>>> bind(DefaultModuleDefImpl.**java:562)
>> >>>>> at
>> >>>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>> >>>>> <init>(DefaultModuleDefImpl.**java:123)
>> >>>>> at org.apache.tapestry5.ioc.**RegistryBuilder.add(**
>> >>>>> RegistryBuilder.java:131)
>> >>>>>
>> >>>>> I guess dependant module like tynamo security or resteasy may not be
>> >>>>> prepared for this yet
>> >>>>>
>> >>>>>
>> >>>>> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <
>> >> horvat.z.boris@gmail.com>*
>> >>>>> *wrote:
>> >>>>>
>> >>>>> I guess it wont be that easy
>> >>>>>>
>> >>>>>>
>> >>>>>> TapestryIOCModule.**RegistryStartup Construction of service
>> >>>>>> RegistryStartup
>> >>>>>> failed: Error invoking service contribution method
>> >>>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>> >>>>>> java.lang.NullPointerException
>> >>>>>> org.apache.tapestry5.ioc.**internal.OperationException: Error
>> invoking
>> >>>>>> service contribution method
>> >>>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>> >>>>>> java.lang.NullPointerException
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> Caused by: java.lang.NullPointerException
>> >>>>>> at java.util.concurrent.**ConcurrentHashMap.hash(**
>> >>>>>> ConcurrentHashMap.java:332)
>> >>>>>> at java.util.concurrent.**ConcurrentHashMap.get(**
>> >>>>>> ConcurrentHashMap.java:987)
>> >>>>>>
>> >>>>>>
>> >>>>>> at $Session_1bd9a23d201e8.**persist(Unknown Source)
>> >>>>>> at
>> >>>>>> com.tap5.hotelbooking.dal.**HibernateCrudServiceDAO.**create(**
>> >>>>>> HibernateCrudServiceDAO.java:**28)
>> >>>>>> at $CrudServiceDAO_1bd9a23d20203.**create(Unknown Source)
>> >>>>>> at $CrudServiceDAO_1bd9a23d20206.**advised$create_1bd9a23d2020a(**
>> >>>>>> Unknown
>> >>>>>> Source)
>> >>>>>> at
>> >>>>>>
>> $CrudServiceDAO_1bd9a23d20206$**Invocation_create_**1bd9a23d20209.**
>> >>>>>> proceedToAdvisedMethod(Unknown
>> >>>>>> Source)
>> >>>>>> at
>> >>>>>>
>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>> >>>>>> proceed(**AbstractMethodInvocation.java:**84)
>> >>>>>> at
>> >>>>>> org.apache.tapestry5.internal.**hibernate.**
>> >>>>>> HibernateTransactionAdvisorImp**l$1.advise(**
>> >>>>>> HibernateTransactionAdvisorImp**l.java:40)
>> >>>>>> at
>> >>>>>>
>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>> >>>>>> proceed(**AbstractMethodInvocation.java:**86)
>> >>>>>> at $CrudServiceDAO_1bd9a23d20206.**create(Unknown Source)
>> >>>>>> at $CrudServiceDAO_1bd9a23d20201.**create(Unknown Source)
>> >>>>>> at
>> >> com.tap5.hotelbooking.dal.**DataModule.create(DataModule.**java:126)
>> >>>>>> at com.tap5.hotelbooking.dal.**DataModule.initialize(**
>> >>>>>> DataModule.java:114)
>> >>>>>> at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <
>> >> horvat.z.boris@gmail.com>
>> >>>>>> **wrote:
>> >>>>>>
>> >>>>>> Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
>> >>>>>>>
>> >>>>>>> tnx
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
>> >>>>>>> thiagohp@gmail.com> wrote:
>> >>>>>>>
>> >>>>>>> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
>> >>>>>>>> horvat.z.boris@gmail.com> wrote:
>> >>>>>>>>
>> >>>>>>>> Is there any way of checking out the demo for 5.4, I would like
>> to
>> >> see
>> >>>>>>>>
>> >>>>>>>>> how do components look like without creating the code my self in
>> >>>>>>>>> order to
>> >>>>>>>>> see
>> >>>>>>>>> if we should maybe start to move our webapp on the tapestry
>> alpha
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>> I guess you can get the Hotel Booking demo sources from
>> >>>>>>>> https://github.com/ccordenier/****tapestry5-hotel-booking/<
>> >> https://github.com/ccordenier/**tapestry5-hotel-booking/>
>> >>>>>>>> <htt**ps://github.com/ccordenier/**tapestry5-hotel-booking/<
>> >> https://github.com/ccordenier/tapestry5-hotel-booking/>>and
>> >>>>>>>> change the <tapestry-release-version> property to 5.4-alpha-23
>> and
>> >>>>>>>>
>> >>>>>>>> it'll work. You'll need to add this to your pom.xml in order to
>> get
>> >> the
>> >>>>>>>> Tapestry 5.4 alpha and snapshot versions:
>> >>>>>>>>
>> >>>>>>>> <repositories>
>> >>>>>>>>       <repository>
>> >>>>>>>>               <id>apache-staging</id>
>> >>>>>>>>               <name>Apache staging</name>
>> >>>>>>>>               <url>https://repository.**apac**
>> >>>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>> >>>>>>>> staging <https://repository.apache.**org/content/groups/staging<
>> >> https://repository.apache.org/content/groups/staging>
>> >>>>>>>>> </**url>
>> >>>>>>>>
>> >>>>>>>>       </repository>
>> >>>>>>>>       <repository>
>> >>>>>>>>               <id>apache-snapshot</id>
>> >>>>>>>>               <name>Apache snapshot</name>
>> >>>>>>>>               <url>https://repository.**apac**
>> >>>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>> >>>>>>>> snapshots <https://repository.apache.
>> >> **org/content/groups/snapshots<
>> >> https://repository.apache.org/content/groups/snapshots>
>> >>>>>>>>> <**/url>
>> >>>>>>>>
>> >>>>>>>>       </repository>
>> >>>>>>>> </repositories>
>> >>>>>>>>
>> >>>>>>>> --
>> >>>>>>>> Thiago H. de Paula Figueiredo
>> >>>>>>>> Tapestry, Java and Hibernate consultant and developer
>> >>>>>>>> http://machina.com.br
>> >>>>>>>>
>> >>>>>>>>
>> ------------------------------****----------------------------**--**
>> >>>>>>>> ---------
>> >>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**a**
>> pache.org<
>> >> http://apache.org>
>> >>>>>>>> <users-unsubscribe@**tapestry.apache.org<
>> >> users-unsubscribe@tapestry.apache.org>
>> >>>>>>>>>
>> >>>>>>>>
>> >>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>
>> >>>>>>> --
>> >>>>>>> Sincerely
>> >>>>>>> *Boris Horvat*
>> >>>>>>>
>> >>>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> --
>> >>>>>> Sincerely
>> >>>>>> *Boris Horvat*
>> >>>>>>
>> >>>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>
>> >>>> --
>> >>>> Thiago H. de Paula Figueiredo
>> >>>> Tapestry, Java and Hibernate consultant and developer
>> >>>> http://machina.com.br
>> >>>>
>> >>>>
>> >>
>> ------------------------------**------------------------------**---------
>> >>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<
>> >> users-unsubscribe@tapestry.apache.org>
>> >>>> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>> --
>> >>> Sincerely
>> >>> *Boris Horvat*
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> >> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Sincerely
>> > *Boris Horvat*
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
>
> --
> Sincerely
> *Boris Horvat*
>



-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
This looks perfect, will give it read and try it out.

Thanks


On Fri, Nov 1, 2013 at 5:54 PM, Lenny Primak <lp...@hope.nyc.ny.us> wrote:

> Look at the bottom of this blog:
> https://github.com/bobharner/blog/wiki/Jumping-Into-Tapestry-5.4-Alpha-3
>
> If you remove tapestry5-jquery and add in the methods to enable JQuery in
> Tapestry,
> you will have JQUery support in tapestry.
> I am not too familiar with extra components that Tapestry-JQuery adds to
> the mix,
> so the best you can do is try.
>
> On Nov 1, 2013, at 12:48 PM, Boris Horvat wrote:
>
> > And what would happen if I just remove tapestry-jquery from the
> > combination? Does 5.4 include jquery components now?
> >
> > I will try it out but wondering if someone knows the answer?
> >
> >
> > On Fri, Nov 1, 2013 at 5:46 PM, Lenny Primak <lp...@hope.nyc.ny.us>
> wrote:
> >
> >> Tynamo Security is ready for T5.4.  I think (not sure) but RestEasy is
> >> good to go as well.
> >> Tapestry-JQuery is definitely incompatible at this point.
> >>
> >>
> >> On Nov 1, 2013, at 8:25 AM, Boris Horvat wrote:
> >>
> >>> Yea probably from say Tynamo Security or Rest, or it could be from
> >>> tapestry-jquery....
> >>>
> >>> I guess just moving the application is that that easy yet :(
> >>>
> >>> I will have to see if they have a version that is getting ready for the
> >> 5.4
> >>>
> >>>
> >>> On Fri, Nov 1, 2013 at 1:20 PM, Thiago H de Paula Figueiredo <
> >>> thiagohp@gmail.com> wrote:
> >>>
> >>>> Yeah, it seems the demo will need a couple tweaks before it works with
> >>>> 5.4. I'd guess it's mostly dependency stuff. It seems like you're
> >> getting
> >>>> two different Tapestry-IoC versions in the classpath at the same time.
> >>>>
> >>>>
> >>>> On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat <
> >> horvat.z.boris@gmail.com>
> >>>> wrote:
> >>>>
> >>>> and running it on my app gives me this
> >>>>>
> >>>>>
> >>>>> ioc.RegistryBuilder Adding module definition for class
> >>>>> org.apache.tapestry5.modules.**InternalModule
> >>>>> 2013-11-01 13:01:13.818:WARN:oejuc.**AbstractLifeCycle:FAILED app:
> >>>>> java.lang.RuntimeException: Error invoking service binder method
> >>>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder)
> (at
> >>>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
> >>>>> java.lang.RuntimeException: Error invoking service binder method
> >>>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder)
> (at
> >>>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
> >>>>> at
> >>>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
> >>>>> bind(DefaultModuleDefImpl.**java:562)
> >>>>> at
> >>>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
> >>>>> <init>(DefaultModuleDefImpl.**java:123)
> >>>>> at org.apache.tapestry5.ioc.**RegistryBuilder.add(**
> >>>>> RegistryBuilder.java:131)
> >>>>>
> >>>>> I guess dependant module like tynamo security or resteasy may not be
> >>>>> prepared for this yet
> >>>>>
> >>>>>
> >>>>> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <
> >> horvat.z.boris@gmail.com>*
> >>>>> *wrote:
> >>>>>
> >>>>> I guess it wont be that easy
> >>>>>>
> >>>>>>
> >>>>>> TapestryIOCModule.**RegistryStartup Construction of service
> >>>>>> RegistryStartup
> >>>>>> failed: Error invoking service contribution method
> >>>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
> >>>>>> java.lang.NullPointerException
> >>>>>> org.apache.tapestry5.ioc.**internal.OperationException: Error
> invoking
> >>>>>> service contribution method
> >>>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
> >>>>>> java.lang.NullPointerException
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> Caused by: java.lang.NullPointerException
> >>>>>> at java.util.concurrent.**ConcurrentHashMap.hash(**
> >>>>>> ConcurrentHashMap.java:332)
> >>>>>> at java.util.concurrent.**ConcurrentHashMap.get(**
> >>>>>> ConcurrentHashMap.java:987)
> >>>>>>
> >>>>>>
> >>>>>> at $Session_1bd9a23d201e8.**persist(Unknown Source)
> >>>>>> at
> >>>>>> com.tap5.hotelbooking.dal.**HibernateCrudServiceDAO.**create(**
> >>>>>> HibernateCrudServiceDAO.java:**28)
> >>>>>> at $CrudServiceDAO_1bd9a23d20203.**create(Unknown Source)
> >>>>>> at $CrudServiceDAO_1bd9a23d20206.**advised$create_1bd9a23d2020a(**
> >>>>>> Unknown
> >>>>>> Source)
> >>>>>> at
> >>>>>> $CrudServiceDAO_1bd9a23d20206$**Invocation_create_**1bd9a23d20209.**
> >>>>>> proceedToAdvisedMethod(Unknown
> >>>>>> Source)
> >>>>>> at
> >>>>>>
> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
> >>>>>> proceed(**AbstractMethodInvocation.java:**84)
> >>>>>> at
> >>>>>> org.apache.tapestry5.internal.**hibernate.**
> >>>>>> HibernateTransactionAdvisorImp**l$1.advise(**
> >>>>>> HibernateTransactionAdvisorImp**l.java:40)
> >>>>>> at
> >>>>>>
> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
> >>>>>> proceed(**AbstractMethodInvocation.java:**86)
> >>>>>> at $CrudServiceDAO_1bd9a23d20206.**create(Unknown Source)
> >>>>>> at $CrudServiceDAO_1bd9a23d20201.**create(Unknown Source)
> >>>>>> at
> >> com.tap5.hotelbooking.dal.**DataModule.create(DataModule.**java:126)
> >>>>>> at com.tap5.hotelbooking.dal.**DataModule.initialize(**
> >>>>>> DataModule.java:114)
> >>>>>> at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <
> >> horvat.z.boris@gmail.com>
> >>>>>> **wrote:
> >>>>>>
> >>>>>> Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
> >>>>>>>
> >>>>>>> tnx
> >>>>>>>
> >>>>>>>
> >>>>>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
> >>>>>>> thiagohp@gmail.com> wrote:
> >>>>>>>
> >>>>>>> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
> >>>>>>>> horvat.z.boris@gmail.com> wrote:
> >>>>>>>>
> >>>>>>>> Is there any way of checking out the demo for 5.4, I would like to
> >> see
> >>>>>>>>
> >>>>>>>>> how do components look like without creating the code my self in
> >>>>>>>>> order to
> >>>>>>>>> see
> >>>>>>>>> if we should maybe start to move our webapp on the tapestry alpha
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>> I guess you can get the Hotel Booking demo sources from
> >>>>>>>> https://github.com/ccordenier/****tapestry5-hotel-booking/<
> >> https://github.com/ccordenier/**tapestry5-hotel-booking/>
> >>>>>>>> <htt**ps://github.com/ccordenier/**tapestry5-hotel-booking/<
> >> https://github.com/ccordenier/tapestry5-hotel-booking/>>and
> >>>>>>>> change the <tapestry-release-version> property to 5.4-alpha-23 and
> >>>>>>>>
> >>>>>>>> it'll work. You'll need to add this to your pom.xml in order to
> get
> >> the
> >>>>>>>> Tapestry 5.4 alpha and snapshot versions:
> >>>>>>>>
> >>>>>>>> <repositories>
> >>>>>>>>       <repository>
> >>>>>>>>               <id>apache-staging</id>
> >>>>>>>>               <name>Apache staging</name>
> >>>>>>>>               <url>https://repository.**apac**
> >>>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
> >>>>>>>> staging <https://repository.apache.**org/content/groups/staging<
> >> https://repository.apache.org/content/groups/staging>
> >>>>>>>>> </**url>
> >>>>>>>>
> >>>>>>>>       </repository>
> >>>>>>>>       <repository>
> >>>>>>>>               <id>apache-snapshot</id>
> >>>>>>>>               <name>Apache snapshot</name>
> >>>>>>>>               <url>https://repository.**apac**
> >>>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
> >>>>>>>> snapshots <https://repository.apache.
> >> **org/content/groups/snapshots<
> >> https://repository.apache.org/content/groups/snapshots>
> >>>>>>>>> <**/url>
> >>>>>>>>
> >>>>>>>>       </repository>
> >>>>>>>> </repositories>
> >>>>>>>>
> >>>>>>>> --
> >>>>>>>> Thiago H. de Paula Figueiredo
> >>>>>>>> Tapestry, Java and Hibernate consultant and developer
> >>>>>>>> http://machina.com.br
> >>>>>>>>
> >>>>>>>>
> ------------------------------****----------------------------**--**
> >>>>>>>> ---------
> >>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**a**pache.org
> <
> >> http://apache.org>
> >>>>>>>> <users-unsubscribe@**tapestry.apache.org<
> >> users-unsubscribe@tapestry.apache.org>
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>
> >>>>>>> --
> >>>>>>> Sincerely
> >>>>>>> *Boris Horvat*
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> Sincerely
> >>>>>> *Boris Horvat*
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>> --
> >>>> Thiago H. de Paula Figueiredo
> >>>> Tapestry, Java and Hibernate consultant and developer
> >>>> http://machina.com.br
> >>>>
> >>>>
> >>
> ------------------------------**------------------------------**---------
> >>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<
> >> users-unsubscribe@tapestry.apache.org>
> >>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>> Sincerely
> >>> *Boris Horvat*
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > Sincerely
> > *Boris Horvat*
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
Look at the bottom of this blog: 
https://github.com/bobharner/blog/wiki/Jumping-Into-Tapestry-5.4-Alpha-3

If you remove tapestry5-jquery and add in the methods to enable JQuery in Tapestry,
you will have JQUery support in tapestry.
I am not too familiar with extra components that Tapestry-JQuery adds to the mix,
so the best you can do is try.

On Nov 1, 2013, at 12:48 PM, Boris Horvat wrote:

> And what would happen if I just remove tapestry-jquery from the
> combination? Does 5.4 include jquery components now?
> 
> I will try it out but wondering if someone knows the answer?
> 
> 
> On Fri, Nov 1, 2013 at 5:46 PM, Lenny Primak <lp...@hope.nyc.ny.us> wrote:
> 
>> Tynamo Security is ready for T5.4.  I think (not sure) but RestEasy is
>> good to go as well.
>> Tapestry-JQuery is definitely incompatible at this point.
>> 
>> 
>> On Nov 1, 2013, at 8:25 AM, Boris Horvat wrote:
>> 
>>> Yea probably from say Tynamo Security or Rest, or it could be from
>>> tapestry-jquery....
>>> 
>>> I guess just moving the application is that that easy yet :(
>>> 
>>> I will have to see if they have a version that is getting ready for the
>> 5.4
>>> 
>>> 
>>> On Fri, Nov 1, 2013 at 1:20 PM, Thiago H de Paula Figueiredo <
>>> thiagohp@gmail.com> wrote:
>>> 
>>>> Yeah, it seems the demo will need a couple tweaks before it works with
>>>> 5.4. I'd guess it's mostly dependency stuff. It seems like you're
>> getting
>>>> two different Tapestry-IoC versions in the classpath at the same time.
>>>> 
>>>> 
>>>> On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat <
>> horvat.z.boris@gmail.com>
>>>> wrote:
>>>> 
>>>> and running it on my app gives me this
>>>>> 
>>>>> 
>>>>> ioc.RegistryBuilder Adding module definition for class
>>>>> org.apache.tapestry5.modules.**InternalModule
>>>>> 2013-11-01 13:01:13.818:WARN:oejuc.**AbstractLifeCycle:FAILED app:
>>>>> java.lang.RuntimeException: Error invoking service binder method
>>>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
>>>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>>>>> java.lang.RuntimeException: Error invoking service binder method
>>>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
>>>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>>>>> at
>>>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>>>>> bind(DefaultModuleDefImpl.**java:562)
>>>>> at
>>>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>>>>> <init>(DefaultModuleDefImpl.**java:123)
>>>>> at org.apache.tapestry5.ioc.**RegistryBuilder.add(**
>>>>> RegistryBuilder.java:131)
>>>>> 
>>>>> I guess dependant module like tynamo security or resteasy may not be
>>>>> prepared for this yet
>>>>> 
>>>>> 
>>>>> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <
>> horvat.z.boris@gmail.com>*
>>>>> *wrote:
>>>>> 
>>>>> I guess it wont be that easy
>>>>>> 
>>>>>> 
>>>>>> TapestryIOCModule.**RegistryStartup Construction of service
>>>>>> RegistryStartup
>>>>>> failed: Error invoking service contribution method
>>>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>>>>> java.lang.NullPointerException
>>>>>> org.apache.tapestry5.ioc.**internal.OperationException: Error invoking
>>>>>> service contribution method
>>>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>>>>> java.lang.NullPointerException
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> Caused by: java.lang.NullPointerException
>>>>>> at java.util.concurrent.**ConcurrentHashMap.hash(**
>>>>>> ConcurrentHashMap.java:332)
>>>>>> at java.util.concurrent.**ConcurrentHashMap.get(**
>>>>>> ConcurrentHashMap.java:987)
>>>>>> 
>>>>>> 
>>>>>> at $Session_1bd9a23d201e8.**persist(Unknown Source)
>>>>>> at
>>>>>> com.tap5.hotelbooking.dal.**HibernateCrudServiceDAO.**create(**
>>>>>> HibernateCrudServiceDAO.java:**28)
>>>>>> at $CrudServiceDAO_1bd9a23d20203.**create(Unknown Source)
>>>>>> at $CrudServiceDAO_1bd9a23d20206.**advised$create_1bd9a23d2020a(**
>>>>>> Unknown
>>>>>> Source)
>>>>>> at
>>>>>> $CrudServiceDAO_1bd9a23d20206$**Invocation_create_**1bd9a23d20209.**
>>>>>> proceedToAdvisedMethod(Unknown
>>>>>> Source)
>>>>>> at
>>>>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>>>>> proceed(**AbstractMethodInvocation.java:**84)
>>>>>> at
>>>>>> org.apache.tapestry5.internal.**hibernate.**
>>>>>> HibernateTransactionAdvisorImp**l$1.advise(**
>>>>>> HibernateTransactionAdvisorImp**l.java:40)
>>>>>> at
>>>>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>>>>> proceed(**AbstractMethodInvocation.java:**86)
>>>>>> at $CrudServiceDAO_1bd9a23d20206.**create(Unknown Source)
>>>>>> at $CrudServiceDAO_1bd9a23d20201.**create(Unknown Source)
>>>>>> at
>> com.tap5.hotelbooking.dal.**DataModule.create(DataModule.**java:126)
>>>>>> at com.tap5.hotelbooking.dal.**DataModule.initialize(**
>>>>>> DataModule.java:114)
>>>>>> at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <
>> horvat.z.boris@gmail.com>
>>>>>> **wrote:
>>>>>> 
>>>>>> Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
>>>>>>> 
>>>>>>> tnx
>>>>>>> 
>>>>>>> 
>>>>>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
>>>>>>> thiagohp@gmail.com> wrote:
>>>>>>> 
>>>>>>> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
>>>>>>>> horvat.z.boris@gmail.com> wrote:
>>>>>>>> 
>>>>>>>> Is there any way of checking out the demo for 5.4, I would like to
>> see
>>>>>>>> 
>>>>>>>>> how do components look like without creating the code my self in
>>>>>>>>> order to
>>>>>>>>> see
>>>>>>>>> if we should maybe start to move our webapp on the tapestry alpha
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> I guess you can get the Hotel Booking demo sources from
>>>>>>>> https://github.com/ccordenier/****tapestry5-hotel-booking/<
>> https://github.com/ccordenier/**tapestry5-hotel-booking/>
>>>>>>>> <htt**ps://github.com/ccordenier/**tapestry5-hotel-booking/<
>> https://github.com/ccordenier/tapestry5-hotel-booking/>>and
>>>>>>>> change the <tapestry-release-version> property to 5.4-alpha-23 and
>>>>>>>> 
>>>>>>>> it'll work. You'll need to add this to your pom.xml in order to get
>> the
>>>>>>>> Tapestry 5.4 alpha and snapshot versions:
>>>>>>>> 
>>>>>>>> <repositories>
>>>>>>>>       <repository>
>>>>>>>>               <id>apache-staging</id>
>>>>>>>>               <name>Apache staging</name>
>>>>>>>>               <url>https://repository.**apac**
>>>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>>>>> staging <https://repository.apache.**org/content/groups/staging<
>> https://repository.apache.org/content/groups/staging>
>>>>>>>>> </**url>
>>>>>>>> 
>>>>>>>>       </repository>
>>>>>>>>       <repository>
>>>>>>>>               <id>apache-snapshot</id>
>>>>>>>>               <name>Apache snapshot</name>
>>>>>>>>               <url>https://repository.**apac**
>>>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>>>>> snapshots <https://repository.apache.
>> **org/content/groups/snapshots<
>> https://repository.apache.org/content/groups/snapshots>
>>>>>>>>> <**/url>
>>>>>>>> 
>>>>>>>>       </repository>
>>>>>>>> </repositories>
>>>>>>>> 
>>>>>>>> --
>>>>>>>> Thiago H. de Paula Figueiredo
>>>>>>>> Tapestry, Java and Hibernate consultant and developer
>>>>>>>> http://machina.com.br
>>>>>>>> 
>>>>>>>> ------------------------------****----------------------------**--**
>>>>>>>> ---------
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**a**pache.org<
>> http://apache.org>
>>>>>>>> <users-unsubscribe@**tapestry.apache.org<
>> users-unsubscribe@tapestry.apache.org>
>>>>>>>>> 
>>>>>>>> 
>>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> Sincerely
>>>>>>> *Boris Horvat*
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> Sincerely
>>>>>> *Boris Horvat*
>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> --
>>>> Thiago H. de Paula Figueiredo
>>>> Tapestry, Java and Hibernate consultant and developer
>>>> http://machina.com.br
>>>> 
>>>> 
>> ------------------------------**------------------------------**---------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<
>> users-unsubscribe@tapestry.apache.org>
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>>> 
>>> 
>>> 
>>> --
>>> Sincerely
>>> *Boris Horvat*
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 
> 
> 
> -- 
> Sincerely
> *Boris Horvat*


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


Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
And what would happen if I just remove tapestry-jquery from the
combination? Does 5.4 include jquery components now?

I will try it out but wondering if someone knows the answer?


On Fri, Nov 1, 2013 at 5:46 PM, Lenny Primak <lp...@hope.nyc.ny.us> wrote:

> Tynamo Security is ready for T5.4.  I think (not sure) but RestEasy is
> good to go as well.
> Tapestry-JQuery is definitely incompatible at this point.
>
>
> On Nov 1, 2013, at 8:25 AM, Boris Horvat wrote:
>
> > Yea probably from say Tynamo Security or Rest, or it could be from
> > tapestry-jquery....
> >
> > I guess just moving the application is that that easy yet :(
> >
> > I will have to see if they have a version that is getting ready for the
> 5.4
> >
> >
> > On Fri, Nov 1, 2013 at 1:20 PM, Thiago H de Paula Figueiredo <
> > thiagohp@gmail.com> wrote:
> >
> >> Yeah, it seems the demo will need a couple tweaks before it works with
> >> 5.4. I'd guess it's mostly dependency stuff. It seems like you're
> getting
> >> two different Tapestry-IoC versions in the classpath at the same time.
> >>
> >>
> >> On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat <
> horvat.z.boris@gmail.com>
> >> wrote:
> >>
> >> and running it on my app gives me this
> >>>
> >>>
> >>> ioc.RegistryBuilder Adding module definition for class
> >>> org.apache.tapestry5.modules.**InternalModule
> >>> 2013-11-01 13:01:13.818:WARN:oejuc.**AbstractLifeCycle:FAILED app:
> >>> java.lang.RuntimeException: Error invoking service binder method
> >>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
> >>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
> >>> java.lang.RuntimeException: Error invoking service binder method
> >>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
> >>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
> >>> at
> >>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
> >>> bind(DefaultModuleDefImpl.**java:562)
> >>> at
> >>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
> >>> <init>(DefaultModuleDefImpl.**java:123)
> >>> at org.apache.tapestry5.ioc.**RegistryBuilder.add(**
> >>> RegistryBuilder.java:131)
> >>>
> >>> I guess dependant module like tynamo security or resteasy may not be
> >>> prepared for this yet
> >>>
> >>>
> >>> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <
> horvat.z.boris@gmail.com>*
> >>> *wrote:
> >>>
> >>> I guess it wont be that easy
> >>>>
> >>>>
> >>>> TapestryIOCModule.**RegistryStartup Construction of service
> >>>> RegistryStartup
> >>>> failed: Error invoking service contribution method
> >>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
> >>>> java.lang.NullPointerException
> >>>> org.apache.tapestry5.ioc.**internal.OperationException: Error invoking
> >>>> service contribution method
> >>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
> >>>> java.lang.NullPointerException
> >>>>
> >>>>
> >>>>
> >>>> Caused by: java.lang.NullPointerException
> >>>> at java.util.concurrent.**ConcurrentHashMap.hash(**
> >>>> ConcurrentHashMap.java:332)
> >>>> at java.util.concurrent.**ConcurrentHashMap.get(**
> >>>> ConcurrentHashMap.java:987)
> >>>>
> >>>>
> >>>> at $Session_1bd9a23d201e8.**persist(Unknown Source)
> >>>> at
> >>>> com.tap5.hotelbooking.dal.**HibernateCrudServiceDAO.**create(**
> >>>> HibernateCrudServiceDAO.java:**28)
> >>>> at $CrudServiceDAO_1bd9a23d20203.**create(Unknown Source)
> >>>> at $CrudServiceDAO_1bd9a23d20206.**advised$create_1bd9a23d2020a(**
> >>>> Unknown
> >>>> Source)
> >>>> at
> >>>> $CrudServiceDAO_1bd9a23d20206$**Invocation_create_**1bd9a23d20209.**
> >>>> proceedToAdvisedMethod(Unknown
> >>>> Source)
> >>>> at
> >>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
> >>>> proceed(**AbstractMethodInvocation.java:**84)
> >>>> at
> >>>> org.apache.tapestry5.internal.**hibernate.**
> >>>> HibernateTransactionAdvisorImp**l$1.advise(**
> >>>> HibernateTransactionAdvisorImp**l.java:40)
> >>>> at
> >>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
> >>>> proceed(**AbstractMethodInvocation.java:**86)
> >>>> at $CrudServiceDAO_1bd9a23d20206.**create(Unknown Source)
> >>>> at $CrudServiceDAO_1bd9a23d20201.**create(Unknown Source)
> >>>> at
> com.tap5.hotelbooking.dal.**DataModule.create(DataModule.**java:126)
> >>>> at com.tap5.hotelbooking.dal.**DataModule.initialize(**
> >>>> DataModule.java:114)
> >>>> at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
> >>>>
> >>>>
> >>>>
> >>>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <
> horvat.z.boris@gmail.com>
> >>>> **wrote:
> >>>>
> >>>> Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
> >>>>>
> >>>>> tnx
> >>>>>
> >>>>>
> >>>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
> >>>>> thiagohp@gmail.com> wrote:
> >>>>>
> >>>>> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
> >>>>>> horvat.z.boris@gmail.com> wrote:
> >>>>>>
> >>>>>> Is there any way of checking out the demo for 5.4, I would like to
> see
> >>>>>>
> >>>>>>> how do components look like without creating the code my self in
> >>>>>>> order to
> >>>>>>> see
> >>>>>>> if we should maybe start to move our webapp on the tapestry alpha
> >>>>>>>
> >>>>>>>
> >>>>>> I guess you can get the Hotel Booking demo sources from
> >>>>>> https://github.com/ccordenier/****tapestry5-hotel-booking/<
> https://github.com/ccordenier/**tapestry5-hotel-booking/>
> >>>>>> <htt**ps://github.com/ccordenier/**tapestry5-hotel-booking/<
> https://github.com/ccordenier/tapestry5-hotel-booking/>>and
> >>>>>> change the <tapestry-release-version> property to 5.4-alpha-23 and
> >>>>>>
> >>>>>> it'll work. You'll need to add this to your pom.xml in order to get
> the
> >>>>>> Tapestry 5.4 alpha and snapshot versions:
> >>>>>>
> >>>>>> <repositories>
> >>>>>>        <repository>
> >>>>>>                <id>apache-staging</id>
> >>>>>>                <name>Apache staging</name>
> >>>>>>                <url>https://repository.**apac**
> >>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
> >>>>>> staging <https://repository.apache.**org/content/groups/staging<
> https://repository.apache.org/content/groups/staging>
> >>>>>>> </**url>
> >>>>>>
> >>>>>>        </repository>
> >>>>>>        <repository>
> >>>>>>                <id>apache-snapshot</id>
> >>>>>>                <name>Apache snapshot</name>
> >>>>>>                <url>https://repository.**apac**
> >>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
> >>>>>> snapshots <https://repository.apache.
> **org/content/groups/snapshots<
> https://repository.apache.org/content/groups/snapshots>
> >>>>>>> <**/url>
> >>>>>>
> >>>>>>        </repository>
> >>>>>> </repositories>
> >>>>>>
> >>>>>> --
> >>>>>> Thiago H. de Paula Figueiredo
> >>>>>> Tapestry, Java and Hibernate consultant and developer
> >>>>>> http://machina.com.br
> >>>>>>
> >>>>>> ------------------------------****----------------------------**--**
> >>>>>> ---------
> >>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**a**pache.org<
> http://apache.org>
> >>>>>> <users-unsubscribe@**tapestry.apache.org<
> users-unsubscribe@tapestry.apache.org>
> >>>>>>>
> >>>>>>
> >>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>>> --
> >>>>> Sincerely
> >>>>> *Boris Horvat*
> >>>>>
> >>>>>
> >>>>
> >>>>
> >>>> --
> >>>> Sincerely
> >>>> *Boris Horvat*
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>
> >> --
> >> Thiago H. de Paula Figueiredo
> >> Tapestry, Java and Hibernate consultant and developer
> >> http://machina.com.br
> >>
> >>
> ------------------------------**------------------------------**---------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<
> users-unsubscribe@tapestry.apache.org>
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > Sincerely
> > *Boris Horvat*
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
Tynamo Security is ready for T5.4.  I think (not sure) but RestEasy is good to go as well.
Tapestry-JQuery is definitely incompatible at this point.


On Nov 1, 2013, at 8:25 AM, Boris Horvat wrote:

> Yea probably from say Tynamo Security or Rest, or it could be from
> tapestry-jquery....
> 
> I guess just moving the application is that that easy yet :(
> 
> I will have to see if they have a version that is getting ready for the 5.4
> 
> 
> On Fri, Nov 1, 2013 at 1:20 PM, Thiago H de Paula Figueiredo <
> thiagohp@gmail.com> wrote:
> 
>> Yeah, it seems the demo will need a couple tweaks before it works with
>> 5.4. I'd guess it's mostly dependency stuff. It seems like you're getting
>> two different Tapestry-IoC versions in the classpath at the same time.
>> 
>> 
>> On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat <ho...@gmail.com>
>> wrote:
>> 
>> and running it on my app gives me this
>>> 
>>> 
>>> ioc.RegistryBuilder Adding module definition for class
>>> org.apache.tapestry5.modules.**InternalModule
>>> 2013-11-01 13:01:13.818:WARN:oejuc.**AbstractLifeCycle:FAILED app:
>>> java.lang.RuntimeException: Error invoking service binder method
>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>>> java.lang.RuntimeException: Error invoking service binder method
>>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
>>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>>> at
>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>>> bind(DefaultModuleDefImpl.**java:562)
>>> at
>>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>>> <init>(DefaultModuleDefImpl.**java:123)
>>> at org.apache.tapestry5.ioc.**RegistryBuilder.add(**
>>> RegistryBuilder.java:131)
>>> 
>>> I guess dependant module like tynamo security or resteasy may not be
>>> prepared for this yet
>>> 
>>> 
>>> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <ho...@gmail.com>*
>>> *wrote:
>>> 
>>> I guess it wont be that easy
>>>> 
>>>> 
>>>> TapestryIOCModule.**RegistryStartup Construction of service
>>>> RegistryStartup
>>>> failed: Error invoking service contribution method
>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>>> java.lang.NullPointerException
>>>> org.apache.tapestry5.ioc.**internal.OperationException: Error invoking
>>>> service contribution method
>>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>>> java.lang.NullPointerException
>>>> 
>>>> 
>>>> 
>>>> Caused by: java.lang.NullPointerException
>>>> at java.util.concurrent.**ConcurrentHashMap.hash(**
>>>> ConcurrentHashMap.java:332)
>>>> at java.util.concurrent.**ConcurrentHashMap.get(**
>>>> ConcurrentHashMap.java:987)
>>>> 
>>>> 
>>>> at $Session_1bd9a23d201e8.**persist(Unknown Source)
>>>> at
>>>> com.tap5.hotelbooking.dal.**HibernateCrudServiceDAO.**create(**
>>>> HibernateCrudServiceDAO.java:**28)
>>>> at $CrudServiceDAO_1bd9a23d20203.**create(Unknown Source)
>>>> at $CrudServiceDAO_1bd9a23d20206.**advised$create_1bd9a23d2020a(**
>>>> Unknown
>>>> Source)
>>>> at
>>>> $CrudServiceDAO_1bd9a23d20206$**Invocation_create_**1bd9a23d20209.**
>>>> proceedToAdvisedMethod(Unknown
>>>> Source)
>>>> at
>>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>>> proceed(**AbstractMethodInvocation.java:**84)
>>>> at
>>>> org.apache.tapestry5.internal.**hibernate.**
>>>> HibernateTransactionAdvisorImp**l$1.advise(**
>>>> HibernateTransactionAdvisorImp**l.java:40)
>>>> at
>>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>>> proceed(**AbstractMethodInvocation.java:**86)
>>>> at $CrudServiceDAO_1bd9a23d20206.**create(Unknown Source)
>>>> at $CrudServiceDAO_1bd9a23d20201.**create(Unknown Source)
>>>> at com.tap5.hotelbooking.dal.**DataModule.create(DataModule.**java:126)
>>>> at com.tap5.hotelbooking.dal.**DataModule.initialize(**
>>>> DataModule.java:114)
>>>> at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
>>>> 
>>>> 
>>>> 
>>>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <ho...@gmail.com>
>>>> **wrote:
>>>> 
>>>> Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
>>>>> 
>>>>> tnx
>>>>> 
>>>>> 
>>>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
>>>>> thiagohp@gmail.com> wrote:
>>>>> 
>>>>> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
>>>>>> horvat.z.boris@gmail.com> wrote:
>>>>>> 
>>>>>> Is there any way of checking out the demo for 5.4, I would like to see
>>>>>> 
>>>>>>> how do components look like without creating the code my self in
>>>>>>> order to
>>>>>>> see
>>>>>>> if we should maybe start to move our webapp on the tapestry alpha
>>>>>>> 
>>>>>>> 
>>>>>> I guess you can get the Hotel Booking demo sources from
>>>>>> https://github.com/ccordenier/****tapestry5-hotel-booking/<https://github.com/ccordenier/**tapestry5-hotel-booking/>
>>>>>> <htt**ps://github.com/ccordenier/**tapestry5-hotel-booking/<https://github.com/ccordenier/tapestry5-hotel-booking/>>and
>>>>>> change the <tapestry-release-version> property to 5.4-alpha-23 and
>>>>>> 
>>>>>> it'll work. You'll need to add this to your pom.xml in order to get the
>>>>>> Tapestry 5.4 alpha and snapshot versions:
>>>>>> 
>>>>>> <repositories>
>>>>>>        <repository>
>>>>>>                <id>apache-staging</id>
>>>>>>                <name>Apache staging</name>
>>>>>>                <url>https://repository.**apac**
>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>>> staging <https://repository.apache.**org/content/groups/staging<https://repository.apache.org/content/groups/staging>
>>>>>>> </**url>
>>>>>> 
>>>>>>        </repository>
>>>>>>        <repository>
>>>>>>                <id>apache-snapshot</id>
>>>>>>                <name>Apache snapshot</name>
>>>>>>                <url>https://repository.**apac**
>>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>>> snapshots <https://repository.apache.**org/content/groups/snapshots<https://repository.apache.org/content/groups/snapshots>
>>>>>>> <**/url>
>>>>>> 
>>>>>>        </repository>
>>>>>> </repositories>
>>>>>> 
>>>>>> --
>>>>>> Thiago H. de Paula Figueiredo
>>>>>> Tapestry, Java and Hibernate consultant and developer
>>>>>> http://machina.com.br
>>>>>> 
>>>>>> ------------------------------****----------------------------**--**
>>>>>> ---------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**a**pache.org<http://apache.org>
>>>>>> <us...@tapestry.apache.org>
>>>>>>> 
>>>>>> 
>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>>> --
>>>>> Sincerely
>>>>> *Boris Horvat*
>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> --
>>>> Sincerely
>>>> *Boris Horvat*
>>>> 
>>>> 
>>> 
>>> 
>>> 
>> 
>> --
>> Thiago H. de Paula Figueiredo
>> Tapestry, Java and Hibernate consultant and developer
>> http://machina.com.br
>> 
>> ------------------------------**------------------------------**---------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<us...@tapestry.apache.org>
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 
> 
> 
> -- 
> Sincerely
> *Boris Horvat*


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


Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
Yea probably from say Tynamo Security or Rest, or it could be from
tapestry-jquery....

I guess just moving the application is that that easy yet :(

I will have to see if they have a version that is getting ready for the 5.4


On Fri, Nov 1, 2013 at 1:20 PM, Thiago H de Paula Figueiredo <
thiagohp@gmail.com> wrote:

> Yeah, it seems the demo will need a couple tweaks before it works with
> 5.4. I'd guess it's mostly dependency stuff. It seems like you're getting
> two different Tapestry-IoC versions in the classpath at the same time.
>
>
> On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat <ho...@gmail.com>
> wrote:
>
>  and running it on my app gives me this
>>
>>
>> ioc.RegistryBuilder Adding module definition for class
>> org.apache.tapestry5.modules.**InternalModule
>> 2013-11-01 13:01:13.818:WARN:oejuc.**AbstractLifeCycle:FAILED app:
>> java.lang.RuntimeException: Error invoking service binder method
>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>> java.lang.RuntimeException: Error invoking service binder method
>> org.apache.tapestry5.modules.**InternalModule.bind(**ServiceBinder) (at
>> InternalModule.java:46): org/apache/tapestry5/ioc/**IOOperation
>> at
>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>> bind(DefaultModuleDefImpl.**java:562)
>>  at
>> org.apache.tapestry5.ioc.**internal.DefaultModuleDefImpl.**
>> <init>(DefaultModuleDefImpl.**java:123)
>> at org.apache.tapestry5.ioc.**RegistryBuilder.add(**
>> RegistryBuilder.java:131)
>>
>> I guess dependant module like tynamo security or resteasy may not be
>> prepared for this yet
>>
>>
>> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <ho...@gmail.com>*
>> *wrote:
>>
>>  I guess it wont be that easy
>>>
>>>
>>> TapestryIOCModule.**RegistryStartup Construction of service
>>> RegistryStartup
>>> failed: Error invoking service contribution method
>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>> java.lang.NullPointerException
>>> org.apache.tapestry5.ioc.**internal.OperationException: Error invoking
>>> service contribution method
>>> com.tap5.hotelbooking.dal.**DataModule.initialize():
>>> java.lang.NullPointerException
>>>
>>>
>>>
>>> Caused by: java.lang.NullPointerException
>>> at java.util.concurrent.**ConcurrentHashMap.hash(**
>>> ConcurrentHashMap.java:332)
>>> at java.util.concurrent.**ConcurrentHashMap.get(**
>>> ConcurrentHashMap.java:987)
>>>
>>>
>>> at $Session_1bd9a23d201e8.**persist(Unknown Source)
>>> at
>>> com.tap5.hotelbooking.dal.**HibernateCrudServiceDAO.**create(**
>>> HibernateCrudServiceDAO.java:**28)
>>>  at $CrudServiceDAO_1bd9a23d20203.**create(Unknown Source)
>>> at $CrudServiceDAO_1bd9a23d20206.**advised$create_1bd9a23d2020a(**
>>> Unknown
>>> Source)
>>>  at
>>> $CrudServiceDAO_1bd9a23d20206$**Invocation_create_**1bd9a23d20209.**
>>> proceedToAdvisedMethod(Unknown
>>> Source)
>>> at
>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>> proceed(**AbstractMethodInvocation.java:**84)
>>>  at
>>> org.apache.tapestry5.internal.**hibernate.**
>>> HibernateTransactionAdvisorImp**l$1.advise(**
>>> HibernateTransactionAdvisorImp**l.java:40)
>>> at
>>> org.apache.tapestry5.internal.**plastic.**AbstractMethodInvocation.**
>>> proceed(**AbstractMethodInvocation.java:**86)
>>>  at $CrudServiceDAO_1bd9a23d20206.**create(Unknown Source)
>>> at $CrudServiceDAO_1bd9a23d20201.**create(Unknown Source)
>>>  at com.tap5.hotelbooking.dal.**DataModule.create(DataModule.**java:126)
>>> at com.tap5.hotelbooking.dal.**DataModule.initialize(**
>>> DataModule.java:114)
>>>  at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
>>>
>>>
>>>
>>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <ho...@gmail.com>
>>> **wrote:
>>>
>>>  Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
>>>>
>>>> tnx
>>>>
>>>>
>>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
>>>> thiagohp@gmail.com> wrote:
>>>>
>>>>  On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
>>>>> horvat.z.boris@gmail.com> wrote:
>>>>>
>>>>>  Is there any way of checking out the demo for 5.4, I would like to see
>>>>>
>>>>>> how do components look like without creating the code my self in
>>>>>> order to
>>>>>> see
>>>>>> if we should maybe start to move our webapp on the tapestry alpha
>>>>>>
>>>>>>
>>>>> I guess you can get the Hotel Booking demo sources from
>>>>> https://github.com/ccordenier/****tapestry5-hotel-booking/<https://github.com/ccordenier/**tapestry5-hotel-booking/>
>>>>> <htt**ps://github.com/ccordenier/**tapestry5-hotel-booking/<https://github.com/ccordenier/tapestry5-hotel-booking/>>and
>>>>> change the <tapestry-release-version> property to 5.4-alpha-23 and
>>>>>
>>>>> it'll work. You'll need to add this to your pom.xml in order to get the
>>>>> Tapestry 5.4 alpha and snapshot versions:
>>>>>
>>>>> <repositories>
>>>>>         <repository>
>>>>>                 <id>apache-staging</id>
>>>>>                 <name>Apache staging</name>
>>>>>                 <url>https://repository.**apac**
>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>> staging <https://repository.apache.**org/content/groups/staging<https://repository.apache.org/content/groups/staging>
>>>>> ></**url>
>>>>>
>>>>>         </repository>
>>>>>         <repository>
>>>>>                 <id>apache-snapshot</id>
>>>>>                 <name>Apache snapshot</name>
>>>>>                 <url>https://repository.**apac**
>>>>> he.org/content/groups/** <http://apache.org/content/groups/**>
>>>>> snapshots <https://repository.apache.**org/content/groups/snapshots<https://repository.apache.org/content/groups/snapshots>
>>>>> ><**/url>
>>>>>
>>>>>         </repository>
>>>>> </repositories>
>>>>>
>>>>> --
>>>>> Thiago H. de Paula Figueiredo
>>>>> Tapestry, Java and Hibernate consultant and developer
>>>>> http://machina.com.br
>>>>>
>>>>> ------------------------------****----------------------------**--**
>>>>> ---------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**a**pache.org<http://apache.org>
>>>>> <us...@tapestry.apache.org>
>>>>> >
>>>>>
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> Sincerely
>>>> *Boris Horvat*
>>>>
>>>>
>>>
>>>
>>> --
>>> Sincerely
>>> *Boris Horvat*
>>>
>>>
>>
>>
>>
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<us...@tapestry.apache.org>
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
Yeah, it seems the demo will need a couple tweaks before it works with  
5.4. I'd guess it's mostly dependency stuff. It seems like you're getting  
two different Tapestry-IoC versions in the classpath at the same time.

On Fri, 01 Nov 2013 10:02:48 -0200, Boris Horvat  
<ho...@gmail.com> wrote:

> and running it on my app gives me this
>
>
> ioc.RegistryBuilder Adding module definition for class
> org.apache.tapestry5.modules.InternalModule
> 2013-11-01 13:01:13.818:WARN:oejuc.AbstractLifeCycle:FAILED app:
> java.lang.RuntimeException: Error invoking service binder method
> org.apache.tapestry5.modules.InternalModule.bind(ServiceBinder) (at
> InternalModule.java:46): org/apache/tapestry5/ioc/IOOperation
> java.lang.RuntimeException: Error invoking service binder method
> org.apache.tapestry5.modules.InternalModule.bind(ServiceBinder) (at
> InternalModule.java:46): org/apache/tapestry5/ioc/IOOperation
> at
> org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl.bind(DefaultModuleDefImpl.java:562)
>  at
> org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl.<init>(DefaultModuleDefImpl.java:123)
> at org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:131)
>
> I guess dependant module like tynamo security or resteasy may not be
> prepared for this yet
>
>
> On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat  
> <ho...@gmail.com>wrote:
>
>> I guess it wont be that easy
>>
>>
>> TapestryIOCModule.RegistryStartup Construction of service  
>> RegistryStartup
>> failed: Error invoking service contribution method
>> com.tap5.hotelbooking.dal.DataModule.initialize():
>> java.lang.NullPointerException
>> org.apache.tapestry5.ioc.internal.OperationException: Error invoking
>> service contribution method
>> com.tap5.hotelbooking.dal.DataModule.initialize():
>> java.lang.NullPointerException
>>
>>
>>
>> Caused by: java.lang.NullPointerException
>> at  
>> java.util.concurrent.ConcurrentHashMap.hash(ConcurrentHashMap.java:332)
>> at  
>> java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:987)
>>
>>
>> at $Session_1bd9a23d201e8.persist(Unknown Source)
>> at
>> com.tap5.hotelbooking.dal.HibernateCrudServiceDAO.create(HibernateCrudServiceDAO.java:28)
>>  at $CrudServiceDAO_1bd9a23d20203.create(Unknown Source)
>> at $CrudServiceDAO_1bd9a23d20206.advised$create_1bd9a23d2020a(Unknown
>> Source)
>>  at
>> $CrudServiceDAO_1bd9a23d20206$Invocation_create_1bd9a23d20209.proceedToAdvisedMethod(Unknown
>> Source)
>> at
>> org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:84)
>>  at
>> org.apache.tapestry5.internal.hibernate.HibernateTransactionAdvisorImpl$1.advise(HibernateTransactionAdvisorImpl.java:40)
>> at
>> org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:86)
>>  at $CrudServiceDAO_1bd9a23d20206.create(Unknown Source)
>> at $CrudServiceDAO_1bd9a23d20201.create(Unknown Source)
>>  at com.tap5.hotelbooking.dal.DataModule.create(DataModule.java:126)
>> at com.tap5.hotelbooking.dal.DataModule.initialize(DataModule.java:114)
>>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>
>>
>>
>> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat  
>> <ho...@gmail.com>wrote:
>>
>>> Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
>>>
>>> tnx
>>>
>>>
>>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
>>> thiagohp@gmail.com> wrote:
>>>
>>>> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
>>>> horvat.z.boris@gmail.com> wrote:
>>>>
>>>>  Is there any way of checking out the demo for 5.4, I would like to  
>>>> see
>>>>> how do components look like without creating the code my self in  
>>>>> order to
>>>>> see
>>>>> if we should maybe start to move our webapp on the tapestry alpha
>>>>>
>>>>
>>>> I guess you can get the Hotel Booking demo sources from
>>>> https://github.com/ccordenier/**tapestry5-hotel-booking/<https://github.com/ccordenier/tapestry5-hotel-booking/>and  
>>>> change the <tapestry-release-version> property to 5.4-alpha-23 and
>>>> it'll work. You'll need to add this to your pom.xml in order to get  
>>>> the
>>>> Tapestry 5.4 alpha and snapshot versions:
>>>>
>>>> <repositories>
>>>>         <repository>
>>>>                 <id>apache-staging</id>
>>>>                 <name>Apache staging</name>
>>>>                 <url>https://repository.**apache.org/content/groups/**
>>>> staging <https://repository.apache.org/content/groups/staging></url>
>>>>         </repository>
>>>>         <repository>
>>>>                 <id>apache-snapshot</id>
>>>>                 <name>Apache snapshot</name>
>>>>                 <url>https://repository.**apache.org/content/groups/**
>>>> snapshots  
>>>> <https://repository.apache.org/content/groups/snapshots></url>
>>>>         </repository>
>>>> </repositories>
>>>>
>>>> --
>>>> Thiago H. de Paula Figueiredo
>>>> Tapestry, Java and Hibernate consultant and developer
>>>> http://machina.com.br
>>>>
>>>> ------------------------------**------------------------------**
>>>> ---------
>>>> To unsubscribe, e-mail:  
>>>> users-unsubscribe@tapestry.**apache.org<us...@tapestry.apache.org>
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>
>>>
>>> --
>>> Sincerely
>>> *Boris Horvat*
>>>
>>
>>
>>
>> --
>> Sincerely
>> *Boris Horvat*
>>
>
>
>


-- 
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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


Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
and running it on my app gives me this


ioc.RegistryBuilder Adding module definition for class
org.apache.tapestry5.modules.InternalModule
2013-11-01 13:01:13.818:WARN:oejuc.AbstractLifeCycle:FAILED app:
java.lang.RuntimeException: Error invoking service binder method
org.apache.tapestry5.modules.InternalModule.bind(ServiceBinder) (at
InternalModule.java:46): org/apache/tapestry5/ioc/IOOperation
java.lang.RuntimeException: Error invoking service binder method
org.apache.tapestry5.modules.InternalModule.bind(ServiceBinder) (at
InternalModule.java:46): org/apache/tapestry5/ioc/IOOperation
at
org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl.bind(DefaultModuleDefImpl.java:562)
 at
org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl.<init>(DefaultModuleDefImpl.java:123)
at org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:131)

I guess dependant module like tynamo security or resteasy may not be
prepared for this yet


On Fri, Nov 1, 2013 at 12:26 PM, Boris Horvat <ho...@gmail.com>wrote:

> I guess it wont be that easy
>
>
> TapestryIOCModule.RegistryStartup Construction of service RegistryStartup
> failed: Error invoking service contribution method
> com.tap5.hotelbooking.dal.DataModule.initialize():
> java.lang.NullPointerException
> org.apache.tapestry5.ioc.internal.OperationException: Error invoking
> service contribution method
> com.tap5.hotelbooking.dal.DataModule.initialize():
> java.lang.NullPointerException
>
>
>
> Caused by: java.lang.NullPointerException
> at java.util.concurrent.ConcurrentHashMap.hash(ConcurrentHashMap.java:332)
> at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:987)
>
>
> at $Session_1bd9a23d201e8.persist(Unknown Source)
> at
> com.tap5.hotelbooking.dal.HibernateCrudServiceDAO.create(HibernateCrudServiceDAO.java:28)
>  at $CrudServiceDAO_1bd9a23d20203.create(Unknown Source)
> at $CrudServiceDAO_1bd9a23d20206.advised$create_1bd9a23d2020a(Unknown
> Source)
>  at
> $CrudServiceDAO_1bd9a23d20206$Invocation_create_1bd9a23d20209.proceedToAdvisedMethod(Unknown
> Source)
> at
> org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:84)
>  at
> org.apache.tapestry5.internal.hibernate.HibernateTransactionAdvisorImpl$1.advise(HibernateTransactionAdvisorImpl.java:40)
> at
> org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:86)
>  at $CrudServiceDAO_1bd9a23d20206.create(Unknown Source)
> at $CrudServiceDAO_1bd9a23d20201.create(Unknown Source)
>  at com.tap5.hotelbooking.dal.DataModule.create(DataModule.java:126)
> at com.tap5.hotelbooking.dal.DataModule.initialize(DataModule.java:114)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>
>
> On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <ho...@gmail.com>wrote:
>
>> Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
>>
>> tnx
>>
>>
>> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
>> thiagohp@gmail.com> wrote:
>>
>>> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
>>> horvat.z.boris@gmail.com> wrote:
>>>
>>>  Is there any way of checking out the demo for 5.4, I would like to see
>>>> how do components look like without creating the code my self in order to
>>>> see
>>>> if we should maybe start to move our webapp on the tapestry alpha
>>>>
>>>
>>> I guess you can get the Hotel Booking demo sources from
>>> https://github.com/ccordenier/**tapestry5-hotel-booking/<https://github.com/ccordenier/tapestry5-hotel-booking/>and change the <tapestry-release-version> property to 5.4-alpha-23 and
>>> it'll work. You'll need to add this to your pom.xml in order to get the
>>> Tapestry 5.4 alpha and snapshot versions:
>>>
>>> <repositories>
>>>         <repository>
>>>                 <id>apache-staging</id>
>>>                 <name>Apache staging</name>
>>>                 <url>https://repository.**apache.org/content/groups/**
>>> staging <https://repository.apache.org/content/groups/staging></url>
>>>         </repository>
>>>         <repository>
>>>                 <id>apache-snapshot</id>
>>>                 <name>Apache snapshot</name>
>>>                 <url>https://repository.**apache.org/content/groups/**
>>> snapshots <https://repository.apache.org/content/groups/snapshots></url>
>>>         </repository>
>>> </repositories>
>>>
>>> --
>>> Thiago H. de Paula Figueiredo
>>> Tapestry, Java and Hibernate consultant and developer
>>> http://machina.com.br
>>>
>>> ------------------------------**------------------------------**
>>> ---------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<us...@tapestry.apache.org>
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>
>>
>> --
>> Sincerely
>> *Boris Horvat*
>>
>
>
>
> --
> Sincerely
> *Boris Horvat*
>



-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
I guess it wont be that easy


TapestryIOCModule.RegistryStartup Construction of service RegistryStartup
failed: Error invoking service contribution method
com.tap5.hotelbooking.dal.DataModule.initialize():
java.lang.NullPointerException
org.apache.tapestry5.ioc.internal.OperationException: Error invoking
service contribution method
com.tap5.hotelbooking.dal.DataModule.initialize():
java.lang.NullPointerException



Caused by: java.lang.NullPointerException
at java.util.concurrent.ConcurrentHashMap.hash(ConcurrentHashMap.java:332)
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:987)


at $Session_1bd9a23d201e8.persist(Unknown Source)
at
com.tap5.hotelbooking.dal.HibernateCrudServiceDAO.create(HibernateCrudServiceDAO.java:28)
 at $CrudServiceDAO_1bd9a23d20203.create(Unknown Source)
at $CrudServiceDAO_1bd9a23d20206.advised$create_1bd9a23d2020a(Unknown
Source)
 at
$CrudServiceDAO_1bd9a23d20206$Invocation_create_1bd9a23d20209.proceedToAdvisedMethod(Unknown
Source)
at
org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:84)
 at
org.apache.tapestry5.internal.hibernate.HibernateTransactionAdvisorImpl$1.advise(HibernateTransactionAdvisorImpl.java:40)
at
org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:86)
 at $CrudServiceDAO_1bd9a23d20206.create(Unknown Source)
at $CrudServiceDAO_1bd9a23d20201.create(Unknown Source)
 at com.tap5.hotelbooking.dal.DataModule.create(DataModule.java:126)
at com.tap5.hotelbooking.dal.DataModule.initialize(DataModule.java:114)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)



On Fri, Nov 1, 2013 at 12:22 PM, Boris Horvat <ho...@gmail.com>wrote:

> Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT
>
> tnx
>
>
> On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
> thiagohp@gmail.com> wrote:
>
>> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <
>> horvat.z.boris@gmail.com> wrote:
>>
>>  Is there any way of checking out the demo for 5.4, I would like to see
>>> how do components look like without creating the code my self in order to
>>> see
>>> if we should maybe start to move our webapp on the tapestry alpha
>>>
>>
>> I guess you can get the Hotel Booking demo sources from
>> https://github.com/ccordenier/**tapestry5-hotel-booking/<https://github.com/ccordenier/tapestry5-hotel-booking/>and change the <tapestry-release-version> property to 5.4-alpha-23 and
>> it'll work. You'll need to add this to your pom.xml in order to get the
>> Tapestry 5.4 alpha and snapshot versions:
>>
>> <repositories>
>>         <repository>
>>                 <id>apache-staging</id>
>>                 <name>Apache staging</name>
>>                 <url>https://repository.**apache.org/content/groups/**
>> staging <https://repository.apache.org/content/groups/staging></url>
>>         </repository>
>>         <repository>
>>                 <id>apache-snapshot</id>
>>                 <name>Apache snapshot</name>
>>                 <url>https://repository.**apache.org/content/groups/**
>> snapshots <https://repository.apache.org/content/groups/snapshots></url>
>>         </repository>
>> </repositories>
>>
>> --
>> Thiago H. de Paula Figueiredo
>> Tapestry, Java and Hibernate consultant and developer
>> http://machina.com.br
>>
>> ------------------------------**------------------------------**---------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<us...@tapestry.apache.org>
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
>
> --
> Sincerely
> *Boris Horvat*
>



-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Boris Horvat <ho...@gmail.com>.
Should i use 5.4-SNAPSHOT or 5.4-alpha-3-SNAPSHOT

tnx


On Fri, Nov 1, 2013 at 12:13 PM, Thiago H de Paula Figueiredo <
thiagohp@gmail.com> wrote:

> On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat <ho...@gmail.com>
> wrote:
>
>  Is there any way of checking out the demo for 5.4, I would like to see
>> how do components look like without creating the code my self in order to
>> see
>> if we should maybe start to move our webapp on the tapestry alpha
>>
>
> I guess you can get the Hotel Booking demo sources from
> https://github.com/ccordenier/**tapestry5-hotel-booking/<https://github.com/ccordenier/tapestry5-hotel-booking/>and change the <tapestry-release-version> property to 5.4-alpha-23 and
> it'll work. You'll need to add this to your pom.xml in order to get the
> Tapestry 5.4 alpha and snapshot versions:
>
> <repositories>
>         <repository>
>                 <id>apache-staging</id>
>                 <name>Apache staging</name>
>                 <url>https://repository.**apache.org/content/groups/**
> staging <https://repository.apache.org/content/groups/staging></url>
>         </repository>
>         <repository>
>                 <id>apache-snapshot</id>
>                 <name>Apache snapshot</name>
>                 <url>https://repository.**apache.org/content/groups/**
> snapshots <https://repository.apache.org/content/groups/snapshots></url>
>         </repository>
> </repositories>
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<us...@tapestry.apache.org>
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Sincerely
*Boris Horvat*

Re: Tapestry 5.4 demo

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Fri, 01 Nov 2013 06:13:34 -0200, Boris Horvat  
<ho...@gmail.com> wrote:

> Is there any way of checking out the demo for 5.4, I would like to see  
> how do components look like without creating the code my self in order  
> to see
> if we should maybe start to move our webapp on the tapestry alpha

I guess you can get the Hotel Booking demo sources from  
https://github.com/ccordenier/tapestry5-hotel-booking/ and change the  
<tapestry-release-version> property to 5.4-alpha-23 and it'll work. You'll  
need to add this to your pom.xml in order to get the Tapestry 5.4 alpha  
and snapshot versions:

<repositories>
	<repository>
		<id>apache-staging</id>
		<name>Apache staging</name>
		<url>https://repository.apache.org/content/groups/staging</url>
	</repository>
	<repository>
		<id>apache-snapshot</id>
		<name>Apache snapshot</name>
		<url>https://repository.apache.org/content/groups/snapshots</url>
	</repository>
</repositories>

-- 
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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