JRS REST CLIENT conflicting with jboss resteasy client while authenticating jasper server

Hi All,

I am using jrs-rest-java-client in my project.

i am using jasperclient suthenticate to authenticate my jasperserver.

JasperserverRestClient client = new JasperserverRestClient(configuration);
 
Session session = client.authenticate(System.getProperty(ReportConstants.REPORT_USER), password)

while using authenticate its conflicting with jboss resteasy client as few classes are similar , please help how to resolve this.

sushobhan.b's picture
Joined: Aug 22 2018 - 10:52pm
Last seen: 2 years 3 weeks ago

0 Answers:

No answers yet
Feedback
randomness