Bug 827029
| Summary: | IndexOutOfBoundsException when opening bpmn process | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | Tooling | Assignee: | Default User <jbpapp-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.3.0 GA | CC: | dlesage, dpalmer, jpeterka, soa-p-jira |
| Target Milestone: | CR1 | ||
| Target Release: | 5.3.0 GA | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-15 17:25:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Len DiMaggio
2012-05-31 13:24:59 UTC
Kris Verlaenen <kris.verlaenen> made a comment on jira JBIDE-11984 Solved (on master and 5.3.x). It makes me wonder though, as it shows that we're still configuring the Drools plugin to only show a subset of the nodes by default (if you go to Preferences -> Drools not all nodes are checked in the installed drools nodes). This used to be necessary in the past, where only a subset was supported as part of BRMS and Drools Flow was not supported, but since that editor is now also used by jBPM and all nodes are supported there, I would really like to recommend we remove this, and make sure all nodes are visible in the palette by default. I know this is done by setting a preference by default for JBDS that disables a part of the nodes by default, can we remove this for BRMS 5.3? Max Rydahl Andersen <max.andersen> made a comment on jira JBIDE-11984 Patch for JBDS product: Index: plugin_customization.ini =================================================================== --- plugin_customization.ini (revision 9605) +++ plugin_customization.ini (working copy) @@ -55,7 +55,7 @@ org.eclipse.jst.ws.consumption.ui/PREFERENCE_RUNTIME=org.jboss.tools.ws.creation.jbossWebServiceRT # Disable non-product features in Drools Flow palette by default -org.drools.eclipse/Drools.FlowNodes = 1111110000000 +#org.drools.eclipse/Drools.FlowNodes = 1111110000000 # Added to fix https://jira.jboss.org/jira/browse/JBDS-1072. # On the deployment page of the process editor, there is a property indicating Max Rydahl Andersen <max.andersen> made a comment on jira JBIDE-11984 Patch that needs to be applied to devstudio trunk and branch if these are to be enabled. Is not controllable by SOA plugins on their own. Question is though if this change enables things that is not supported/allowed ? Max Rydahl Andersen <max.andersen> made a comment on jira JBIDE-11984 updated patch of what I committed to trunk that removes this customization of Drools Flow palette on new workspaces. Douglas Palmer <dpalmer> updated the status of jira JBIDE-11984 to Resolved Douglas Palmer <dpalmer> made a comment on jira JBIDE-11984 Resolving, the question of which nodes to enable is being discussed elsewhere. Jiri Peterka <jpeterka> updated the status of jira JBIDE-11984 to Closed Jiri Peterka <jpeterka> made a comment on jira JBIDE-11984 Verified in JBDS 5.0.0.CR1b-SOA.Beta3, L64 |