[JBoss JIRA] Created: (JBDS-1564) plugin.xml from o.j.t.runtime.ui is added to com.jboss.jbds.usage.branding
by Snjezana Peco (JIRA)
plugin.xml from o.j.t.runtime.ui is added to com.jboss.jbds.usage.branding
--------------------------------------------------------------------------
Key: JBDS-1564
URL: https://issues.jboss.org/browse/JBDS-1564
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: ui/branding
Affects Versions: 4.0.0.CR2
Reporter: Snjezana Peco
The com.jboss.jbds.usage.branding plugin now contains plugin.xml from the org.jboss.tools.runtime.ui plugin which causes the following issues:
- the com.jboss.jbds.usage.branding plugin is invalid because it contains extension points (plugin.xml), but isn't a singleton
- the extension points from o.j.t.runtime.ui are duplicated
The issue has been introduced by fixing JBIDE-8311.
Solution:
Removing plugin.xml from the com.jboss.jbds.usage.branding plugin.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBIDE-8310) Find image wizard: does not close on double clicking an image
by Andre Dietisheim (JIRA)
Find image wizard: does not close on double clicking an image
-------------------------------------------------------------
Key: JBIDE-8310
URL: https://issues.jboss.org/browse/JBIDE-8310
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.CR2 (tentative)
If you launch an instance you have to fill in the image to launch an instance of. You may choose among a list of available images if you hit "Find...". The dialog that pops up shows you a list of images. You have to select an image and hit "OK", you cannot double click an image which is pretty annoying.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Resolved: (JBDS-1563) Refactoring a source model left transformation with mix of old and new model names
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/JBDS-1563?page=com.atlassian.jira.plugin.... ]
Barry LaFond resolved JBDS-1563.
--------------------------------
Resolution: Done
TEIIDDES-817 fixed.
> Refactoring a source model left transformation with mix of old and new model names
> ----------------------------------------------------------------------------------
>
> Key: JBDS-1563
> URL: https://issues.jboss.org/browse/JBDS-1563
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: teiid
> Affects Versions: 4.0.0.CR2
> Reporter: Paul Nittel
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 4.0.0.CR3
>
>
> I created a project containing a textfile model, a view model (EatsText) which depends on the textfile model. I then stacked another model (UsesText) on top and added a concat sequence to make a fullname. Saved, executed and it looked good.
> Then, I refactored EatsTest to Employees and got a validation error in UsesText. When I looked at the transformation, here's what I found:
> SELECT
> EatsText.et.lastName, Employees.et.firstName, Employees.et.middleName, CONCAT2(EatsText.et.lastName, CONCAT2(', ', CONCAT2(EatsText.et.firstName, CONCAT2(' ', LEFT(EatsText.et.middleName, 1))))) AS FullName, Employees.et.empId, Employees.et.department, Employees.et.annualSalary, Employees.et.title, Employees.et.homePhone, Employees.et.mgrId, Employees.et.street, Employees.et.city, Employees.et.state, Employees.et.ZipCode
> FROM
> EatsText.et
> It has both the old and refactored names in it. Oddly, the SELECT contains both--I could see where the SELECT could be right and the FROM wrong.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Updated: (JBDS-1563) Refactoring a source model left transformation with mix of old and new model names
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-1563?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen updated JBDS-1563:
--------------------------------------
Fix Version/s: 4.0.0.CR3
> Refactoring a source model left transformation with mix of old and new model names
> ----------------------------------------------------------------------------------
>
> Key: JBDS-1563
> URL: https://issues.jboss.org/browse/JBDS-1563
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: teiid
> Affects Versions: 4.0.0.CR2
> Reporter: Paul Nittel
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 4.0.0.CR3
>
>
> I created a project containing a textfile model, a view model (EatsText) which depends on the textfile model. I then stacked another model (UsesText) on top and added a concat sequence to make a fullname. Saved, executed and it looked good.
> Then, I refactored EatsTest to Employees and got a validation error in UsesText. When I looked at the transformation, here's what I found:
> SELECT
> EatsText.et.lastName, Employees.et.firstName, Employees.et.middleName, CONCAT2(EatsText.et.lastName, CONCAT2(', ', CONCAT2(EatsText.et.firstName, CONCAT2(' ', LEFT(EatsText.et.middleName, 1))))) AS FullName, Employees.et.empId, Employees.et.department, Employees.et.annualSalary, Employees.et.title, Employees.et.homePhone, Employees.et.mgrId, Employees.et.street, Employees.et.city, Employees.et.state, Employees.et.ZipCode
> FROM
> EatsText.et
> It has both the old and refactored names in it. Oddly, the SELECT contains both--I could see where the SELECT could be right and the FROM wrong.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month