 1 | (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.tomcat ... $AbstractConnectionHandler.process(AbstractProtocol.java:565)
at org.apache.tomcat.util.net.JIoEndpoint |
 1 | the project? What version of Eclipse are you using? Is it a problem with Tomcat by any chance? I ... for Tomcat 7 with newer Eclipse versions: Add an annotation to the GuestServlet class:
@WebServlet(name |
 1 | I have ObjectDB JPA comsummed by a RESTful web service deployed on Tomcat. I am using an embedded object as a primary key, which has time fields which I have annotated with TemporalType.TIMESTAMP ... $Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker |
 1 | .apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
at java.util.concurrent |
 1 | externally on Tomcat. Please try ObjectDB 2.0.3 build 02 that might fix this issue. If it still happens |
 1 | to my tomcat server but i'm sure that's was OK because name="*" output enhanced classes. I'm using objectdb |
 1 | was still running in Tomcat, and we're running JRebel. The class was reloaded by JRebel and runtime enhanced by |
 1 | Hi! Does ObjectDB keeps and reuses a pool of connections as MySQL JDBC driver does? I mean when it's used in a container like Tomcat, Glassfish, JBoss etc. Thank you. Yes. Every EntityManagerFactory instance manages a pool of connections and reuses them when it creates new EntityManager instances |
 1 | As we all know, embedded databases out perform server databases on every occasion. The problem with embedded databases is that theyre difficult to scale. If I were to create an entire enterprise web application within a single jar file using embedded tomcat and embedded objectdb I would run into |
 1 | As we all know, embedded databases out-perform server databases on every occasion. The problem with embedded databases is that theyre difficult to scale. If I were to create an entire enterprise web application within a single jar file using embedded tomcat and embedded objectdb I would run into |