Skip to content

Commit

Permalink
Merge pull request #29695 from tjwatson/fixCDICheckpointVisibilityTests
Browse files Browse the repository at this point in the history
Update CDI tests for webModuleClassPathLoader attribute
  • Loading branch information
tjwatson authored Sep 22, 2024
2 parents 8b15acb + 04c6919 commit 9413bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<feature>javaeeClient-7.0</feature>
</featureManager>

<enterpriseApplication location="visTest.ear" defaultClientModule="visTestAppClient.jar" addWebModuleClassPathTo="earLoader" >
<enterpriseApplication location="visTest.ear" defaultClientModule="visTestAppClient.jar" webModuleClassPathLoader="ear" >
<classloader commonLibraryRef="visTestCommonLib" privateLibraryRef="visTestPrivateLib" />
</enterpriseApplication>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature>componentTest-1.0</feature>
</featureManager>

<enterpriseApplication location="visTest.ear" defaultClientModule="visTestAppClient.jar" addWebModuleClassPathTo="earLoader">
<enterpriseApplication location="visTest.ear" defaultClientModule="visTestAppClient.jar" webModuleClassPathLoader="ear">
<classloader commonLibraryRef="visTestCommonLib" privateLibraryRef="visTestPrivateLib" />
</enterpriseApplication>

Expand Down

0 comments on commit 9413bdc

Please sign in to comment.