Hi all,
I'm developping an alresco module using two different packages, let say package A and B.
I'm using Spring injection to make use of methods from A in B package.
Alfresco starts successfully, and class are correctly loaded.
But when calling a method in package A from B, i get following
error:
java.lang.IllegalAccessError: tried to access method….
Method and class are scoped as public.
Could somebody help ?
Sorry for this dummy question….
Vincent