Skip to content

Commit

Permalink
Add concurrency API JAR to the default JSP servlet config.
Browse files Browse the repository at this point in the history
Related to #23999

Also copy missing test lib in the Concurrency TCK runner.

Now stuck on getting "java.io.IOException: unexpected tag: 18" 
in the ContextPropagationTests.testSecurityPropagatedContext Concurrency TCK test
Signed-off-by:Ondrej Mihalyi <ondrej.mihalyi@gmail.com>
  • Loading branch information
OndroMih committed Jun 20, 2022
1 parent 5728578 commit 79418ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Expand Up @@ -327,6 +327,7 @@
webservices-osgi.jar
weld-osgi-bundle.jar
jersey-mvc-jsp.jar
jakarta.enterprise.concurrent-api.jar
</param-value>
</init-param>
<load-on-startup>3</load-on-startup>
Expand Down
8 changes: 8 additions & 0 deletions appserver/tests/tck/concurrency/pom.xml
Expand Up @@ -171,6 +171,14 @@
<overWrite>true</overWrite>
<outputDirectory>${glassfish.root}/glassfish7/glassfish/lib</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.78</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${glassfish.root}/glassfish7/glassfish/lib</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down

0 comments on commit 79418ea

Please sign in to comment.