Hi, I've got a problem when running a
test with
maven.
In my project I connecto to an XML Database (exist). For this I need xmlrcp in order to send the message to the DB.
In my pom I have this as dependencies:
and it imports the jar files properly. The compilation works fine but the problem comes in runtime when performing thes test to the databse. This is the error that I am getting:
So the class is not exported and used in runtime. Do you know any way to fix this? It is driving me crazy and I have no ideas anymore.
Thanks in advance.