-
```
> The description of ServiceRecord.setAttributeValue states:
>
> "[...] In order for any changes made by this method to be reflected in
> the SDDB, a call must be made to the acceptAndOpen() meth…
-
```
What steps will reproduce the problem?
1. Try and run avetanaOBEX with bluecove
2. Get error because the ContentConnection interface is missing.
What version of the product are you using? On what…
-
So i have had my node.js code running for a week+ with no problems, today i had to restart it (no changes done) and now it gives me a segmentation fault every time.
If i have the connect statement i…
-
```
As Vlad Skarzhevskyy wrote in a email to bluecove-developers:
> I run automatic comparison of BlueCove with one from sun WTK. The list
> of differences follows. My suggestion is to implement all …
-
```
jvm 1 | ERROR [ONetworkProtocolBinary] Sent run-time exception to the client /127.0.0.1:54394: co
m.orientechnologies.orient.core.exception.OConcurrentModificationException: Cannot UPDATE the r…
-
```
> The description of ServiceRecord.setAttributeValue states:
>
> "[...] In order for any changes made by this method to be reflected in
> the SDDB, a call must be made to the acceptAndOpen() meth…
-
Hey there, first of all thanks for this awesome addon, it completely changed for the better how we do integration testing in our ember apps :)
I just upgraded it from 0.1.8 to 0.1.9 and enabling the …
-
This could cause deadlocks even if threads are locking different resources. In the meanwhile I restored the original OLockManager in OIndexAbstract:
``` java
// protected final OLockManager keyLockMa…
-
```
> The description of ServiceRecord.setAttributeValue states:
>
> "[...] In order for any changes made by this method to be reflected in
> the SDDB, a call must be made to the acceptAndOpen() meth…
-
in `store.recordWasInvalid(this, errors);` throws an error `Uncaught TypeError: internalModel.adapterDidInvalidate is not a function`.
reading the source code of ember-data I found this
``` js
// ==…