https://bugzilla.wikimedia.org/show_bug.cgi?id=29041

Markus Krötzsch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Severity|critical                    |normal

--- Comment #2 from Markus Krötzsch <[email protected]> 2011-05-19 
13:10:32 UTC ---
I need some more information to debug this. Please note that SMW itself is
using many special properties, and would widely fail if this was a general
problem. So it seems that only a few special properties are affected.

Some of the Semantic Forms properties currently have a problem with the
datatype they are using, or that they are supposed to be using. Namely, there
used to be a special data value "SimpleWikiPage" that represented pages but
stored only their DBKey string. This is no longer supported in SMWSQLStore2 at
the moment: either the data is a wiki page (then it consists of all the data
related to a page) or it consists of a string only (then it must be a string or
URI or similar). The problem might be in the internal assignment of SF special
properties to special tables that can only keep string data.

I do not see how this would relate to the initialization issue that you
mentioned. The property data item that you get by initializing from a special
property label (using the static method) should be exactly the same that you
get by initializing from the respective property key. However, if you provide
the label as a key, then it will not be the same special property but rather a
normal property named like the label of the special one. This would explain why
the type problem does not occur in this case, since the property is then not
treated in any special way.

Could you provide a list of the affected properties and their types?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to