ObjectDB Database Search

101-150 of 181 results

Server connection management

XP. But it might depends on the operating system. Maybe a firewall also has some effect

com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date

the current version of ObjectDB depends on JPA and JDO jar files with no Java 9 module support

Finance data from SQL Server into ObjectDB daily

up to carry this out. Just make sure you have all dependencies in classpath and make sure

Great product - needs better marketing - more popularity

, but at least it will be something. You have a great product, but you need great marketing also. They are both dependent on each

Starting Explorer programmatically

://m2.objectdb.com' } }   dependencies { // OBJECTDB: compile 'com.objectdb:objectdb:2.7.5

Vacuum - Reclaiming Unused Space In Odb

full), since the exact size depends on the order in which the data is inserted. But any unused space in a BTree

after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown

some environments as the actual abilities depend on the OS. Maybe when you upgraded to 2.9.0

objectdb.conf Information

depending on current run mode? Alex quasado Alexander Adam Changing the general structure

Many connections possible? and will it makes problem in future?

connections, but they are limited by practical factors such as thread numbers ( depending on your operating

UserException: Package com.example.model is not found by the enhancer

since the path will change depending on which environment the jar is run on. Load time enhancement

Embedded mode usage question

Hi there ! We're currently considering to try object db as a an embedable database for one of our microservices. The microservoice itself must be completely self-contained and must not depend on external software such as RDMS, requiring additional installation and support

Understanding limitations of schema evolution

. yoda yoda Obviously it depends on the specific required changes. It is like asking

Should I Avoid Compressing Database Files?

well It depends on the content in the database files, but usually you can save a lot of space by

How to convert a boolean to an int in the query?

of the parameters I have calculated directly in the query, depending on the query for example SELECT

coonection pooling

Hi, is it possible to implement a mechanism in object db which redirects a particular user to its database. For example we have an ObjecDB server with 100 databases. On our Jboss server we have a single deployed application with 100 users. Depending on the logged user it will connect to different

Composite indexes

. kborkowski Karol Borkowski 1. Field Order in a Composite Index The usability of a composite index depends

OptimisticLockException

. Yes. It depends on your application. Note: In applications that use optimistic locking

Enhancement of type is old and cannot be used

instances. I also noticed, that the list of reported classes is dependant on DB instance. When I

Shrinking Database Files

that the answer depends highly on my implementation, but the above mentioned proposed architecture may provided

Some details about db behavior

accordingly. Otherwise, the behavior depends on who is the relationship owner. If B

com.objectdb.o.InternalException

Hello, I have a problem that I have not been able to solve, perhaps it is mild, but for me it has lasted for a long time. I am creating a test Maven project, with its dependencies , I am trying to write the log to the corresponding entity, and this error occurs. He sent them the project, the bug

Inserted entities with strings as keys and indices needs more and more ram memory in comparing to primitive integers as keys and indices

step; btc_es BTC EmbeddedSystems To some extent, yes, but it depends . For example, are the long values

Internal ObjectDB error by read the primary key

all the cases of this situation with tests since it is not consistent and depends on the exact timing

Embedding ObjectDB on server application

middleware is responsible to load the jars dependencies , and objectdb wasn't getting loaded

Missing atificat for ObjectDB?

Hello! I am testing the Spring MVC and JPA tutorial, and always got an error in the POM file: com.objectdb objectdb      2.0.4   There is a red flag on this dependency and says missing aritificat com.objectdb.objectdb.jar. After I remove this section, the POM file is ok. I

Inconsistent return types from JDO query

I'm running a JDO query which returns the sum of an int field.  The return type of the Object produced by the Query is inconsistent - sometimes Integer, sometimes Long.  Using setResultClass(Long.class) has no effect. sjzlondon Steve Zara The type of a sum expression depends on the type

Lazy Init / Eager / Join Fetch collection strategy ? What to choose ?

Hello, I'm doing some tests to choose the best collection fetch strategy. I have entities with many lazy collections and i don't want to load them all. ( depends on context) In JPA / Hibernate world it exists some tests demonstrating how to choose the best strategy. For example : http

JDO sequences from ORM file

, but sequences don't seem to be mentioned in the output. For the same code to succeed or fail depending

Processing thread count for 8-core server

some tuning tests on your side, since it depends on the specific application. support Support

PostUpdate on array changes

mention openjdk6 doesn't support runtime enhancement, is this still the case?? It depends

A few questions on object database design

? Flying Banana Jiacong Xu There are no strict rules because the optimal design depends on too many

Some technical questions

one ObjectDB database for all? It depends , but one database for all provides better capabilities (e

On ensuring ID available after persist

implementation uses its own default strategy. IDENTITY - implementation depends on the database

slow performance for a complex query

. When the inner query is not dependent on the outer query - no JOIN is required. But such nested

ObjectDB eclipse plugin

might be related to circular class loading (i.e. application depends on ObjectDB, but ObjectDB has to use classes

How to open a running db in ObjectDB Explorer?

) depending on the web server, if the objectdb.jar is shared at the server level. support Support Hi, I

ID format in objectdb 2.x for JDOHelper.getObjectId

, actually the first solution depends on the second solution, i.e. you have to add an ID field

Pooling of EntityManagers

the persistence context). However, whether it improves performance or not depends on too many factors

Custom Classloader: Issues with the Enhancer Agent

dependency on other classes the user's class loader is used for this purpose. This should be changed

Post-compilation enhancement vs Automatic Run-time enhancement

LAYER depending on the enhancement stragegy). Can you please explain how this could possibly

Setting temp directory location in ObjectDB

to the parent directory" It is something to be done outside Java / ObjectDB and it depends

ObjectDB 2.6.1

Added an option to disable temporary file deletion . Added support of using entity classes with missing dependent types. Added support of composite indexes with components of different lengths . Fixed a bug in reflection mode in detecting changes after flush ( issue #1602 ). Fixed

Better OSGI Compability

We are currently using objectdb using osgi. However, the objectdb jar seems to be very monolithic and should be more modular to make it easier to use it with osgi, samples are: - Remove SWING dependency from core objectdb bundle - Externalize persistence and jdo apis and not putting them into

cannot delete objects after crash (see issue 2283)

of the sync operation itself (which is mainly hardware- dependent ) we may try two possible

database corrupt

this Java file lock is system dependent and might not work in some systems (e.g. if the file

ArrayIndexOutOfBoundsException: -1

transactions) and it should serve the right version of every page for every user ( depending

Enhancing a class causes it to not save changes.

Crutcher It depends on your specific configuration. Hopefully one of the supported enhancement paths

Best practise loading big data

are enhanced. Eager / lazy setting can increase or decrease performance depending on the specific application

Fetch a whole entity graph eager

Hello, I have two question at you. Are you provided JPA 2.1 annotation @NamedEntityGraph in next version ObjectDB 3.0? And do you know an easy possibility to get an entirely eager entity graph with all depended entities which we can use as a detached full accessible entity graph outside

Internal error

since fixing the objectdb dependencies I am happy if this bug is closed. sjzlondon Steve Zara