[JBoss JIRA] Created: (JBIDE-4080) Internal error in Drools Plugin: is occured if empty rule.package is opened on ReteTree tab.
by Anton Klimkovich (JIRA)
Internal error in Drools Plugin: is occured if empty rule.package is opened on ReteTree tab.
---------------------------------------------------------------------------------------------
Key: JBIDE-4080
URL: https://jira.jboss.org/jira/browse/JBIDE-4080
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.0.0.GA
Reporter: Anton Klimkovich
Priority: Minor
EXECUTE: Create new Guided Rule file
EXECUTE: Open rule.package on ReteTree tab.
FAILURE:
java.lang.Exception: Unable to parse rules to show RETE view!
at org.drools.eclipse.editors.rete.ReteViewer.loadReteModel(ReteViewer.java:161)
at org.drools.eclipse.editors.DRLRuleEditor2$3.run(DRLRuleEditor2.java:244)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:1
java.lang.NullPointerException
at org.drools.common.AbstractRuleBase.addPackages(AbstractRuleBase.java:451)
at org.drools.reteoo.ReteooRuleBase.addPackage(ReteooRuleBase.java:481)
at org.drools.eclipse.editors.rete.ReteViewer.getRuleBase(ReteViewer.java:129)
at org.drools.eclipse.editors.rete.ReteViewer.loadReteModel(ReteViewer.java:159)
at org.drools.eclipse.editors.DRLRuleEditor2$3.run(DRLRuleEditor2.java:244)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
--
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, 9 months
[JBoss JIRA] Created: (JBIDE-3975) Make the selector path separator configurable
by Maurice Zeijen (JIRA)
Make the selector path separator configurable
---------------------------------------------
Key: JBIDE-3975
URL: https://jira.jboss.org/jira/browse/JBIDE-3975
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: smooks
Affects Versions: 3.0.0.CR2
Reporter: Maurice Zeijen
In Smooks it is possible to use a white space or a slash as selector path separator. Since Smooks 1.1 the slash is preferred by the Smooks developer team because it is more concise to Xpath . But it is off course up to the user to decide which separator they want to use.
Maybe a configuration option could be created to be able to set the selector path separator. This options should be set globally but should be override able per project.
In my opinion (as Smooks development team member ;) ), the slash should be the preferred separator.
--
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, 10 months