Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After you run the upgrader tool, there are some additional steps if your application uses database or JMS.:

1) Manually add the Database or JMS rar module as the dependency:

If the application uses resource reference in 1.1, resource references need to be resolvable in the set of ancestors of your module. In other words, your application has to depend on the rar deployment.

...

> ------------------------------------------------------
> Error: Unable to distribute XXX: Unable to resolve
> resource reference 'XXX' (Could not find resource
> 'XXX'. Perhaps it has not yet been configured,
> or your application does not have a dependency declared for that
> resource module?)

2) Manually convert the derby jar dependencies to system-datasource:

If your 1.0 database connection pool plan has the following as dependencies:

...