I am developing a plugin for crowd and more specifically I am developing a custom directory. The class that implements RemoteDirectory must be placed in WEB-INF / lib but in this context the spring scanner of the atlassian plugins does not work. Is there any way to make spring injections in this context?
Note: My project is a multi-module project where the class that implements RemoteDirectory uses the business of another module. That's why I want to use that business layer through spring.
-----------------------------------------------
Note2: I just solved it by placing the business jar in WEB-INF / lib!!! :)
Hi Cristian,
Thank you for letting us know you were able to answer your own question.
Would you mind replying to this thread under Suggest an answer and put the answer there as well? That way I can accept it and it will show up as a Resolved answer.
Thank you!
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.