Just in order to double-check: It looks as if you use a unixoid OS or at least 
a unixoid shell like Ash or Bash. So you definitely want to escape the dollar 
sign by a backslash and rather write something like this:

export CATALINA_OPTS="$CATALINA_OPTS -javaagent:/tmp/aspectjweaver.jar 
-Daj.weaving.loadersToSkip=org.apache.felix.framework.ModuleImpl\$ModuleClassLoader,org.springframework.osgi.util.BundleDelegatingClassLoader"

Have you really done that?

Alexander Kriegisch
http://scrum-master.de


Am 12.08.2013 um 05:15 schrieb Eric Benzacar <e...@benzacar.ca>:

> export CATALINA_OPTS="$CATALINA_OPTS -javaagent:/tmp/aspectjweaver.jar 
> -Daj.weaving.loadersToSkip=org.apache.felix.framework.ModuleImpl$ModuleClassLoader,org.springframework.osgi.util.BundleDelegatingClassLoader"

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to