Skip to content

Commit

Permalink
gplazma2-oidc-te: fix invalid initialization of plugin
Browse files Browse the repository at this point in the history
Motivation:
The META-INF/gplazma-plugins.xml must point to the correct class name,
otherwise we get:

Unable register new plugin: Class org.dcache.gplazma.plugins.tokenx.TokenExchange could not be found.

Modification:
Fix the class name in gplazma-plugins.xml

Result:
no error on start (and working plugin :) )

Acked-by: Paul Millar
Target: master, 10.1
Require-book: no
Require-notes: yes
(cherry picked from commit bb836be)
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
  • Loading branch information
kofemann authored and lemora committed Sep 10, 2024
1 parent a6fffd4 commit b29c463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<plugins>
<plugin>
<name>oidc-te</name>
<class>org.dcache.gplazma.plugins.tokenx.TokenExchange</class>
<class>org.dcache.gplazma.tokenx.TokenExchange</class>
</plugin>
</plugins>

0 comments on commit b29c463

Please sign in to comment.