BroadbandForum / obbaa

A reference implementation for standardized, automated Cloud-based Access Services.
https://obbaa.broadband-forum.org
Apache License 2.0
25 stars 12 forks source link

Add a device with non-existent device adapter return error, but after deploy the device adpter, add the device again return the device already exist #15

Closed hchy234 closed 3 years ago

hchy234 commented 3 years ago

1631784578338

selvaitech commented 3 years ago

@hchy234 we are working on the issue currently. as a workaround you can use different operation "merge" or "replace" to create the device in BAA.

example. xc:operation="merge" or " xc:operation="replace"

This should unblock you from hitting the issue again.

hchy234 commented 3 years ago

@selvaitech thanks a lot, it works. Is BAA does not support "rollback-on-error" right now? Transaction of TxService does not seem to work.