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

EclipseLink/Examples/DBWS/AdvancedJavase6Containerless

< EclipseLink‎ | Examples‎ | DBWS
Revision as of 14:37, 20 April 2009 by Unnamed Poltroon (Talk)

DBWS Web running with 'containerless' Endpoint API

It is possible to run a Web service using Javase 6's "containerless" javax.xml.ws.Endpoint API.

Javase 6 ships with the JAX-WS 2.x APIx inside the JDK (versions prior to update 4 have JAX-WS 2.0 APIs, which may cause some issues with later API requirements: to fix this, copy jaxws-api.jar and jaxb-api.jar into the endorsed directory, which is $JAVA_HOME/lib/endorsed or $JDK_HOME/jre/lib/endorsed. Please see [1] for more details)


Back to the top