This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
BZ-1163029 - dashbuilder for generic (ie tomcat) distribution has dif…
…ferent hibernate.cfg.xml to others
- Loading branch information
Showing
3 changed files
with
26 additions
and
79 deletions.
There are no files selected for viewing
28 changes: 14 additions & 14 deletions
28
jbpm-dashboard-distributions/src/main/tomcat7/META-INF/context.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,18 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <Context fireRequestListenersOnForwards="false" > | ||
| <Context fireRequestListenersOnForwards="false"> | ||
| <Resource name="jdbc/dashbuilder" auth="Container" | ||
| type="javax.sql.DataSource" username="dashbuilder" password="dashbuilder" | ||
| driverClassName="org.h2.Driver" | ||
| url="jdbc:h2:~/dashbuilder" | ||
| maxActive="8" | ||
| /> | ||
|
|
||
| <Resource name="jdbc/jbpm" auth="Container" | ||
| type="javax.sql.DataSource" username="sa" password="" | ||
| driverClassName="org.h2.Driver" | ||
| url="jdbc:h2:file:~/jbpm" | ||
| maxActive="8" | ||
| /> | ||
| <Resource name="BeanManager" | ||
| auth="Container" | ||
| type="javax.enterprise.inject.spi.BeanManager" | ||
| factory="org.jboss.weld.resources.ManagerObjectFactory"/> | ||
| <WatchedResource>WEB-INF/web.xml</WatchedResource> | ||
| <WatchedResource>META-INF/context.xml</WatchedResource> | ||
|
|
||
| <Resource name="BeanManager" | ||
| auth="Container" | ||
| type="javax.enterprise.inject.spi.BeanManager" | ||
| factory="org.jboss.weld.resources.ManagerObjectFactory"/> | ||
| <WatchedResource>WEB-INF/web.xml</WatchedResource> | ||
| <WatchedResource>META-INF/context.xml</WatchedResource> | ||
| </Context> | ||
|
|
||
| </Context> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 0 additions & 57 deletions
57
jbpm-dashboard-distributions/src/main/tomcat7/WEB-INF/etc/hibernate.cfg.xml
This file was deleted.
Oops, something went wrong.