Versions Compared

Key

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

...

  1. Remove the following parent POM reference from the sample's pom.xml file, which is stored in the <PRODUCT_HOME>\samples\ directory.

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

    Note that this step is necessary because of a known issue, which will be fixed in AS 6.0.0.

  2. Adding following <version> and <groupid> elements to the pom.xml after the commented out parent element which you commented in the first step.

    Code Block
    <groupId>org.wso2.appserver</groupId>
    <version>5.2.1</version>

...