Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Ability to exclude class loader from creating weavers for

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


Am 12.08.2013 um 05:15 schrieb Eric Benzacar <eric@xxxxxxxxxxx>:

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


Back to the top