Internal Website Search

91-100 of 200 resultsRefresh

Dependency from enhanced classes to the objectDB library

that thread before working with ObjectDB. The test project in this forum ... eclipse projects. (We use Eclipse Standard 4.4.1 (Luna) including: RCP development extension) The project “com.btc.ep.base.dal.tests.it” contains a Plug-In Unit test. This test runs

EntityManager JPA or JDO impl and different behavior

; Now in our project we use spring to start everything. If I do: However if I create a basic test project, NO spring involved. Same ... would too, but may have been wrong. That still doesn't change the fact that in my project the em.find(type

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

some other factors (especially concerning the Ant build). - The NetBeans project ... ); font-size: 15px;">What my test app does: - Creates a Project entity with a Model ... of checking the enhancement. - Attempts to persist the Project (which under some circumstances

Object explorer cannot open odb file. ObjectDB many-to-many relationship

; } @Entity public class Project {     @Id     private String code;         @OneToMany(mappedBy = "project") @MapKey     ... @ManyToOne(cascade = CascadeType.ALL, optional = false)     private Project project

Problem with distinct select, order by and equivalent alias/attribute path

into an exception when ordering the results of some projection when the order by expression is different (though logically equivalent) to the projection expression. Here is the example ... _location.id ASC As you wrote correctly replacing the projection form s

Lazy loading does not work - crud takes long

all Project Enities that contains the OneToMany Relationships. It should be load lazy but i dont ... ("com.**.Project,com.**.Datapoint,com.**.Advalm);         long t0 = System.currentTimeMillis();         projects = service

Eclipse plugin problem (using ObjectDB as a separate bundle)

>In an attempt to isoloate the problem I cleaned by project, and enhanced with ObjectDB with the small ... and then select "Convert to Groovy Project"   3. In the window that appears ... text box, then select e4 Application Project. 8. Type _com.epimss.lab as the project's name

Modifying something with Explorer -> app JPQL with Enum doesn't work anymore

(I'm running 2.5.1_03). Open attached project JavaEE Maven with NetBeans (7.4 beta in my case). Start ObjectDB on localhost as server. Run project ... the project again. Important: do all that until a new number is printed. There is a 1 minute

javax.persistence.PersistenceException

Hi I am trying to get a basic EclipseRCP project working with Objectdb ... and added tat as a dependency to the project. Not sure what else I should do.  project / projects? support Support You may also look at: http

Eclipse4 RCP - No Persistence provider for EntityManager

; javax.transaction. The simplified project structure is the following one : Project X (Plugin Project with a product file to start the application) - product dependencies ... in the plugin project (also tried the src folder itself) but it seems that it don't get found