src/main/resources/META-INF/context.xml

Wed, 07 Aug 2024 18:43:15 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 07 Aug 2024 18:43:15 +0200
changeset 321
fe73f02d86dc
parent 56
11b1e7153496
permissions
-rw-r--r--

fix regression for issue #404

where a partially loaded project
object was insufficient to render
the issue view

56
11b1e7153496 re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
11b1e7153496 re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff changeset
2 <Context path="/lightpit">
11b1e7153496 re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff changeset
3 <ResourceLink name="jdbc/lightpit/app"
11b1e7153496 re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff changeset
4 global="jdbc/lightpit/app"
11b1e7153496 re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff changeset
5 type="javax.sql.DataSource" />
11b1e7153496 re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff changeset
6 </Context>

mercurial