Oracle Waveset Custom Adapters
Hello there,
I'm developing a custom adapter for oracel waveset, i inherhit from ResourceAdapterBase and implement all methods that are required, compile and upload my source code to oracle waveset.
Now, when the accountId is assigned to the resource waveset does the assignation ok, but no real create method is invoked, so never creates a new accountId on the resource.
Does anyone knows why the real create method is not being called?, is there any other way (or special code to add) to invoke the real create method?
Thanks,
Mike.
P.D: When resource is deleted from accountId the real delete method is invoked.