For future reference. I have been able to resolve the compilation errors when compiling older revisions of wsrp4j by modifying the pom.xml file for the producer. I added the following dependency:
<dependency>
<artifactId>pluto-descriptor-api</artifactId>
<groupId>org.apache.pluto</groupId>
<version>${pluto.version}</version>
<scope>provided</scope>
</dependency>
This was done in conjunction with manually installing the
pluto-descriptor-api.jar file
Ian
