ObjectDB Database Search

51-100 of 200 results

LazyInitialization / join fetch

I have a survey that carries the tabla Items . A company has several items , a user charge and technical user also . A specialty has several technical users . Area A has a charge . What happens ... have a survey that carries the tabla Items . Being a company that has multiple items , a user charge

multi EntityManager with Spring Boot, but 'Too many persistable types (>10)

.persistence.jdbc.url}") public String url; @Value("${javax.persistence.jdbc. user }") private String user ... .jdbc. user ", user ); props.put("javax.persistence.jdbc.password",password); entityManagerFactoryBean ... .persistence.jdbc2. user }") private String user ; @Value("${javax.persistence.jdbc2.password}") private

Remove an entity which attributes were changed - OptimisticLockException

instances, i.e. this could also be demonstrated by a non OSGi application: User 1 retrieves an object and changes it. User 2 retrieves an object, removes it and commit. This should work if the changes of user 1 are local in memory and will fail with OptimisticLockException if user 1 is committing or

Field level privileges

addons and privileges on access some of the fields on java side.   Can we give privileges to users , for example some users can only read some fields and some just can write java fields. Some users ... ). But this could be handled by your application that will have to manage its own users

Does ObjectDB support @Parent for @Embeddable reference to parent?

instrumentation: @Entity class User implements Serializable { @Id @GeneratedValue(strategy = GenerationType ... { User user ; public void setUser( User user ) {..} setURL(String url) { if ( user .active

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

" http://localhost:8080/Guestbook/ user /siegfried -X GET The logs say Oct 11, 2013 11:21:28 PM org ... with URI [/Guestbook/ user /siegfried] in DispatcherServlet with name 'spring' Here is my controller ... ;   private GuestDao guestDao; @RequestMapping(value = "/ user /{username}", method = org

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

to try the second URL in the list: objectdb://10.9.2.15:9998//10.9.2.15:9999/test.odb; user =admin ... ("objectdb://10.9.2.15:9999/test.odb; user =admin;password=password|"        + "objectdb://10.9.2.15:9998//10.9.2.15:9999/test.odb; user =admin;password=password");   

Problem connecting to the replicated server

.com:6136//masterserverurl.net:6136/prod/theFile.odb; user =slaveUserName;password=slavePassword; I get an error:  User slaveUserName has no permission to to access database file (error 572) Why is that?      Trianglehead Json Error Check that you add the user (slaveUserName

Entity has be persistended,but query not fetched?

();                 User user = new User ();         em.persist( user );         Query query = em.createQuery("SELECT u FROM User u");      

Multitenancy with discriminator

User {     protected String id;     protected Domain mainDomain ... ;     ... } Here are some feature of the required filtering system: a user ... 1" domain a User with no specified "mainDomain" will be able to see al entities (no filtering

LDAP and ObjectDB

st.clair.clarke St Clair Clarke Most applications manage users and permissions in the database but not in the configuration file. You can use one shared user in objectdb.conf for the entire application and manage your application users and permissions using your own persistent objects in

ODB tries to create log files inside its own jar on Win7

I sent a demo of an app I've been developing on Linux to some Windows 7 users ... it.  Either way, it does not affect Linux users ; I can copy my executable jar to another Linux ... to 2.3.7.b15, but in my haste to get feedback from Win7 users , that wasn't the only change I

OneToMany and cascade delete problem

(ErrorMessage.java:74) at com.objectdb.type. user .UserMember.newException(UserMember.java:868) at com.objectdb.type. user .UserMember.write(UserMember.java:544) at com.objectdb.type. user .UserMemberList.write ... .TypeWriter.writeElement(TypeWriter.java:262) at com.objectdb.type. user .UserMember$ReflectionMember.write0

Possible Bug in MEMBER OF

Hello! I maybe found another bug in version 2.3.3. I'll send you a test DB via support ticket. Try the following query in explorer: SELECT u FROM Unit u WHERE : user MEMBER OF u. users Set user ... for operator MEMBER OF SELECT u FROM Unit u WHERE : user MEMBER OF u. == users

Entity Type is not found (error 301) in Query

] select u from == User 0) {         throw new Exception(             " User .checkConstraints(): Property ... ; em.getMetamodel().entity( User .class);   support Support Hi! Thanks for the fast response

ObjectDB Roles and Groups

for this. For example, I would like to place several users under a given group or role, but I see no way of doing ... $default user and all the other users will inherit these settings. It would be possible to support inheritance from other virtual users (in addition to $default ) in next versions - will this help

Unable to update a OneToMany Set

attach the Test.java file. I don't get any error, I just can't make company. users List to point any user . I can add users and companys, but I can't get that relationship working... I also attach a cap ... you men. Sorry for the stupid question. All I needed to do is a em.merge(company) once added the user to the company to attach it again... elnll002 Facundo Curti

newbie - lots of exeptions

_DataSync-war_war/, URLEntry : file:/C:/ Users /Administrator/Documents/NetBeansProjects/ProhireNetwork ... , URLEntry : file:/C:/ Users /Administrator/Documents/NetBeansProjects/ProhireNetwork_DataSync/dist/gfdeploy ... to read from file 'C:\ Users \ADMINI~1\AppData\Local\Temp\1\objectdb_8889438785985987880\list_21.val

Modifying something with Explorer -> app JPQL with Enum doesn't work anymore

for users that develop web application to post web applications as examples, but since it requires ... that users upload, they almost never work out of the box. Please try to proceed in the direction ... what a great support team ObjectDB has. PS. As a very happy user , I created the wiki page for "objectdb

Error in reading Enum in JPA - Failed to read using reflection

I have created a very simple Entity User which has an enum Status (INACTIVE, ACTIVE). When an entity User is created, everything looks OK and I have seen on explorer that User is created as expected ... the value of field com.xxx. User .status using reflection caused by.. java.lang.IllegalArgumentException

coonection pooling

Hi, is it possible to implement a mechanism in object db which redirects a particular user ... we have a single deployed application with 100 users . Depending on the logged user it will connect to different ... for the active user , there is no support in ObjectDB for this functionality. support Support Thanks, we found

OptimisticLockException

- it is acceptable to present an error to the user if it tries to commit changes on a document ... to present an error to the user if it tries to commit changes on a document that has been concurrently ... " However, my application runs a time critical state machine, and it's not acceptable to do a round trip to the user

Replication error - parsing objectdb config

.persistence.PersistenceException Replicated database objectdb:///localhost:6136/TestReplication.odb; user ... ; user =admin;password=admin is unavaliable at com.objectdb.o.MSG.d(MSG.java:74) at com.objectdb.o.SMR ... :6136/TestReplication.odb; user =admin;password=admin"); EntityManagerFactory replicatedEmf

like operator (String)

: 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 "test%"  EclispeLink/OpenJPA/HibernateJPA

ORDER BY problem, when String starts with language specific character

Dear all, I have a problem with ORDER BY clause. I have a simple query: select u from User u order ... : com.objectdb.o._PersistenceException: Unexpected query token 'java' for query: select u from User u ... ._PersistenceException: Unexpected query token 'Normalizer' for query: select u from User u order by

Online Backup in client-server mode

the benefit (apparently, making it a bit easier for one user that currently needs this feature ... for other users ). We should probably treat any string that starts with "/" as absolute, but doing that now may change the behaviour for other users . Therefore, it may be better to postpone this change

virtual servers and one file

simultaneous users of the application.  The operating system is on a separate disk, the database as ... sure that the change was applied to the correct objectdb.conf file (frequently users change an  ... yet why the slowness happens only with virtualization and about 3 concurrent users . Hopefully profiling

objectdb on single server 20TB storage possible ?

v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es ibpb_exit_to_ user Virtualization ... /swapgs barriers and __ user pointer sanitization   Spectre v2:         ... factors include the number of concurrent users , transaction duration, query patterns, index usage

Changes in detach behaviour?

an em and starts a transaction. I get the desired user . I return the user . Spring closes the transaction and the em. With 2.3.5_04 I get an empty detached user object back. Only the id is correct

Embedded and autosync

For a POC, we are considering using ObjectDB. The app is multi-threaded, multi- user , rest API ... . Our question is will these 10 embedded objectDBs be in-sync. E.g.: If a user has logged into box 1 and creates new data there at time t, then will other users making a fetch call for that data in any

Embedded mode usage question

. However, this microservice will be a multi-threaded, multi- user web service and we did not get a complete understanding from your site/docs whether the object db embedded mode is intended for single- user / single thread ... service, accessed by a number of end- users (consumers).   Thanks, Dmitri   livotov Dmitri

Bulk Delete and Update - best practice?

another user . support Support Ok, perhaps I'm not using drop properly for the server database. In ... /testDrop.tmp; user =admin;password=admin"); EntityManager em = emf.createEntityManager(); em.getMetamodel ... .createEntityManagerFactory( "objectdb://localhost/testDrop.tmp;drop; user =admin;password=admin"); em = emf

client server set up and load

Hello All, Can objectdb handle client - server connections from over 200 users ... kaybel ebele ObjectDB can handle concurrently 200 users (or more). The maximum load is less affected by number of users and more by the actual activity, how indexes are set, etc. support Support

How to delete M2M relationship?

In user model class I have the following: public class User implements Serializable {     @Id     @GeneratedValue(strategy = GenerationType.AUTO)    ... .begin(); for( User u: attendeesToRemove){ for(int i=0;i

@AttributeOverrides , and postgresql + own TYPE

the column address because is not typical date type but user defined. I found some example in your sites ... . However, this forum is for ObjectDB users not for PostgreSQL / EclipseLink users . Please post your questions

issue with spring boot 4 / spring 7

-jpa-4.0.0.jar:4.0.0]   example method: User findByName(String name); object_dbugger objectdb user ... Data 4. support Support it's fine, thank you object_dbugger objectdb user

Add class to objectdb ?

prototype" button when user clicks on prototype button it will ask for .class , .jar or all directory class ... ; This is very critical requirement for objectdb for user usages .... You should do this asap for my thought.   For now , your db is only for coders but u should do it for end users too...   kadirbasol Kadir BASOL

Search through collection for value using index

I have an entity that contains a java collection of a Long id of user entities that can modify it (many users can modify it).  I would like to be able to search for all entities that can be modified by a paticular user , since I will do this query often I would like to index it.  

how explorer queries work

need the classes for running ordinary queries. However, if you use user defined methods in queries ... well perhaps my choice of topic is what's incorrect. explorer executes a user's JPQL query and it certainly ... the mismatching. Try to avoid using user defined serializable non entity / embeddable classes

Indexes broken after schema update

.userservice.entities. User [profile] [2012-08-19 19:42:25 #77 store] BTree Page: 7 [2012-08-19 19:42:25 ... objectdb.jar com.objectdb.Doctor ../../db/ user .odb ObjectDB Doctor [version 2.4.2_02] Copyright (c ... it is very small with only 1 User in it. To replicate the issue you can do the following: SELECT u from

ObjectDB 2 JDO Manual

that focuses on using ObjectDB 2 with JDO can help JDO users . But since writing a new manual ... , this will be done only if there is a sufficient demand. support Support As a user of the JDO side of ObjectDB a JDO ... has hundreds of thousands of current users . Most of those users are probably now looking for a new

each 1-2 days objects on some objectdb level lock/block each other

return fast enough it tries running it again and again? This could also be a user or users that send ... (and a few seconds could also be considered by users as slow), e.g. by using additional indexes, to prevent ... . after a user refresh the page. support Support we already have a query timeout. All the client

Page cache File handling produced an java.io.IOException: Negative seek offset

  The Exception: Failed to read from file 'C:\ Users \DEVELO~1\AppData\Local\Temp\objectdb ... .PersistenceException Failed to read from file 'C:\ Users \DEVELO~1\AppData\Local\Temp\objectdb ... : com.objectdb.o.UserException: Failed to read from file 'C:\ Users \DEVELO~1\AppData\Local\Temp\objectdb

missing merger

users use version-check="false" and others version-check="true". This is probably not ... also a mixed environment in which some users use version-check="false" and others version ... users use version-check="false" and others version-check="true". hgzpincher Hans-Georg

ArrayIndexOutOfBoundsException: -1

after failure in writing to database file 'C:\ Users \Home\workspace\Object.Test\test\persistTest.odb ... : Attempt to commit a transaction after failure in writing to database file 'C:\ Users \Home\workspace ... transactions) and it should serve the right version of every page for every user (depending

Can not connect to replication node

/accesslog.odb; user =asli-webmapper;password=admin1"; var emf = Persistence.createEntityManagerFactory(uri); Error log: bmpccdeMac-mini:mapper eko$ cd / Users /eko/work/asli/asli-java/mapper ; /usr/bin/env ... .WebMapperHttpServer Current Working directory / Users /eko/work/asli/asli-java/mapper Exception in thread

ObjectDB BIRT Driver Update

output here.  I confirmed that the directory C:\ Users \kwhittin\new_workspace_birt\.metadata ... .package.reporting.product Command-line arguments:  -data C:\ Users \kwhittin\new_workspace_birt -os ... .data.oda.jdbc.dbprofile.sampledb Error Thu Sep 01 12:49:04 EDT 2016 C:\ Users \kwhittin\new_workspace

Support for roles/groups in ObjectDB

would like to place several users under a given group or role, but I see no way of doing this as no such element is present  in the config file. 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

How to change properties in urls2.xml ?

see it exists a file name "urls2.xml". /var/lib/tomcat7/db/myDb.odb; user =admin;password=admin objectdb://127.0.0.1:38059/; user =$code;password=a2e54ea3-d889-41a7-953c-dabc42877742 This file is autogenerated by objectdb. And it describes the locals databases url and their port / user / password

Add Type level permissions to ObjectDB Server

Ashton Hogan A possible way to support this feature request is using the user list in the configuration ... . It may be possible to add for every user also permission settings of specific entity classes. Each ... regarding this feature request (also from other ObjectDB users ) may help. support Support Another idea