ObjectDB ObjectDB

Internal Website Search

11-20 of 85 resultsRefresh
22

Spring Data JPA - PersistenceException thrown

.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean.getMetamodels(JpaMetamodelMappingContextFactoryBean.java:90) at org.springframework.data.jpa.repository.config ... .data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean.createInstance
19

How to define Default Entity Listeners without persistence.xml and orm.xml

Listeners. How to do ? Here my init code: Properties config = new Properties(); config.put("javax.persistence.provider", "com.objectdb.jpa.Provider"); config.put("javax.persistence.jdbc.url", "objectdb://localhost/my.odb"); config.put("javax.persistence.jdbc.user", "admin"); config.put("javax
19

Activation Issue

) ~[MetamodelImpl.class:na] at org.springframework.data.jpa.repository.config ... ) ~[JpaMetamodelMappingContextFactoryBean.class:na] at org.springframework.data.jpa.repository.config ... ) ~[JpaMetamodelMappingContextFactoryBean.class:na] at org.springframework.beans.factory.config.AbstractFactoryBean
19

PersistenceException: Failed to locate field

enhancement, just relying on the config setting: <enhancement agent = "true" reflection = "warning ... up? Would be useful to log the location of the config file it is using, plus the contents of that config file, given that I've found many cases where the config file it's actually using isn't as expected, eg. in
18

Again about $temp from objectdb.conf

config) throws ServletException { super.init(config); System.setProperty("objectdb.home",config.getInitParameter("OBJECT_DB_HOME")); // sets $objectdb System.setProperty("objectdb.conf", config.getInitParameter("OBJECT_DB_CONFIG")); } Well, my question is: what would be the name
14

Bug when posting threads with Firefox 34.0.5

.push(y);var z=n.getUiColor();if(z)t([y],q,[[u,z]]);}});if(n.config.uiColor)n.setUiColor(n.config ... .addButton(q,{label:r,command:s});},o=m.config,p=m.lang;n('Bold',p.bold,'bold',o.coreStyles_bold);n
14

Can I Disable the Creation of the "log" Directory?

(objectDbConFile)) System.out.println("objectdb.config FOUND"); else System.out.println ("objectdb.config NOT found"); Path logDirectory = Paths.get(currentDirectory, "log ... \Programming\UniLogical\ObjectDbTest objectdb.config FOUND log does NOT exist before test ObjectDB
14

objectdb.conf Information

: - Which config entries are relevant for the client and which one for the server? I.e. what about: <cascade ... ? Can we leave out non-required (for client and/or server) xml elements from the client and the server config ... from the config for the next release? This would certainly help a lot in managing configurations
3

New issues with queries using build 2.7.6_08

.execution.ExecutionConfigImpl as config WHERE execution MEMBER OF ?1 AND execution.verdictID = verdict.uid AND execution.execRecordID = record.uid AND record.executionConfig = config AND config.uid ... .internal.dmos.execution.ExecutionConfigImpl as config WHERE config.uid = '23A' AND execution MEMBER
1

[ODB1] Chapter 8 - ObjectDB Server

-conf config.xml start If you name your configuration file server.xml, you do not need to use

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