Skip to content

Commit

Permalink
fix: preventing IllegalArbumentException when starting rdf4j server (…
Browse files Browse the repository at this point in the history
…purpose comment)
  • Loading branch information
Martin0815bla committed Nov 30, 2023
1 parent f872378 commit 6f6c94b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remoting/resources/web/rdf4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
<display-name>RDF4J Server</display-name>
<!-- absolute ordering to prevent IllegalArgumentExcepition on startup -->
<absolute-ordering>
<name>spring_web</name>
</absolute-ordering>
Expand Down

0 comments on commit 6f6c94b

Please sign in to comment.