Weird exception

2005-10-19 Thread Krutyakov Roman
I have a Tapestry4 application deployed on JRun4, and im sometimes receiving a weird exception (see attach). After that exception application crashes. Does anyone knows what it could be? JRun 4 SP6 J2SE 1.5.0_05 Win2k Tapestry 4.0-b8 Hivemind 1.1-b3 -- Roman Krutyakov # Created by JRun on 18/10

Re: @InjectObject spring beans proxyed with Spring-AOP problem.

2005-09-02 Thread Krutyakov Roman
В Птн, 02/09/2005 в 14:01 +0800, Jun Tsai пишет: > Hmm, I'm using the @InjectObject to inject spring > beans not proxyed with spring-aop and it's working great. but if use > @InjectObject to inject spring beans proxyed with Spring-AOP ,It throws > a java.lang.IllegalArgumentException: > arg

Re: Beta 1 and tables

2005-06-27 Thread Krutyakov Roman
Ive also found that some components in contrib have specification version 3.0. For example Table - version 3.0, but TableColumns is 4.0 - Roman Krutyakov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Beta 1 and tables

2005-06-26 Thread Krutyakov Roman
Hello, is there any changes in using contrib:Table component in beta-1 (if compare with alpha-3)? Im getting an exception (attached) when trying to show simple table. With alpha-3 table was shown without exceptions Linux (2.6.11) JDK 1.5.0 (b64) Tomcat 5.5.9 system locale is ru_RU -- Roman Krutya

Re: Building Tapestry 4.0 from CVS

2005-06-23 Thread Krutyakov Roman
В Чтв, 23/06/2005 в 18:34 -0400, Howard Lewis Ship пишет: > I just uploaded a fresh distro snapshot to: > > http://howardlewisship.com/downloads/tapestry-4.0-alpha-4-snapshot.tar.gz > Looks like contrib:FormConditional is broken in snapshot - i've received ApplicationRuntimeException Error at c

Re: Getting HttpSession by ID

2005-06-03 Thread Krutyakov Roman
В Птн, 03/06/2005 в 08:37 +0200, Olve Hansen пишет: > ons, 01,.06.2005 kl. 12.47 +0300, skrev Krutyakov Roman: > > Hello, > > > > Is there any way to access to HttpSession by its id? > > I have an application based on Tapestry 4 and Spring with Acegi and > > wa

Getting HttpSession by ID

2005-06-01 Thread Krutyakov Roman
Hello, Is there any way to access to HttpSession by its id? I have an application based on Tapestry 4 and Spring with Acegi and want to control concurrent user logins. After successful user authentication i need to check does this user already have non-expired session (for example from another bro

Site map generation

2005-05-26 Thread Krutyakov Roman
Hello, is it possible in tapestry 4.0 to get list of pages that are not listed in .application file? I want to create autogenerated site map page (dont want to edit site map after adding new page). -- Roman Krutyakov - To uns

Re: Spring bean injection question (Tapestry 4)

2005-05-23 Thread Krutyakov Roman
В Пнд, 23/05/2005 в 15:03 +0300, Krutyakov Roman пишет: > Hello, > is now possible to inject to tapestry pages (components) Spring beans > that were proxyed with Spring-AOP? > > HiveMind is configured as described there > http://wiki.apache.org/jakarta-tapestry/Tapestry31Spring

Spring bean injection question (Tapestry 4)

2005-05-23 Thread Krutyakov Roman
Hello, is now possible to inject to tapestry pages (components) Spring beans that were proxyed with Spring-AOP? HiveMind is configured as described there http://wiki.apache.org/jakarta-tapestry/Tapestry31Spring In alpha-2 it works After alpha-3 changes in tapestry API i only can access to simple

RE: Tapestry 4.0-alpha-3 problem with Spring

2005-05-19 Thread Krutyakov Roman
At thr, 19/05/2005 в 16:56 +0100, seloha . wrote: > For what it is worth I have found the same problem when trying to obtain > Spring beans which worked in the previous release. > > Similar error: Unable to lookup $Proxy1: $Proxy1 > > This is looking up a Spring DAO which uses hibernate 3. > >

Tapestry 4.0-alpha-3 problem with Spring

2005-05-19 Thread Krutyakov Roman
Hello, After upgrading from Tapestry 4.0 alpha-2 to alpha-3 ive found a problem with enhancement. Im using Spring with Acegi in my application and some beans are proxyed (config example is attached). When im trying to access those beans from tapestry by adding "inject" tag in page or component spa

Re: tapestry and acegi security

2005-04-07 Thread Krutyakov Roman
At Thu, 07/04/2005 в 03:40 +0200, IT Service Pahne wrote: > Hello, > > I am planning to build a fairly complex application with > Springframework, Hibernate and Tapestry. (Done that before, so no > problem so far). > > The new application has strong requirements concerning security, and so > I ha