Internal Website Search

11-20 of 200 resultsRefresh

Concerning coding style of the example in the posting instructions

> I write with reference to the coding example in the post">posting instructions and many of your other examples posted in the forums. While I appreciate ... that it breaks the rules for JPA2 entities on at least 2 counts. Firstly, the posting

Can't post on your forum

Since yesterday, I can't post on the forum because it always says that I should log ... not logged in, so I can't post on the forum. I tried removing the cookies, but nothing. I tried in another browser, but the same. I have new bugs to post, so it's pretty important.

finding post-persist pre-commit objects

Hi, I'm wondering if there is a way to have post-persisted, pre-committed, objects show up in queries? ie: the object has been persisted, but not yet committed. Dave   dmoshal David Moshal Yes, by

Bug when posting threads with Firefox 34.0.5

Bug when posting threads with Firefox 34.0.5

ObjectDB JDBC to Object compiler

Hello , some products developed by JDBC , So we cannot use ObjectDB. My idea is , you can make JDBC To ObjectDB wizard compiler or something like this. You can eliminate JDBC Requests from Java Code. It can be Intellij or Eclipse IDE plugin

Does run time enhancer due to GlassFish/Payara do anything that would affect loaded compile-time entity classes ?

enhancer due to GlassFish/Payara do anything that would affect loaded compile-time enhanced entity

Step 1: Create a Maven Web Project

.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> ... ;execution> <id>stop-jetty</id> <phase>post-integration-test</phase

Step 1: Create a Maven Web Project

;org.apache.maven.plugins</groupId>      <artifactId>maven-compiler ... ;stop-jetty</id>        <phase>post-integration-test<

[ODB1] Chapter 3 - Persistent Classes

; JDO Enhancement The ObjectDB JDO Enhancer is a post compilation tool that modifies the byte code of compiled classes. Classes to be enhanced must be located in class files and not in

[ODB1] Chapter 7 - JDOQL Queries

class, the query is not valid. The execute() method compiles and runs ... . If the query compilation succeeds, the Extent of Person instances in ... extensions), so casting is required. Compilation and execution of queries