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
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
?!!?!?!?!?
-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
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
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,
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