ObjectDB ObjectDB

Internal Website Search

21-30 of 60 resultsRefresh
25

Spring MVC Errors

/G7UVu.png any ideas ? I installed m2eclipse plugin and Maven Integration for WTP and then I import ... still have a error like this: Description Resource Path Location Type Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:exec-maven-plugin:1.2:java (execution: enhance, phase: process
24

Eclipse4 RCP - No Persistence provider for EntityManager

(Plugin Project with a product file to start the application) - product dependencies are added : objectdb, javax.persistence, javax.transaction - javax.persistence is imported in the plugins manifest ... regarding the persistence.xml. I put it in my /META-INF folder in the plugin project (also tried
24

JBoss 7 startup fails

involved is: <plugin>     <groupId>org.codehaus.mojo</groupId>     <artifactId>exec-maven-plugin ... >     </executions> </plugin> The error message is: Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:exec-maven-plugin:1.2:java (execution: enhance, phase: process-classes) pom.xml
22

problems with OEM license/enhancing

> <pluginManagement> ... <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.2</version> <executions> <execution> <id ... > </executions> </plugin> ... After creating our application jar on a workstation with the OEM
20

javax.persistence.PersistenceException

the objectdb.jar in a plugin and added tat as a dependency to the project. Not sure what else I ... but it might serve as an example. support Support The project is attached. Included is the plugin ... the plugin and trying to use it as a separate bundle fails. See also this issue
20

Maven driven compile time ehnancement

during compile time. Just add the following to your pom.xml:  <build>   <plugins>    <plugin>     <groupId>org.codehaus.mojo</groupId>     <artifactId>exec-maven-plugin</artifactId>     <version>1.2 ... >com.x.y.b.*</argument>      </arguments>     </configuration>    </plugin> Then, in your output
15

package not found running ObjectDB under OSGi

Hi I have created in Eclipse a new plugin from existing jar file and than I tried to enhance ... access to the NamedCoreObj class. Also package datamodel.core.base was set in my primary plugin as ... , and apparently Eclipse class loader is not supported. In addition, please notice this restriction regarding using ObjectDB in an Eclipse plugin. support Support
4

Remove an entity which attributes were changed

We use an OSGi environment and we have three OSGi plugins. In plugin A an entity is loaded and the entity is passed to plugin B. Plugin B changes an attribute on the entity. Plugin C removes ... exception of the removed entity. If this operations on the entity are executed in only one plugin
4

ObjectDB BIRT Driver Update

if there is no match. There is a report of an exception on attempt to update the ObjectDB BIRT plugin in ... server versions, and maybe also help with updating the plugin in an existing Eclipse workspace ... that the directory C:\Users\kwhittin\new_workspace_birt\.metadata\.plugins\org.eclipse.birt.report
3

Schema-Update: Deactivation of automatic entity class removing and introduction of a new class remove in the schema config

less PlugIns). This presents us with further challenges when we have made changes to DB schema for new ... we plan to extends our application via plugins and then we will get problems with our update concept, because it would be a very big effort to recognize data of plugins in the ProfileMigration

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