Geert
Geert
OPTIONS-UPDATE uses transaction-mode update, but latest ML supports update-auto-commit. Options might also need to include isolation different-transaction, which is not added to the predefined options either..
We notice that too in our slush-marklogic-node generator. Downgrading to angular-google-maps#2.3.2 solved the issue temporarily. It seems some code was pushed externally, but that is not respecting the async way...
Your fiddle uses angular 1.0.1. It works better with a more up to date angular version, like 1.4.8..
e.g. mlDeploy.finalizedBy myDoSomethingExtraTask or mlPostDeploy.dependsOn ... I often hook up extra tasks using dependsOn or finalizedBy, and not just mlDeploy, but also mlLoadData etc, for instance to load configs as...
Another candidate ticket to move to ml-unit-test, I think..
It would make a lot of sense if this task code would be moved to the ml-unit-test repo, hence this ticket should move there too?
Not something that can't be fixed.. :) Can't imagine it to be very hard. Wouldn't it be matter of somehow adding it to the ml-unit-test-client? Then again, not really an...
Could be boilerplate code in comment as well. I did something similar to disable mlUnitTest if mlTestRestPort was empty or zero.
Workaround is to do the eval call using a ManageClient pointing to App-Services port, and the postForm function, which can easily wrapped in a try catch, and response is captured...
Ah great, was unaware of this possibility, and never expected this to be so simple! It looks similar to ManageClient.postForm against /v1/eval, but hides some of the unnecessary details. It...