[JBoss JIRA] Created: (JBIDE-787) Seam Actions Wizard doesn't show contents if Seam enabled project is selected in Project Explorer
by Denis Golovin (JIRA)
Seam Actions Wizard doesn't show contents if Seam enabled project is selected in Project Explorer
-------------------------------------------------------------------------------------------------
Key: JBIDE-787
URL: http://jira.jboss.com/jira/browse/JBIDE-787
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.Beta3
Reporter: Denis Golovin
Exception occurs:
java.lang.NullPointerException
at org.jboss.tools.seam.ui.wizard.SeamBaseWizardPage.createControl(SeamBaseWizardPage.java:86)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:669)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1083)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1142)
at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1139)
at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1128)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1126)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:820)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
--
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
18 years, 5 months
[JBoss JIRA] Created: (JBIDE-800) Red Hat XML Editor: problem with search
by Petr Lindovsky (JIRA)
Red Hat XML Editor: problem with search
---------------------------------------
Key: JBIDE-800
URL: http://jira.jboss.com/jira/browse/JBIDE-800
Project: JBoss Tools
Issue Type: Bug
Environment: Windows XP
Reporter: Petr Lindovsky
I found a problem with the Red Hat XML Editor (default for XML files in RDHS) - with RHDS Beta 1.
To reproduce it create two XML files in any project (e.g. a plain one), e.g.:
Code:
a.xml
----
<?xml version="1.0" encoding="UTF-8"?>
<root>
1
2
search string
4
5
search string
7
</root>
b.xml
----
<?xml version="1.0" encoding="UTF-8"?>
<root>
1
search string
3
4
search string
6
</root>
and search for the string "search string". The Search view will show you the occurences. Now use the "down" button to go through the occurences. After you click "down" on the last occurence in a.xml, the b.xml file will NOT open; instead, the occurences in b.xml will be shown in the a.xml editor.
If you try the same with the XML Editor (default for Europa), it works fine.
--
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
18 years, 5 months
[JBoss JIRA] Created: (JBIDE-629) Jboss 4.2.1 doesn't start - classToLaunch cannot be null
by Perry Rhodan (JIRA)
Jboss 4.2.1 doesn't start - classToLaunch cannot be null
--------------------------------------------------------
Key: JBIDE-629
URL: http://jira.jboss.com/jira/browse/JBIDE-629
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.20070801
Environment: Eclipse 3.3 Europa, Jboss 4.2.1GA, Win-XP, Java 1.6u2, JBossTools-200708010029-nightly-ALL-win32.zip
Reporter: Perry Rhodan
Assigned To: Rob Stryker
I have succesfully created a jboss 4.2 runtime, and an jboss-server, but when i try to start the server it immediately fails with error:
Error launching twiddle
classToLaunch cannot be null
Error occurs since JBossTools-200708010029-nightly-ALL-win32.zip. Worked before. Only change in my configuration to previous versions is, that i use Jboss AS 4.2.1 GA now, previous 4.2 GA.
--
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
18 years, 5 months