Internal Website Search

81-90 of 200 resultsRefresh

objectdb:2.8.4 - Error occurred during initialization of boot layer

\bin" --patch-module RTDEngine=D:/Projects/Anritsu/Perforce/ws_alexander.golyshkin_ALL/DEV/RTD_7_6_0 ... 2020.1\plugins\junit\lib\junit-rt.jar;D:\Projects\Anritsu\Perforce\ws_alexander.golyshkin_ALL\DEV\RTD_7_6_0_JAVA_UPDATE_JDK9\JavaApps\out\test\RTDEngine;D:\Projects\Anritsu\Perforce\ws_alexander

Running JPA Queries

/select">projection and retrieving country names directly instead of retrieving the entire Country

Posting Sample Code

, The project does not contain a persistence unit, An entity or IdClass class should implement the java.io.Serializable interface).

objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'

>To reproduce the problem described below, simply download the test project, open in NetBeans8.1 and then: In the test case, only a single Project entity is used, and 2 project objects ... that triggers the building of 2 separate - usually large and complex - Projects, via the @Stateful

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

system unusable for a real project because it appears to be either database integrity corruption, or it just looks like it, which is just as bad. I attach a running project illustrating the problem, as well as screenshots. When the project runs it logs creation of objects

After using the enhancer, Lazy loaded collections are no longer loading. They are set as null

= "project_id", unique=true, nullable=false, updatable=false) protected List<Project> projects = new ArrayList<>(); public List<Project> getProjects() { return projects; } public void setProjects(List<Project> projects

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

,"element.project",e.getProject()); List<Element> ownedElements = e.getOwnedElements ... ,"---"); } INFO: ConfigBean []: testQuery: element([class=TestDeepValues][project=TEST: project 1][id=45][name=TEST: test deep values]) INFO: ConfigBean []: testQuery: element.project

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

.greensoft.objectdb.test.entity.Project com.greensoft.objectdb.test.entity.Source com ... createProject(EntityManagerFactory emf) { format().outHeader2("Create Project and Element model ..."); Project project = new Project(null, "project"); //NB: Project has no project

Step 3: Add a Context Listener Class

> Open the [New File] dialog box by right clicking the guest package node (in the [Projects] window

Step 4: Add a Servlet Class

In this step we will add a servlet to manage guestbook web requests: Open the [New Servlet] dialog box by right clicking the guest package node (in the [Projects] window) and selecting New > Servlet... Enter GuestServlet