Re: [aspectwerkz-user] runtime weaving == hot deployment?
Alexandre Vasseur <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
Hi The dll might be old. I am sending you the one I am using on win32 privately. If you confirm the one from the download site is old then I ll make sure we update it. Thanks Alex On 4/19/05, Edwards, John C (Credit) <[email protected]> wrote: > Did anyone get hot undeploy working under windows/JDK1.4 ? I don't know if > anyone saw my previous mail. I was getting a java.lang.UnsatisfiedLinkError: > hotswap exception. The dll is definitely in the path but I was wondering if > this dll is old? > > java.lang.UnsatisfiedLinkError: hotswap > at > org.codehaus.aspectwerkz.extension.hotswap.HotSwapClient.hotswap(Native > Method) > at > org.codehaus.aspectwerkz.extension.hotswap.HotSwapClient.hotswap(HotSwapClie > nt.java:43) > at > org.codehaus.aspectwerkz.extension.hotswap.HotSwapRedefiner.redefine(HotSwap > Redefiner.java:32) > at > org.codehaus.aspectwerkz.transform.inlining.deployer.Deployer.redefineInitia > lJoinPoints(Deployer.java:464) > at > org.codehaus.aspectwerkz.transform.inlining.deployer.Deployer.doRedefine(Dep > loyer.java:428) > at > org.codehaus.aspectwerkz.transform.inlining.deployer.Deployer.redefine(Deplo > yer.java:416) > at > org.codehaus.aspectwerkz.transform.inlining.deployer.Deployer.undeploy(Deplo > yer.java:368) > at com.quantboy.aop.AOPTestApplication.main(AOPTestApplication.java:26) > > -----Original Message----- > From: Michael Haupt [mailto:[email protected]] > Sent: Tuesday, April 19, 2005 8:56 AM > To: [email protected] > Subject: [aspectwerkz-user] runtime weaving == hot deployment? > > Hi, > > in the AspectWerkz 2.0 documentation (in particular, on weaving.html), > it says, under "Weaving Schemes": > > << runtime weaving: online weaving in a running application > (experimental) >> > > Is that the weaving approach that can be utilised through the Deployer > class, or is that something entirely different? If the latter holds, how > is it accessed? > > Best, > > Michael > > -- > Dipl.-Ing. Michael Haupt [email protected] > Software Technology Group Phone: ++49 (0) 6151-16-5306 > Darmstadt University of Technology Fax: ++49 (0) 6151-16-5410 > Hochschulstr. 10, 64289 Darmstadt, Germany > http://www.st.informatik.tu-darmstadt.de/ > >