Embedded connection issues after restart
----------------------------------------
Key: TEIID-795
URL: https://jira.jboss.org/jira/browse/TEIID-795
Project: Teiid
Issue Type: Bug
Affects Versions: 6.2.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 6.2.0
After the restart of the embedded using the Admin API, the previous active connection continues to use the old instance of the Embedded and gets into NPE as the old instance taken down.
--
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
Path to config file has been remove from deploy.properties and Teiid is looking in the wrong location.
------------------------------------------------------------------------------------------------------
Key: TEIID-809
URL: https://jira.jboss.org/jira/browse/TEIID-809
Project: Teiid
Issue Type: Bug
Components: Embedded
Affects Versions: 6.2.0
Environment: File path Teiid embedded running in SQuirrel SQL. Build of 8-28
Reporter: John Doyle
Assignee: Steven Hawkins
Fix For: 6.2.0
Earlier versions of deploy.properties had this line.
dqp.configFile=./deploy/configuration.xml
This line is gone from the current version of the file, and Teiid is looking in the top level folder, not the ./deploy folder for the configuration.xml
--
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
Admin connection is not being auth
----------------------------------
Key: TEIID-793
URL: https://jira.jboss.org/jira/browse/TEIID-793
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 6.2.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Blocker
Fix For: 6.2.0
Currently the admin connections made using "ServerAdminFactory" were not subject to the login restrictions, so the connection is wide open. This needs to be fixed.
--
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
Move the properties defined in DQPConfigSource into DQpEmbeddedProperties
--------------------------------------------------------------------------
Key: TEIID-802
URL: https://jira.jboss.org/jira/browse/TEIID-802
Project: Teiid
Issue Type: Quality Risk
Components: Common, Embedded, Server
Affects Versions: 6.2.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Minor
Fix For: 6.2.0
Currently there are some properties defined under DQConfigSource class that are used by the engine code. The main class for the properties is defined under DQPEmbeddedProperties. We need consolidate them and I see few properties defined but not reading them in the code. Also, rename the properties to match the functionality where needed.
--
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
Source download is currently not in form which is readily consumable by the developers
--------------------------------------------------------------------------------------
Key: TEIID-804
URL: https://jira.jboss.org/jira/browse/TEIID-804
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Affects Versions: 6.1.0
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Fix For: 6.2.0
The teiid-source-{version}.zip that is distributed along with runtime kits is not in development consumable form. However it is good for debugging purposes or just reference for the source code. The users looking for the development mean while should get the source code from anonymous svn location.
--
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
Embedded deployment is creating "log" directory in wrong location
-----------------------------------------------------------------
Key: TEIID-812
URL: https://jira.jboss.org/jira/browse/TEIID-812
Project: Teiid
Issue Type: Bug
Components: Embedded
Affects Versions: 6.2.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 6.2.0
When Teiid used in the "embedded" with "file-path" profile, like deployed JBoss AS, it is creating the log directory where the parent process is started from instead of placing it under "{teiid-home}/log" directory.
It is expected that when using "classpath-profile" it will create under the {user.dir}
--
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
Make all scripts use TEIID_HOME
-------------------------------
Key: TEIID-679
URL: https://jira.jboss.org/jira/browse/TEIID-679
Project: Teiid
Issue Type: Sub-task
Reporter: Ramesh Reddy
Fix For: 6.2.0
Define TEIID_HOME environment variable to be used in all the scripts that start, stop and manage the server.
--
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
JDBC Metadata SQLXML type is wrong
----------------------------------
Key: TEIID-712
URL: https://jira.jboss.org/jira/browse/TEIID-712
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 6.0.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 6.2.0
JDBC Metadata should report the sql type for SQLXML as 2009 not 2000
--
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
Improve numeric transforms
--------------------------
Key: TEIID-689
URL: https://jira.jboss.org/jira/browse/TEIID-689
Project: Teiid
Issue Type: Task
Components: Common
Affects Versions: 6.0.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 6.2.0
The numeric transforms should use valueof methods as much as possible to reuse pooled instances.
--
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
Add Google Analytics support to the Teiid.org site.
---------------------------------------------------
Key: TEIID-711
URL: https://jira.jboss.org/jira/browse/TEIID-711
Project: Teiid
Issue Type: Task
Components: Documentation
Reporter: Ramesh Reddy
Fix For: 6.2.0
It appears you need to insert a .js blurb into the pages you want to track. Figure out what needs to be done, add to magnolia pages and send out email about how this can viewed to the teiid-user and teiid-dev lists.
--
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