ObjectDB Database Search
51-100 of 101 resultsCan a Set | |
Externalising persistence.xml properties in Glassfish? get that to your ejb. That is the easiest solution. Another way might be by setting a system variable ... string variable name PERSISTANCEUNIT with the property value. In your persistance.xml define | |
On ensuring ID available after persist); // then do something that relies on Java variable e having e.getId() defined (like wiring ... entity wiring code assumed that the Java variable passed to persist becomes endowed with an id (the same | |
Type ... is not defined as an entity (@Entity is missing) (error 302) projects to use objectdb. I tried placing objectdb as a variable and then all projects refer to this variable but then this does not work. The only solution it seems is to: 1. Package objectdb as | |
Exception on creation when running multithreaded="1" prm="0" reg="1" variable ="$$owner" / [2011-08-09 01:51:47 #39 query.compiler] :1:notNull]))" eval="4.3054" var="1" prm="0" reg="1" :1:notNull])" eval="3.0043" var="1" prm="0" reg="1" variable | |
Clarification on free license restrictions an instance variable of class Person, which in turn has a user defined instance variable of type Name | |
Query all objects that implements a given interface - is that possible? variable ('bk') of type Signals.Signal_Interface (error 737) at com.objectdb.jpa.JpaQuery ... unbound variable ('bk') of type Signals.Signal_Interface EKK Emmanuel Keskes Try:   | |
TypedQuery implementation problems have tried to make a new module, it does not work, it indicates that the variables have not been declared ... , budget.budgetCode, budget.name, "//where the issues start, the variables are not defined | |
@AttributeOverrides , and postgresql + own TYPE" is consist with variables street,city,zip etc. 2.How should look like get and set method | |
Eclipse plugin problem (using ObjectDB as a separate bundle) to use objectdb.jar as downloaded as a classpath variable without success. Thanks st.clair | |
Compile time enhancement using build.xml of a Netbeans web application do not see yet how to relate the manual's example above to these targets and to the various variables | |
Entity Update - Is the documentation up to date? to elements that are not detected in enhanced classes, correct? If a class variable is assigned a new value | |
Using aliases in WHERE clause WHERE you can use FROM variables but not SELECT aliases. SELECT aliases can be used only in the ORDER BY clause. support Support | |
Trouble bug on explorer you for your report. support Support Hello again , when i tried to change variable on object. I got error | |
Using Enum type in NamedQuery: Field is not found in type I'm trying to switch an application that worked fine in Hibernate to ObjectDB and am having issues with queries that reference enum types. On my entity object is a static enum public static enum Type { A,B,C } that is stored in an @Enumerated member variable private Type type | |
Query in JPA2 with LEFT JOIN on INNER JOIN; JOIN close is invalid in JPQL. Instead of ON you may include all the variables in | |
Broken @ManyToOne reference, but after they are retrived, the 'b' variable in all A objects is always null. Regards, Vladimir PS: the same | |
Client server mode no longer works after JRE install with my application as opposed to the version of java on the PATH variable . I will not know in | |
Problems down-casting in WHERE clause an additional variable . ObjectDB supports navigation from lists as an extension, so the following query | |
Log4j error is not assignable to a "org.apache.log4j.spi.Configurator" variable . [java | |
UserException: Package com.example.model is not found by the enhancer entity object member variables rather than getters and setters. I think if you use the @Warning | |
query on calendar class is for literals, so it cannot contain variables or parameters. In comparison the operand types must match. Not | |
@Unique member combination not working thought that using static variables in a multi-threaded environment would be too risky, however, I | |
ObjectDB Server Connection Permissions It would be useful if instead of creating a web service layer on top of a database, I could just set up permissions to entities and entity variables for client connections. This would be beneficial when providing specific raw data where additional business logic is not required. I suppose | |
Query to find object from element of a contained collection a multi variable query with JOIN . support Support Thank you for the fast support | |
Entity factory (at least without using static variables which are very bad code style). An alternative would be if one can create JPA | |
Performance in SELECT statement the second entity completely and integrate its 3 variables directly in the TestEntity... but it makes | |
TreeSet and compareTo() issue 'ddv' variable . Any ideas how to sort this please? Thanks Russ russ0ne Russell Martin | |
app.jelastic.eapps.com and objectdb-docs/environment- variables / Do you use the right file location for the ObjectDB files? Peter   | |
Can I Disable the Creation of the "log" Directory?); // Sets %objectdb environment variable System.setProperty("objectdb.conf", objectDbConFile.toString | |
ObjectDb.conf Defaults %objectdb environment variable System.setProperty("objectdb.conf", objectDbConFile.toString | |
NegativeArraySizeException on commiting a transaction is attached. I also attached screenshots from the debug enviroment showing the values of the variables in | |
AttachNotSupportedException and had no problem at all. BTW: we included the path to \objectdb\bin in the CLASSPATH environment variable | |
Error: Failed to write value of field X using reflection (oneToMany relation), has nothing in special. Just a few variables . String, int, and an embedded class. The problem is that, when I | |
locks on pure query activities the database file. To enable the new option you have to set an environment variable before accessing ObjectDB | |
how to operate with same object but two different Thread on database. Hi, i have two thread one is for insert data another is for update data but in same object and same database. Description: i have three classes GetterSetterclass.java here declare variables and Getter and setter method constructor and to-string method. Insert.java Here i | |
auto-generated uuid fields hi, how can I use (UUID as variable in entity) for ObjectDB ? When I am trying to commit entity to JPA of objectDB, it gives error . Because it is not supporting. Is there another way to use UUID at ObjectDB ? Best Regards.  | |
Performance Issues After Migrating to ObjectDB - Urgent Assistance Required # # Note: Please set the JAVA_VM and OBJECTDB_JARS variables ! # Path of Java VM (a complete | |
ObjectDB 2.4.0 Added support of entity collections as query parameters. Added support of running ObjectDB within Eclipse 3.7 wrapper jar . Added support of sharing an identifier name for a variable and a parameter ... indexes . Improved processing of queries with a large number of variables ( issue #607 ). Improved | |
@Enumerated(EnumType.STRING) annotation inhibits proper execution of IN expressions. When the following annotation is present on an enum type entity field: @Enumerated(EnumType.STRING) Queries using JPQL IN expressions on this field won't work correctly anymore. This issue has been described in forum post 1254 (JPA JPQL WHERE clause for IN : variable not working if variable | |
queries under 2.7.6_4 significantly slower than under 2.7.6; '(OP)':notNull]))" eval="8.4168" variable ="o" '(OP)':notNull])" eval="6.4168" variable ="o" /   | |
ObjectDB 2.0.2 Fixed a bug in queries on embedded objects in C/S mode. Fixed a bug in setting log directory path (missing URL decoding). Fixed a bug in automatic byte code enhancement in Java EE server. Fixed a bug in multi variable queries. | |
NullPointerException in __odbGetNumMember: 719 PMImpl(EMImpl).commit() line: 276 [local variables unavailable] quasado Alexander Adam | |
ObjectDB 2.3.7 Fixed a critical issue that may cause database corruption ( issue #630 ). Initial attempt to enable navigation through lazy loading from detached objects ( feature request #326 ). Improved toString of criteria queries to use aliases ( issue #12 7). Fixed automatic variable naming in criteria | |
Strange Error with Criteria API and Sorting be any "$2" variable . More strangely, when debugging through the error doesn't error but if you run | |
Add Type level permissions to ObjectDB Server It would be useful if instead of creating a web service layer on top of a database, I could just set up permissions to entities and entity variables for client connections. This would be beneficial when providing specific raw data where additional business logic is not required. I suppose | |
ObjectDB 2.6.6 Added support of automatic activation of new indexes ( issue #19 ). Fixed a bug in multi variable queries ( issue #1801 ). Fixed an Explorer exception when a field in a summary view is not included in the tree/table view. Fixed a bug in caching Criteria query programs with IN operator. Fixed a bug | |
Typo in ObjectDB 1.0 Manual there is also a quoting issue on the query.setFilter() line in section 7.5 sub section "Nested Bound Variables ".   | |
Freeze during save. Could you please check the objects in that loop (see local variables )? What is their type? Are there recurring objects | |
ObjectDB 2.8.4 ). Added support for a new query hint for setting a preferred variable processing order ( issue #2379 ) |