Internal Website Search

191-200 of 200 resultsRefresh

First query takes 4+ minutes to complete

" /> <network inactivity-timeout="0" /> <url-history size="50" user="true" password ... /test.odb;user=admin;password=admin" /> --> </server> <users> </users> <ssl enabled="false"> </ssl> </objectdb>

Eager Fetch is not stable for collection or map types?

List users = new ArrayList();" instead of "private List<User> users = new ArrayList<User>

persists and update together ?

;  User obj2 = ...; User usr2 = entityManager.find(User.class,user.getGid

Can I Disable the Creation of the "log" Directory?

;url-history size="0" user="false" password="false" /> <log path="" max="8mb" stdout="false ... (String[] args){ String currentDirectory = System.getProperty("user.dir ... "); } }   Current Directory: C:\Users

like operator (String)

one test case: select i from User i where i.status = :status and (UPPER(i.email) like :value) Now we assume that there is a user with following email 'test@mycompany.com' With :value  = "test" ObjectDB will find the example user. The like statment operates like

ORDER BY problem, when String starts with language specific character

> select u from User u order by u.name When the name starts ... > select u from User u order by java.text.Normalizer.normalize( u.name ... class="pre-query"> select u from User u order by Normalizer.normalize(u.name, Normalizer.Form.NFD

Best practise loading big data

: ftp.btc-es.de User: objectdb ... rawTest() { System.setProperty("objectdb.conf", "C:\\Users\\developer\\Desktop\\objectdb ... bit, executables, Matlab Scripts, external libraries) that runs on a variety of user machines

Can not connect to replication node

"> var uri = "objectdb://10.11.12.3:6136/asli-webmapper/accesslog.odb;user=asli-webmapper;password ... class="stacktrace"> bmpccdeMac-mini:mapper eko$ cd /Users/eko/work/asli/asli-java/mapper ; /usr/bin ... .webmapper.WebMapperHttpServer Current Working directory /Users/eko/work/asli/asli-java/mapper Exception

ObjectDB BIRT Driver Update

captured the error log output here.  I confirmed that the directory C:\Users\kwhittin\new ... > Command-line arguments:  -data C:\Users\kwhittin\new_workspace_birt -os win32 -ws win32 -arch x86 ... .jdbc.dbprofile.sampledb Error Thu Sep 01 12:49:04 EDT 2016 C:\Users\kwhittin\new

Support for roles/groups in ObjectDB

see no support for this. I would like to place several users under a given group or role ... > Maybe under the $default, or any particular user, there could be a role/group element which would categorise the user further. This would help in authentication.   Thanks st.clair.clarke St Clair Clarke