Scott Brown wrote:
I have created a new member type with ArgoUML. The product installed successfully, however my Member Type dies not show up under the Default Member Type in the Remember Settings under Site Setup.

Do I need to explicitly declare a Marker Interface for IReMember? How is the detemination made that a Type should be listed under that dropdown?

I have been thru the browser code for remember, but can't seem to decipher the correct settings.

you need to register your type as a membrane type with the membrane_tool. you can do this by adding a membrane_tool.xml file to your product's GenericSetup profile, containing something like this:

<?xml version="1.0"?>
<object name="membrane_tool" meta_type="MembraneTool">
  <membrane-type name="YourMemberType">
    <active-workflow-state name="public" />
    <active-workflow-state name="private" />
  </membrane-type>
</object>


then reinstall the product.

-r


--
Archive: 
http://www.openplans.org/projects/remember/lists/remember/archive/2008/11/1227571119698
To unsubscribe send an email with subject "unsubscribe" to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to