Internal Website Search
51-100 of 136 resultsjavax.persistence.PersistenceException Hi I am trying to get a basic EclipseRCP project working with Objectdb. At the very first line in creating a View public void createPartControl(Composite parent) {   ... " in View . Attached the project after these modifications. support Support Hi   | |
explorer feature request: ability to auto refresh 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 | |
Soft Reference Object Cache Recommendation; Then one can navigate to Classes, double click "byte[]" to view its instances, click "Compute retained sizes" to see RAM block from GC by those instances, then select one of those instances to view all the references | |
Error reading UTF string.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final] at org.jboss.as.ee.component.ViewService$ View ... -invocation-1.1.1.Final.jar:1.1.1.Final] at org.jboss.as.ee.component.ViewService$ View .invoke | |
explorer locks local database in readonly mode essential improvements. Viewing database files while they are in use is already supported in client ... of issue #238 - support refresh + add the ability to view a database that is in use | |
NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1.java:61) org.jboss.as.ee.component.ViewService$ View .invoke(ViewService.java:165) org.jboss.as.ee ... [stderr] (http--127.0.0.1-8080-1) at org.jboss.as.ee.component.ViewService$ View .invoke(ViewService | |
mappedSuperClass and subClass Duplicates ... billdotnet Bill The super class is shown in the Explorer to enable viewing its schema and to enable opening instances of all its subclasses in one view window. No tables are created. support Support | |
config file for embedded database Hi, I'm going back to embedded mode after some time with client/server mode. Question: how does the embedded jar find it's config file? Dave ps: thanks for the improvements to the explorer - still need a way to view ( view only) an open embedded database. dmoshal David Moshal The same procedure | |
Closed EntityManagerFactory after upgrading glassfish 3.1.1 to 3.1.2.application. view .FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:391) at com.sun.faces.application. view .MultiViewHandler.renderView(MultiViewHandler.java:131) at javax.faces | |
Stacktrace in Explorer when running query mapping entity fields to an Explorer view . Try to remove (or move) the file ~/.objectdb/explorer.xml (which may contain obsolete Explorer view settings) and then restart the Explorer. support | |
Null enums and IS (NOT) NULL: NullPointerException.faces.application. view .FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:461) at com.sun.faces.application. view .MultiViewHandler.renderView(MultiViewHandler.java:133) at javax | |
Several parallel threads to speed up query on one DB Step2: run test_ONE_query() - in profiling mode in netbeans - select the Threads view (timeline) and the lock contention view . You can see that Thread R1 is running smoothly with no lock Step3 | |
Difficulty with the BIRT plugin can get a little further. My previous problem is that I was using the eclipse view "Data Source Explorer", when actually the correct view is "Data Explorer", which is different. I can create the points | |
Redeployment in GlassFish - Failed to open file:1759) at com.sun.faces.application. view .FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:401) at com.sun.faces.application. view .MultiViewHandler.renderView(MultiViewHandler.java | |
Problem to use find method on an abstract Class: AbstractMethodError is thrown.Final.jar:1.1.1.Final] at org.jboss.as.ee.component.ViewService$ View .invoke(ViewService.java:165) [jboss ... .java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final] at org.jboss.as.ee.component.ViewService$ View | |
Double persist of Entity field with Cascade.ALL, there are two Chapter records (usually added in sequential id) on the Chapter table when viewed in | |
Performance and memory usage of queries of view , no object is loaded. An Example: [To get the error they please limit the memory to 512mb | |
Guestbook Tutorial (Eclipse/Glassfish) causes this. I can enter a number of entries, stop Glassfish, use the Object Explorer to view | |
Cascading makeTransient the application point-of- view . So as long as I keep B in application cache, also A is present in | |
explorer NullPointerException according to the content above in fact. That is to say, the Explorer can view /create a database | |
Refresh Explorer Feature requests: 1) shortcut key for Explorer data refresh 2) ability to set 'auto-refresh' for explorer when run in client-server mode. ie: current view will refresh every n seconds. Thanks David dmoshal David Moshal A new Refresh toolbar button and an accelerator key (Ctrl+R) were added in build 2.5.6_04. support Support | |
database version Is there some way of telling, just from an obd database file, what version it is? dmoshal David Moshal An ObjectDB 2.x database file has no version, at least from the point of view of ObjectDB users. You should be able to use the same database file with different versions of the ObjectDB 2.x software. support Support | |
Does ObjectDB create one instance of each entity class on (web app) load ? with a pre-detach loader that "visits" any data and relationships needed for particular views | |
Problem with distinct select, order by and equivalent alias/attribute path workaround or could this be fixed? Is the last (problematic) query invalid from your point of view ? Thanks | |
Query can't see recently persisted object When using container managed transactions (EJB) in Payara 4.1.3 with ObjectDB embedded, ObjectDB does not appear to present a read consistent view of persisted objects within the same transaction. e.g. in the following code the NoResultException is correctly thrown on the first occasion | |
Unable to update a OneToMany Set of the explorer view . Hope can help me. Thanks in advice. Byee ;) elnll002 Facundo Curti By closing | |
New to Product & Having An Issue; this.emf = null; } } The first test, createDepartment() succeeds, and I can view the Department object | |
DB Doctor sets type to "unknown" for new fields well as when you view RecordingMetaData objects in the Explorer. support Support Thank you for checking | |
persitencia (Preguntas y respuestas) to retrieve them or starting a new empty database every request - more details are needed. To view | |
Great product - needs better marketing - more popularity other, quality and popularity. What is your view on this? zmirc Mircea Chirac I'd like to add my good | |
osx menu item about window osx menu item (for starting/stopping server, viewing config files, data roots, etc) is extremely useful. However, currently the about box doesn't show the current jar version of the server (and with rapid updates, it's difficult to know which version of the server is currently running, and track | |
ObjectDB version 2.1 has been released viewing TreeSet and TreeMap in the Explorer. Fixed detachment of entities by replacing proxy objects | |
Compare old and new schema the classpath) and view the content of the old database with the old schema. support Support Thanks | |
Explorer and multi-thread the Explorer and view a database that is currently in use by anther process - you need the ability | |
Enum fields are set to null and embeddable enum class does not show in explorer the tree view it looks good in the list view it still shows null. However, if I click on null it opens and shows the fields of the type. itsme Martin Petzold | |
config file for embedded database Hi, I'm going back to embedded mode after some time with client/server mode. Question: how does the embedded jar find it's config file? Dave ps: thanks for the improvements to the explorer - still need a way to view ( view only) an open embedded database. dmoshal David Moshal Please read | |
version 2.4.5+ with GlassFish 3.1.2, errors when runs application. Version 2.4.4 worked but not 2.4.5 or later.application. view .FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402) at com.sun.faces.application. view .MultiViewHandler.renderView(MultiViewHandler.java:131) at javax.faces | |
ObjectDB 2.8.4 viewing class instances in the Explorer ( issue #2601 ). Fixed an Explorer bug of viewing query results in | |
ArrayIndexOutOfBounds on showing Tree Window trace indicates a bug in handling the rare situation in which a field is included in the summary view but excluded from the main (table/tree) view . Build 2.6.5_05 fixes the exception. support Support | |
ObjectDB 2.6.6 Added support of automatic activation of new indexes ( issue #19 ). Fixed a bug in multi variable queries ( issue #1801 ). Fixed an Explorer exception when a field in a summary view is not included in the tree/table view . Fixed a bug in caching Criteria query programs with IN operator. Fixed a bug | |
ClassCastException in Tuple.get.findFinishedDemands(BusinessService.java:736) at pl.hobsoft.lohare.server.jsp. views .UserAccountView.findDemands(UserAccountView.java:78) at pl.hobsoft.lohare.server.jsp. views .UserAccountView.init | |
ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection that version during enhancement (use File view mode not Project view mode in NetBeans to find | |
ObjectDB 2.8.6_05 Added an option to view old type versions in the Explorer (-Dobjectdb.ui.debug=true) | |
File lock exception on odb$ have been viewed in the past but the source of this issue is still unclear. Is this repeatable? i.e | |
Use temporary files to enable very large transactions seems to work. support Support Following the heap dump information which is a different view between | |
Eager load Map I'm having an issue eager loading a nested map. I've attached @ManyToMany(fetch=FetchType.EAGER) attributes to no avail. If the map is viewed in the debugger or force iterated in the code it loads ok. The attached code attempts to replicate the scenario. Its not an exact match but is the best I | |
ObjectDB 2.8.6 Fixed an issue with viewing class Ids in the Explorer (see issue #2677 ). Fixed a regression bug (in version 2.8.5) in using AS in JOIN ( issue #2666 ). Fixed a connection pool issue related to memory release ( issue #2663 ). Fixed an Enhancer issue in supporting Java 9 modules and packages | |
Lazy retrieval by access not working correctly if you view the map in the debugger, or if your application accesses keys and values in the map. support Support | |
Memory leak in com.objectdb.o.CST view I uploaded in this reply. So the question remains. What could these 132 instances | |
Error reading UTF string (Serialized Objects in Explorer) retrieval of the BeitragVertragArt instance (with qubletID = 371). Trying to view all the instances |