I'm trying to run some junit on one of sub-modules( a webservice project)
and am getting a java.lang.ClassNotFoundException:
za.co.portal.efulfilment.SomeClass.

SomeClass is my war and I've added the war file in my pom's dependency
section, as

  <dependency>
     <groupId>za.co.pragmaticus.portal</groupId>
     <artifactId>portal</artifactId>
     <version>1.0.0</version>
     <type>war</type>
   </dependency>




Is what I'm doing incorrect?

Jeff  Mutonho

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

Reply via email to