[JBoss JIRA] Created: (JBIDE-8042) BPEL validator does not recognize counter variable inside forEach.
by Marek Baluch (JIRA)
BPEL validator does not recognize counter variable inside forEach.
------------------------------------------------------------------
Key: JBIDE-8042
URL: https://issues.jboss.org/browse/JBIDE-8042
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel
Affects Versions: 3.2.0.Beta2, 3.2.0.CR1
Reporter: Marek Baluch
Attachments: Screen.png
The declared counter variable in the following code snippet is marked by the validator red (see attached image).
CODE
...
<bpel:variable name="number" type="xsd:int"/>
...
<bpel:forEach parallel="no" counterName="counter" name="ForEach">
<bpel:startCounterValue><![CDATA[1]]></bpel:startCounterValue>
<bpel:finalCounterValue><![CDATA[10]]></bpel:finalCounterValue>
<bpel:scope name="Scope">
<bpel:assign validate="no" name="Assign">
<bpel:copy>
<bpel:from variable="counter"/>
<bpel:to variable="number"/>
</bpel:copy>
</bpel:assign>
</bpel:scope>
</bpel:forEach>
--
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-7801) Long reporting job when reporting is disabled
by Yahor Radtsevich (JIRA)
Long reporting job when reporting is disabled
---------------------------------------------
Key: JBIDE-7801
URL: https://jira.jboss.org/browse/JBIDE-7801
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: usage
Affects Versions: 3.2.0.Beta2
Environment: jbdevstudio-eap-win32-4.0.0.v201011281254R-H11-Beta2.jar
Reporter: Yahor Radtsevich
Assignee: Max Andersen
Priority: Minor
Attachments: screenshot-1.png
While installing of Studio, I disabled usage reporting. But during the first start it was showing progress on 'Querying whether reporting is globally enabled' job 20(!) seconds. (see screenshot-1.png)
Note: this issue is hard to reproduce. I faced it the first three starts and now this job does not appear anymore.
--
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-7750) Usage preferences inconcistencies
by Max Andersen (JIRA)
Usage preferences inconcistencies
---------------------------------
Key: JBIDE-7750
URL: https://jira.jboss.org/browse/JBIDE-7750
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: usage
Affects Versions: 3.2.0.Beta2
Reporter: Max Andersen
Assignee: Max Andersen
Fix For: 3.2.0.CR1
The name of the preference page is currently "Usage Reporting Preferences", preference pages does not have to say they are Preferences.
Just call it "Usage Reporting"
Furthermore there is two lines that looks wrong:
Product owner: jboss.org
Current usage-hit: Nov 25, 2010 9:29 AM
What does "product owner" mean ? JBoss Tools is not a product in any form so wondering what this is for ?
Current usage-hit means what exactly ?
--
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-7863) cloud looses password if you rename it
by Andre Dietisheim (JIRA)
cloud looses password if you rename it
--------------------------------------
Key: JBIDE-7863
URL: https://issues.jboss.org/browse/JBIDE-7863
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.CR1
1) create a cloud and use username & password
2) go to cloud view, choose "Edit Connection" in the context menu
3) rename your cloud & hit finish
4) restart the Deltacloud tools
5) now go to instace-view and pick the cloud you renamed
Result:
The instances cannot be listed, you get an appropriate error message
6) go to the cloud view and pick "Edit Connection" in the context menu
Result
Password field is empty
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months