Internal Website Search

101-136 of 136 results

EntityManager JPA or JDO impl and different behavior

, I'll create a new one. pedwards Paul Edwards From your point of view everything that is related

Unable to persist TreeMap

is viewing the TreeMap in the Explorer. The reason for this is that the Explorer generates synthetic

Is there a way to extract the schema from an existing Database?

Hi ObjectDB, Is there a way to extract the schema from an existing Database? i.e. without using my class files Thanks EKK EKK Emmanuel Keskes The schema is available for viewing in the Explorer. You may use the JPA Metamodel API to extract it using your own code. support Support

Some details about db behavior

using simple test cases, or sample database (and particularly the Explorer view situation that you described above). support Support

Eclipse - Maven - Dependencies not getting automatically reflected

- Show Views - Others - Maven - Maven Repositories), nothing is shown in Global Repositories - central

Unexpeted internal exception

and the Database with the correct data. and I also send you the views where the data is displayed by

Fields in objects not populated in query result.

are enhanced and some are not this could happen. Note also that null values are expected when viewing

How to use JOIN FETCH?

a performance point of view . JonMoore Jonathan Moore A similar problem is discussed in this forum thread

Help with 'not like/lower' query

(with a subsequent fetch of a page of 20 results per table view on the UI) where a user belongs

Wrong @Id type

thread you mentioned because we don't use UPDATE queries. Also we have noticed that using tree view

Not able to update records

your views on the same. n126961 Sandip Here Constants.DATABASE_FILE_CLIENTSERVER_MODE is the connection

Changing existing objects from Entity to Embedded

Hi, I realised that I have a mistake (from application logic point of view ) in one of my JDO metadata files:                                            All of these 3

Server vs embedded mode in multi-instance scenario

view . I see two ways to integrate objectdb: first, since during 99% of the time

Replication error on slave restart

) Make changes in application (now it has some transactions) 5) View db files over explorer

problems using the explorer

several times, run...) as soon as we open the database wit explorer, view at the table, close

JPA vs JDO - which is more efficient for OneToMany queries?

.customer) ? If no performance difference, then JDO wins due to static typing, in my view . dmoshal David

What role is the JDO in ObjectDB?

the same view of how a persistence framework should be implemented. Few supported the specification

Database Inconsistency or corruption

to see all queries which are currently processed by ObjectDB. Like PostgresQL which has a view

Drop in Client/server mode not working

dropped! I confirmed this with my code. In my view , this is a bug in the drop feature, as it's important

How best to unbind all names?

and the bindings one at a time, but this seems less efficient. Any views on this - thanks! experimenter

Class loading problem with private packages in OSGi environment

similar to the previous dependency issue (from your point of view ) it is actually different code

Pre-detach loading: retrieval by navigation not working in if statement

a reflective JSF view ). The issue I reported (otherwise addressed by post-compile Ant task

Explorer query functionality

and view several query result windows. We don't know about other general JPA/JPQL tools

Problem with entities detection

) at controller.centroController. (centroController.java:70) at view .MainFormController

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

.ee.component.ViewService$ View .invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final

Eclipse plugin problem (using ObjectDB as a separate bundle)

, everything is persisted as expected - I used ObjectDB explorer to view my data. Now, any other attempt to persist

ObjectDB 2.5.2

#201). Fixed an exception when accessing an object with a closed EntityManager . Fixed a bug in viewing content of a TreeMap in the Explorer.

ObjectDB 2.1.0

optimization). Fixed a bug in viewing TreeSet and TreeMap in the Explorer. Fixed detachment of entities by

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

Web App and viewing both the Glassfish output log and the single served JSF page indexTest.xthml

Null pointer exception being thrown from within ObjectDB.

to view the ReportObject list, the explorer "hangs". za.eckhardt James Christopher Eckhardt

Entity Version History

to go back in time and view old versions (and old values) of entity objects. Future versions of ObjectDB

Error during closing an entity manager

of the optimistic lock exception and we fixed it in our code. From my sight of view this issue is fixed. btc_es BTC EmbeddedSystems

JPQL Case Statements (JPA 2.0)

(with id parameter) to the full view page of a fully loaded Element entity, and similarly links

ObjectDB 2.8.7

Added an option to slow backup (see  feature request #2681 ). Added an option to view old type versions in the Explorer (-Dobjectdb.ui.debug=true) Improved the Doctor (see  issue #2691 ). Improved performance following a large eager fetch ( issue #2694 ). Restricted waiting time

Allow to see more records on website

Not sure if we should post this here but there're a "Website" Marker type for issue so I'll try that. It'd be great to see more records on your website at once (i.e. in the task tracker, forum etc. etc.) and to customize that view how many items per page one would like to see.  quasado

Query fails with failed to read

url objectdb://localhost:3333/? Another question, do you use the Explorer only to view data or