Skip to content

Commit

Permalink
Issue #392: Make sure the unavailable element test works with older r…
Browse files Browse the repository at this point in the history
…untimes (#396)
  • Loading branch information
eharris369 authored May 26, 2020
1 parent de03a01 commit e1d1577
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,4 @@

<application id="Sample" location="${server.config.dir}/myAppDir/Sample2.war" name="Sample2" type="war"/>

<dataSource jndiName="jdbc/exampleDS" id="ds1">
<jdbcDriver>
<library>
<fileset dir="C:\db-derby-10.8.2.2-bin\lib" includes="derby.jar"></fileset>
</library>
</jdbcDriver>
<properties.derby.embedded createDatabase="create" databaseName="${shared.resource.dir}/data/exampleDB"/>
</dataSource>


<jdbcDriver id="jdbcDriver">
<library>
<fileset dir="D:\derby\lib" includes="derby.jar"></fileset>
</library>
</jdbcDriver>
</server>

0 comments on commit e1d1577

Please sign in to comment.