[JBoss JIRA] (TEIIDDES-1915) Flat file connection profile doesn't allow relative path to folder & other
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1915?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1915.
------------------------------------
Resolution: Rejected
Since there is an error message when you "Edit..." a connection profile (Invalid flat file data source path. Please correct the connection profile) with a relative folder path, we can assume that the Connection Profile really doesn't support relative paths. If the same validation was performed on the New Flat File CP wizard, then it would prevent this situation.
So this is a Data Tools issue and really not a Designer issue.
> Flat file connection profile doesn't allow relative path to folder & other
> ---------------------------------------------------------------------------
>
> Key: TEIIDDES-1915
> URL: https://issues.jboss.org/browse/TEIIDDES-1915
> Project: Teiid Designer
> Issue Type: Bug
> Environment: JBDS 7.0.1.GA, Teiid Designer 8.2.0Final
> Reporter: Lucie Fabrikova
> Assignee: Mark Drilling
> Priority: Minor
> Fix For: 8.4
>
>
> 1. New -> Connection profile -> Flat file data source
> 2. Set home folder to relative path
> 3. Finish; Import: Flat file source >> source model
> 4. Choose the created flat file connection profile
> 5. Clicking through the wizard, a model is created
> 6. Executing VDB containing the model and flat file source model causes error (flat file - "EmpData.csv - not found)
> ad 5. clicking on "Edit..." gives error message "Invalid flat file data source path. Please correct the connection profile."
> Next unclear behavior:
> ad 2. checkbox "Validate home folder" is checked and "Test connection" button does nothing, and buttons "Next", "Finish" are disabled
> (after setting both relative or absolute path)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (TEIIDDES-2052) 'Mark as Deployable' on a war not working for remote (OpenShift) server
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2052?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2052:
-----------------------------------
Assignee: Mark Drilling (was: Barry LaFond)
> 'Mark as Deployable' on a war not working for remote (OpenShift) server
> -----------------------------------------------------------------------
>
> Key: TEIIDDES-2052
> URL: https://issues.jboss.org/browse/TEIIDDES-2052
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.3.1
> Reporter: Mark Drilling
> Assignee: Mark Drilling
> Fix For: 8.4
>
>
> I created a war (using Rest War generator) in Designer and added it to my project. Then to deploy it, I selected it and used the 'Mark as Deployable" action.
> This worked fine on my local server (both deploy and undeploy) but then I switched to an OpenShift external server instance (used port-forwarding).
> The 'Mark as Deployable' action doesnt work for the Openshift external server. Maybe the action is doing a copy of the war into the deployments folder?
> We don't provide the action, but we should either troubleshoot or potentially provide our own action which deploys a war using the admin api.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (TEIIDDES-2041) Null Pointer Exception creating DB2 JDBC Connection
by Jim Riley (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2041?page=com.atlassian.jira.plu... ]
Jim Riley commented on TEIIDDES-2041:
-------------------------------------
I switched to 32 bit java and 32 bit eclipse and I could establish a connection.
> Null Pointer Exception creating DB2 JDBC Connection
> ---------------------------------------------------
>
> Key: TEIIDDES-2041
> URL: https://issues.jboss.org/browse/TEIIDDES-2041
> Project: Teiid Designer
> Issue Type: Bug
> Environment: Designer 8.3.1.Final-v20140122-1920-B21. Running in eclipse Kepler on Windows 7 with jdk1.7.0_45
> Reporter: Jim Riley
>
> When trying to Make a JDBC connection to DB2 Database a Null Pointer Exception is encountered. The Ping to test the connection is successful.
> I tried connecting to a AIX DB2 instance and a Mainframe instance. The result was the same.
> The detailed messages is:
> Could not connect to New Generic JDBC.
> Error creating SQL Model Connection connection to New Generic JDBC. (Error: null)
> java.lang.NullPointerException
> OK
> The log file contains:
> !ENTRY org.eclipse.datatools.connectivity 4 -1 2014-02-06 10:18:14.869
> !MESSAGE Could not connect to DMS Net Driver JDBC.
> !SUBENTRY 1 org.eclipse.datatools.connectivity 4 -1 2014-02-06 10:18:14.869
> !MESSAGE Error creating SQL Model Connection connection to DMS Net Driver JDBC. (Error: null)
> !STACK 0
> java.lang.NullPointerException
> at org.eclipse.datatools.connectivity.sqm.internal.core.util.DatabaseProviderHelper.getCatalogDatabase(DatabaseProviderHelper.java:37)
> at org.eclipse.datatools.connectivity.sqm.internal.core.util.DatabaseProviderHelper.setDatabase(DatabaseProviderHelper.java:47)
> at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionInfoImpl.initializeJDBCConnection(ConnectionInfoImpl.java:718)
> at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionInfoImpl.<init>(ConnectionInfoImpl.java:690)
> at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFactory.createConnection(ConnectionFactory.java:38)
> at org.eclipse.datatools.connectivity.sqm.core.SQMConnectionFactory.createConnection(SQMConnectionFactory.java:45)
> at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFactory.createConnection(ConnectionFactory.java:59)
> at org.eclipse.datatools.connectivity.internal.ConnectionFactoryAdapterProvider.createConnection(ConnectionFactoryAdapterProvider.java:114)
> at org.eclipse.datatools.connectivity.internal.ManagedConnection.createConnection(ManagedConnection.java:163)
> at org.eclipse.datatools.connectivity.internal.CreateConnectionJob.run(CreateConnectionJob.java:56)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> !SUBENTRY 1 unknown 0 0 2014-02-06 10:18:14.869
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (TEIIDDES-305) Create an importer for the LDAP Connector
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-305?page=com.atlassian.jira.plug... ]
Barry LaFond commented on TEIIDDES-305:
---------------------------------------
importer was added in 8.3 code-base, but wasn't added to feature.xml so it would get added to the kit/update-site. Need to pull this back into 8.3.2 to expose it
> Create an importer for the LDAP Connector
> -----------------------------------------
>
> Key: TEIIDDES-305
> URL: https://issues.jboss.org/browse/TEIIDDES-305
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Import/Export
> Affects Versions: Future
> Reporter: Michael Walker
> Assignee: Barry LaFond
> Fix For: 8.3, 8.3.2
>
>
> Designer should be able to import LDAP metadata and auto-generate a relational model. This would remove the manual effort of creating models, which is error-prone.
> The importer should support the ability to gather cost statistics, as it greatly enhances overall query performance, and is always recommended for use with LDAP data source connections.
> The importer could also create normalized tables to represent multi-valued attributes of a given DN. See linked issue for more info on this request.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (TEIIDDES-305) Create an importer for the LDAP Connector
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-305?page=com.atlassian.jira.plug... ]
Ramesh Reddy commented on TEIIDDES-305:
---------------------------------------
What exactly has been done here? Did we create custom connector for this? The above link just shows feature.xml edits.
> Create an importer for the LDAP Connector
> -----------------------------------------
>
> Key: TEIIDDES-305
> URL: https://issues.jboss.org/browse/TEIIDDES-305
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Import/Export
> Affects Versions: Future
> Reporter: Michael Walker
> Assignee: Barry LaFond
> Fix For: 8.3, 8.3.2
>
>
> Designer should be able to import LDAP metadata and auto-generate a relational model. This would remove the manual effort of creating models, which is error-prone.
> The importer should support the ability to gather cost statistics, as it greatly enhances overall query performance, and is always recommended for use with LDAP data source connections.
> The importer could also create normalized tables to represent multi-valued attributes of a given DN. See linked issue for more info on this request.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month