Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Http://wiki.eclipse.org/EclipseLink/Development/Testing/DBWS/2.5.0 Server Tests

Revision as of 10:34, 17 August 2012 by Unnamed Poltroon (Talk) (New page: <css> .source-sql {padding:1em;border:1px solid black; background-color: white;} .source-plsql {padding:1em;border:1px solid black; background-color: white;} .source-java5 {padding:1...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


DBWS Server Tests

The current DBWS server tests are direct ports of the original DWBS examples. These basic examples were intended to be run against an EclipseLink install. The three basic steps are:

  • resetDatabase - execute SQL statements to generate tables, procedures, etc
  • build - run the DBWS builder to generate a web archive to be deployed manually to an active server instance
  • runClient - runs basic tests against the deployed service

Back to the top