Skip to content

Commit

Permalink
fix(jobEngine): added missing mappings in JobEngine locator.xml for D…
Browse files Browse the repository at this point in the history
…eviceConnectionService and DeviceConnectionFactory

Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Aug 31, 2023
1 parent 6bb2394 commit ed6a31b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions job-engine/app/web/src/main/resources/locator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
<api>org.eclipse.kapua.service.device.registry.DeviceFactory</api>
<api>org.eclipse.kapua.service.device.registry.DeviceRegistryService</api>

<api>org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService</api>
<api>org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory</api>

<api>org.eclipse.kapua.service.device.registry.event.DeviceEventFactory</api>
<api>org.eclipse.kapua.service.device.registry.event.DeviceEventService</api>

Expand Down

0 comments on commit ed6a31b

Please sign in to comment.