Internal Website Search

1-50 of 136 results

Database Explorer

to view data in ObjectDB databases, execute JPQL and JDOQL queries and edit the content of databases ...  menu command to close a currently open database connection. Viewing Database Content Viewer Windows The Explorer provides two types of viewer windows for viewing the database data. The Table window

Trouble viewing db in Explorer.

I am having trouble with the Explorer.  I can open the db just fine. I can open a few simple extents and view /navigate fine also.  The problem occurs when I view the more complex extents ... " -My application can view the classes, but I am chasing an error on persist.(that might be another issue

Table View for queries in the explorer ?

Hi Is there anyway to get the table view , rather than the tree view , when I'm running queries ?   Is there a more advanced version of the explorer anywhere ? Thanks Paul Newman pnewman Paul ... are displayed using a table view . More advanced versions of the Explorer will be released in

Feature request - ability to refresh an open database view in explorer

The ability to refresh view in explorer automatically. Fine if this is read-only. Extra points ... refreshing explorer views . dmoshal David Moshal alternatively, clicking on a class name gets the latest view , not a stale one. dmoshal David Moshal Feature requests should be submitted on https://www.objectdb.com/issue . support Support

Privacy Policy

visit and user actions during page views ). Website  refers to ObjectDB Website, accessible from ... may be viewed by all users and may be publicly distributed outside. If You interact with other users or ... will be able to view descriptions of Your activity, communicate with You and view Your profile

ObjectDB Website - Terms and Conditions of Use

-commercial transitory viewing only. This is the grant of a license, not a transfer of title ... of these restrictions and may be terminated by ObjectDB Software at any time. Upon terminating your viewing

JPA Persistable Types

the debugger view and when invoking the getClass method on an object of such proxy classes. Enum Types

Retrieving JPA Entity Objects

and all its persistent fields are initialized. From the point of view of the developer, it looks like

Server User List

is still allowed to view the directory content (using the Explorer) but cannot open database files or

Dirty checking

has succeeded, so that I can update views which are observing those objects. It seems that the JPA ... which might not suceed. So, I can't calculate any views that depend on other objects ... the readonly observable view queries, if that helps.   dmoshal David Moshal In other words, given

Table view freezes the program

This shows pressing an Entity and pressing Table view freezes the program, this is a remote DB not ... , but if yo just open table view like in the video it's slow/freezes.   Trianglehead Json Error ... a new setting:   "Use Queries for Viewing all Class Instances" in Options General. When enabled

Explorer table view

So I am able to do queries with tree view , but with table view it just shows null.  Also if I select a table with the mouse and press either tree or table view it's extremely laggy.   Trianglehead Json Error We may need more information to investigate this issue. It would help, of course

Explorer Features - refresh + viewing open embedded database

Request for feature: Ability to auto-refresh an explorer view , say at regular intervals of a few seconds. (at a minimum one ought to be able to manually refresh, for example the list of persistent types). additionally, it would be useful to be able to view an embedded database (read only mode) via the explorer. dmoshal David Moshal

Table view does not work for queries

This shows that table view does not work for queries     Trianglehead Json Error The attached database seems to be empty. support Support Here it is.  Not sure why that was empty. Trianglehead Json Error Thank you for this report. Build 2.8.3_04 should fix this issue. support

[ODB1] Chapter 9 - ObjectDB Explorer

database object. This type of viewer is useful for viewing the data of a simple object model. In ... to view all the instances of that class. Select a root object in the "Database" tabbed window to view ... the content of a database. Section 9.5 explains how to define views and set other options

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

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

How to Use a SF with extended Persistence Context?

) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final] at org.jboss.as.ee.component.ViewService$ View .invoke ... .component.ViewService$ View .invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final ... to instantiate component view at org.jboss.as.ee.component.ViewManagedReferenceFactory.getReference

UserException - Object User#2 belongs to another EntityManager

.webbeans.el.WrappedValueExpression.getValue(WrappedValueExpression.java:68) at org.apache.myfaces. view ... .faces.component._DeltaStateHelper.eval(_DeltaStateHelper.java:249) at org.apache.myfaces. view .facelets.component.UIRepeat.getValue(UIRepeat.java:242) at org.apache.myfaces. view .facelets.component

Mapped (Inverse) LAZY @OneToMany vs. Unmapped LAZY @OneToMany

to console a lazy @OneToMany mapped field after a finding entity manager closes. There is a switch DO_ VIEW ... ]"b2"] When I set DO_ VIEW _BEFORE_CLOSE false, so that the fields are only accessed after the finding entity manager closes, I can still view a.listA_mapped, whereas a.listB_unmapped is not

Step 4: Add a Controller Class

)); // Prepare the result view (guest.jsp): return new ModelAndView("guest.jsp", "guestDao", guestDao ... ; adding a JSP page that will serve as the application view and will produce the guestbook page output.

Step 4: Add a Controller Class

"); if (name != null) guestDao.persist(new Guest(name)); // Prepare the result view (guest.jsp): return ... the application view and will produce the guestbook page output.

UTF Error

