Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-04-04 Thread Thiago H de Paula Figueiredo
On Fri, 01 Apr 2016 14:20:28 -0300, Pavel Chernyak   
wrote:



Yea, i know. But there no any more info.
It's simple starts, loading pages, than shows this warning.


Check the console log, not the page. It should provide much more  
information than what you've posted so far.




On 1 April 2016 at 18:06, Thiago H de Paula Figueiredo  


wrote:

On Fri, 01 Apr 2016 04:21:31 -0300, Pavel Chernyak  


wrote:

Hello. Well, nothing more except this stack trace.


Unable to add 'SecurityAssert' as a dependency of
'ComponentRequestHandler', as that forms a dependency cycle
('ComponentRequestHandler' depends on itself via 'SecurityAssert'). The
dependency has been ignored.
Unable to load class $ComponentRequestHandler_13c917a7b1c as the
implementation of service java.lang.Object



I'm sorry, this is an error message, not a stack trace.


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

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








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

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



Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-04-02 Thread Barry Books
Since this is an upgrade could this be another example of multiple versions
of Tapestry in the classpath? That's the first place I look when there are
strange errors. I would clean the project and try again.


Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-04-01 Thread Kalle Korhonen
SecurityAssert is your own code right? What are you injecting into it and
what does it do? Why don't you just break the circular dependency?

Kalle

On Fri, Apr 1, 2016 at 10:20 AM, Pavel Chernyak 
wrote:

> Yea, i know. But there no any more info.
> It's simple starts, loading pages, than shows this warning.
>
>
> On 1 April 2016 at 18:06, Thiago H de Paula Figueiredo  >
> wrote:
>
> > On Fri, 01 Apr 2016 04:21:31 -0300, Pavel Chernyak  >
> > wrote:
> >
> > Hello. Well, nothing more except this stack trace.
> >>
> >> Unable to add 'SecurityAssert' as a dependency of
> >> 'ComponentRequestHandler', as that forms a dependency cycle
> >> ('ComponentRequestHandler' depends on itself via 'SecurityAssert'). The
> >> dependency has been ignored.
> >> Unable to load class $ComponentRequestHandler_13c917a7b1c as the
> >> implementation of service java.lang.Object
> >>
> >
> > I'm sorry, this is an error message, not a stack trace.
> >
> >
> > --
> > Thiago H. de Paula Figueiredo
> > Tapestry, Java and Hibernate consultant and developer
> > http://machina.com.br
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
>
> --
> С уважением,
> Черняк Павел Александрович
>


Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-04-01 Thread Pavel Chernyak
Yea, i know. But there no any more info.
It's simple starts, loading pages, than shows this warning.


On 1 April 2016 at 18:06, Thiago H de Paula Figueiredo 
wrote:

> On Fri, 01 Apr 2016 04:21:31 -0300, Pavel Chernyak 
> wrote:
>
> Hello. Well, nothing more except this stack trace.
>>
>> Unable to add 'SecurityAssert' as a dependency of
>> 'ComponentRequestHandler', as that forms a dependency cycle
>> ('ComponentRequestHandler' depends on itself via 'SecurityAssert'). The
>> dependency has been ignored.
>> Unable to load class $ComponentRequestHandler_13c917a7b1c as the
>> implementation of service java.lang.Object
>>
>
> I'm sorry, this is an error message, not a stack trace.
>
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
С уважением,
Черняк Павел Александрович


Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-04-01 Thread Thiago H de Paula Figueiredo
On Fri, 01 Apr 2016 04:21:31 -0300, Pavel Chernyak   
wrote:



Hello. Well, nothing more except this stack trace.

Unable to add 'SecurityAssert' as a dependency of
'ComponentRequestHandler', as that forms a dependency cycle
('ComponentRequestHandler' depends on itself via 'SecurityAssert'). The
dependency has been ignored.
Unable to load class $ComponentRequestHandler_13c917a7b1c as the
implementation of service java.lang.Object


I'm sorry, this is an error message, not a stack trace.

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

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



Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-04-01 Thread Pavel Chernyak
Hello. Well, nothing more except this stack trace.

Unable to add 'SecurityAssert' as a dependency of
'ComponentRequestHandler', as that forms a dependency cycle
('ComponentRequestHandler' depends on itself via 'SecurityAssert'). The
dependency has been ignored.
Unable to load class $ComponentRequestHandler_13c917a7b1c as the
implementation of service java.lang.Object

Everything else works fine, but i dont understand where this warning come
from.

On 31 March 2016 at 19:44, Thiago H de Paula Figueiredo 
wrote:

> Hi!
>
> On Thu, 31 Mar 2016 08:39:21 -0300, Pavel Chernyak 
> wrote:
>
> Unable to add 'SecurityAssert' as a dependency of
>> 'ComponentRequestHandler', as that forms a dependency cycle
>> ('ComponentRequestHandler' depends on itself via 'SecurityAssert'). The
>> dependency has been ignored.
>>
>
> This is a warning, not an error.
>
> Unable to load class $ComponentRequestHandler_bf3d4a71e7d as the
>> implementation of service java.lang.Object
>>
>
> This is weird. Could you post the full stack trace, please?
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
С уважением,
Черняк Павел Александрович


Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-03-31 Thread Thiago H de Paula Figueiredo

Hi!

On Thu, 31 Mar 2016 08:39:21 -0300, Pavel Chernyak   
wrote:



Unable to add 'SecurityAssert' as a dependency of
'ComponentRequestHandler', as that forms a dependency cycle
('ComponentRequestHandler' depends on itself via 'SecurityAssert'). The
dependency has been ignored.


This is a warning, not an error.


Unable to load class $ComponentRequestHandler_bf3d4a71e7d as the
implementation of service java.lang.Object


This is weird. Could you post the full stack trace, please?

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

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



Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-03-31 Thread Pavel Chernyak
I have strange error after trying to migrate from 5.3.8 to 5.4.
I using:

tapestry-core 5.4.0

tapestry-upload 5.4.0

tapestry-hibernate 5.4.0

tynamo tapestry-security 0.6.2

tynamo tapestry-conversations 0.2.0

tynamo tapestry-routing 0.1.1


Unable to add 'SecurityAssert' as a dependency of
'ComponentRequestHandler', as that forms a dependency cycle
('ComponentRequestHandler' depends on itself via 'SecurityAssert'). The
dependency has been ignored.
Unable to load class $ComponentRequestHandler_bf3d4a71e7d as the
implementation of service java.lang.Object

Maybe someone know how to remove this error? Can't find any clue where it
come from.


With best regards,
Pavel Chernyak.