[JBoss JIRA] (TEIID-2856) IP address incorrectly exposed via SECURITY logger
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2856?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2856.
---------------------------------
> IP address incorrectly exposed via SECURITY logger
> --------------------------------------------------
>
> Key: TEIID-2856
> URL: https://issues.jboss.org/browse/TEIID-2856
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 8.5
> Environment: RHEL6 linux 2.6.32-431.1.2.el6.x86_64 #1 SMP Sun Nov 24 09:37:37 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
> jbossas-standalone 7.2.1 6.Final_redhat_10.1.ep6.el6
> Reporter: Marco Grigull
> Assignee: Steven Hawkins
> Fix For: 8.7
>
>
> After configuring a logger for org.teiid.SECURITY debug level, fields for IP address information appears to be supplied by the client and not observed from the connection itself (odbc connections). It is reported as null for psql based connections.
> This had previously been reported as TEIID-1586 and TEIID-1672 . IT still presents an issue where audit trail is required.
--
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
11 years, 11 months
[JBoss JIRA] (TEIID-2889) MongoDB translator fails to deploy
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2889?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2889.
---------------------------------
> MongoDB translator fails to deploy
> ----------------------------------
>
> Key: TEIID-2889
> URL: https://issues.jboss.org/browse/TEIID-2889
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 8.7
> Reporter: Tom Arnold
> Assignee: Ramesh Reddy
> Labels: 8.7, Beta2, mongodb
> Fix For: 8.7
>
>
> I am building Teiid from GIT master. I noticed that the MongoDB translator failed to deploy. Upon further investigation I found that the module.xml was looking for a different version of the MongoDB Java driver than what was packaged.
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <module xmlns="urn:jboss:module:1.0" name="org.jboss.teiid.translator.mongodb.api">
> <resources>
> <resource-root path="mongodb-api-8.7.0.Beta2-SNAPSHOT.jar" />
> <resource-root path="mongo-java-driver-2.11.1.jar" />
> </resources>
> <dependencies>
> <module name="javax.api"/>
> <module name="javax.resource.api"/>
> <module name="org.jboss.teiid.common-core" />
> <module name="org.jboss.teiid.api" />
> </dependencies>
> </module>
> {code}
>
> {code}
> mongo-java-driver-2.7.3.jar
> {code}
> {code}
> git clean -fdx
> git reset --hard
> mvn clean install -P release -s settings.xml -DskipTests
> {code}
> Building just the translator, I see that 2.11.1 and 2.7.3 get pulled down. I've been doing greps and cannot find what is pulling in the older version.
--
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
11 years, 11 months