ObjectDB ObjectDB

Internal Website Search

51-60 of 126 resultsRefresh
9

2.5.3_02: java.lang.UnsupportedOperationException

(EntityManagerWrapper.java:455) at ru.mycityseason.beans.UserBean.doLogin(UserBean.java:50) at ru.mycityseason.beans.UserBean.login(UserBean.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0 ... .proxy.$Proxy266.login(Unknown Source) at ru.mycityseason.beans.__EJB31_Generated__UserBean__Intf
8

Spring Data JPA

when the context starts. org.springframework.beans.factory.BeanCreationException: Error creating bean with name ... ._PersistenceException: Login Error (bad username 'anonymous' or password) at org.springframework.beans ... .java:149) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport
8

Multi-tenant capability with hierarchies

management myself. Which figures because the @Transactional uses the entityManagerFactory bean which I don't ... ; } } I also still need to create the entityManagerFactory bean for startup or else I am getting ... use the bean because I get it from my Component. @Bean(name = "entityManagerFactory") public
8

multi EntityManager with Spring Boot, but 'Too many persistable types (>10)

.persistenceUnitName}")     private String persistenceUnitName; @Bean(name = "dataSource ... () { return DataSourceBuilder.create().build(); } @Primary @Bean(name ... (); return entityManagerFactoryBean; } @Bean(name = "transactionManager") public
7

Query vs Extent for retrieving data

(); List<PositionReportManagerBean> beans = new ArrayList<PositionReportManagerBean ... , ""); Collection c = (Collection)q.execute(); for(Object o : c) { beans.add ... (); for(PositionReportManagerBean bean : beans) { System.out.println
1

[ObjectDB 2.5.1_05] Unexpected exception (Error 990)

:350) at eu.ysoft.ds.session.JobsSessionData.getJobs(JobsSessionData.java:184) at eu.ysoft.ds.session.JobsSessionData.getJobsWithShared(JobsSessionData.java:129) at eu.ysoft.ds.session.JobsSessionData.getCountNotPrintedCompatibleJobs(JobsSessionData.java:111) at eu.ysoft.ds.session.DSSession
1

createContainerEntityManagerFactory(info, map)

are specified). If a Bean Validation provider is present in the classpath, the container must pass
1

javax.persistence.spi.PersistenceProvider

if no properties are specified). If a Bean Validation provider is present in the classpath, the container
1

ValidationMode.CALLBACK

Enum Constant javax.persistence.ValidationMode CALLBACK The persistence provider must perform the lifecycle event validation. It is an error if there is no Bean Validation provider present in the environment. Since: JPA 2.0
0

javax.jdo.Transaction

may only be used with bean-managed transaction semantics. Since: JDO 1.0 void begin() Begin

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