[Pharo-project] FLClassNotFound on materialization
I wonder if this feature is already implemented? http://lists.gforge.inria.fr/pipermail/pharo-project/2011-November/056143.ht... because I have a map of class renames but I don't know how to tell the materializer to serialize and re-materialize with updated names. I am using Fuel 1.8 in Pharo 1.4 (Fuel-MartinDias.685, FuelCompatibilityBeforePharo20-MartinDias.4) Cheers, Hernán
http://rmod.lille.inria.fr/web/pier/software/Fuel/Version1.9/Documentation/M... FLMaterializer newDefault migrateClassNamed: #Point toClass: Coordinate. HTH, Max On 30.04.2013, at 14:42, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
I wonder if this feature is already implemented?
http://lists.gforge.inria.fr/pipermail/pharo-project/2011-November/056143.ht...
because I have a map of class renames but I don't know how to tell the materializer to serialize and re-materialize with updated names.
I am using Fuel 1.8 in Pharo 1.4 (Fuel-MartinDias.685, FuelCompatibilityBeforePharo20-MartinDias.4)
Cheers,
Hernán
Thanks! Now I get this exception: FLBadVersion: Materialization error. Unexpected stream version 18 where it should be 19. but that's another issue. I will re-serialize the whole thing again, but just wanted to provide some feedback. 2013/4/30 Max Leske <maxleske@gmail.com>
http://rmod.lille.inria.fr/web/pier/software/Fuel/Version1.9/Documentation/M...
FLMaterializer newDefault migrateClassNamed: #Point toClass: Coordinate.
HTH, Max
On 30.04.2013, at 14:42, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
I wonder if this feature is already implemented?
http://lists.gforge.inria.fr/pipermail/pharo-project/2011-November/056143.ht...
because I have a map of class renames but I don't know how to tell the materializer to serialize and re-materialize with updated names.
I am using Fuel 1.8 in Pharo 1.4 (Fuel-MartinDias.685, FuelCompatibilityBeforePharo20-MartinDias.4)
Cheers,
Hernán
Thanks. Let me know how you get along. On 01.05.2013, at 07:01, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Thanks! Now I get this exception:
FLBadVersion: Materialization error. Unexpected stream version 18 where it should be 19.
but that's another issue. I will re-serialize the whole thing again, but just wanted to provide some feedback.
2013/4/30 Max Leske <maxleske@gmail.com> http://rmod.lille.inria.fr/web/pier/software/Fuel/Version1.9/Documentation/M...
FLMaterializer newDefault migrateClassNamed: #Point toClass: Coordinate.
HTH, Max
On 30.04.2013, at 14:42, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
I wonder if this feature is already implemented?
http://lists.gforge.inria.fr/pipermail/pharo-project/2011-November/056143.ht...
because I have a map of class renames but I don't know how to tell the materializer to serialize and re-materialize with updated names.
I am using Fuel 1.8 in Pharo 1.4 (Fuel-MartinDias.685, FuelCompatibilityBeforePharo20-MartinDias.4)
Cheers,
Hernán
Hernan this may also help as inspiration: http://rmod.lille.inria.fr/web/pier/software/Fuel/Version1.9/Documentation/F... On Wed, May 1, 2013 at 4:12 AM, Max Leske <maxleske@gmail.com> wrote:
Thanks. Let me know how you get along.
On 01.05.2013, at 07:01, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Thanks! Now I get this exception:
FLBadVersion: Materialization error. Unexpected stream version 18 where it should be 19.
but that's another issue. I will re-serialize the whole thing again, but just wanted to provide some feedback.
2013/4/30 Max Leske <maxleske@gmail.com>
http://rmod.lille.inria.fr/web/pier/software/Fuel/Version1.9/Documentation/M...
FLMaterializer newDefault migrateClassNamed: #Point toClass: Coordinate.
HTH, Max
On 30.04.2013, at 14:42, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
I wonder if this feature is already implemented?
http://lists.gforge.inria.fr/pipermail/pharo-project/2011-November/056143.ht...
because I have a map of class renames but I don't know how to tell the materializer to serialize and re-materialize with updated names.
I am using Fuel 1.8 in Pharo 1.4 (Fuel-MartinDias.685, FuelCompatibilityBeforePharo20-MartinDias.4)
Cheers,
Hernán
-- Mariano http://marianopeck.wordpress.com
participants (3)
-
Hernán Morales Durand -
Mariano Martinez Peck -
Max Leske