Se você se deparar com o seguinte problema ao tentar instalar um novo plugin ou update site no workshop:
WebLogic Portal (10.3.0) requires feature "com.m7.nitrox (1.0.20)", or compatible.
Existe uma maneira de corrigir. Esse já é um bug conhecido e para resolver é só editar o arquivo $BEA_HOME\wlportal_10.3\eclipse\features\com.bea.wlp_10.3.0\feature.xml e comentar as linhas com problema para que o arquivo fique com o seguinte conteúdo:
<requires> <import plugin="org.eclipse.core.runtime" version="3.3" match="compatible"/> <import plugin="org.eclipse.ui" version="3.3" match="compatible"/> <!-- <import feature="com.m7.nitrox" version="1.0.20" match="compatible"/> <import feature="com.bea.workshop.cmdline.feature" version="1.0.30" match="compatible"/> <import feature="com.bea.workshop.common.feature" version="1.1.40" match="compatible"/> <import feature="com.bea.workshop.upgrade81.feature" version="1.0.30" match="compatible"/> <import feature="com.bea.workshop.web.feature" version="1.0.20" match="compatible"/> <import feature="com.bea.workshop.wls.feature" version="1.1.30" match="compatible"/> <import feature="com.bea.workshop.xmlbeans.feature" version="1.0.30" match="compatible"/> --> </requires>
[...] This post was mentioned on Twitter by CARLOS F. GONÇALVES and Luan Mateus, Thiago G. Vespa. Thiago G. Vespa said: Novo post: Correção de Bug do Workshop com Weblogic Portal 10.3.0 http://j.mp/bVnNvl [...]