To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74800
User fs changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |REOPENED
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Mar 22 10:35:12 +0000
2007 -------
fs->oj: Your fix doesn't work properly ...
You added an IsSearchable property to the OParseColumn, which is fine so far.
However, in OParseColumn::createColumnForResultSet, there is a
"pColumn->setPropertyValue( IsSearchable, ...), which fails since the property
is read-only.
The property is read-only because ODescriptor::doCreateArrayHelper, called from
OParseColumn::createArrayHelper, automatically adds the READONLY attribute to
*all* properties if the object itself is not used as descriptor, but as final
object (!isNew()).
As a consequence, OParseColumn::createColumnForResultSet throws an exception and
is unable to do its work.
Finally, the complex test case complex.dbaccess.Query (from
dbaccess/qa/complex/dbaccess/Query.java) is unable to complete successfully.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]