RE: [aspectwerkz-dev] aw 1.0 beta1
"Jonas Boner" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Eugene. Great that you are trying 1.0 beta1 out, we need QA ;-) Thanks for the kind words (and for the rant ;-) The logging and exception handling is something that we definitely need to focus on in the future. Btw, great work with ASM attributes. I have started to impl a completely new AW weaver based on ASM. I love working with it. I am already making use of the attribute support. :-) Thanks. /Jonas -----Original Message----- From: eu [mailto:eu-E/[email protected]] Sent: Tue 7/13/2004 9:02 PM To: [email protected] Cc: 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.calculateHash(JavassistConstructorInfo.java:69) at org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistClassInfo.<init>(JavassistClassInfo.java:148) at org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistClassInfo.getClassInfo(JavassistClassInfo.java:182) at org.codehaus.aspectwerkz.transform.HandlerTransformer.transform(HandlerTransformer.java:57) at org.codehaus.aspectwerkz.transform.AspectWerkzPreProcessor._preProcess(AspectWerkzPreProcessor.java:178) at org.codehaus.aspectwerkz.transform.AspectWerkzPreProcessor.preProcess(AspectWerkzPreProcessor.java:152) at org.codehaus.aspectwerkz.hook.impl.ClassPreProcessorHelper.defineClass0Pre(ClassPreProcessorHelper.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)