Archived

This forum has been archived. Please start a new discussion on GitHub.

::IceBox::FreezeService

xdm
xdm La Coruña, Spain
Hello Zeroc

in my Ice aplication develope with previus Ice version i usin the cllas IceBox::FreezeService as base clas to my persistence services, now I installed the lates Ice-1.5.0 and all the instalation and test run ok :D. when try to recompile my proyect IceBox::FreezeService is mising. There is no more supor for IceBox::FreezeService in Ice-1.5.0 ? there are a new class that replace it?

thanks for all

Comments

  • benoit
    benoit Rennes, France
    That's correct, the IceBox::FreezeService interface was removed. It didn't provide much functionality -- it was just passing an extra argument containing the database environment name (which was configured with the IceBox.DBEnvName.<service name> property).

    Instead, you should now implement the IceBox::Service interface. You can use the service name for the database environment or configure it with a property depending on your needs.

    Benoit.