RE: T4.1.2 error loading hivemind-service

2007-07-12 Thread Marcus.Schulte
age- > From: Peter Schröder [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 12, 2007 10:37 AM > To: Tapestry users > Subject: AW: T4.1.2 error loading hivemind-service > > it seems that this is a maven-issue. i have to update all > dependencies that are still using javassist

Re: T4.1.2 error loading hivemind-service

2007-07-12 Thread Renat Zubairov
ag, 12. Juli 2007 10:01 An: Tapestry users Betreff: AW: T4.1.2 error loading hivemind-service hi renat, i am using maven for my dependency management. it automatically includes javassist-3.4.ga.jar into my project. this is the same version that is stated here: http://tapestry.apache.org/tapes

AW: T4.1.2 error loading hivemind-service

2007-07-12 Thread Peter Schröder
?!!?!?!?!? -Ursprüngliche Nachricht- Von: Peter Schröder [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. Juli 2007 10:01 An: Tapestry users Betreff: AW: T4.1.2 error loading hivemind-service hi renat, i am using maven for my dependency management. it automatically includes javassist-3.4.ga.jar

AW: T4.1.2 error loading hivemind-service

2007-07-12 Thread Peter Schröder
and T4.1.2. (at least, i did not read the opposite somewhere), cause both use hivemind-1.1.1?! kind regards, peter -Ursprüngliche Nachricht- Von: Renat Zubairov [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 11. Juli 2007 19:21 An: Tapestry users Betreff: Re: T4.1.2 error loading hivemind

Re: T4.1.2 error loading hivemind-service

2007-07-11 Thread Renat Zubairov
Hi This exception "javassist.CtClass.toClass(Ljava/lang/ClassLoader;Ljava/security/ProtectionDomain;)Ljava/lang/Class;" Means that you have a Javassist version mismatch, check your classpath for the older versions of Javassist. Renat On 11/07/07, Peter Schröder <[EMAIL PROTECTED]> wrote: hi,

T4.1.2 error loading hivemind-service

2007-07-11 Thread Peter Schröder
hi, i am doing a simple test with the new version of tapestry (runs fine with 4.0.2): public class LoginTest extends TestCase { public void testService() { Registry registry = RegistryBuilder.constructDefaultRegistry(); AGLoginService service = (AGLoginSe