[JBoss JIRA] Created: (JBIDE-3299) Error msg when display RETE tree
by John Graham (JIRA)
Error msg when display RETE tree
--------------------------------
Key: JBIDE-3299
URL: https://jira.jboss.org/jira/browse/JBIDE-3299
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.0.0.cr1
Environment: JBossTools-3.0.0.CR1-N200811261221-ALL-linux-gtk
Reporter: John Graham
Priority: Critical
Fix For: 3.0.0.cr1
Attachments: MyBusinessRules.drl, rete-tree-err.jpg
Opened a rule resource (attached) in the editor. Attempted to switch to the RETE tree tab, an error message appeared (attached), and the following log was generated:
eclipse.buildId=M20080911-1700
java.version=1.6.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -clean
Error
Wed Nov 26 15:34:13 GMT-05:00 2008
Internal error in Drools Plugin:
java.lang.reflect.InvocationTargetException
at org.drools.eclipse.editors.DRLRuleEditor2$3.run(DRLRuleEditor2.java:251)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.Exception: Unable to parse rules to show RETE view!
at org.drools.eclipse.editors.rete.ReteViewer.loadReteModel(ReteViewer.java:147)
at org.drools.eclipse.editors.DRLRuleEditor2$3.run(DRLRuleEditor2.java:244)
... 1 more
Root exception:
java.lang.Exception: Unable to parse rules to show RETE view!
at org.drools.eclipse.editors.rete.ReteViewer.loadReteModel(ReteViewer.java:147)
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
17 years, 1 month
[JBoss JIRA] Created: (JBIDE-3855) some problems with loading Java pojo from .graph file.
by Xue Peng (JIRA)
some problems with loading Java pojo from .graph file.
------------------------------------------------------
Key: JBIDE-3855
URL: https://jira.jboss.org/jira/browse/JBIDE-3855
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.0.0.GA
Reporter: Xue Peng
Assignee: Xue Peng
Fix For: 3.0.1.GA
1.The .graph file records java pojo like this : value="A;"
If the value is "A;A;" , there are two same pojos ,
the tools can load it all. It should load all same pojos and give them different name.
2.If the pojo is array , it can't be loaded. the tools should understand this value style : value = "A[]"
3.If the pojo is Collection , the tool only load Collection class and it can't understand the generic type : value = "java.util.List<A>"
4.When use the popmenu to add/remove the pojos , the .graph didn't record that.
--
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
17 years, 1 month
[JBoss JIRA] Created: (JBIDE-3432) Create JSF Project - default settings - just input project name - start JBoss server - get deployment exception
by Vitali Yemialyanchyk (JIRA)
Create JSF Project - default settings - just input project name - start JBoss server - get deployment exception
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-3432
URL: https://jira.jboss.org/jira/browse/JBIDE-3432
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.0.0.cr1
Reporter: Vitali Yemialyanchyk
Assignee: Alexey Kazakov
Priority: Minor
1) install jboss studio;
2) Create JSF Project - name it test
default settings are default - look at screenshots
3) start jboss server
4) get deployment exception
The solution of problem - select JSFKickStartWithoutLibs
as a first time user here i expected any selection should work, but it didn't - and i can't guess why.
i select several times blank with libs and kick start with libs - and got the deployment error (from error log it is not obvious).
i prefer selection "with libs" cause it seems "obviously" better than "without".
i think the suitable solution here -
1) select JSFKickStartWithoutLibs by default;
2) if the user select other "with libs" - he should get the error or warning message about problems with JBoss server
--
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
17 years, 1 month
[JBoss JIRA] Created: (JBDS-462) JBDS Installer: Exception when version is selected in combo box
by Daniel Azarov (JIRA)
JBDS Installer: Exception when version is selected in combo box
---------------------------------------------------------------
Key: JBDS-462
URL: https://jira.jboss.org/jira/browse/JBDS-462
Project: Developer Studio
Issue Type: Bug
Components: installer
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 2.0.0.beta1
Exception occurs when I'm trying to select version in combo
at net.sourceforge.mlf.metouia.MetouiaScrollPaneUI.paint(MetouiaScrollPaneUI.java:89)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
at javax.swing.JComponent.paintComponent(JComponent.java:743)
at javax.swing.JComponent.paint(JComponent.java:1006)
at javax.swing.JComponent.paintChildren(JComponent.java:843)
it seems problem in installed L&F in line below
Rectangle vbounds = scrollpane.getHorizontalScrollBar().getBounds();
because scrollpane.getHorizontalScrollBar() returns null.
--
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
17 years, 1 month