[JBoss JIRA] Created: (JBIDE-8294) Progress bar/info while waiting for launch provides no info
by Max Rydahl Andersen (JIRA)
Progress bar/info while waiting for launch provides no info
-----------------------------------------------------------
Key: JBIDE-8294
URL: https://issues.jboss.org/browse/JBIDE-8294
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud, JBossAS
Reporter: Max Rydahl Andersen
Priority: Minor
Fix For: 3.2.1
Im not sure if this is deltacloud or the AS server job but it provides no info on what it is actually waiting for....it just says "Starting" and then some increments once in a while.
I would expect there to be something like:
"Starting..."
"Creating RSE connection..."
"Waiting for SSH access connect..."
"Creating Server adapter..."
"Waiting for XYZ"
etc.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (JBIDE-8616) Custom ESB Listener Requires is-gateway=true, But Causes Tools Error
by Brad Davis (JIRA)
Custom ESB Listener Requires is-gateway=true, But Causes Tools Error
--------------------------------------------------------------------
Key: JBIDE-8616
URL: https://issues.jboss.org/browse/JBIDE-8616
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.2.0.CR1
Reporter: Brad Davis
Assignee: Brian Fitzpatrick
Priority: Minor
Adding a custom listener produces requires an is-gateway="true" attribute on the listener.
Example (note the is-gateway attribute on the listener)
<service category="com.example.soa"
description="Custom Listener Example" invmScope="GLOBAL" name="custom-listener-example">
<listeners>
<listener busidref="custom-provider-channel" name="custom-listener" is-gateway="true">
<property name="gatewayClass" value="com.example.soa.listener.MyFileListener"/>
</listener>
</listeners>
<actions mep="OneWay">
<action class="com.example.soa.soa.action.ExtendedLogActionHandler" name="logBody">
<property name="logLevel" value="INFO"/>
<property name="logMessage" value="SUCCESS"/>
</action>
</actions>
</service>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (JBIDE-8647) compile failed in deltacloud/ui/commands/ManageKeysHandler.java (at line 49)
by Nick Boldt (JIRA)
compile failed in deltacloud/ui/commands/ManageKeysHandler.java (at line 49)
----------------------------------------------------------------------------
Key: JBIDE-8647
URL: https://issues.jboss.org/browse/JBIDE-8647
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.1
Reporter: Nick Boldt
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 3.2.1
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.tools.deltacloud.ui: Compilation failure: Compilation failure:
[ERROR] /qa/hudson_ws/workspace/jbosstools-3.2_stable_branch.continuous/sources/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/commands/ManageKeysHandler.java (at line 49):[-1,-1]
[ERROR] WizardUtils.openWizardDialog(new ManageKeysWizard(cloud), shell);
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The method openWizardDialog(ManageKeysWizard, Shell) is undefined for the type WizardUtils
[ERROR] -> [Help 1]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months