This is crazy
If I don't deploy the junit files I get the error
Error Description : java.lang.NoClassDefFoundError: junit/framework/TestCase
As soon as I do deploy the junit files I get the error
Error Description : java.lang.NoClassDefFoundError:
javax/xml/bind/annotation/adapters/XmlAdapter
How on earth do I get round this? Do I have to remove the test cases
from my deployment jar?
Thanks
Kenneth