About info

issue

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

objectdb-2.2.5_08 NetbeansID6.9.1+Glassfish3.01 I suspect the following is an Explorer bug. It is marked knowingly as CRITICAL by me because it makes the ObjectDB 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. ... itself) gets a Project reference on construction: INFO: ConfigBean []: Set default locale: country(AU), language(en) INFO: RequestBean []: Created: com.greensoft.entity.Project [null](TEST: ...

 
manual

General Settings and Logging

Describes general configuration and logging of the ObjectDB Java object database for JPA and JDO. the ObjectDB General configuration section.... /> <logger name = "*" level = "info" /> </general > Each of the following ... <logger name = "*" level = "info" /> <logger> elements specify logging levels. ...

 
forum_thread

JBoss 7 startup fails

Hi, I was having a go with entity beans 3.x jboss 7, objectdb and the guestbook web application but cannot come out of the swamp. I use eclipse indigo as IDE The "src" folder contains the pachake guest and within the classes: Guest.java, GuestListener.java and GuestServlet.java The WebContent/META-INF dir contains: context.xml ... Here is the stack trace 13:49:11,894 INFO [ org.jboss.modules ] JBoss Modules version 1.0.1.GA 13:49:14,316 INFO [ org.jboss.msc ] JBoss MSC version 1.0.0.GA 13:49:14,719 INFO [ org.jboss.as ] JBoss AS 7.0.1.Final "Zap" ...

 
forum_thread

InternalError on multiple AND and JOIN Query

Hi, Using objectdb 2.2.8_06. Running the following query: SELECT DISTINCT $1 FROM CDI $1 JOIN $1.contactDetails $2 JOIN $2.addresses $3 JOIN $3.attributeList $4 JOIN $2.phoneNumbers $5 JOIN $5.attributeList $6 WHERE ((($4.name='suburb') AND ($4.valueAsString='Los Angeles')) AND (($6.name='areacode') AND ($6.valueAsString='310'))) Getting: ... is the output from 'mvn clean package': [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Example Objectdb test [INFO]    task-segment: ...

 
api-jpa

createContainerEntityManagerFactory(info, map)

Called by the container when an EntityManagerFactory is to be created.(Method of javax.persistence.spi.PersistenceProvider)

 
issue

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

I have marked this as CRITICAL because although there probably is no database integrity problem, the inability to robustly query relationship fields in a web application renders the ObjectDB system seemingly useless. objectdb-2.2.5_10 NetbeansIDE6.9.1 Glassfish3.01 client-server mode. odb file written to db-files/greendesk/greendesk.odb (see persistence.xml), copy of odb output attached. ... class TestDeepValues. On creation the logs show: INFO: RequestBean []: Created: com.greensoft.entity.test.TestDeepValues [null](TEST: test deep values) INFO: RequestBean []: Persisted: com.greensoft.entity.test.TestDeepValues [45](TEST: test deep values) INFO: RequestBean []: Updated: com.greensoft.entity.test.TestDeepValues ...

 
forum_thread

using DbUnit with ObjectDb

Are there any examples about how to use DbUnit with ObjectDB? DbUnit requires access to a jdbc connection .. with other providers it's possible to extract the jdbc connection from the EntityManager, e.g. for Eclipselink / Postgres combination you can use the rather long-winded: IDatabaseConnection connection = new DatabaseConnection(((EntityManagerImpl) (em2.getDelegate())).getServerSession().getAccessor().getConnection(), "PUBLIC"); but with objectDb this gives: ... filetype_id = "0" filetype_name = "NoFile" info = "No file" /> <oe.file_type filetype_id = "1" filetype_name = "UnknownFile" info = "Unknown file" /> <oe.file_type filetype_id = "2" ...

 
forum_thread

type.loader java.lang.ClassNotFoundException

ObjectDB objectdb-2.2.5_03 in client-server mode Netbeans ID6.9.1 Glassfish3.0.1 With server logging turned on I get the following error message for many (or all) encountered classes: ... still see these exceptions in lower logging level (e.g. info ). The empty database might be the result of another issue - ...

 
forum_thread

Object as parameter results in exception

Hi,    I've got a simple JPA2 Criteria query which fails when doing an object equality. I verified this against EclipseLink and over there, it works. I'll Attach some code snippets to help figure it out:   @Entity() public class Product{ . . . @ManyToOne     private Compamy owningCompany; } @Entity() public class Company{    .    .    .     @Id    private Long id; } and the query: ... Long primaryKey ) { mLogger. info ( "Fetching type: {} with id {} with company: {}" , new ... Long primaryKey ) { mLogger. info ( "Fetching type: {} with id {} with company: {}" , new ...

 
forum_thread

JRebel integration feature

Feature request: Dynamic class enhancement during development compatible with JRebel.... running my web application with ObjectDB and JRebel: INFO: JRebel: Class '$Proxy199' could not be processed by ... at ../../../src/share/instrument/JPLISAgent.c line: 806 INFO: JRebel: Class '$Proxy199' could not be processed by ... at ../../../src/share/instrument/JPLISAgent.c line: 806 INFO: JRebel: Class '$Proxy199' could not be processed by ...