 1 | >
granat.dp.domain.entity.Tutorial
granat.dp.domain.entity |
 1 | I am trying to track down some obscure errors with multi-threading. This involved looking at the EntityManager Metamodel but this caused an ObjectDB exception. So I reverted to your example code in the tutorial (with class Point) and it works as expected:
:
(995, 995)
(996, 996 |
 1 | tutorial application. Hi, Attached is a simple project showing the error I've been getting. The unit |
 1 | developing open source tools, writing (tutorials, articles, blog posts), giving lectures |
 1 |
-->
So, anyone encounter any tutorials for handling |
 1 | /tutorial/i18n/text/locale.html Would be nice if one could just specify they locale as part of the index |
 1 | Here is my attempt to enhance the JPA/MVC/eclipse tutorial to implement a RESTful service. Why does this not work with this curl command? I get 404. Can someone help me correct this? Do I need to change my web.xml servlet mapping in web.xml? I've been experimenting with and nothing seems to work |
 1 | ? Please check the attached NetBeans project. It is based on the Java EE guestbook tutorial |
 1 | SELECT:
TypedQuery query = em.createQuery(
"SELECT p FROM Point p WHERE p.id = " + element.getId(), Point.class);
List points = query.getResultList(); WRITE:
em.persist(p); ** the Point class is of the tutorial. I found the above select method is ten times slower |
 1 | here. Any suggestions? Using ObjectDB with GlassFish should be easy. Please follow this tutorial |