Hi,
I enable odata.draft.enabled in my 2 services:
Request clarification before answering.
This means the service srv.invoice.archive.InvoiceArchiveConfigService and srv.invoice.form.CreateInvoiceUIService has @odata.draft.enabled annotation. The problem here is the database couldn't understand which draft is used for which. To solve this issue, specify the draft service with @Qualifier annotation and the parameter be the service's name.
@Autowired
@Qualifier("InvoiceArchiveConfigService")
private DraftService invoiceArchiveDraftService;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.