[JBoss JIRA] Moved: (TEIIDDES-157) Designer Performance issues with Large Models
by Johnny Verhaeg (JIRA)
[ https://jira.jboss.org/jira/browse/TEIIDDES-157?page=com.atlassian.jira.p... ]
Johnny Verhaeg moved JBEDSP-97 to TEIIDDES-157:
-----------------------------------------------
Project: Teiid Designer (was: JBoss Enterprise Data Services Platform)
Key: TEIIDDES-157 (was: JBEDSP-97)
Component/s: Modeling
(was: Designer)
Fix Version/s: Future
(was: Future Versions)
Affects Version/s: 6.0.0
(was: 5.5.3)
> Designer Performance issues with Large Models
> ---------------------------------------------
>
> Key: TEIIDDES-157
> URL: https://jira.jboss.org/jira/browse/TEIIDDES-157
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 6.0.0
> Environment: Windows or LINUX
> Reporter: Barry LaFond
> Fix For: Future
>
>
> Tested modeling very large relational models and quickly ran into performance issues in Designer.
> With Heap size set to 512K I could really only work with models < 30MB in size. Bumping the heap size to 1024K allowed creation of 72MB model. This equates to ~400,000 columns. I was also able to Clone the project and create a second 72MB model. However any kind of editing became unbearable as soon as I maxed out on Memory usage ~ Heap size.
> Finished testing by closing both projects (145MB of models) and it took a couple of hours to close.
> Bottom line is there is a practical limit to how large your model/project set can be before modeling becomes an unbearable task.
> We need to fix this, but I'm afraid it won't come until DNA comes online so we don't have to load all model objects (and their properties) in memory.
> In the meantime, we should warn users (i.e. Know issue).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Resolved: (TEIIDDES-37) Import WSDL to Web Svc fails saying WSDL is already loaded or had problems loading
by John Doyle (JIRA)
[ https://jira.jboss.org/jira/browse/TEIIDDES-37?page=com.atlassian.jira.pl... ]
John Doyle resolved TEIIDDES-37.
--------------------------------
Resolution: Done
I think my config was bad this AM. I started from scratch and this WSDL seems to model fine.
> Import WSDL to Web Svc fails saying WSDL is already loaded or had problems loading
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-37
> URL: https://jira.jboss.org/jira/browse/TEIIDDES-37
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 6.0.0
> Environment: Linux
> Reporter: Paul Nittel
> Assignee: John Doyle
> Fix For: 6.0.0
>
>
> I tried to import the Amazon Web Service (http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl), but it fails, indicating there's some problem with loading it. I tried the same URL using 5.5.3 GA and it worked fine. (Done just a few minutes apart.)
> Here's the stack trace:
> Error 2008-11-20 10:09:32.05 The file /tmp/AWSECommerceService_AWSECommerceService62646.wsdl could not be loaded
> org.eclipse.core.runtime.CoreException: The file /tmp/AWSECommerceService_AWSECommerceService62646.wsdl could not be loaded
> at com.metamatrix.modeler.internal.webservice.BasicWebServiceModelBuilder.addResource(BasicWebServiceModelBuilder.java:196)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.addWsdlFilesInternal(WsdlSelectionPage.java:357)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.access$2(WsdlSelectionPage.java:296)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage$3.run(WsdlSelectionPage.java:280)
> at com.metamatrix.ui.internal.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:76)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.addWsdlFiles(WsdlSelectionPage.java:273)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.handleAddURLWsdlFile(WsdlSelectionPage.java:847)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.access$5(WsdlSelectionPage.java:820)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage$7.widgetSelected(WsdlSelectionPage.java:537)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:146)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
> at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
> at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
> at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
> at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
> 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:1158)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
> 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:386)
> 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:549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.jdom.JDOMException: java.lang.ClassNotFoundException: org.apache.xerces.parsers.DOMParser: org.apache.xerces.parsers.DOMParser
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:397)
> at com.metamatrix.metamodels.wsdl.io.DelegatingResourceSet.getResource(DelegatingResourceSet.java:38)
> at com.metamatrix.modeler.internal.webservice.WebServiceResources.add(WebServiceResources.java:75)
> at com.metamatrix.modeler.internal.webservice.BasicWebServiceModelBuilder.addResource(BasicWebServiceModelBuilder.java:191)
> ... 54 more
> Caused by: org.jdom.JDOMException: java.lang.ClassNotFoundException: org.apache.xerces.parsers.DOMParser: org.apache.xerces.parsers.DOMParser
> at org.jdom.adapters.XercesDOMAdapter.getDocument(XercesDOMAdapter.java:149)
> at com.metamatrix.metamodels.wsdl.io.WsdlLoader.doOpenDom(WsdlLoader.java:182)
> at com.metamatrix.metamodels.wsdl.io.WsdlLoader.load(WsdlLoader.java:129)
> at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:180)
> at com.metamatrix.metamodels.wsdl.io.WsdlResourceImpl.doLoad(WsdlResourceImpl.java:128)
> at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1445)
> at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1241)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:255)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:270)
> ... 58 more
> Caused by: java.lang.ClassNotFoundException: org.apache.xerces.parsers.DOMParser
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481)
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
> at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:169)
> at org.jdom.adapters.XercesDOMAdapter.getDocument(XercesDOMAdapter.java:97)
> ... 66 more
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Commented: (TEIIDDES-37) Import WSDL to Web Svc fails saying WSDL is already loaded or had problems loading
by John Doyle (JIRA)
[ https://jira.jboss.org/jira/browse/TEIIDDES-37?page=com.atlassian.jira.pl... ]
John Doyle commented on TEIIDDES-37:
------------------------------------
Previous comment was on a system with these dependencies.
Fedora 9 X86
Sun jre 1.6.0_13 32 bit
Eclipse 3.4.2 classic
https://svn.devel.redhat.com/repos/jboss-metamatrix/projects/designer/tru...
> Import WSDL to Web Svc fails saying WSDL is already loaded or had problems loading
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-37
> URL: https://jira.jboss.org/jira/browse/TEIIDDES-37
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 6.0.0
> Environment: Linux
> Reporter: Paul Nittel
> Assignee: John Doyle
> Fix For: 6.0.0
>
>
> I tried to import the Amazon Web Service (http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl), but it fails, indicating there's some problem with loading it. I tried the same URL using 5.5.3 GA and it worked fine. (Done just a few minutes apart.)
> Here's the stack trace:
> Error 2008-11-20 10:09:32.05 The file /tmp/AWSECommerceService_AWSECommerceService62646.wsdl could not be loaded
> org.eclipse.core.runtime.CoreException: The file /tmp/AWSECommerceService_AWSECommerceService62646.wsdl could not be loaded
> at com.metamatrix.modeler.internal.webservice.BasicWebServiceModelBuilder.addResource(BasicWebServiceModelBuilder.java:196)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.addWsdlFilesInternal(WsdlSelectionPage.java:357)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.access$2(WsdlSelectionPage.java:296)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage$3.run(WsdlSelectionPage.java:280)
> at com.metamatrix.ui.internal.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:76)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.addWsdlFiles(WsdlSelectionPage.java:273)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.handleAddURLWsdlFile(WsdlSelectionPage.java:847)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.access$5(WsdlSelectionPage.java:820)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage$7.widgetSelected(WsdlSelectionPage.java:537)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:146)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
> at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
> at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
> at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
> at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
> 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:1158)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
> 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:386)
> 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:549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.jdom.JDOMException: java.lang.ClassNotFoundException: org.apache.xerces.parsers.DOMParser: org.apache.xerces.parsers.DOMParser
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:397)
> at com.metamatrix.metamodels.wsdl.io.DelegatingResourceSet.getResource(DelegatingResourceSet.java:38)
> at com.metamatrix.modeler.internal.webservice.WebServiceResources.add(WebServiceResources.java:75)
> at com.metamatrix.modeler.internal.webservice.BasicWebServiceModelBuilder.addResource(BasicWebServiceModelBuilder.java:191)
> ... 54 more
> Caused by: org.jdom.JDOMException: java.lang.ClassNotFoundException: org.apache.xerces.parsers.DOMParser: org.apache.xerces.parsers.DOMParser
> at org.jdom.adapters.XercesDOMAdapter.getDocument(XercesDOMAdapter.java:149)
> at com.metamatrix.metamodels.wsdl.io.WsdlLoader.doOpenDom(WsdlLoader.java:182)
> at com.metamatrix.metamodels.wsdl.io.WsdlLoader.load(WsdlLoader.java:129)
> at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:180)
> at com.metamatrix.metamodels.wsdl.io.WsdlResourceImpl.doLoad(WsdlResourceImpl.java:128)
> at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1445)
> at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1241)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:255)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:270)
> ... 58 more
> Caused by: java.lang.ClassNotFoundException: org.apache.xerces.parsers.DOMParser
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481)
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
> at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:169)
> at org.jdom.adapters.XercesDOMAdapter.getDocument(XercesDOMAdapter.java:97)
> ... 66 more
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Commented: (TEIIDDES-37) Import WSDL to Web Svc fails saying WSDL is already loaded or had problems loading
by John Doyle (JIRA)
[ https://jira.jboss.org/jira/browse/TEIIDDES-37?page=com.atlassian.jira.pl... ]
John Doyle commented on TEIIDDES-37:
------------------------------------
Using 4-7 snapshot build this still fails.
!ENTRY org.teiid.designer.core 4 0 2009-04-07 09:46:20.258
!MESSAGE Error processing notification
!STACK 0
java.lang.NoClassDefFoundError: com/metamatrix/modeler/internal/transformation/util/TransformationHelper
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.filterNotifications(TransformationNotificationListener.java:354)
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.handleNotifications(TransformationNotificationListener.java:209)
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.notifyChanged(TransformationNotificationListener.java:166)
at com.metamatrix.modeler.internal.ui.viewsupport.ModelUtilities$ContainerNotificationManager.fireNotification(ModelUtilities.java:1791)
at com.metamatrix.modeler.internal.ui.viewsupport.ModelUtilities$ContainerNotificationManager.notifyChanged(ModelUtilities.java:1735)
at org.eclipse.emf.edit.provider.ChangeNotifier.fireNotifyChanged(ChangeNotifier.java:51)
at com.metamatrix.modeler.internal.core.transaction.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:251)
at com.metamatrix.modeler.internal.core.workspace.ModelBufferImpl.saveInTransaction(ModelBufferImpl.java:579)
at com.metamatrix.modeler.internal.core.workspace.ModelBufferImpl$1.run(ModelBufferImpl.java:488)
!ENTRY org.teiid.designer.core 4 0 2009-04-07 09:46:20.319
!MESSAGE Error processing notification
!STACK 0
java.lang.NoClassDefFoundError: com/metamatrix/modeler/internal/transformation/util/TransformationHelper
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.filterNotifications(TransformationNotificationListener.java:354)
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.handleNotifications(TransformationNotificationListener.java:209)
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.notifyChanged(TransformationNotificationListener.java:166)
at com.metamatrix.modeler.internal.ui.viewsupport.ModelUtilities$ContainerNotificationManager.fireNotification(ModelUtilities.java:1791)
at com.metamatrix.modeler.internal.ui.viewsupport.ModelUtilities$ContainerNotificationManager.notifyChanged(ModelUtilities.java:1735)
at org.eclipse.emf.edit.provider.ChangeNotifier.fireNotifyChanged(ChangeNotifier.java:51)
at com.metamatrix.modeler.internal.core.transaction.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:251)
at com.metamatrix.modeler.internal.core.workspace.ModelBufferImpl.saveInTransaction(ModelBufferImpl.java:579)
at com.metamatrix.modeler.internal.core.workspace.ModelBufferImpl$1.run(ModelBufferImpl.java:488)
!ENTRY org.teiid.designer.core 4 0 2009-04-07 09:46:24.194
!MESSAGE Error processing notification
!STACK 0
java.lang.NoClassDefFoundError: com/metamatrix/modeler/internal/transformation/util/TransformationMappingHelper
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.sourceIsNotTransformationMappingHelper(TransformationNotificationListener.java:186)
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.notifyChanged(TransformationNotificationListener.java:153)
at com.metamatrix.modeler.internal.ui.viewsupport.ModelUtilities$ContainerNotificationManager.fireNotification(ModelUtilities.java:1791)
at com.metamatrix.modeler.internal.ui.viewsupport.ModelUtilities$ContainerNotificationManager.notifyChanged(ModelUtilities.java:1735)
at org.eclipse.emf.edit.provider.ChangeNotifier.fireNotifyChanged(ChangeNotifier.java:51)
at com.metamatrix.modeler.internal.core.transaction.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:251)
at com.metamatrix.modeler.core.ModelerCore.commitTxn(ModelerCore.java:1599)
at com.metamatrix.modeler.core.util.TransactionUtil.execute(TransactionUtil.java:107)
at com.metamatrix.modeler.core.util.TransactionUtil.executeNonUndoable(TransactionUtil.java:247)
at com.metamatrix.modeler.internal.core.workspace.ModelWorkspaceManager.changeWorkspace(ModelWorkspaceManager.java:481)
at com.metamatrix.modeler.internal.core.workspace.ModelWorkspaceManager.fire(ModelWorkspaceManager.java:347)
at com.metamatrix.modeler.internal.core.workspace.DeltaProcessor.fireNotification(DeltaProcessor.java:177)
at com.metamatrix.modeler.internal.core.workspace.DeltaProcessor.resourceChanged(DeltaProcessor.java:67)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:288)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:282)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:148)
at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:313)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1022)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1809)
at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation.execute(AbstractWorkspaceOperation.java:204)
at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:511)
at org.eclipse.ui.actions.DeleteResourceAction$5.run(DeleteResourceAction.java:574)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!ENTRY org.teiid.designer.core 4 0 2009-04-07 09:46:24.196
!MESSAGE Error processing notification
!STACK 0
java.lang.NoClassDefFoundError: com/metamatrix/modeler/internal/transformation/util/TransformationMappingHelper
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.sourceIsNotTransformationMappingHelper(TransformationNotificationListener.java:186)
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.notifyChanged(TransformationNotificationListener.java:153)
at com.metamatrix.modeler.internal.ui.viewsupport.ModelUtilities$ContainerNotificationManager.fireNotification(ModelUtilities.java:1791)
at com.metamatrix.modeler.internal.ui.viewsupport.ModelUtilities$ContainerNotificationManager.notifyChanged(ModelUtilities.java:1735)
at org.eclipse.emf.edit.provider.ChangeNotifier.fireNotifyChanged(ChangeNotifier.java:51)
at com.metamatrix.modeler.internal.core.transaction.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:251)
at com.metamatrix.modeler.core.ModelerCore.commitTxn(ModelerCore.java:1599)
at com.metamatrix.modeler.core.util.TransactionUtil.execute(TransactionUtil.java:107)
at com.metamatrix.modeler.core.util.TransactionUtil.executeNonUndoable(TransactionUtil.java:247)
at com.metamatrix.modeler.internal.core.workspace.ModelWorkspaceManager.changeWorkspace(ModelWorkspaceManager.java:481)
at com.metamatrix.modeler.internal.core.workspace.ModelWorkspaceManager.fire(ModelWorkspaceManager.java:347)
at com.metamatrix.modeler.internal.core.workspace.DeltaProcessor.fireNotification(DeltaProcessor.java:177)
at com.metamatrix.modeler.internal.core.workspace.DeltaProcessor.resourceChanged(DeltaProcessor.java:67)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:288)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:282)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:148)
at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:313)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1022)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1809)
at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation.execute(AbstractWorkspaceOperation.java:204)
at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:511)
at org.eclipse.ui.actions.DeleteResourceAction$5.run(DeleteResourceAction.java:574)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!ENTRY org.eclipse.ui 4 0 2009-04-07 09:46:24.222
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: com/metamatrix/modeler/internal/transformation/util/SqlMappingRootCache)
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3378)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3036)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.lang.NoClassDefFoundError: com/metamatrix/modeler/internal/transformation/util/SqlMappingRootCache
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener$WorkspaceNotificationListener$2.run(TransformationNotificationListener.java:2549)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
... 22 more
!ENTRY org.eclipse.ui 4 0 2009-04-07 09:46:24.251
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: com/metamatrix/modeler/internal/transformation/util/SqlMappingRootCache)
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3378)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3036)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.lang.NoClassDefFoundError: com/metamatrix/modeler/internal/transformation/util/SqlMappingRootCache
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener$WorkspaceNotificationListener$2.run(TransformationNotificationListener.java:2549)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
... 22 more
> Import WSDL to Web Svc fails saying WSDL is already loaded or had problems loading
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-37
> URL: https://jira.jboss.org/jira/browse/TEIIDDES-37
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 6.0.0
> Environment: Linux
> Reporter: Paul Nittel
> Assignee: John Doyle
> Fix For: 6.0.0
>
>
> I tried to import the Amazon Web Service (http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl), but it fails, indicating there's some problem with loading it. I tried the same URL using 5.5.3 GA and it worked fine. (Done just a few minutes apart.)
> Here's the stack trace:
> Error 2008-11-20 10:09:32.05 The file /tmp/AWSECommerceService_AWSECommerceService62646.wsdl could not be loaded
> org.eclipse.core.runtime.CoreException: The file /tmp/AWSECommerceService_AWSECommerceService62646.wsdl could not be loaded
> at com.metamatrix.modeler.internal.webservice.BasicWebServiceModelBuilder.addResource(BasicWebServiceModelBuilder.java:196)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.addWsdlFilesInternal(WsdlSelectionPage.java:357)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.access$2(WsdlSelectionPage.java:296)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage$3.run(WsdlSelectionPage.java:280)
> at com.metamatrix.ui.internal.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:76)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.addWsdlFiles(WsdlSelectionPage.java:273)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.handleAddURLWsdlFile(WsdlSelectionPage.java:847)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage.access$5(WsdlSelectionPage.java:820)
> at com.metamatrix.modeler.internal.webservice.ui.wizard.WsdlSelectionPage$7.widgetSelected(WsdlSelectionPage.java:537)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:146)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
> at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
> at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
> at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
> at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
> 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:1158)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
> 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:386)
> 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:549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.jdom.JDOMException: java.lang.ClassNotFoundException: org.apache.xerces.parsers.DOMParser: org.apache.xerces.parsers.DOMParser
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:397)
> at com.metamatrix.metamodels.wsdl.io.DelegatingResourceSet.getResource(DelegatingResourceSet.java:38)
> at com.metamatrix.modeler.internal.webservice.WebServiceResources.add(WebServiceResources.java:75)
> at com.metamatrix.modeler.internal.webservice.BasicWebServiceModelBuilder.addResource(BasicWebServiceModelBuilder.java:191)
> ... 54 more
> Caused by: org.jdom.JDOMException: java.lang.ClassNotFoundException: org.apache.xerces.parsers.DOMParser: org.apache.xerces.parsers.DOMParser
> at org.jdom.adapters.XercesDOMAdapter.getDocument(XercesDOMAdapter.java:149)
> at com.metamatrix.metamodels.wsdl.io.WsdlLoader.doOpenDom(WsdlLoader.java:182)
> at com.metamatrix.metamodels.wsdl.io.WsdlLoader.load(WsdlLoader.java:129)
> at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:180)
> at com.metamatrix.metamodels.wsdl.io.WsdlResourceImpl.doLoad(WsdlResourceImpl.java:128)
> at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1445)
> at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1241)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:255)
> at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:270)
> ... 58 more
> Caused by: java.lang.ClassNotFoundException: org.apache.xerces.parsers.DOMParser
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481)
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
> at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:169)
> at org.jdom.adapters.XercesDOMAdapter.getDocument(XercesDOMAdapter.java:97)
> ... 66 more
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Resolved: (TEIIDDES-87) Multiple Issues with Expression Builder (not saving, backspace selects all data)
by Dan Florian (JIRA)
[ https://jira.jboss.org/jira/browse/TEIIDDES-87?page=com.atlassian.jira.pl... ]
Dan Florian resolved TEIIDDES-87.
---------------------------------
Resolution: Cannot Reproduce Bug
Unable to duplicate this issue.
> Multiple Issues with Expression Builder (not saving, backspace selects all data)
> --------------------------------------------------------------------------------
>
> Key: TEIIDDES-87
> URL: https://jira.jboss.org/jira/browse/TEIIDDES-87
> Project: Teiid Designer
> Issue Type: Task
> Components: Dialogs
> Affects Versions: 6.0.0
> Environment: Linux
> Reporter: Paul Nittel
> Assignee: Dan Florian
> Priority: Minor
> Fix For: 6.1.0
>
>
> I started with a simple CONCAT(arg, arg) in a select statement. I selected the CONCAT(arg, arg) and entered the expression builder. (My intent was to replace the CONCAT with a DECODESTRING.) While entering the data, I mistyped a string and, without looking, backspaced a couple of times. What happened is the first backspace selected the text field and the second deleted it all.
> After retyping it (more carefully), I applied and OKed the expression. The transformation editor did not reflect my change. If I re-enter the Expression Builder, I can see my new DECODESTRING function. I just can't get it where it belongs--in the transformation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months