-
Patch has been applied to 2.0 trunk. I have also updated writing of strings and xml to be non-recursive using the same pattern.
2009-09-17 22:29:09 UTC in HessianKit
-
peylow committed revision 63 to the HessianKit SVN repository, changing 3 files.
2009-09-17 22:28:43 UTC in HessianKit
-
I will apply the patch to the v2.0 branch. Thanks for the patch.
2009-09-17 21:50:11 UTC in HessianKit
-
Will fox for 1.0.4 and 2.0.
Expected behavior is to ignore packages on Objective-C side.
2009-09-17 21:45:24 UTC in HessianKit
-
This is a known limitation/bug. The package of the serialized classes is not stripped when trying to find a suitable protocol for a value-object.
The workaround is to add a class name to protocol translation:
[CWHessianUnarchiver setProtocol:@protocol(ConferenceListItem) forClassName:@"org.epseelon.confplan.impl.ConferenceListItem"];.
2009-09-17 21:43:38 UTC in HessianKit
-
peylow committed revision 62 to the HessianKit SVN repository, changing 17 files.
2009-09-12 20:53:10 UTC in HessianKit
-
The problem is that the linker will remove aggressively unused methods. Unfortunately a but to aggressive for static libraries, as a result any method in a category is removed.
The solution is to add the other linker flags "-ObjC", that will tell the compiler not to remove unreferenced Obj-C methods.
This should be specified clearly in the documentation.
2009-08-10 06:38:59 UTC in HessianKit
-
peylow committed revision 61 to the HessianKit SVN repository, changing 24 files.
2009-07-28 22:01:39 UTC in HessianKit
-
peylow committed revision 60 to the HessianKit SVN repository, changing 1 files.
2009-07-26 23:45:16 UTC in HessianKit
-
peylow committed revision 59 to the HessianKit SVN repository, changing 5 files.
2009-07-26 23:43:39 UTC in HessianKit