[jbosstools-issues] [JBoss JIRA] (JBIDE-25095) WildFly 11 runtime should add "wildfly-elytron-1.1.1.Final.jar" to build path

Wolfgang Knauf (JIRA) issues at jboss.org
Sun Sep 24 15:49:00 EDT 2017


Wolfgang Knauf created JBIDE-25095:
--------------------------------------

             Summary: WildFly 11 runtime should add "wildfly-elytron-1.1.1.Final.jar" to build path
                 Key: JBIDE-25095
                 URL: https://issues.jboss.org/browse/JBIDE-25095
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
          Components: server
    Affects Versions: 4.5.0.Final
            Reporter: Wolfgang Knauf
            Priority: Minor


When a client app (e.g. a JavaEE application client) wants to perform a login to a WildFly 11 server, it has to either use a "wildfly-config.xml" file or add some code to setup security (see e.g. [link Client authentication with Elytron client|https://docs.jboss.org/author/display/WFLY/Client+Authentication+with+Elytron+Client#ClientAuthenticationwithElytronClient-TheProgrammaticApproach] for a code snippet).

To make this code compile, two jar files are required:
%WILDFLY11_HOME%\modules\system\layers\base\org\wildfly\security\elytron-private\main\wildfly-elytron-1.1.1.Final.jar
%WILDFLY11_HOME%\modules\system\layers\base\org\wildfly\common\main\wildfly-common-1.2.0.Final.jar

I think the runtime should add them by default.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list