[JBoss JIRA] Moved: (JBDS-1563) Refactoring a source model left transformation with mix of old and new model names
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/JBDS-1563?page=com.atlassian.jira.plugin.... ]
Van Halbert moved TEIIDDES-838 to JBDS-1563:
--------------------------------------------
Project: Developer Studio (JBoss Developer Studio) (was: Teiid Designer)
Key: JBDS-1563 (was: TEIIDDES-838)
Affects Version/s: 4.0.0.CR2
(was: 7.3)
Component/s: teiid
(was: Transformations)
Fix Version/s: (was: 7.3)
> 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
>
> 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] Created: (JBIDE-8116) Open mapping file can not open mapping file in case if cfg.xml mapping resource contains space as a last symbol in mapping resource path
by Vitali Yemialyanchyk (JIRA)
Open mapping file can not open mapping file in case if cfg.xml mapping resource contains space as a last symbol in mapping resource path
----------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8116
URL: https://issues.jboss.org/browse/JBIDE-8116
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.0.CR1
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Fix For: 3.2.0.Final
java.io.FileNotFoundException: Mapping for org.hibernate.mapping.RootClass(mapping.idclass.Customer) not found.
java.io.FileNotFoundException: Mapping for org.hibernate.mapping.RootClass(mapping.idclass.Customer) not found.
at org.hibernate.eclipse.console.actions.OpenMappingAction.run(OpenMappingAction.java:164)
at org.hibernate.eclipse.console.actions.OpenMappingAction.run(OpenMappingAction.java:104)
at org.hibernate.eclipse.console.actions.OpenMappingAction.run(OpenMappingAction.java:72)
at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
--
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-8204) Creating a new cloud does not link to the instance alias mappings, causes NPE
by Rob Stryker (JIRA)
Creating a new cloud does not link to the instance alias mappings, causes NPE
-----------------------------------------------------------------------------
Key: JBIDE-8204
URL: https://issues.jboss.org/browse/JBIDE-8204
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Rob Stryker
Assignee: Andre Dietisheim
Fix For: 3.2.0.CR2 (tentative)
Starting with a clean workspace, creating a cloud, then trying to launch an instance results in NPE. The reason is because hte wizard that creates the cloud does not link to the instance mapping.
Workaround is to start eclipse, create a cloud, exit eclipse, start eclipse again, new cloud is loaded and properly links to the instance alias mapping
--
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-8203) deltacloud integration npe in new instance wizard (rare)
by Rob Stryker (JIRA)
deltacloud integration npe in new instance wizard (rare)
---------------------------------------------------------
Key: JBIDE-8203
URL: https://issues.jboss.org/browse/JBIDE-8203
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.2.0.CR1
at org.jboss.tools.deltacloud.integration.wizard.RSEandASWizardPage.fillRuntimeTypeCombo(RSEandASWizardPage.java:213)
at org.jboss.tools.deltacloud.integration.wizard.RSEandASWizardPage.createControl(RSEandASWizardPage.java:191)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
seems there's a server with a deleted runtime in my workspace
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month