I seem to have isolated the issue to the method getProperyValues in
the class SqlStubSemanticData. Here it seems that there is some kind
of mixup going on when i have defined a container to hold coordinates.
According to the code it seems that it tries to fetch a given array
entry with the key of the property in mStubPropVals. So if i have
defined the property "Polygon" that is of type _gpo (Graphical
Polygon), this type holds a list of _geo properties which is also
defined as a semantic property "Coordinates"

However, when it this instance of Property is loaded in
SqlStubSemanticData, i can see that the mStubPropVals is populated
with a key of "Coordinates" when it is looking for a key "Polygon".
Any ideas on what is going on here?

Can someone please elaborate the usage of SqlStubSemanticData and how
it is implemented in the project?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to