Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Howard Lewis Ship
Some things can't be rushed. There's a branches/branch-1.1 ... that's the head of the 1.1 branch, and that's where the bug fixes are. The trunk is currently in transition towards 1.2 (including a Maven2 conversion in yet another branch). We'll be putting up the HiveMind 1.1.1 release pretty darn

Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Cliff Zhao
I see at least in two bugs are claimed fixed in HiveMind 1.1.1. Could you release HiveMind 1.1.1 or give some instructions on how to build HiveMind 1.1.1? I tried to build HiveMind from SVN repo but had no clue on how to build it and can not see any tag marked 1.1.1. Thanks. On 1/12/06, Howard

Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Howard Lewis Ship
This is a bug that, I believe, has been fixed for HiveMind 1.1.1. On 1/12/06, Johny <[EMAIL PROTECTED]> wrote: > The NoSuchMethodError is apparently caused by the fact that HiveMind is > not "entirely" java 1.3 compatible - it uses the method StringBuffer.append > (StringBuffer) which is not avail

Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Howard Lewis Ship
Tapestry is 1.3 compliant but the examples are not. On 1/12/06, Johny <[EMAIL PROTECTED]> wrote: > Supposedly the 1.5 features are optional. Tapestry claims to be 1.3 compliant > (though as mentioned in my other post apparently that is not entirely the > case). > > > -

RE: Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Lennart Benoot
Tapestry yes, the quickstart examples no http://jakarta.apache.org/tapestry/QuickStart/index.html >-Original Message- >From: "Tapestry users" >Sent: 01/12/06 - 05:52 >To: "Tapestry users" >Subject: RE: Re: Tapestry 4.0 problem with examples > >

Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Johny
Supposedly the 1.5 features are optional. Tapestry claims to be 1.3 compliant (though as mentioned in my other post apparently that is not entirely the case). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Johny
The NoSuchMethodError is apparently caused by the fact that HiveMind is not "entirely" java 1.3 compatible - it uses the method StringBuffer.append (StringBuffer) which is not available pre-java 1.4. They would have to cast to Object for it to work under 1.3. Funny that Tapestry claims 1.3 compat

RE: Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Lennart Benoot
nt: 01/12/06 - 04:57 >To: "Tapestry users" >Subject: RE: Re: Tapestry 4.0 problem with examples > > And these are my libraries: > >commons-codec-1.3.jar >commons-fileupload-1.0.jar >commons-logging-1.0.4.jar >hivemind-1.1.jar >hivemind-lib-1.1.jar >javassist-3.

Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Johny
... And these are my libraries: commons-codec-1.3.jar commons-fileupload-1.0.jar commons-logging-1.0.4.jar hivemind-1.1.jar hivemind-lib-1.1.jar javassist-3.0.jar log4j-1.2.8.jar ognl-2.6.7.jar oro-2.0.8.jar tapestry-4.0.jar tapestry-annotations-4.0.jar tapestry-contrib-4.0.jar tapestry-portlet-4.

Re: Tapestry 4.0 problem with examples

2006-01-12 Thread Johny
Forgot the stacktrace from the tomcat error page: java.lang.NoSuchMethodError at org.apache.hivemind.service.impl.MethodFabImpl.toString (MethodFabImpl.java:98) at java.lang.String.valueOf(Unknown Source) at java.lang.StringBuffer.append(Unknown Source) at org.apach