.java:1650) at com.sun.faces.application. view .FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:468) at com.sun.faces.application. view .MultiViewHandler.renderView(MultiViewHandler ... Rendering View [/person/List.xhtml] javax.el.ELException: /person/List.xhtml @25,35 value

LAZY @ManyToOne field functions as EAGER

to console a lazy @ManyToOne field after the entity manager closes. There is a switch DO_ VIEW ... .cLazy:{C}[2]"cLazy"
 b.cEager:{C}[3]"cEager" But when I switch DO_ VIEW _BEFORE_CLOSE to false, so that the fields are only accessed after the finding entity manager closes, I can still view b.cLazy

ObjectDB is opening too many sockets

sockets open 06_seconddb open 22 sockets open 07_seconddb open entity in tree view 0 sockets open 08 ... open 72 sockets open 12_seconddb open entity in tree view 46 sockets open 12_seconddb closed 46 ... _firstdb open 47 sockets open 16_firstdb open entity in tree view 47 sockets open 16_2_firstdb closed 47

Explorer in 2.3

. Then allow import of that file into another database. 2. Lazy loading of data, especially in table view - With large amounts of data, it takes a long time for the Swing Table or Tree views to display. Any ... with max results limit. Viewing all the objects of a class without a query and max result limit is not

Dependency from enhanced classes to the objectDB library

Development” and select the entry “Target Platform” 3) In the Target Platform view : Selcet ... \com.btc.ep.dal.impl\main\lib and push next.     c. The Preview Contents view must list ... of view how exactly it should work. support Support Hello support, thanks for the comments

Updating Entities

() from my PaygradeModify class - the change to the Paygrade is not shown when I go to view my Employee ... of actions within the new view created from the FXML loaded. Control the visual elements of the new view ... the data in my database. Another reason I don't find this possible is due to the fact that each view

Java FX tableview fill with an aggregated query

:446) at javafx.graphics/com.sun.glass.ui. View .handleMouseEvent( View .java:556) at javafx.graphics/com.sun.glass.ui. View .notifyMouse( View .java:942) at javafx.graphics/com.sun.glass.ui.mac.MacView

Eclipse/JPA Spring MVC Web Tutorial

This is the Eclipse version of the  Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in Eclipse - using ObjectDB, JPA, Tomcat (or GlassFish) and Maven. The demo web application manages

Step 4: Run the Application

1,000 objects. You can view the content of the database file by opening it in the ObjectDB Explorer

Spring MVC and JPA Tutorial

This tutorial demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application using Tomcat (or GlassFish), JPA, ObjectDB and Maven. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by filling a simple form. All visitors

JPA Tutorials

WebLogic). The next tutorial shows how to use JPA in a full Model- View -Controller (MVC) Java EE 6 web

Java EE Web Tutorial

This tutorial demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application using GlassFish, ObjectDB and JPA. Since this web application uses Java EE 6 EJB (session beans) it requires a full Java EE 6 application server, such as GlassFish 3.0.1 or JBoss AS 6

Step 4: Run the Application

the existing database file to store an additional 1000 objects. You can view the content of the database file

NetBeans/JPA Spring MVC Web Tutorial

This is the NetBeans version of the Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in NetBeans - using JPA, ObjectDB, Tomcat (or GlassFish) and Maven. The demo web application

Eclipse/JPA Java EE Tutorial

This is the Eclipse version of the Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in Eclipse - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor

Step 5: Design a BIRT Report Chart

to see the chart with the real data: In the next step we will add a table view of the same data to the report.

NetBeans/JPA Java EE Tutorial

This is the NetBeans version of the  Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in NetBeans - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page

Step 4: Add a Servlet Class

is adding a JSP page that will serve as the application view and will produce the guestbook output.

Step 4: Add a Servlet Class

annotation). The next step is adding a JSP page that will serve as the application view and will produce the guestbook output.

PersistenceException UserException: Failed to validate persistence.xml

provider: com.objectdb.jpa.Provider at org.apache.myfaces. view .facelets.el ... .myfaces. view .facelets.el.ContextAwareTagMethodExpression.invoke(ContextAwareTagMethodExpression.java ... (AuthorizationService.java:42) at net.heatboxes.core.bean. view .Login.submit(Login.java:49) at sun

Attempt to execute a query using a closed EntityManager

advance. This is getting me crazy. ObjectDB 2.5.1 and TomEE 1.5.2 org.apache.myfaces. view .facelets ... to execute a query using a closed EntityManager at org.apache.myfaces. view .facelets.el ... (MethodExpressionImpl.java:274) at org.apache.myfaces. view .facelets.el.ContextAwareTagMethodExpression.invoke

Entity is not related to ObjectDB, but i get exception from ObjectDB

$ View .invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final] at org.jboss.as.ee ... ) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final] at org.jboss.as.ee.component.ViewService$ View .invoke ... ) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final] at org.jboss.as.ee.component.ViewService$ View .invoke

Filename.odb$ Persisting Issue

;  loader.setLocation(Main.class.getResource(" view /RootLayout.fxml"));    rootLayout ... loader = new FXMLLoader();    loader.setLocation(Main.class.getResource(" view /MainMenu.fxml

Object belongs to another EntityManager - ERROR

(EvidencijaZaposlenihDAO.java:408) 10:29:14,905 ERROR [stderr] (http--10.23.3.98-8081-5) at com.pbd.evidention. view ... :2257) 10:29:14,914 ERROR [stderr] (http--10.23.3.98-8081-5) at com.pbd.evidention. view .edit

[ODB1] Chapter 6 - Persistent Objects

. From the point of view of the developer, it looks like the entire graph of objects is present in

ObjectDB 1.0 Manual

an ObjectDB database server. Chapter 9 - ObjectDB Explorer Explains how to view and manipulate

[ODB1] Chapter 8 - ObjectDB Server

to view the directory content (using the Explorer). Additional permissions are granted using the sub

[ODB1] Chapter 5 - JDO Connections

a pool of free PersistenceManager instances. From the developer's point of view , connection pool

ObjectDB BIRT Driver Update

.eclipse.birt.report.designer.internal.ui. views .DefaultNodeProvider.performRequest(DefaultNodeProvider.java:472) at org.eclipse.birt.report.designer.internal.ui. views .actions.EditAction.doAction(EditAction.java:85) at org.eclipse.birt.report.designer.internal.ui. views .actions.AbstractElementAction