Commit 216b4cb
Restore the @Inject that MAX_TAP_QUEUES displaced
MAX_TAP_QUEUES was declared between the @Inject and
networkOfferingDetailsDao, so the annotation bound to the constant and
the DAO was never injected. getNicDetails() dereferences it for every
NIC, so every VM deploy failed with an NPE behind a 530 "Internal Server
Error", which is what the simulator CI run was reporting.
Move the constant above the injected fields and give the DAO its
annotation back.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 7931bc6 commit 216b4cb
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | | - | |
107 | | - | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments