<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi,</div>
<div><br>
</div>
<div>I’m facing some difficulties with Spring Autowired elements and the overlay for MitreID I’m working on when running unit tests for the overlay.&nbsp;</div>
<div><br>
</div>
<div>
<div>
<div>&nbsp; &nbsp; @Autowired</div>
<div>&nbsp; &nbsp; private JWTEncryptionAndDecryptionService encryptionService;</div>
</div>
</div>
<div><br>
</div>
<div>The application context for running the unit tests contains:</div>
<div><br>
</div>
<div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&lt;!-- Scan for components --&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&lt;context:component-scan annotation-config=&quot;true&quot; base-package=&quot;org.mitre&quot; /&gt;</div>
</div>
<div><br>
</div>
<div>And some elements are autowired properly, e.g.</div>
<div><br>
</div>
<div>
<div>&nbsp; &nbsp;@Autowired</div>
<div>&nbsp; &nbsp; public ConfigurationPropertiesBean config;</div>
</div>
<div><br>
</div>
<div>Has anybody faced similar problems?</div>
<div><br>
</div>
<div>Regards,</div>
<div>Luiz</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE"></div>
</div>
</body>
</html>