IBM Connections: Adicionando Atributos Estendidos: Difference between revisions

From Wiki
Line 59: Line 59:
                         <updatability>read</updatability>
                         <updatability>read</updatability>
                         <hidden>false</hidden>
                         <hidden>false</hidden>
                        <fullTextIndexed>true</fullTextIndexed>
                 </property>
                 </property>
                 <property>
                 <property>
Line 64: Line 65:
                         <updatability>read</updatability>
                         <updatability>read</updatability>
                         <hidden>false</hidden>
                         <hidden>false</hidden>
                        <fullTextIndexed>true</fullTextIndexed>
                 </property>
                 </property>
                 <property>
                 <property>
Line 69: Line 71:
                         <updatability>read</updatability>
                         <updatability>read</updatability>
                         <hidden>false</hidden>
                         <hidden>false</hidden>
                        <fullTextIndexed>true</fullTextIndexed>
                 </property>
                 </property>
                 <property>
                 <property>
Line 74: Line 77:
                         <updatability>read</updatability>
                         <updatability>read</updatability>
                         <hidden>false</hidden>
                         <hidden>false</hidden>
                        <fullTextIndexed>true</fullTextIndexed>
                 </property>
                 </property>
                 <property>
                 <property>
Line 79: Line 83:
                         <updatability>read</updatability>
                         <updatability>read</updatability>
                         <hidden>false</hidden>
                         <hidden>false</hidden>
                        <fullTextIndexed>true</fullTextIndexed>
                 </property>
                 </property>
                 <property>
                 <property>
Line 84: Line 89:
                         <updatability>read</updatability>
                         <updatability>read</updatability>
                         <hidden>false</hidden>
                         <hidden>false</hidden>
                        <fullTextIndexed>true</fullTextIndexed>
                 </property>
                 </property>
  <!-- Customizacao  by @ebasso - End        -->
  <!-- Customizacao  by @ebasso - End        -->

Revision as of 21:47, 21 October 2014

Colocando o arquivo de labels

Dentro do WSAdmin

wsadmin> execfile("connectionsConfig.py")

wsadmin> LCConfigService.checkOutConfig("/root/Temp",AdminControl.getCell())

Editar o arquivo config /root/Temp/LotusConnections-config.xml

 <resources>
       <!-- Labels para o BB -  by @ebasso -->
        <widgetBundle name="com.EmpresaX.resources" prefix="EmpresaX"/>
 </resources>
  

Fazer o Checkin

wsadmin> LCConfigService.checkInConfig()


Sincronize os nós

wsadmin> synchAllNodes()


Ajustando os arquivos de profiles

Conectar no wsadmin.sh

wsadmin> execfile("profilesAdmin.py")

wsadmin> ProfilesConfigService.checkOutConfig("/root/Temp",AdminControl.getCell())

profiles-config.xml

Em outro terminal, editar o arquivo config /root/Temp/profiles-config.xml e adicionar antes do </profileExtensionAttributes>

           <!-- Atributos adicionais @ebasso -->
           <simpleAttribute extensionId="info0" length="64"/>
           <simpleAttribute extensionId="info1" length="64"/>
           <simpleAttribute extensionId="info2" length="64"/>
           <simpleAttribute extensionId="info3" length="64"/>
           <simpleAttribute extensionId="info4" length="64"/>
           <simpleAttribute extensionId="info5" length="64"/>
</profileExtensionAttributes>

Localizar <templateNlsBundles/> e alterar para

<templateNlsBundles>EmpresaX</templateNlsBundles>

profiles-types.xml

Em outro terminal, editar o arquivo config /root/Temp/profiles-types.xml e adicionar antes </type> do properties

               <property>
                       <ref>info0</ref>
                       <updatability>read</updatability>
                       <hidden>false</hidden>
                       <fullTextIndexed>true</fullTextIndexed>
               </property>
               <property>
                       <ref>info1</ref>
                       <updatability>read</updatability>
                       <hidden>false</hidden>
                       <fullTextIndexed>true</fullTextIndexed>
               </property>
               <property>
                       <ref>info2</ref>
                       <updatability>read</updatability>
                       <hidden>false</hidden>
                       <fullTextIndexed>true</fullTextIndexed>
               </property>
               <property>
                       <ref>info3</ref>
                       <updatability>read</updatability>
                       <hidden>false</hidden>
                       <fullTextIndexed>true</fullTextIndexed>
               </property>
               <property>
                       <ref>info4</ref>
                       <updatability>read</updatability>
                       <hidden>false</hidden>
                       <fullTextIndexed>true</fullTextIndexed>
               </property>
               <property>
                       <ref>info5</ref>
                       <updatability>read</updatability>
                       <hidden>false</hidden>
                       <fullTextIndexed>true</fullTextIndexed>
               </property>

Faça o checkin

wsadmin> ProfilesConfigService.checkInConfig()

wsadmin> synchAllNodes()

Caso seja requerido faça a mesma modificação nos demais nós.

Reinicie o ambiente IBM Connections