[JBoss JIRA] Created: (JBIDE-7782) Smooks launch failed without anny other information
by Jiri Peterka (JIRA)
Smooks launch failed without anny other information
---------------------------------------------------
Key: JBIDE-7782
URL: https://jira.jboss.org/browse/JBIDE-7782
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.2.0.Beta2
Environment: JBDS 4.0.0.beta2 h12, Fedora 14-64b
Reporter: Jiri Peterka
Attachments: Customer.java, customer.xml, error-after-launch-smooks.png
1. Create smooks configuration
2. Input type: Java (simple POJO Customer)
3. Apply XML Template (customer.xml)
4. Save
5. Try to run ass Smooks configuration
Launch failed without any other information, no exception in error log
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7524) JBoss Tools Runtimes improvements
by Max Andersen (JIRA)
JBoss Tools Runtimes improvements
---------------------------------
Key: JBIDE-7524
URL: https://jira.jboss.org/browse/JBIDE-7524
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 3.2.0.Beta1
Reporter: Max Andersen
Assignee: Snjezana Peco
Fix For: 3.2.0.Beta2
After the discussion on mailing list we need to fix the current jboss tools runtime page/functionallity.
I've found the following issues in my current testing:
1) The list of links to "JBoss Runtimes" is bad ui - fills up the screen with alot of whitespace (and its Runtimes not runtime)
2) The import/export buttons does not seem to do anything beyound calling import/export dialog.
3) Search has a cancel button but it doesn't do anything
4) Seam webapps seem to be picked up as seam runtimes - is that intended ?
5) Seam inside EAP is not detected
6) Drools inside SOA-P is not detected
7) The import/export of WTP servers seem to be a very bad hack...we probably have to live with it but at least we should try and make our import/export simply wrap the relevant runtimes
Furthermore these settings seem to not persist between workspaces and does not handle the original usecase of having runtimes configured when starting up a new workspace (requiring users to import/export is not the solution)
I'm creating a few subtasks for this to outline the ideas.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7943) exception in runtime detection
by Max Andersen (JIRA)
exception in runtime detection
------------------------------
Key: JBIDE-7943
URL: https://issues.jboss.org/browse/JBIDE-7943
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.CR1
Reporter: Max Andersen
Assignee: Snjezana Peco
Priority: Critical
Fix For: 3.2.0.CR1
Received error message on startup and this stacktrace:
java.lang.NullPointerException
at org.jboss.tools.runtime.handlers.JBossASHandler.exists(JBossASHandler.java:423)
at org.jboss.tools.runtime.ui.RuntimeUIActivator.runtimeCreated(RuntimeUIActivator.java:378)
at org.jboss.tools.runtime.ui.RuntimeScanner.runtimeExists(RuntimeScanner.java:91)
at org.jboss.tools.runtime.ui.RuntimeScanner.access$0(RuntimeScanner.java:60)
at org.jboss.tools.runtime.ui.RuntimeScanner$1.run(RuntimeScanner.java:30)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7637) IllegalArgumentException during creating jBPM process definition on empty workspace
by Jiri Peterka (JIRA)
IllegalArgumentException during creating jBPM process definition on empty workspace
-----------------------------------------------------------------------------------
Key: JBIDE-7637
URL: https://jira.jboss.org/browse/JBIDE-7637
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 3.2.0.Beta2
Reporter: Jiri Peterka
Priority: Minor
Steps:
1. New workspace
2. File -> New -> JBoss jBPM -> doubleClick on jBPM 3 Process Definition
java.lang.IllegalArgumentException: Path must include project and resource name: /process.jpdl.xml
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.internal.resources.Workspace.newResource(Workspace.java:1801)
at org.eclipse.core.internal.resources.Container.getFile(Container.java:207)
at org.jbpm.gd.jpdl.wizard.NewProcessDefinitionWizardPage.getProcessDefinitionFile(NewProcessDefinitionWizardPage.java:249)
at org.jbpm.gd.jpdl.wizard.NewProcessDefinitionWizardPage.processExists(NewProcessDefinitionWizardPage.java:235)
at org.jbpm.gd.jpdl.wizard.NewProcessDefinitionWizardPage.checkProcessNameText(NewProcessDefinitionWizardPage.java:223)
at org.jbpm.gd.jpdl.wizard.NewProcessDefinitionWizardPage.checkPage(NewProcessDefinitionWizardPage.java:192)
at org.jbpm.gd.jpdl.wizard.NewProcessDefinitionWizardPage.createControl(NewProcessDefinitionWizardPage.java:95)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1162)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1221)
at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1218)
at org.eclipse.jface.wizard.WizardDialog$6.run(WizardDialog.java:1207)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1205)
at org.eclipse.ui.internal.dialogs.NewWizardSelectionPage.advanceToNextPageOrFinish(NewWizardSelectionPage.java:71)
at org.eclipse.ui.internal.dialogs.NewWizardNewPage$1.doubleClick(NewWizardNewPage.java:354)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months