ObjectDB ObjectDB

Internal Website Search

71-80 of 126 resultsRefresh
5

Memory leak while merging parent with No Cascade annotation with children

, My application is already running under objectdb javaagent but there is a problem. Indeed, my beans are not correctly Enhanced, reason is my beans are created by Java Proxy. - JAXB add some JAXBAccessor into the byte code. - Google guava cache do some CGLIB proxy with my entities beans. My conclusion
5

ObjectDB and Spring Boot - sharing a simple working example

and/or in pom.xml I added the following beans: @Bean @ConfigurationProperties("app.datasource") public DataSource dataSource() {     return DataSourceBuilder.create().build(); } @Bean(name ... .createEntityManagerFactory("spring-data-jpa-test.odb"); } @Bean public
5

Question about overriding default equals and hashcode

Hello Support, I have overrided equals and hashcode method in my entities beans. I don't know if you use these methods in your objectdb implementation. ( for comparing bean ? ) If yes, does ... .jvnet.jaxb2_commons.lang.ToString It correspond to my entity bean includes ( use JAXB
5

Unable to persist fields in subclass

: package miscTests; import javafx.beans.property.SimpleStringProperty; import javafx.beans ... ; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javafx.beans.property.ObjectProperty; import javafx.beans.property.SimpleObjectProperty; /** * @author david
5

InternalException & UserException using objectdb with Jboss AS 7.1.1 final

="admin"/> </properties> </persistence-unit> <persistence-unit name="SESSION_PU ... .jdbc.url" value="objectdb://localhost:6136/dp_sessions.odb"/> <property name="javax
5

Felix, rollback exception, error 613

.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:584) at org.eclipse.jetty.server.session ... .java:512) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) at org
5

java.nio.channels.OverlappingFileLockException

.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:192) at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:57) at org.apache.wicket
4

PersistenceException UserException: Failed to validate persistence.xml

:722) Caused by: javax.el.ELException: javax.ejb.EJBException: The bean encountered a non-application ... more Caused by: javax.ejb.EJBException: The bean encountered a non-application exception; nested ... (AuthorizationService.java:42) at net.heatboxes.core.bean.view.Login.submit(Login.java:49) at sun.reflect
4

Attempt to begin a new transaction when a transaction is active

The code I have a RecordDao stateless java bean : @Stateless public class RecordDao { private EntityManagerFactory emf; private EntityManager em; public RecordDao() { } @PostConstruct ... ="admin"/> </properties> </persistence-unit> From other beans I need concurrent access
4

ObjectDB within a resource adapter module and Java EE Connector Architecture

(common JSF managed bean classes that only speak to DB via EJBs) SpecWeb1 (1st specific web app ... use different @Singleton @Startup beans to set objectdb.home, I can likewise for WAR deployment in

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