Web service restful + common java project

1

I have the following problem, I have a test web service created in a separate project (I) in eclipse and another java (II) project (Drools). How do I make the two communicate in different projects?

I have tried the Build Path - > Project - > add , but when I try to call any method of the project (II) it appears this error:

ContainerResponse mapMappableContainerException
GRAVE: The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container
java.lang.NoClassDefFoundError: com/sample/DroolsTest

Would anyone know how to solve it?

    
asked by anonymous 25.10.2015 / 04:03

0 answers