[JBoss JIRA] Created: (JBRULES-1276) Drools toolbar should not appear in all perspectives and should reuse the standard "new" dropdown
by Willian Mitsuda (JIRA)
Drools toolbar should not appear in all perspectives and should reuse the standard "new" dropdown
-------------------------------------------------------------------------------------------------
Key: JBRULES-1276
URL: http://jira.jboss.com/jira/browse/JBRULES-1276
Project: JBoss Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Eclipse IDE
Affects Versions: 4.0.2
Reporter: Willian Mitsuda
Assigned To: Mark Proctor
I just installed the drools plugin and noted that it automatically enables a drools toolbar in every perspective.
This is not a good UI policy because it looks like the plugin is trying to appear more important than the others. I have other plugins installed, and I don't like the drools button appearing by default in the C++ or the Profilling perspective, for example. It could be enabled by default just in the Drools perspective, since it exists, and the user could enable it on the others, if he desires.
Also, since your actions are all about resource creation, you could hook them into the standard "new" dropdown, instead of creating your own actionset. This should make your plugin to appear more integrated to Eclipse.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 3 months
[JBoss JIRA] Created: (JBPORTAL-2189) New JBPM process definitions in portal-identity.sar are not picked up
by Stephen Houston (JIRA)
New JBPM process definitions in portal-identity.sar are not picked up
---------------------------------------------------------------------
Key: JBPORTAL-2189
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2189
Project: JBoss Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Portal Identity
Affects Versions: 2.6.6 Final
Environment: JDK 1.6.07, JBoss AS 4.2.3.GA (using the all server config), JBoss Portal 2.6.6 HA, CentOs 5.1
Reporter: Stephen Houston
New process definitions copied to the server/all/deploy/jboss-portal-ha.sar/portal-identity.sar/conf directory are not picked up. The original definition is used.
Steps to reproduce
* Stop the portal if its running
* Copy the attached com.test-0.0.1-SNAPSHOT.jar to jboss-portal-ha.sar/lib. This contains two handler definitions, Handler1 prints out 1s and Handler2 prints out 2s
* Extract def1.zip to portal-identity.sar/conf/processes. This creates a new process definition testprocess.xml
* Modify portal-identity.sar/conf/identity-ui-configuration.xml , adding the line <admin-subscription-mode>testprocess</admin-subscription-mode>
* Start the portal. Login as admin, create a new user account. When submitted to the process you will see 10 lines of 1's written to the console
* Stop the portal
* Extract def2.zip to portal-identity.sar/conf/processes. This will overwrite testprocess.xml with one that uses Handler2 instead of handler 1.
* Start the portal. Login as admin, create a new user account. When submitted to the process you will see 10 lines of 1's written to the console indicating that the old process version was used instead of the updated on.
To work around the problem you need to change the process name, rename the file, and update identity-ui-configuration.xml. It would be more desirable if the portal could determine that the process has changed and that it needs to be picked up and redeployed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 3 months