[OGo-Bugs][Bug 1942] Extra Standard Attributes for a Document
bugs@opengroupware.org
bugs@opengroupware.org
Sat, 3 May 2008 14:43:45 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1942
------- Additional Comments From awilliam@whitemice.org 2008-05-03 14:39 -------
It adds the object editor to the form and populates it with fields defined via
the OGoExtendedDocAttributes default. But getting the values from the form
(via OGo's KVC magick) is proving very troublesome; currently you'll get an
exception concerning sending the description to an already freed object. I
need to get these enhancements wrapped up so I'll be hacking on them in the next
couple of days (tomorrow) - perhaps we can confab on IRC.
------- Additional Comments From awilliam@whitemice.org 2008-05-03 14:43 -------
Application Server caught exception:
session: 214F214F01481C5CD7
element: 009481c5ce9086dd07c.1.17.1.1.7
context: <0x0x8808994[WOContext]: 00a481c5cf708808994 app=ogo-webui-1.1
sn=214F214F01481C5CD7 eid=009481c5ce9086dd07c.1.17.1.1.7
rqeid=009481c5ce9086dd07c.1.17.1.1.7>
request: <WORequest[0x0x89228ac]: method=POST
uri=/OpenGroupware.woa/wo/214F214F01481C5CD7/009481c5ce9086dd07c.1.17.1.1
app=OpenGroupware rqKey=wo rqPath=214F214F01481C5CD7/009481c5ce9086dd07c.1.17.1.1>
class: ObjcRuntimeException
name: ObjcRuntimeException
reason: message 'description' sent to freed object 0x8b0fec4
(NSConcreteMutableDictionary)
info:
May 03 12:38:57 ogo-webui-1.1 [8527]: <0x0x88f6a44[SkyDocumentIdHandler]> Note:
build cache itemSize=40000, itemCnt=35957 for doc-id handler.
May 03 12:38:57 ogo-webui-1.1 [8527]: -[NSData(SkyTextEditable)
isSkyTextEditable]: not editable, contains too many lines (4001)
May 03 12:39:05 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload activateObject
May 03 12:39:05 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload getting
OGoExtendedDocAttributes from user defaults
May 03 12:39:06 ogo-webui-1.1 [8527]: <0x0x8e37984[SkyP4FileUploadData]>
SkyP4FileUploadData initWithComponent
May 03 12:39:06 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Extended doc
properties ARE defined.
May 03 12:39:06 ogo-webui-1.1 [8527]: <<0x0x8dde9f4[WOBrowser]>>D Note: using
deprecated 'string' binding, use 'displayString' instead.
May 03 12:39:06 ogo-webui-1.1 [8527]: <<0x0x8dde9f4[WOBrowser]>>D Note: using
deprecated 'selection' binding, use 'selections' instead.
May 03 12:39:06 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Someone asked
for extended attributes spec
May 03 12:39:06 ogo-webui-1.1 [8527]: <0x0x87ecdbc[SkyP4FileUploadData]>
SkyP4FileUploadData initWithComponent
May 03 12:39:06 ogo-webui-1.1 [8527]: <0x0x8978de4[SkyP4FileUploadData]>
SkyP4FileUploadData initWithComponent
May 03 12:39:19 ogo-webui-1.1 [8527]: <0x0x8e37984[SkyP4FileUploadData]>
SkyP4FileUpdateData setFileName
May 03 12:39:19 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Extended doc
properties ARE defined.
May 03 12:39:19 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Someone asked
for extended attributes spec
May 03 12:39:19 ogo-webui-1.1 [8527]: <0x0x87ecdbc[SkyP4FileUploadData]>
SkyP4FileUpdateData setFileName
May 03 12:39:19 ogo-webui-1.1 [8527]: <0x0x8978de4[SkyP4FileUploadData]>
SkyP4FileUpdateData setFileName
May 03 12:39:19 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload
SkyProject4DocumentUpload - upload
May 03 12:39:19 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Extended doc
properties ARE defined.
May 03 12:39:19 ogo-webui-1.1 [8527]: |ogo-webui-1.1|
<OpenGroupware[0x0x8104ddc]: name=ogo-webui-1.1>: caught:
(Exception name:ObjcRuntimeException class:ObjcRuntimeException reason:message
'description' sent to freed object 0x8b0fec4 (NSConcreteMutableDictionary)
info:<nil>)
in context:
<0x0x8808994[WOContext]: 00a481c5cf708808994 app=ogo-webui-1.1
sn=214F214F01481C5CD7 eid=009481c5ce9086dd07c.1.17.1.1.7
rqeid=009481c5ce9086dd07c.1.17.1.1.7>.
May 03 12:39:19 ogo-webui-1.1 [8527]: |ogo-webui-1.1| terminating session due to
exception: 214F214F01481C5CD7
May 03 12:39:19 ogo-webui-1.1 [8527]: |ogo-webui-1.1| WOServerSessionStore:
session 214F214F01481C5CD7 terminated.
May 03 12:39:19 ogo-webui-1.1 [8527]: [ow-handler] application terminates
because it refuses new sessions and the active session count (0) is below the
minimum (1).
May 03 12:39:19 ogo-webui-1.1 [8527]: <0x0x869d26c[WOHttpAdaptor]> adaptor stops
application: <OpenGroupware[0x0x8104ddc]: name=ogo-webui-1.1 terminating> ...
### child 8527 (#2) exited successfully (uptime=49s).
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.