Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 827029

Summary: IndexOutOfBoundsException when opening bpmn process
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Len DiMaggio <ldimaggi>
Component: ToolingAssignee: Default User <jbpapp-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.3.0 GACC: 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
Description of problem:

Link to: https://issues.jboss.org/browse/JBIDE-11984

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 JBoss JIRA Server 2012-06-01 13:18:30 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?

Comment 2 JBoss JIRA Server 2012-06-01 13:40:23 UTC
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

Comment 3 JBoss JIRA Server 2012-06-01 13:43:06 UTC
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 ?

Comment 4 JBoss JIRA Server 2012-06-01 15:37:24 UTC
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.

Comment 5 JBoss JIRA Server 2012-06-03 07:11:31 UTC
Douglas Palmer <dpalmer> updated the status of jira JBIDE-11984 to Resolved

Comment 6 JBoss JIRA Server 2012-06-03 07:11:31 UTC
Douglas Palmer <dpalmer> made a comment on jira JBIDE-11984

Resolving, the question of which nodes to enable is being discussed elsewhere.

Comment 9 JBoss JIRA Server 2012-06-11 06:23:43 UTC
Jiri Peterka <jpeterka> updated the status of jira JBIDE-11984 to Closed

Comment 10 JBoss JIRA Server 2012-06-11 06:23:43 UTC
Jiri Peterka <jpeterka> made a comment on jira JBIDE-11984

Verified in JBDS 5.0.0.CR1b-SOA.Beta3, L64