[JBoss JIRA] Created: (JBIDE-8058) smooks test fails when run w/ all other tests (incl. emma code coverage), but passes when run solo (no emma)
by Nick Boldt (JIRA)
smooks test fails when run w/ all other tests (incl. emma code coverage), but passes when run solo (no emma)
------------------------------------------------------------------------------------------------------------
Key: JBIDE-8058
URL: https://issues.jboss.org/browse/JBIDE-8058
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.2.0.CR1
Reporter: Nick Boldt
Assignee: Brian Fitzpatrick
Priority: Optional
Passes: http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.2...
Passing for at least the last 4 builds (Since #8)
> mvn3 clean install -B -U -fae -e -Dmaven.repo.local=${WORKSPACE}/m2-repository -P helios-local-target,jbosstools-nightly-trunk,hudson
---
Fails: http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.2...
Failing for the past 43 builds (Since #216 )
> mvn3 clean install -B -U -fae -e -Dmaven.repo.local=${WORKSPACE}/m2-repo -P helios-local-target,jbosstools-nightly-trunk,hudson,coverage
---
I'm not sure this is a big deal, I'm just curious why this is happening. Ideally, the same test should pass in both scenarios.
Could it be related to emma code coverage?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-8043) Two different context menus for OnMessage/OnAlarm
by Marek Baluch (JIRA)
Two different context menus for OnMessage/OnAlarm
-------------------------------------------------
Key: JBIDE-8043
URL: https://issues.jboss.org/browse/JBIDE-8043
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel
Affects Versions: 3.2.0.Beta2, 3.2.0.CR1
Environment: JBoss Tools: 3.2_trunk.2010-12-16_04-27-01-H504
Reporter: Marek Baluch
Priority: Minor
It's possible to get 2 context menus for OnMessage and OnAlarm branch. While both are usable only one of them is consistent with other context menus for similar activities. The first (IMO correct one) allows to add activities to the branch in question while the other does not.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-7551) Instance View: Table Sorting should have 3 states and indicate sorting with arrows
by Andre Dietisheim (JIRA)
Instance View: Table Sorting should have 3 states and indicate sorting with arrows
----------------------------------------------------------------------------------
Key: JBIDE-7551
URL: https://jira.jboss.org/browse/JBIDE-7551
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: deltacloud
Affects Versions: 3.2.0.Beta2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.CR1
How to reproduce:
1) make sure you have instance view opened and a few instances listed
2) click on a column
Result:
the column gets sorted, but there's no icon that shows the sort direction. Furthermore there are only 2 states: sorting ascending or descending
Expected result:
The column gets sorted and an icon shows what direction (ascending/descending) is activated. Furthermore you should be able to toggle between ascending/descending/not sorted by clicking consecutively on the same column
--
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
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-9035) IPublishCopyCallbackHandler#deleteResource returns status but no caller is accounting for
by Andre Dietisheim (JIRA)
IPublishCopyCallbackHandler#deleteResource returns status but no caller is accounting for
-----------------------------------------------------------------------------------------
Key: JBIDE-9035
URL: https://issues.jboss.org/browse/JBIDE-9035
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M1, 3.2.1.M1
Reporter: Andre Dietisheim
Assignee: Rob Stryker
Fix For: 3.3.x
IPublishCopyCallbackHandler#deleteResource returns status instances for the different filesystem operations involved to it but none of the callers take them in account. They all ignore it and return STATUS_OK.
occurrences:
* AltMethodZippedJSTPublisher#removeRemoteDeploymentFolder
* AbstractServerToolsPublisher#fullPublish
* AbstractServerToolsPublisher#unpublish
* JBoss7JSTPublisher#removeDeployedMarkerFile
* PublishCopyUtil#publishDelta
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-8329) Automatic detection of web port does not work for EAP 4.3
by Magnus Mogren (JIRA)
Automatic detection of web port does not work for EAP 4.3
---------------------------------------------------------
Key: JBIDE-8329
URL: https://issues.jboss.org/browse/JBIDE-8329
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.CR1
Reporter: Magnus Mogren
Assignee: Rob Stryker
The automatic detection of web port does not work for EAP 4.3 servers.
The reason is a faulty XPath expession used to detect the port: //Server/Service[@name='jboss.web']/Connector[count(@sslProtocol) = 0 and (count(@protocol) = 0 or @protocol = 'HTTP/1.1')]
That expression tries to get the value of the Connector element in the server.xml, not the port attribute of the element.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months