[JBoss JIRA] (JBDS-2413) remove all references to staging site just before GA
by Nick Boldt (JIRA)
Nick Boldt created JBDS-2413:
--------------------------------
Summary: remove all references to staging site just before GA
Key: JBDS-2413
URL: https://issues.jboss.org/browse/JBDS-2413
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build, central
Affects Versions: 6.0.0.CR1
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 6.0.0.CR1
Need to s#/6.0-staging/#/6.0/#g in JBDS SVN tree so we publish pointing at the correct URLs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 12 months
[JBoss JIRA] (JBIDE-12592) El is not revalidated in java comments
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-12592:
--------------------------------------
Summary: El is not revalidated in java comments
Key: JBIDE-12592
URL: https://issues.jboss.org/browse/JBIDE-12592
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.0.0.Alpha1
Environment: Juno
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.0.0.Alpha2
1. Create the following class:
{code}
package test;
import javax.enterprise.inject.Produces;
import javax.inject.Named;
public class Bean_Broken {
public void foo() {
String s = "#{string.ss}";
String s2 = "#{string.ss}";
}
@Named
@Produces
public String string() {
return "";
}
}
{code}
2. Both ELs are marked as a problem
3. Copy String s2 = "#{string.ss}";
4. Delete it.
5. Past String s2 = "#{string.ss}";
6. There is no validation problem on the second EL.
7. Add " " to the second string: String s2 = "#{string.ss} ";
8. The EL has a problem annotation now.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 12 months
[JBoss JIRA] (JBIDE-12905) move base/tests/installation-scripts out
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-12905:
-------------------------------------------
Summary: move base/tests/installation-scripts out
Key: JBIDE-12905
URL: https://issues.jboss.org/browse/JBIDE-12905
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Reporter: Max Rydahl Andersen
Fix For: 4.0.0.CR1
base/tests/scripts/* contains references to upper components in the stack thus its not really appropriate to have this in the stack.
Options are to move it to its own repo or move to integration-tests - or possibly a combination.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-13122) Check button "Every start" does not work properly
by Petr Suchý (JIRA)
Petr Suchý created JBIDE-13122:
----------------------------------
Summary: Check button "Every start" does not work properly
Key: JBIDE-13122
URL: https://issues.jboss.org/browse/JBIDE-13122
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtime-detection
Affects Versions: 4.0.0.CR1
Environment: JBT 4.0.0.CR1 v20121118-0855-B78
Reporter: Petr Suchý
Assignee: Snjezana Peco
Fix For: 4.0.0.CR2
When I check "Every start" of some path on runtime detection preference page and then I cancel this action, after reopening the page is this check-button still checked.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-13066) Hard-coded cartridge name 'mongodb-2.0' in OpenShift Plugin
by Attila Nagy (JIRA)
Attila Nagy created JBIDE-13066:
-----------------------------------
Summary: Hard-coded cartridge name 'mongodb-2.0' in OpenShift Plugin
Key: JBIDE-13066
URL: https://issues.jboss.org/browse/JBIDE-13066
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Attila Nagy
The MongoDB version supported by OpenShift has been recently changed. Now it support MongoDB 2.2.
In JBoss Tools Plugin when I want to embed cartridge like RockMongo or PHPMoAdmin Eclipse warns me that 'mongodb-2.0' is a dependency.
Additionally I'm unable to embed those cartridges. I can see the following error message.
Could not embed cartridges for application myphptesting
Could not request https://50.19.70.119/broker/rest/domains/myd2012111401x/applications/myph...: Operation failed on parameter "cartridge", sevirty "ERROR" with exit code "109".Reason given: "Invalid cartridge. Valid values are (mongodb-2.2, switchyard-0.6, cron-1.4, mysql-5.1, postgresql-8.4, haproxy-1.4, 10gen-mms-agent-0.1, phpmyadmin-3.4, metrics-0.1, phpmoadmin-1.0, rockmongo-1.1, jenkins-client-1.4)"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-13198) BrowserSim incorrect behaviour on Mac OS
by Konstantin Marmalyukov (JIRA)
Konstantin Marmalyukov created JBIDE-13198:
----------------------------------------------
Summary: BrowserSim incorrect behaviour on Mac OS
Key: JBIDE-13198
URL: https://issues.jboss.org/browse/JBIDE-13198
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Mac OS
Reporter: Konstantin Marmalyukov
Assignee: Konstantin Marmalyukov
Precondition:
Open at least two windows(open in new window action).
Condition:
When we make right-click on inactive browsersim window, on Windows and Ubuntu this window activates. The same does not happens on Mac OS.
Because of that when we close inactive window, active window closes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years