Created
March 15, 2012 20:49
-
-
Save demobox/2046813 to your computer and use it in GitHub Desktop.
Upgrading Deployit was-plugin-extensions to 3.6.0_3
This file contains hidden or 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
| Types requiring upgrade: | |
| - was.JbdcProvider | |
| - was.JbdcProviderSpec | |
| - was.OracleJbdcProvider | |
| - was.OracleJbdcProviderSpec | |
| Verify by starting the CLI and running | |
| > print repository.search('was.JbdcProvider') | |
| > print repository.search('was.JbdcProviderSpec') | |
| etc. |
This file contains hidden or 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
| <!-- Temporary type definitions to be added to SERVER_HOME/ext/synthetic.xml --> | |
| <type type="was.JbdcProvider" extends="was.JdbcProvider"> | |
| <generate-deployable type="was.JbdcProviderSpec" extends="was.Deployable" /> | |
| </type> | |
| <type type="was.OracleJbdcProvider" extends="was.OracleJdbcProvider"> | |
| <generate-deployable type="was.OracleJbdcProviderSpec" extends="was.Deployable" /> | |
| </type> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment