surinder-insonix / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Properties nonTransactionalRead/Write not set for non-transactional tests #320

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The properties nonTransactionalRead and nonTransactionalWrite are not 
explicitly set to 'false' in the persistence units
- transactional_ds_non_transactional_ops_not_allowed
- nontransactional_ds_non_transactional_ops_not_allowed
defined in tests/META-INF/persistence.xml

It appears, however, that these properties default to 'true' according to the 
Datanucleus documentation and a quick test.

https://code.google.com/p/datanucleus-appengine/source/browse/trunk/tests/META-I
NF/persistence.xml

http://www.datanucleus.org/products/accessplatform/persistence_properties.html#g
eneral

Original issue reported on code.google.com by geiger....@gmail.com on 11 Oct 2013 at 5:08