Re: [aspectwerkz-dev] aw 1.0 beta1
"Alex" <alex-he/e8N7AIe/[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks We'll take care of that exception reporting as Jonas said with the new ASM based impl. I did not meet Misha unfortunately but it is in my plan to dig in JFluid and see where is the border and the common things between this tool and the AOP theory. As you probably know, we are trying to get rid of bytecode manipulation anyway, and work at the VM level, so the hotswap issue if any is a "short" term issue. Alex ----- Original Message ----- From: "eu" <eu-E/[email protected]> To: <[email protected]> Sent: Tuesday, July 13, 2004 10:02 PM Subject: [aspectwerkz-dev] aw 1.0 beta1 > Hi Alex, > > I finally was able to put my hands on recent AW release and test our > application. It is looking really good now! However there is a minor but > annoing issue with tracing (see stack trace below, note that it is being > repeated number of times and I just put only one from that series). I > think it should be fixed somehow or at least produce more reasonable > warning to do not insult QA people with such errors. > > By the way, have you had a chanve to meet Misha Dmitriev from JFluid > project? Is there are any good newsin term of integration? I've heard > that JFluid will be part of Java 5 at some point and they also going to > include it into the Netbeans IDE. > > regards, > Eugene > > > javassist.NotFoundException: javax.crypto.Cipher > at javassist.ClassPool.get(ClassPool.java:372) > at javassist.bytecode.Descriptor.toCtClass(Descriptor.java:460) > at > javassist.bytecode.Descriptor.getParameterTypes(Descriptor.java:318) > at javassist.CtBehavior.getParameterTypes(CtBehavior.java:87) > at > org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistConstructorInfo.cal culateHash(JavassistConstructorInfo.java:69) > at > org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistClassInfo.<init>(Ja vassistClassInfo.java:148) > at > org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistClassInfo.getClassI nfo(JavassistClassInfo.java:182) > at > org.codehaus.aspectwerkz.transform.HandlerTransformer.transform(HandlerTrans former.java:57) > at > org.codehaus.aspectwerkz.transform.AspectWerkzPreProcessor._preProcess(Aspec tWerkzPreProcessor.java:178) > at > org.codehaus.aspectwerkz.transform.AspectWerkzPreProcessor.preProcess(Aspect WerkzPreProcessor.java:152) > at > org.codehaus.aspectwerkz.hook.impl.ClassPreProcessorHelper.defineClass0Pre(C lassPreProcessorHelper.java:116) > at java.lang.ClassLoader.defineClass(ClassLoader.java:488) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:243) > at java.net.URLClassLoader.access$100(URLClassLoader.java:51) > at java.net.URLClassLoader$1.run(URLClassLoader.java:190) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:183) > at java.lang.ClassLoader.loadClass(ClassLoader.java:294) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288) > at java.lang.ClassLoader.loadClass(ClassLoader.java:250) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310) > at > com.certicom.tls.ciphersuite.CipherSuiteSupport.checkCryptography(Unknown > Source) > at > com.certicom.tls.ciphersuite.CipherSuiteSupport.reset(Unknown Source) > at com.certicom.tls.TLSSystem.resetCipherSuiteSupport(Unknown > Source) > at com.certicom.tls.TLSSystem.setCertificateSupport(Unknown Source) > at com.certicom.tls.TLSSystem.<init>(Unknown Source) > at com.certicom.tls.TLSSystem.<init>(Unknown Source) > at com.certicom.net.ssl.SSLContext.<init>(Unknown Source) > at com.certicom.net.ssl.CerticomContextWrapper.<init>(Unknown > Source) > at java.lang.Class.newInstance0(Native Method) > at java.lang.Class.newInstance(Class.java:232) > at > weblogic.security.utils.SSLContextWrapper.getInstance(SSLContextWrapper.java :24) > at > weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:137) > at > weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:122) > at > weblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:1548) > at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:891) > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:300) > at weblogic.Server.main(Server.java:32) > >