Michael Wagner [
http://community.jboss.org/people/michael.wagner] created the discussion
"Re: Guvnor - Eclipse integration"
To view the discussion, visit:
http://community.jboss.org/message/616338#616338
--------------------------------------------------------------
Hi,
yes you are right. I had the same issue. Looking at the plugin.xml in
org.guvnor.tools_5.2.0.Final.jar we find:
| | <action class="org.guvnor.tools.actions.UpdateAction" |
| | enablesFor="1" |
| | id="org.guvnor.tools.actions.updateaction" |
| | label="%action.popup.update" |
| | menubarPath="org.guvnor.tools.popupmenu/group1"> |
| | </action> |
| | <visibility> |
| | <or> |
| | <systemProperty |
| | name="org.guvnor.tools.repositoryExist" |
| | value="true"> |
| | </systemProperty> |
| | <objectState |
| | name="projectPersistentProperty" |
| | value="org.drools.guvnor.guvnorControlled=true"> |
| | </objectState> |
| | </or> |
| | </visibility> |
So the popup menu entry is only available if a repository connection exists OR a second
option which I dont understand.
Must have changed since the video was recorded.
regards,
Michael
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/616338#616338]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]