Re: [aspectj-users] ReflectionWorld.resolve(String) and Dynamic Proxy Classes

2013-01-08 Thread Dustin Schultz
Hi Andy, Thanks for your response. I'll see if I can work on a test case this week. Thanks, Dustin Schultz From: Andy Clement mailto:andrew.clem...@gmail.com>> Reply-To: "aspectj-users@eclipse.org<mailto:aspectj-users@eclipse.org>" mailto:aspectj-users@eclipse.or

Re: [aspectj-users] ReflectionWorld.resolve(String) and Dynamic Proxy Classes

2013-01-08 Thread Dustin Schultz
s to disable it within an OSGi environment have failed. You might have better luck if you're working in a standard environment and configure aop.xml. Thanks, Dustin Schultz On 1/7/13 11:34 PM, "jborrmann" wrote: >Hi Andy and Dustin, > >interesting that you stumbled u

Re: [aspectj-users] ReflectionWorld.resolve(String) and Dynamic Proxy Classes

2013-01-04 Thread Dustin Schultz
Also, here is the relevant method which calls resolve() is PointcutExpressionImpl: public boolean couldMatchJoinPointsInType(Class aClass) { ResolvedType matchType = world.resolve(aClass.getName()); … } Thanks, Dustin Schultz From: Dustin Schultz mailto:dustin.schu...@utah.edu>> Re

[aspectj-users] ReflectionWorld.resolve(String) and Dynamic Proxy Classes

2013-01-04 Thread Dustin Schultz
rence) and then blows up. Thanks, Dustin Schultz ___ aspectj-users mailing list aspectj-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/aspectj-users