Jump to content
We've recently updated our Privacy Statement, available here ×

aruna.chalasani

Members
  • Posts

    4
  • Joined

  • Last visited

aruna.chalasani's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, I have managed with this. It is working now. <dependency><groupId>com.jaspersoft</groupId><artifactId>jrs-rest-java-client</artifactId><version>6.2.2</version><classifier>jar-with-dependencies</classifier></dependency> <repositories><repository><id>jaspersoft Maven Repository</id><url>http://jaspersoft.artifactoryonline.com/jaspersoft/jaspersoft-clients-releases</url><snapshots><enabled>true</enabled></snapshots><releases><enabled>true</enabled></releases></repository></repositories>
  2. Hi, I am using jrs-rest-java-client-6.2.2-jar-with-dependencies.jar in my OSGI container as I could not get jrs-rest-java-client-6.2.2.jar working without the dependency conflicts and issues. However, I am unable to use the library from the maven as I could not get the right maven dependency for the library jrs-rest-java-client-6.2.2-jar-with-dependencies.jar. Can someone suggest. Thanks in advance, A
  3. Hello Jasper friends, I am using the JRS-REST Java Client to access the jasper server: https://github.com/Jaspersoft/jrs-rest-java-client Version-6.2.2 Has anyone successfully used this client in the OSGI bundles? I am having problems integrating with it which I will specifically ask in another question. I am interested to use this client and wrap it up with only the services I need to expose in my application. Is it a good idea to use this library? Regards A
  4. Hi Fiona, You need the first repository from the below to get it working. <repositories> <repository> <id>jrs-rest-java-client</id> <name>Jaspersoft clients releases</name> <url>http://jaspersoft.artifactoryonline.com/jaspersoft/jaspersoft-clients-releases/</url> </repository> <repository> <id>jrs-ce-releases</id> <name>JasperReports Server CE releases repository</name> <url>http://jaspersoft.artifactoryonline.com/jaspersoft/jrs-ce-releases/</url> </repository> </repositories> Regards, A
×
×
  • Create New...