Re: Problems with Tapestry 5 and JBoss

2007-02-18 Thread James Carman
Is Javassist a part of the "shared" classpath in JBoss 4.x? On 2/18/07, Geoff Callender <[EMAIL PROTECTED]> wrote: I've hit the same problem had the same problem with Tapestry 5 in JBoss 4.0.5. When I put the Tapestry jars in the deployed file I get the stack trace below. It shows that tapestr

RE: Spindle for tapestry 4,4.1, and 5?

2007-02-18 Thread Blšták Peter
Hello I have tried the tapIDEA but was unable to get it work. I have downloaded TapIDEA plugin, restarted IDEA (6.0.4) and created Single Module Project (File -> New Project ...) with one Web Module, checked Tapestry support. Then I have defined root Java package and downloaded required Tapestr

Re: Tapestry 5-IoC will support Hivemind?

2007-02-18 Thread Massimo Lusetti
On 2/16/07, Dmitriy Vsekhvalnov <[EMAIL PROTECTED]> wrote: Hello, will Tapestry 5 support hivemind integration? I.E. will it be able to inject HiveMind services to the Tapestry5 pages? And if so, is it possible to make Registry instance to use to be configurable? I mean to provide external

Record locking

2007-02-18 Thread Murray Collingwood
Hi all Many years ago I wrote a web application that utilitised a proprietary database. The database supported record locking however it was not suitable for a web application. So, I wrote a facility I called 'Long Locks'. It required a timestamp field be added to each table. When a web user w

Re: Record locking

2007-02-18 Thread Jesse Kuhnert
hibernate.org On 2/18/07, Murray Collingwood <[EMAIL PROTECTED]> wrote: Hi all Many years ago I wrote a web application that utilitised a proprietary database. The database supported record locking however it was not suitable for a web application. So, I wrote a facility I called 'Long Locks'

ASO auto-startup (Tap 4)

2007-02-18 Thread Gurps
Hi I have created an ASO and i'd like it to startup when everything initialises: It seems "hivemind.Startup" is not recognised. How do I do this in tapestry ??? Cheers

T5: Activate + Passivate + Validation

2007-02-18 Thread D&J Gredler
Hi, I'm using T5, and I have a page that uses activate and passivate events to store a primary key (as explained at http://tapestry.apache.org/tapestry5/tapestry-core/guide/event.html). I'm having some trouble, though, when I do custom validation in my onSuccessFromForm( ) method. If the validati

Re: T5: Activate + Passivate + Validation

2007-02-18 Thread Howard Lewis Ship
That's something I need to work out; the ActionLink and Form components have context, but so do the pages (via the "passivate" events). Really, the action event URLs should reflect both when both contexts are present. In that situation, the page context will be shifted into a query parameter. On

Re: ASO auto-startup (Tap 4)

2007-02-18 Thread Howard Lewis Ship
An "ASO" that exists at start is, ipso facto, a shared across all users object. In that case, a HiveMind service is appropriate, rather than an ASO. On 2/18/07, Gurps <[EMAIL PROTECTED]> wrote: Hi I have created an ASO and i'd like it to startup when everything initialises:

Re: Record locking

2007-02-18 Thread Murray Collingwood
Hi Jesse Kuhnert gmail.com> writes: > hibernate.org This is a rather simplistic answer, however I have been away and read the documentation and am not convinced that this is providing a method that will warn a user if somebody else if already updating a record. Even this example of pessimistic