ObjectDB ObjectDB

Internal Website Search

21-30 of 120 resultsRefresh
13

Spring LTW Problem

on the classpath: java.lang.ClassNotFoundException: com.google.gwt.user.client.ui.HasWidgets at java.lang ... due to a missing class in the classpath. Maybe future versions of ObjectDB should check annotations by reading ... of application classes available in the classpath. support Support Putting gwt-user.jar on the Classpath
13

com.objectdb.o.UserException: Failed to generate dynamic type

with no access to your classes, but you may also run them with specifying a classpath that contains ... . support Support Can you point to a tutorial on how to specify the classpath? I am surprised ... objectdb.jar com.objectdb.Server Add your class files directory / jar file to the classpath using
11

disabling JDO in objectdb embedded mode

.jdo"). I don't have such file on my classpath. So my question is: how can I prevent objectdb ... , On my classpath I have the entry PrimitiveValue.class. For many entity classes, I get an exception ... thank you for your reply. The stack trace is very huge, as the content of the classpath is dumped
11

com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date

to recreate the problem. Thanks. esharris Earl S Harris You will have to add ObjectDB to the classpath ... 9 module support. Your example works fine in Eclipse if ObjectDB is added to the classpath: (Mickey ... on the classpath, the application worked. Thanks for your help. One last question: Can this application work
11

Compare old and new schema

the classpath) and view the content of the old database with the old schema. support Support Thanks ... about the data stored in the database when entity classes are not in the classpath? If I can reproduce ... without entity classes in the classpath but the metamodel is empty. How does your explorer get to metamodel
11

AttachNotSupportedException

/AttachNotSupportedException" (see attachment to this thread). I also added C:\Java\jdk8\lib\tools.jar to the classpath ... at all. BTW: we included the path to \objectdb\bin in the CLASSPATH environment variable ... at our datacenter. After reinstalling and resetting the classpath this message did not appear
11

Running doctor.jar with entity classes in classhpath

.jar (my entity classes in it) in classpath but it doesn't work (new entities still dont show up in ... , you can follow these 2 steps: Run the Explorer with the new class in the classpath:     java -cp <classpath> -jar explorer.jar In the Explorer execute a query on the class, using full class name
11

Apache Tomee 1.5.2: Failed to use JTA (TransactionManager is not found)

Tomee's classpath) nor other parts, excepting the following persistence.xml: <?xml version="1.0 ... classpath, and putting it in the web application WEB-INF/lib directory. Try also using objectdb-jee ... reasons I love ObjectDB. It seemed that actually I was putting objectdb.jar in the classpath in
11

createQuery method error

jpa 1.0 implement, but I do have objectdb.jar in my classpath. can anybody help? thanks hongsun Hong Sun Maybe you have an old JPA or ObjectDB JAR in your classpath before the new objectdb.jar file. What version of ObjectDB are you using? support Support Thanks. I got it. I have javaee-api-5.jar in my classpath which causes the error hongsun Hong Sun
2

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

the classpath? btc_es BTC EmbeddedSystems ObjectDB doesn't currently support removing a class ... the classpath. If we complete remove the class, it works as we hoped. Can you please explain what happens ... EmbeddedSystems If a class is not available in the classpath but needed by ObjectDB and known (as

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