Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Why JoinPoint interface present in both aspectjrt and aspectj-weaver?

Hi,

 

I am currently migrating my application to OSGi environment. I am getting linkage error while classloader is trying to load the class JoinPoint.

 

Caused by: java.lang.LinkageError: loader constraints violated when linking org/aspectj/lang/JoinPoint class

 

I find that both aspectj-weaver and aspectj-runtime have this interface defined. Is there any specific reason why this interface is included in both the jars?

 

Regards,

Shashi


Back to the top