<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>odataobjc Issue Tracker Rss Feed</title><link>http://odataobjc.codeplex.com/WorkItem/List.aspx</link><description>odataobjc Issue Tracker Rss Description</description><item><title>Created Issue: Failed to Generate Proxy classes [12809]</title><link>http://odataobjc.codeplex.com/workitem/12809</link><description>Hello&lt;br /&gt;&lt;br /&gt;I am new to OData and am developing an iPhone app to use OData services.&lt;br /&gt;I have downloaded the SDK and am trying to generate the proxy classes. &lt;br /&gt;&lt;br /&gt;But I get the error saying - Failed to generate proxy classes, Please verify the Metadata.&lt;br /&gt;&lt;br /&gt;I get a metadata.xml file generated after this but no classes.&lt;br /&gt;&lt;br /&gt;Could anyone point me in the right direction with this.&lt;br /&gt;&lt;br /&gt;The metadata.xml generated is attached&lt;br /&gt;Thanks&lt;br /&gt;</description><author>DJCamper</author><pubDate>Wed, 06 Feb 2013 15:40:28 GMT</pubDate><guid isPermaLink="false">Created Issue: Failed to Generate Proxy classes [12809] 20130206034028P</guid></item><item><title>Commented Issue: INT64 get/set [12455]</title><link>http://odataobjc.codeplex.com/workitem/12455</link><description>Table has field FBID type int64.&lt;br /&gt;&lt;br /&gt;When I create record, it work correclly with value 10000106885&amp;#63;&amp;#63;&amp;#63;&amp;#63;.&lt;br /&gt;&lt;br /&gt;But when I use &lt;br /&gt;NSNumber &amp;#42;FBID &amp;#61; &amp;#91;save getFBID&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;Value for FBID is 2147483647.&lt;br /&gt;&lt;br /&gt;Sorry for my bad English.&lt;br /&gt;Comments: ** Comment from web user: haoly ** &lt;p&gt;I already cheat this by&amp;#58;&lt;/p&gt;&lt;p&gt;file OdataRTTI.m -&amp;#62; function&lt;/p&gt;&lt;p&gt;&amp;#43;&amp;#40;void&amp;#41;setObjectInstanceVariable&amp;#58;&amp;#40;id&amp;#41; object varname&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;variablename varval&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;value &lt;br /&gt;&amp;#123;&lt;br /&gt;&amp;#47;&amp;#47;before&lt;br /&gt;        else if&amp;#40;strcmp&amp;#40;type,&amp;#34;&amp;#64;&amp;#92;&amp;#34;NSNumber&amp;#92;&amp;#34;&amp;#34;&amp;#41; &amp;#61;&amp;#61; 0 &amp;#41;&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;NSNumber  &amp;#42;number &amp;#61; &amp;#91;NSNumber numberWithInt&amp;#58;&amp;#91;value intValue&amp;#93;&amp;#93;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;objectValue &amp;#61; number&amp;#59;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#47;&amp;#47;after&lt;br /&gt;        else if&amp;#40;strcmp&amp;#40;type,&amp;#34;&amp;#64;&amp;#92;&amp;#34;NSNumber&amp;#92;&amp;#34;&amp;#34;&amp;#41; &amp;#61;&amp;#61; 0 &amp;#41;&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;NSNumber  &amp;#42;number &amp;#61; &amp;#91;NSNumber numberWithLongLong&amp;#58;&amp;#91;value longLongValue&amp;#93;&amp;#93;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;objectValue &amp;#61; number&amp;#59;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#125;&lt;/p&gt;&lt;p&gt;I think this not work correctly for all case. So I hope new Update will fix this&lt;/p&gt;</description><author>haoly</author><pubDate>Fri, 24 Aug 2012 11:11:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: INT64 get/set [12455] 20120824111125A</guid></item><item><title>Created Issue: INT64 get/set [12455]</title><link>http://odataobjc.codeplex.com/workitem/12455</link><description>Table has field FBID type int64.&lt;br /&gt;&lt;br /&gt;When I create record, it work correclly with value 10000106885&amp;#63;&amp;#63;&amp;#63;&amp;#63;.&lt;br /&gt;&lt;br /&gt;But when I use &lt;br /&gt;NSNumber &amp;#42;FBID &amp;#61; &amp;#91;save getFBID&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;Value for FBID is 2147483647.&lt;br /&gt;&lt;br /&gt;Sorry for my bad English.&lt;br /&gt;</description><author>haoly</author><pubDate>Fri, 24 Aug 2012 09:22:23 GMT</pubDate><guid isPermaLink="false">Created Issue: INT64 get/set [12455] 20120824092223A</guid></item><item><title>Created Issue: Detach entity [12294]</title><link>http://odataobjc.codeplex.com/workitem/12294</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m facing an issue when trying to stop tracking an entity, inserted in the context &amp;#40;and not saved to the server yet&amp;#41;.&lt;br /&gt;&lt;br /&gt;The .Net Client Library gives us a method called &amp;#39;Detach&amp;#39; which allows to stop tracking an entity and prevent it to be saved eventually.&lt;br /&gt;&lt;br /&gt;Is there a way to do it using ObjC&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;Nicolas&lt;br /&gt;</description><author>valleen</author><pubDate>Mon, 25 Jun 2012 20:19:48 GMT</pubDate><guid isPermaLink="false">Created Issue: Detach entity [12294] 20120625081948P</guid></item><item><title>Created Issue: DateTime in query URL not the correct format [11656]</title><link>http://odataobjc.codeplex.com/workitem/11656</link><description>Hi,&lt;br /&gt;&lt;br /&gt;The SDK query urls that contain DateTime values are not sent in the correct format.&lt;br /&gt;Format should be datetime&amp;#39;datetimeliteral&amp;#39; instead it is just datetimeliteral.&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;Guy&lt;br /&gt;</description><author>guyblank</author><pubDate>Tue, 24 Jan 2012 12:36:16 GMT</pubDate><guid isPermaLink="false">Created Issue: DateTime in query URL not the correct format [11656] 20120124123616P</guid></item><item><title>Created Issue: DateTime Sent as DateTimeOffset [11655]</title><link>http://odataobjc.codeplex.com/workitem/11655</link><description>Hi,&lt;br /&gt;&lt;br /&gt;When I try to do a create call using the SDK i notices in the payload the all DateTime value have DateTimeOffste format&amp;#58;&lt;br /&gt;2012-04-03T21&amp;#58;00&amp;#58;00Z&lt;br /&gt;instead of&amp;#58;&lt;br /&gt;2012-04-03T21&amp;#58;00&amp;#58;00&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Guy&lt;br /&gt;</description><author>guyblank</author><pubDate>Tue, 24 Jan 2012 12:14:10 GMT</pubDate><guid isPermaLink="false">Created Issue: DateTime Sent as DateTimeOffset [11655] 20120124121410P</guid></item><item><title>Commented Issue: odatagen[696:903] fileRange Error on OSX 10.6.8 [11448]</title><link>http://odataobjc.codeplex.com/workitem/11448</link><description>Hello, while trying to generate the proxy, following error occurs&amp;#58;&lt;br /&gt; &lt;br /&gt;odatagen&amp;#91;696&amp;#58;903&amp;#93; fileRange Error While moving xslt file &amp;#58; &amp;#40;null&amp;#41;&lt;br /&gt;&lt;br /&gt;Using this statement on Mac OSX 10.6.8 &amp;#58;&lt;br /&gt;&lt;br /&gt;....&amp;#36;  &amp;#47;Users&amp;#47;drummer44&amp;#47;odatagen &amp;#47;metadata&amp;#61;&amp;#47;Users&amp;#47;drummer44&amp;#47;Northwind.xml &amp;#47;out&amp;#61;&amp;#47;Users&amp;#47;drummer44&lt;br /&gt;&lt;br /&gt;Any help is appreciated.&lt;br /&gt;thx&lt;br /&gt;Comments: ** Comment from web user: drummer44 ** &lt;p&gt;Hello &amp;#42;,&lt;br /&gt;solved it myself after having seen this great video &lt;br /&gt;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.jdwashere.com&amp;#47;blog&amp;#47;screencasts&amp;#47;oDataDemo1.mp4&lt;/p&gt;&lt;p&gt;I think what is missing the official documentation is mentioning the fact that one has to copy the relevant sdk folder into the relevant final OData Project hierarchy &amp;#58;&amp;#41;.&lt;/p&gt;&lt;p&gt;Sorry for any confusion.&lt;/p&gt;&lt;p&gt;drummer44&lt;/p&gt;</description><author>drummer44</author><pubDate>Sun, 20 Nov 2011 12:19:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: odatagen[696:903] fileRange Error on OSX 10.6.8 [11448] 20111120121904P</guid></item><item><title>Created Issue: odatagen[696:903] fileRange Error on OSX 10.6.8 [11448]</title><link>http://odataobjc.codeplex.com/workitem/11448</link><description>Hello, while trying to generate the proxy, following error occurs&amp;#58;&lt;br /&gt; &lt;br /&gt;odatagen&amp;#91;696&amp;#58;903&amp;#93; fileRange Error While moving xslt file &amp;#58; &amp;#40;null&amp;#41;&lt;br /&gt;&lt;br /&gt;Using this statement on Mac OSX 10.6.8 &amp;#58;&lt;br /&gt;&lt;br /&gt;....&amp;#36;  &amp;#47;Users&amp;#47;drummer44&amp;#47;odatagen &amp;#47;metadata&amp;#61;&amp;#47;Users&amp;#47;drummer44&amp;#47;Northwind.xml &amp;#47;out&amp;#61;&amp;#47;Users&amp;#47;drummer44&lt;br /&gt;&lt;br /&gt;Any help is appreciated.&lt;br /&gt;thx&lt;br /&gt;</description><author>drummer44</author><pubDate>Sat, 19 Nov 2011 21:28:58 GMT</pubDate><guid isPermaLink="false">Created Issue: odatagen[696:903] fileRange Error on OSX 10.6.8 [11448] 20111119092858P</guid></item><item><title>Created Issue: Edm.Time returned as nil [11311]</title><link>http://odataobjc.codeplex.com/workitem/11311</link><description>Edm.Time returne as nil&lt;br /&gt;example for Edm.Time - PT11H00M00S&lt;br /&gt;</description><author>svetaer</author><pubDate>Tue, 27 Sep 2011 07:04:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Edm.Time returned as nil [11311] 20110927070413A</guid></item><item><title>Created Issue: object added to collection is not updated with values [11310]</title><link>http://odataobjc.codeplex.com/workitem/11310</link><description>After adding a new object to collection and doing saveChanges the object is not updated with values from the server&lt;br /&gt;</description><author>svetaer</author><pubDate>Tue, 27 Sep 2011 07:00:22 GMT</pubDate><guid isPermaLink="false">Created Issue: object added to collection is not updated with values [11310] 20110927070022A</guid></item><item><title>Created Issue: Edm.Byte always returns 0 [11309]</title><link>http://odataobjc.codeplex.com/workitem/11309</link><description>Edm.Byte type which is generated in the proxy class always returns 0. Setting the byte object to 1 then doing saveChanges - the application crashes&lt;br /&gt;</description><author>svetaer</author><pubDate>Tue, 27 Sep 2011 06:57:31 GMT</pubDate><guid isPermaLink="false">Created Issue: Edm.Byte always returns 0 [11309] 20110927065731A</guid></item><item><title>Created Issue: addHeader:headerValue: and setEntityHeaders don't work [11308]</title><link>http://odataobjc.codeplex.com/workitem/11308</link><description>In class objectContext method addHeader&amp;#58;headerValue&amp;#58; and setEntityHeaders don&amp;#39;t work&lt;br /&gt;</description><author>svetaer</author><pubDate>Tue, 27 Sep 2011 06:55:34 GMT</pubDate><guid isPermaLink="false">Created Issue: addHeader:headerValue: and setEntityHeaders don't work [11308] 20110927065534A</guid></item><item><title>Created Issue: issue in the class header for functionimport [11307]</title><link>http://odataobjc.codeplex.com/workitem/11307</link><description>When the odatagen is used to generate classes for services  that has complex type inside the FunctionImport section there is an issue in the class header - missing namespace prefix in the h and m files&lt;br /&gt;in the class that inherited from the ObjectContext is generated like &lt;br /&gt;- &amp;#40;ApplyDecisionOutput &amp;#42;&amp;#41; ApplyDecisionWithworkitem_id&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;workitem_id dec_key&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;dec_key comments&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;comments&amp;#59;&lt;br /&gt;&lt;br /&gt;would expected to&amp;#58;&lt;br /&gt;- &amp;#40;WFODCPROCESSING_ApplyDecisionOutput &amp;#42;&amp;#41; ApplyDecisionWithworkitem_id&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;workitem_id dec_key&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;dec_key comments&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;comments&amp;#59;&lt;br /&gt;</description><author>svetaer</author><pubDate>Tue, 27 Sep 2011 06:52:29 GMT</pubDate><guid isPermaLink="false">Created Issue: issue in the class header for functionimport [11307] 20110927065229A</guid></item><item><title>Closed Issue: nil NSNumber/NSDecimalNumber converted to 0 [10080]</title><link>http://odataobjc.codeplex.com/workitem/10080</link><description>When a value retrieved from server is nil, it&amp;#39;s converted to 0 when updating the item.&lt;br /&gt;&lt;br /&gt;It should remain unchanged in some cases &amp;#40;eg&amp;#58; Dynamics CRM 2011&amp;#41;.&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>abub</author><pubDate>Thu, 08 Sep 2011 02:54:07 GMT</pubDate><guid isPermaLink="false">Closed Issue: nil NSNumber/NSDecimalNumber converted to 0 [10080] 20110908025407A</guid></item><item><title>Closed Issue: ODataRTTI nsdata encoding [10203]</title><link>http://odataobjc.codeplex.com/workitem/10203</link><description>In &amp;#43;&amp;#40;NSString &amp;#42;&amp;#41;getObjectInstanceVariableValue&amp;#58;&amp;#40;id&amp;#41;object variablename&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;varname isComplex&amp;#58;&amp;#40;ODataBool &amp;#42;&amp;#41;complex &lt;br /&gt;&lt;br /&gt;you have&amp;#58;&lt;br /&gt;else if&amp;#40;strcmp&amp;#40;type,&amp;#34;&amp;#64;&amp;#92;&amp;#34;NSData&amp;#92;&amp;#34;&amp;#34;&amp;#41; &amp;#61;&amp;#61; 0&amp;#41;&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;NSData &amp;#42;data &amp;#61; object_getIvar&amp;#40;object,var&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;if&amp;#40;data&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;NSString &amp;#42;strvalue &amp;#61; &amp;#91;&amp;#91;NSString alloc&amp;#93; initWithData&amp;#58;data encoding&amp;#58;NSUTF8StringEncoding&amp;#93;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;if&amp;#40;strvalue&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;value &amp;#61; strvalue&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#91;strvalue release&amp;#93;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if data is binary data, the string created by NSString &amp;#42;strvalue &amp;#61; &amp;#91;&amp;#91;NSString alloc&amp;#93; initWithData&amp;#58;data encoding&amp;#58;NSUTF8StringEncoding&amp;#93;&amp;#59; will be null.&lt;br /&gt;&lt;br /&gt;I use something like NSString &amp;#42;strvalue &amp;#61; &amp;#91;data base64EncodedString&amp;#93;&amp;#59; where the base64EncodedString is from Matt Gallagher&amp;#39;s NSData&amp;#43;Base64 work &amp;#40;http&amp;#58;&amp;#47;&amp;#47;cocoawithlove.com&amp;#47;2009&amp;#47;06&amp;#47;base64-encoding-options-on-mac-and.html&amp;#41;&lt;br /&gt;Comments: &lt;p&gt;Fixed in Version 1.3&lt;/p&gt;</description><author>abub</author><pubDate>Thu, 08 Sep 2011 02:52:59 GMT</pubDate><guid isPermaLink="false">Closed Issue: ODataRTTI nsdata encoding [10203] 20110908025259A</guid></item><item><title>Commented Issue: ODataRTTI nsdata encoding [10203]</title><link>http://odataobjc.codeplex.com/workitem/10203</link><description>In &amp;#43;&amp;#40;NSString &amp;#42;&amp;#41;getObjectInstanceVariableValue&amp;#58;&amp;#40;id&amp;#41;object variablename&amp;#58;&amp;#40;NSString &amp;#42;&amp;#41;varname isComplex&amp;#58;&amp;#40;ODataBool &amp;#42;&amp;#41;complex &lt;br /&gt;&lt;br /&gt;you have&amp;#58;&lt;br /&gt;else if&amp;#40;strcmp&amp;#40;type,&amp;#34;&amp;#64;&amp;#92;&amp;#34;NSData&amp;#92;&amp;#34;&amp;#34;&amp;#41; &amp;#61;&amp;#61; 0&amp;#41;&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;NSData &amp;#42;data &amp;#61; object_getIvar&amp;#40;object,var&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;if&amp;#40;data&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;NSString &amp;#42;strvalue &amp;#61; &amp;#91;&amp;#91;NSString alloc&amp;#93; initWithData&amp;#58;data encoding&amp;#58;NSUTF8StringEncoding&amp;#93;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;if&amp;#40;strvalue&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;value &amp;#61; strvalue&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#91;strvalue release&amp;#93;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if data is binary data, the string created by NSString &amp;#42;strvalue &amp;#61; &amp;#91;&amp;#91;NSString alloc&amp;#93; initWithData&amp;#58;data encoding&amp;#58;NSUTF8StringEncoding&amp;#93;&amp;#59; will be null.&lt;br /&gt;&lt;br /&gt;I use something like NSString &amp;#42;strvalue &amp;#61; &amp;#91;data base64EncodedString&amp;#93;&amp;#59; where the base64EncodedString is from Matt Gallagher&amp;#39;s NSData&amp;#43;Base64 work &amp;#40;http&amp;#58;&amp;#47;&amp;#47;cocoawithlove.com&amp;#47;2009&amp;#47;06&amp;#47;base64-encoding-options-on-mac-and.html&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: abub ** &lt;p&gt;Fixed in Version 1.3&lt;/p&gt;</description><author>abub</author><pubDate>Thu, 08 Sep 2011 02:52:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: ODataRTTI nsdata encoding [10203] 20110908025245A</guid></item><item><title>Closed Issue: ODataBool objects not properly released [10218]</title><link>http://odataobjc.codeplex.com/workitem/10218</link><description>The generated code files, depending on the input data, may output source that contains ODataBool objects.  These objects, which inherit from NSObject, should be released and set &amp;#61; nil in the dealloc method.&lt;br /&gt;Comments: &lt;p&gt;Fixed in Version 1.2. &lt;/p&gt;</description><author>abub</author><pubDate>Thu, 08 Sep 2011 02:52:25 GMT</pubDate><guid isPermaLink="false">Closed Issue: ODataBool objects not properly released [10218] 20110908025225A</guid></item><item><title>Closed Issue: How to cretae classes for odata services using odatagen [10306]</title><link>http://odataobjc.codeplex.com/workitem/10306</link><description>How to cretae classes for odata services using odatagen&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>abub</author><pubDate>Thu, 08 Sep 2011 02:52:06 GMT</pubDate><guid isPermaLink="false">Closed Issue: How to cretae classes for odata services using odatagen [10306] 20110908025206A</guid></item><item><title>Closed Issue: How to cretae classes for odata services using odatagen [10307]</title><link>http://odataobjc.codeplex.com/workitem/10307</link><description>How to cretae classes for odata services using odatagen&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>abub</author><pubDate>Thu, 08 Sep 2011 02:51:51 GMT</pubDate><guid isPermaLink="false">Closed Issue: How to cretae classes for odata services using odatagen [10307] 20110908025151A</guid></item><item><title>Closed Issue: How to cretae classes for odata services using odatagen [10308]</title><link>http://odataobjc.codeplex.com/workitem/10308</link><description>How to cretae classes for odata services using odatagen&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>abub</author><pubDate>Thu, 08 Sep 2011 02:51:40 GMT</pubDate><guid isPermaLink="false">Closed Issue: How to cretae classes for odata services using odatagen [10308] 20110908025140A</guid></item></channel></rss>