Hello,
we have problems when we open our Database file with the ObjectDB-Explorer (2.6.8_b8).
Can you analyze the problem and tell us if its a problem of the explorer or a real problem in the Database-File?
An analysis with the DB-Doctor found no problems.
We observe the error if we try to open the Tree or Table Window for com.btc.ep.analysis.test.bl.internal.dmos.RequirementBasedTestCaseImpl (its the 9th entity)
If we execute queries in the explorer we observed the following:
"select x from RequirementBasedTestCaseImpl as x" -> no result
"select x.uid from RequirementBasedTestCaseImpl as x" -> the expected Ids
"select x.uid, x.getClass() from RequirementBasedTestCaseImpl as x" -> the expected Ids, but null for the class
any ideas?