Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Any way to get details for exception "BCException: Do not call nameToSignature..."?

I get the below message when LTWing. But the message does not indicate the aspect, the pointcut, the target, nor the unresolved type. I don't have any idea how to determine what is going wrong.

(In this case, the weaving is via springs <aop:aspectj-autoproxy>. But the below error seems be in the parsing, not the actual weaving.)

thanks!

----
[#|2007-07-10T14:16:42.072-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=httpSSLWorkerThread-8080-0;|July 10, 2007 02:16:42 PM EDT:4942:DEBUG :httpSSLWorkerThread-8080-0 :AspectJExpressionPointcut.matches:221: PointcutExpression matching rejected target class org.aspectj.weaver.BCException: Do not call nameToSignature with something that looks like a signature (descriptor): '[Ljava.lang.Class;'

at org.aspectj.weaver.UnresolvedType.nameToSignature(UnresolvedType.java:751)
   at org.aspectj.weaver.UnresolvedType.forName(UnresolvedType.java:312)
   at org.aspectj.weaver.World.resolve(World.java:338)
at org.aspectj.weaver.internal.tools.PointcutExpressionImpl.couldMatchJoinPointsInType(PointcutExpressionImpl.java:76)



Back to the top