Versions Compared

Key

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

Table of Contents
maxLevel4
minLevel4

Using Maven

Initially Due to a known issue when using Maven initially remove the following parent POM reference from the top level sample pom.xml file, which is in the <PRODUCT_HOME>\samples\Jaxws-Jaxrs\ directory directory.
The latter mentioned issue will be fixed in AS 6.0.0.

Code Block
<parent> 
	<groupId>org.wso2.appserver</groupId> 
	<artifactId>wso2appserver-samples-parent</artifactId> 
	<version>5.2.1</version> 
</parent>

...