Internal Website Search

101-150 of 194 results

Objectdb recovery

the risk of data loss significantly at the possible cost of performance (the exact effect depends

Is 2 level cache in use?

and then check if it is cached. The L2 cache doesn't always improve performance. It depends on the application

Missing (null) elements in eager loaded references

dependencies , only the minimum required classes, in each class only the minimum required code, in

WebSphere Liberty Configuration

Hi! I've been trying to get ObjectDB configured with WebSphere Liberty server. I have been able to get the sample app running in TomCat but when I run the jee version of the guestbook in WebSphere I get a combination of errors depending on how I tweak the configuration the most promising error I

Optimization Question

it would be impossible to predict which method is faster without trying. It also depends on many

Spring Data JPA - PersistenceException thrown

After a few hours of debugging, I found that the MetaModel is for JPA 1.0 spec. The dependency listed

disabling JDO in objectdb embedded mode

me why these .jdo metadata are needed ? Should I add additional maven dependencies to fix the problem

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

NullPointerException in __odbGetNumMember

for some entity classes to be loaded before enhancement, depending on how exactly you do the enhancement

combined index not used

? If it is, then any unique substring from that query plan that doesn't depend on parameters should work

NullPointer when accessing persistent field

you a snapshot of some of the utility dependencies )   The code being called is accessing a map declared

auto-generated uuid fields

, but we will have to check that nothing depends on the ID being null until the object graph is persisted. spiffy

Server NPE

with index or the object without depending on startup order. I think in this case the object with index

ObjectDB enhancement fails on "is" form for @Transient boolean isLoaded(), ok for "getter" form @Transient boolean getLoaded()

getBalance() { ... } ... @Transient // because status depends upon non-persistent context public boolean

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