On re-reading the text I do see:
I've tried the following in my CATALINA_OPTS for tomcat:
export CATALINA_OPTS="$CATALINA_OPTS -javaagent:/tmp/aspectjweaver.jar
-Daj.weaving.loadersToSkip=org.apache.felix.framework.ModuleImpl$ModuleClassLoader,org.springframework.osgi.util.BundleDelegatingClassLoa
On Wed, Jul 31, 2013 at 11:50 AM, Andy Clement wrote:
> Did you try with a '.' rather than a dollar in your specification of the
> classloader name? Or maybe escape the dollar with a backslash in case it is
> being evaluated before reaching AspectJ. I don't have any tests in Aj for
> excluding cla
Did you try with a '.' rather than a dollar in your specification of the
classloader name? Or maybe escape the dollar with a backslash in case it is
being evaluated before reaching AspectJ. I don't have any tests in Aj for
excluding classloaders defined as an inner class. I imagined that loader
was
> I fail to understand how/why the Felix classloader would be able to find
the aop.xml in the classpath, but not the com.ia.UseProfiler aspect.
I know exactly what you mean, but I have seen classloaders that filter on
the kind of thing you are looking for. If I call
getResourceAsStream("META-INF/a
Really nice! Thanks, Andy.
On Mon, Jul 29, 2013 at 5:40 PM, Matthew Adams wrote:
> Wow. Congrats, Andy. Nice work. I hope to play as soon as I can. :)
>
> -matthew
>
>
> On Mon, Jul 29, 2013 at 7:24 PM, Andy Clement wrote:
>
>> Hi,
>>
>> I'm pleased to announce (much sooner than I anticipate