Internal Website Search

101-150 of 200 results

Licensing

). Following your post the site license description  was updated to reflect this. Small companies ... have to purchase a new server license? I know that there is a site license but we are only two developers. A site license would be 3 times more expensive than two server licenses. Our production

ObjectDB current status of the BIRT plugin

Just now I downloaded Eclipse Kepler Reporting. First step was to add the update site ... . Unfortunately Eclipse gave me an error not being able to contact the software update site . My questions: - Is there a mistake in the tutorial or is the software update site (temporarily) not available

Optimization Question

to identify exactly what fields have changed from one update to the next. Currently the following sequence executes when a track update comes in: - If it’s a new track simply add it to the database. - If it's an update to an existing track, delete the entire previous entry and then add in the new

Activation Issue

Hi, We bought a site license the yesterday. I ran the activation class this morning ... the activation key in objectdb.conf). I tried upgrading to 2.3.7_02 and updating objectdb.conf ... code is per machine. Use your site license to generate multiple activation codes. You may also specify

Error 990... and then new version?

to see the new release at all.  I tried that repository, and then I downloaded the jar there from your site ... is back!  But with an updated version this time!  Here is updated (and filtered ... Joshua Chambers Thank you for the update . Could you please explain what the cause was and how you solved

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

;   clicker clicker Thank you for the update . Unfortunately every new version of JBoss includes updates that break portability with other software products. This is not just a JBoss-ObjectDB ... ; It would be appreciated if you could indicate in a page of the site the JEE application servers

objectdb:2.8.4 - Error occurred during initialization of boot layer

:/Projects/Anritsu/Perforce/ws_alexander.golyshkin_ALL/DEV/RTD_7_6_0_JAVA_ UPDATE _JDK9/JavaApps ... .jar;D:\Projects\Anritsu\Perforce\ws_alexander.golyshkin_ALL\DEV\RTD_7_6_0_JAVA_ UPDATE _JDK9\JavaApps ... _ UPDATE _JDK9\JavaApps\CommonThirdParty\mockito\objenesis-2.1.jar;D:\Projects\Anritsu\Perforce\ws_alexander

Homepage and forum nearly inaccessible

of May 19 22:00 the site is responding fairly normally when accessing from Germany. Let's hope it stays ... to be much faster. Thank you all for the feedback and sorry again for the inconvenience. support Support Update ... . Something is not right, and my internet connection is blazing fast. zmirc Mircea Chirac Update : today

Free version limitation and upgrading

. If you buy a server or a site license you have it for life, including update to the same major version (e.g. all 2.x updates ). support Support

zip file or JAR manifest missing

The codes is ok in MySQL, but not in ObjectDB. Before update a value, my threads will check ... Yang Maybe the objectdb.jar in one site is corrupted (e.g. copied by FTP in ASCII mode instead

WebService : Failed to get reference value of field using enhanced method

and hot updates . So Axis2 creates a new class loader for every service and carefully manages ... with. So to facilitate this mechanism you can specify a parameter in your services.xml file as under.( from the wso2 site )” composite . . . . . . . .

ObjectDB 2 has been released and is now more affordable

Today, after years of hard work, ObjectDB 2.0 was released and is available for download. In addition, in order to make ObjectDB more affordable, the pricing model was changed: The prices of the Server, Site and OEM licenses were sharply reduced. ObjectDB 2.0 licenses will now include free updates

Is there a function of "drop table" or "delete from table"?

been updated yet. support Support Thanks. I never think it is "executeUpdate()", query.getresultlist ... . I can not find "drop table" in this site BTW. gzdillon Lai Yang The code “createQuery("DELETE FROM

Problem using Maven Repository - Enitiy Class will be ignored

the jar File from this site and add the Dependency as an SystemPath all works are fine. Whats the problem ... with no errors or warnings. The Maven examples have been updated and tested successfully with TomEE

Problems Running ODB Explorer

at a very crucial time. Do you have a support number? I have not found one anywhere on your site ... explained in the manual , so if you have several objectdb.jar files, you have to update the relevant

javax.persistence.StoredProcedureQuery

the most general case (multiple result sets and/or update counts, possibly also in combination ... , and false if it is an update count or there are no results other than through INOUT and OUT parameters ... the pending result if it is an update count. The getUpdateCount method will return either the update count

javax.persistence.LockModeType

of type LockModeType.OPTIMISTIC_FORCE_INCREMENT on a versioned object, will also force an update ... serialization among transactions attempting to update the entity data. A lock with LockModeType ... and there is a high likelihood of deadlock or update failure among concurrent updating transactions

BIRT Driver Improvements

tutorial (if you use Eclipse 3.7 you will have to specify the following update site - http://download.eclipse.org/birt/ update - site /3.7). The driver (as 2 Eclipse bundles) is also attached ... Alexander Adam The BIRT driver has been updated and now it can work on Eclipse 3.7. In addition

ObjectDB 2 JDO Manual

to see the updated web page and the support for JPA when I returned to your site today. However, it is difficult ... you can provide me with (other than on your site , which I've gone over fairly thoroughly ... you can provide me with (other than on your site , which I've gone over fairly thoroughly

javax.persistence.Query

. Public Methods int executeUpdate () Execute an update or delete statement. Return: the number of entities updated or deleted Throws: IllegalStateException - if called for a Java Persistence query ... UPDATE or DELETE statement QueryTimeoutException - if the query execution exceeds the query timeout

javax.persistence.TypedQuery

() Execute an update or delete statement. Return: the number of entities updated or deleted Throws ... : IllegalStateException - if called for a Java Persistence query language UPDATE or DELETE statement ... of the results Throws: IllegalStateException - if called for a Java Persistence query language UPDATE or

javax.persistence.EntityManager

, e.g., for update or delete. If the query is not an update or delete query, query execution ...  updateQuery) Create an instance of Query for executing a criteria update query. Parameters: updateQuery - a criteria update query object Return: the new query instance Throws

Out of Memory - Slow leak?

opened up to the ftp site you sent through before - once this is done life will be much easier. felixobjectdb Richard Szurgot The heap dumps have now been uploaded to the objectdb ftp site . Files ... . support Support Thanks for the update . I'll let you know if/when we get the exception and/or

[ObjectDB 2.8.3_01] Unexpected exception (Error 990)

) at common.model. Site .getActiveSessions( Site .groovy:25) at common.app.Transactor.execute(Transactor.groovy ... more dmoshal David Moshal Similar stack traces are usually related to partial enhancement or update

StoredProcedureQuery.getUpdateCount() - JPA Method

JPA Method in javax.persistence.StoredProcedureQuery int getUpdateCount () Return the update count or -1 if there is no pending result or if the next result is not an update count. Return: update count or -1 if there is no pending result or if the next result is not an update count Throws

javax.persistence.criteria.CommonAbstractCriteria

that is common to both top-level criteria queries and subqueries as well as to update and delete ... queries and criteria update and delete operations are typed differently. Criteria queries are typed according to the query result type. Update and delete operations are typed according to the target

javax.persistence.OrderColumn

is responsible for updating the ordering upon flushing to the database to reflect any insertion, deletion, or ... when updating the association or element collection. The order column value for the first element is 0 ... . Since: JPA 2.0 boolean updatable default true (Optional) Whether the column is included in SQL

StoredProcedureQuery.executeUpdate() - JPA Method

JPA Method in javax.persistence.StoredProcedureQuery int executeUpdate () Return the update count of -1 if there is no pending result or if the first result is not an update count. The provider will call execute on the query if needed. Return: the update count or -1 if there is no pending result

ArrayIndexOutOfBoundsException on flush

to managing large objects. Do you use update queries? Update queries are new and maybe they do not handle large objects correctly. support Support I've uploaded the odr directory to the ftp site ... out the build 08 being the cause - i will reapply this update as the same problem seems to occur

javax.persistence.Column

_COST", updatable =false, precision=12, scale=2) public BigDecimal getCost() { return cost ... at the table level. Since: JPA 1.0 boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 1.0

javax.persistence.ForeignKey

[ ( {, }... ) ] [ ON UPDATE ] [ ON DELETE ] When the ConstraintMode value is CONSTRAINT , but the foreignKeyDefinition element is not specified, the provider will generate foreign key constraints whose update and delete ... a constraint whose update and delete actions it determines most appropriate for the join column(s

CriteriaUpdate.set(attribute,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (   Path  attribute,     Expression  value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

CriteriaUpdate.set(attribute,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (   Path  attribute,    X value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

CriteriaUpdate.set(attribute,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (    SingularAttribute  attribute,     Expression  value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

CriteriaUpdate.set(attribute,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (    SingularAttribute  attribute,    X value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

CriteriaUpdate.where(restrictions) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate where (   Predicate... restrictions ) Modify the update query to restrict the target of the update according ... . Parameters: restrictions - zero or more restriction predicates Return: the modified update query Since: JPA 2.1

CriteriaUpdate.where(restriction) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate where (    Expression  restriction ) Modify the update query to restrict the target of the update according ... : restriction - a simple or compound boolean expression Return: the modified update query Since: JPA 2.1

CriteriaUpdate.set(attributeName,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (   String attributeName,    Object value ) Update the value of the specified attribute. Parameters: attributeName - name of the attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

EntityManager.createQuery(updateQuery) - JPA Method

 updateQuery ) Create an instance of Query for executing a criteria update query. Parameters: updateQuery - a criteria update query object Return: the new query instance Throws: IllegalArgumentException - if the update query is found to be invalid Since: JPA 2.1

Server out of memory exceptions

yet - I'll update as soon as i have something. I've included the stack trace from the latest incident ... to access the ftp site as the firewall here is blocking it - instead I've uploaded a multi-part rar file (14 ... completely but it looks promising. felixobjectdb Richard Szurgot Thank you for the update . 

NullPointer on query

so I've uploaded the database to the ftp site (uatsrtlonw342-WorkflowService-Existing_Instance-2.rar ... on the database completely (some pages have been updated and some have not). This could be the result ... you for the update and thank you again for this very important report. support Support

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

to elementId(1) INFO: RequestBean []: Updated : com.greensoft.entity.Project [1](TEST: project 1) INFO ... ) to elementId(7) INFO: RequestBean []: Updated : com.greensoft.entity.Block [7](TEST: constrained block1, in 1st project) INFO: RequestBean []: Updated : com.greensoft.entity.Constraint [8](TEST: a 1st

Server crash - Mismatch client-server protocol prefix

of the production database.  I will be taking the production site offline tonight so I can run ... after eliminating the memory and index issues? Update : Apparently this exception is the result

javax.persistence.MapKeyJoinColumn

boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 2.0

Query.executeUpdate() - JPA Method

JPA Method in javax.persistence.Query int executeUpdate () Execute an update or delete statement. Return: the number of entities updated or deleted Throws: IllegalStateException - if called for a Java Persistence query language SELECT statement or for a criteria query TransactionRequiredException

javax.persistence.MapKeyColumn

updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 2.0

javax.persistence.criteria.CriteriaBuilder

(Class  targetEntity) Create a CriteriaUpdate query object to perform a bulk update operation. Parameters: targetEntity - target type for update operation Return: the query object Since: JPA 2.1

javax.persistence.FlushModeType

TypedQuery object, the persistence provider is responsible for ensuring that all updates to the state ... , the effect of updates made to entities in the persistence context upon queries is unspecified

PersistenceManagerFactory.setReadOnly(flag) - JDO Method

JDO Method in javax.jdo.PersistenceManagerFactory void setReadOnly (   boolean flag ) Sets the value for whether the datastore is to be considered read-only. ReadOnly set to false specifies that no updates can be performed to the datastore, and if updates are attempted

javax.jdo.PersistenceManagerFactory

set to false specifies that no updates can be performed to the datastore, and if updates