[JBoss JIRA] (TEIID-2764) Kerberos/SPNEGO Module Dependency Missing
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2764?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-2764:
--------------------------------
Fix Version/s: 8.6
> Kerberos/SPNEGO Module Dependency Missing
> -----------------------------------------
>
> Key: TEIID-2764
> URL: https://issues.jboss.org/browse/TEIID-2764
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.6
> Environment: Windows2008R2
> Reporter: Andy Yip
> Assignee: Ramesh Reddy
> Labels: dependencies, module
> Fix For: 8.6
>
>
> I encountered an issue where the LoginModule class was not found when trying to use the Kerberos and the SPNEGO Login Module
> A workaround was proposed to add the following to the to the org.jboss.teiid module.xml dependency list.
> <module name="sun.jdk"/> <!-- Kerberos -->
> <module name="org.jboss.security.negotiation"/> <!-- SPNEGO -->
--
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, 1 month
[JBoss JIRA] (TEIID-2764) Kerberos/SPNEGO Module Dependency Missing
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2764?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2764:
-------------------------------------
The module is available in the "modules" directory, I am not sure how they get supplied if any other JDK is used. I can mark them "optional" in the setting.
> Kerberos/SPNEGO Module Dependency Missing
> -----------------------------------------
>
> Key: TEIID-2764
> URL: https://issues.jboss.org/browse/TEIID-2764
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.6
> Environment: Windows2008R2
> Reporter: Andy Yip
> Assignee: Steven Hawkins
> Labels: dependencies, module
>
> I encountered an issue where the LoginModule class was not found when trying to use the Kerberos and the SPNEGO Login Module
> A workaround was proposed to add the following to the to the org.jboss.teiid module.xml dependency list.
> <module name="sun.jdk"/> <!-- Kerberos -->
> <module name="org.jboss.security.negotiation"/> <!-- SPNEGO -->
--
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, 1 month
[JBoss JIRA] (TEIID-2764) Kerberos/SPNEGO Module Dependency Missing
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2764?page=com.atlassian.jira.plugin... ]
Ramesh Reddy reassigned TEIID-2764:
-----------------------------------
Assignee: Ramesh Reddy (was: Steven Hawkins)
> Kerberos/SPNEGO Module Dependency Missing
> -----------------------------------------
>
> Key: TEIID-2764
> URL: https://issues.jboss.org/browse/TEIID-2764
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.6
> Environment: Windows2008R2
> Reporter: Andy Yip
> Assignee: Ramesh Reddy
> Labels: dependencies, module
>
> I encountered an issue where the LoginModule class was not found when trying to use the Kerberos and the SPNEGO Login Module
> A workaround was proposed to add the following to the to the org.jboss.teiid module.xml dependency list.
> <module name="sun.jdk"/> <!-- Kerberos -->
> <module name="org.jboss.security.negotiation"/> <!-- SPNEGO -->
--
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, 1 month
[JBoss JIRA] (TEIID-2764) Kerberos/SPNEGO Module Dependency Missing
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2764?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2764:
---------------------------------------
Ramesh can you evaluate this for inclusion into 8.6/8.4.1. At first glance It doesn't look proper to include a sun.jdk module.
> Kerberos/SPNEGO Module Dependency Missing
> -----------------------------------------
>
> Key: TEIID-2764
> URL: https://issues.jboss.org/browse/TEIID-2764
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.6
> Environment: Windows2008R2
> Reporter: Andy Yip
> Assignee: Steven Hawkins
> Labels: dependencies, module
>
> I encountered an issue where the LoginModule class was not found when trying to use the Kerberos and the SPNEGO Login Module
> A workaround was proposed to add the following to the to the org.jboss.teiid module.xml dependency list.
> <module name="sun.jdk"/> <!-- Kerberos -->
> <module name="org.jboss.security.negotiation"/> <!-- SPNEGO -->
--
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, 1 month
[JBoss JIRA] (TEIID-2765) Add odata support for array types
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2765?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2765:
---------------------------------------
That would be the idea behind a workaround. It's more applicable to the procedure case where there are proper column names. Here we'd have to use generated names for the array locations "a1", "a2"...
> Add odata support for array types
> ---------------------------------
>
> Key: TEIID-2765
> URL: https://issues.jboss.org/browse/TEIID-2765
> Project: Teiid
> Issue Type: Enhancement
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
>
> simple type arrays should be supported through odata with a mapping to a complex type.
> It would be good to also support object type values also but that would seemingly be a large effort possibly involving custom odata4j serializers to define the complex type metadata and perform the serialization to a complex type value.
--
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, 1 month
[JBoss JIRA] (TEIID-2765) Add odata support for array types
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2765?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2765:
-------------------------------------
On procedure that returns a resutset, I used similar logic to return collections of Complex Objects. Is that applicable?
> Add odata support for array types
> ---------------------------------
>
> Key: TEIID-2765
> URL: https://issues.jboss.org/browse/TEIID-2765
> Project: Teiid
> Issue Type: Enhancement
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
>
> simple type arrays should be supported through odata with a mapping to a complex type.
> It would be good to also support object type values also but that would seemingly be a large effort possibly involving custom odata4j serializers to define the complex type metadata and perform the serialization to a complex type value.
--
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, 1 month
[JBoss JIRA] (TEIID-2765) Add odata support for array types
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2765?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2765:
---------------------------------------
The issue is with the odata4j output logic. When writing collections it expects them to only contain simple values or complex objects, not other collections.
> Add odata support for array types
> ---------------------------------
>
> Key: TEIID-2765
> URL: https://issues.jboss.org/browse/TEIID-2765
> Project: Teiid
> Issue Type: Enhancement
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
>
> simple type arrays should be supported through odata with a mapping to a complex type.
> It would be good to also support object type values also but that would seemingly be a large effort possibly involving custom odata4j serializers to define the complex type metadata and perform the serialization to a complex type value.
--
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, 1 month
[JBoss JIRA] (TEIID-2768) XML 1.0 invalid characters not supported in web services
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2768?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-2768:
----------------------------------
Issue Type: Enhancement (was: Bug)
Priority: Minor (was: Major)
Any path that is explicitly for xml consumption it is a valid workaround for the user to include appropriate cleansing methods should their data contain xml 1.0 invalid characters, so changing this to a minor enhancement.
> XML 1.0 invalid characters not supported in web services
> --------------------------------------------------------
>
> Key: TEIID-2768
> URL: https://issues.jboss.org/browse/TEIID-2768
> Project: Teiid
> Issue Type: Enhancement
> Components: SOAP Services
> Affects Versions: 8.4, 8.5
> Reporter: Patrick Deenen
> Assignee: Steven Hawkins
> Priority: Minor
>
> This issue is comparable to TEIID-2757.
> The Web service framework sometimes has problems with transforming characters (invalid in XML 1.0) from the source data to the XML result. The result is an exception: com.ctc.wstx.exc.WstxParsingException: Illegal character entity: expansion character (code 0x1b
> at [row,col {unknown-source}]: [11,144589]. See for the complete stacktrace:
> https://issues.jboss.org/secure/attachment/12379354/TEIID-2757-Webservice...
--
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, 1 month
[JBoss JIRA] (TEIID-2765) Add odata support for array types
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2765?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2765:
---------------------------------------
Single dimensional seems straight-forward, but I'm having difficulty with multiple dimensions.
> Add odata support for array types
> ---------------------------------
>
> Key: TEIID-2765
> URL: https://issues.jboss.org/browse/TEIID-2765
> Project: Teiid
> Issue Type: Enhancement
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
>
> simple type arrays should be supported through odata with a mapping to a complex type.
> It would be good to also support object type values also but that would seemingly be a large effort possibly involving custom odata4j serializers to define the complex type metadata and perform the serialization to a complex type value.
--
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, 1 month