Skip to content

Commit

Permalink
WADL example fix
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Aug 8, 2024
1 parent 2d7b11f commit 3ec9ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions examples/extended-wadl-webapp/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jersey.
Contents
--------

The description of what's done here you'll find in the [jersey 1
wiki](https://wikis.oracle.com/display/Jersey/HowToConfigureExtendedWADL).

The difference in configuration against jersey 1.x is in property
configuring the custom WadlGeneratorConfig. Instead of property key
'com.sun.jersey.config.property.WadlGeneratorConfig' use the property
Expand Down Expand Up @@ -48,6 +45,8 @@ into your existing GlassFish instance, you will need to follow
instructions at [the module README file](../../README.html) in order to
deploy the example.

NOTE: the example must be run with a JDK prior to JDK 13 otherwise javadoc plugin won't work properly.

Otherwise, you can run the example using embedded GlassFish as follows:

You can run the example using Grizzly as follows:
Expand Down
2 changes: 1 addition & 1 deletion examples/extended-wadl-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-osgi</artifactId>
<scope>test</scope>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down

0 comments on commit 3ec9ec0

Please sign in to comment.