ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
6

List of Enum Values in an entity

. If the entity is enhanced, you may see a null value in the debugger before accessing the field, but when the field is accessed it is expected to be loaded automatically by ObjectDB (unless it is accessed by reflection). Could you post a simple test case that shows the issue? support Support Hi
6

Multi-tenant capability with hierarchies

) but also the possibility of hierarchies. So If a tenant is parent of another parent, he can access ... on how to access two different db files or how to distinct tenants in one file from one application? Thanks ... on how to access two different db files or how to distinct tenants in one file from one application
6

BIRT plugin: Trouble with Client/Server connection

Server and accessing it. The BIRT plugin uses the main ObjectDB library for accessing the database, so a difference between accessing a local embedded database or a client-server remote database by the BIRT plugin are not expected. Please explain how you run the server and whether you can access
6

UTF Error

.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33) at org.glassfish.grizzly ... .WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33) at org.glassfish.grizzly ... .glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33) at org
6

JBoss 7 startup fails

defined for native management service, all access will be unrestricted. 13:49:21,562 INFO [org ... :22,254 WARN [org.jboss.as] No security realm defined for http management service, all access ... WARN [org.jboss.as] No security realm defined for native management service, all access
6

The server cannot start in CentOS

.0.254,127.0.0.1" admin="true">    <dir path="/" permissions="access,modify,create,delete" />   </user>   <user username="$default" password="$$$###">    <dir path="/$user/" permissions="access ... ="access,modify,create,delete" />                 </user>                 <user username="$default
1

ClassCastException during query

it seems that ObjectDB doesn't have access to your enum class so it has to generate its own version ... together with the entire object model. However, if this is not possible, just make sure that ObjectDB will have access ... and EntityManager, you can control which classes are accessible to ObjectDB. The enum class must be made accessible as well. support Support
1

each 1-2 days objects on some objectdb level lock/block each other

="admin" password="admin"> <dir path="/" permissions="access,modify,create,delete ... /" permissions="access,modify,create,delete"> <quota directories="5" files="20" disk ... above also shows scanning database pages. It is blocked waiting to access a database page. Different
1

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

() {     return ownedElements; } Alternatively you can use JOIN FETCH, accessing the field in your EJB's ... should be triggered via the JSF EL access to the property, in this case ownedElements. Your reply makes ... once the property/field is access, such as by a JSF page EL expression. This is a massive problem
1

com.objectdb.o._PersistenceException: Failed to locate set method for field property using reflection

throughout. @Entity @Access(AccessType.PROPERTY) public abstract class PlatformTicker implements TickerKey ... with ObjectDB embedded, but throws the exception randomly when application accesses ObjectDB in ... the exception randomly when application accesses ObjectDB in server mode. This is strange

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support