ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
55

Error reading UTF string

.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final] at org.jboss.invocation.InterceptorContext.proceed ... (InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1
53

Problem to use find method on an abstract Class: AbstractMethodError is thrown

.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final ... (TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final] at org.jboss.invocation.InterceptorContext ... .Final.jar:1.1.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165
52

javax.transaction.Synchronization with Java SE 10.0.1

-modules java.se.ee? If yes, try removing it. See this thread on Stackoverflow. support Support I was not using -add-modules java.se.ee, but -add-modules java.corba which turned out to load also the java ... Greetings, I am trying to get my app running on Java 10 (up to now it runs on Java 8
10

Throwable(cause)

Constructor java.lang.Throwable Throwable( Throwable cause ) Constructs a new throwable ... that are little more than wrappers for other throwables (for example, java.security.PrivilegedActionException ... ). (A null value is permitted, and indicates that the cause is nonexistent or unknown.) Since: Java 1.4
10

fillInStackTrace()

Method java.lang.Throwable Throwable fillInStackTrace() Fills in the execution stack trace. This method records within this Throwable object information about the current state of the stack frames for the current thread. Returns: a reference to this Throwable instance. Since: Java JDK1.0 See Also: java.lang.Throwable.printStackTrace()
10

Exception(cause)

Constructor java.lang.Exception Exception( Throwable cause ) Constructs a new exception ... that are little more than wrappers for other throwables (for example, java.security.PrivilegedActionException ... value is permitted, and indicates that the cause is nonexistent or unknown.) Since: Java 1.4
10

Exception(message, cause)

Constructor java.lang.Exception Exception( String message, Throwable cause ) Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause ... (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.) Since: Java 1.4
1

printStackTrace()

Method java.lang.Throwable void printStackTrace() Prints this throwable and its backtrace ... , but the following example may be regarded as typical: java.lang.NullPointerException at MyClass.mash(MyClass.java:9) at MyClass.crunch(MyClass.java:6) at MyClass.main(MyClass.java:3
1

printStackTrace()

Method java.lang.Throwable void printStackTrace() Prints this throwable and its backtrace ... , but the following example may be regarded as typical: java.lang.NullPointerException at MyClass.mash(MyClass.java:9) at MyClass.crunch(MyClass.java:6) at MyClass.main(MyClass.java:3
1

printStackTrace()

Method java.lang.Throwable void printStackTrace() Prints this throwable and its backtrace ... , but the following example may be regarded as typical: java.lang.NullPointerException at MyClass.mash(MyClass.java:9) at MyClass.crunch(MyClass.java:6) at MyClass.main(MyClass.java:3

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