Forum OpenACS Development: Response to modifying service contracts?

Collapse
Posted by Bart Teeuwisse on
Mohan,

there is no function to change the ac_sc_msg_type in a running system. However, you could drop all implementations of the service contract to then drop the service contract it self. After dropping the service contract you can recreate the service contract with the correct message type. Dropping and recreating the service contract its implementations is done through their sql drop and create scripts.

/Bart