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

waal

Members
  • Posts

    13
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by waal

  1. When we save a adhocView, wich is based on another adhocView (via the save as method in the editor), some of our customers are getting a

    java.lang.RuntimeException: exception initting query error.

    The reports haven't changed in a couple of months... and this is the first time we encountered this kind of behaviour in the total runtime of our application. We are running jasperserver 4.7

     

    Greetings,

    Peter

  2. I'm developing a plugin for jasperstudio, i'm using the mongodb plugin as an example.

     

    I'm trying implement the Activator class with the AbstractJRUIPlugin. But my eclipse (wich has the jasper plugin installed via the market place) can't seem to resolve it.

     

    What should I do here ?

    Greetings,

    Peter

     

  3. Hello,

     

    I have created an custom query executer for jasperstudio, but I can't seem to get the fieldprovider to work. I got a class that implements the import com.jaspersoft.studio.data.fields.IFieldsProvider. But I think i have to add it to the jaspereports_extensions.properties as well. The only thing I have in that file is this line:

    net.sf.jasperreports.extension.registry.factory.qe=com.jaspersoft.studio.cxs.qe.ConnexysExtensionsRegistryFactory

     

    What should I add here to get the Fieldprovider to work, or should I do something else ?

     

    Greetings,

    Peter

  4. When I run the following curl command:

    curl -i -u superuser:superuser -X PUT -H "Content-Type:text/xml" -H "Accept:text/xml" -d 'Fozzie123Fozzie Beardeveldb' "http://localhost:8080/jasperserver-pro/rest/user"

     

    I get this output:

    HTTP/1.1 201 Created

    Server: Apache-Coyote/1.1

    Cache-Control: private

    Expires: Thu, 01 Jan 1970 01:00:00 CET

    P3P: CP="ALL"

    Set-Cookie: JSESSIONID=1D193052E4313ADA2B66E073304F5756; Path=/jasperserver-pro/; HttpOnly

    Content-Type: text/xml;charset=UTF-8

    Transfer-Encoding: chunked

    Vary: Accept-Encoding

    Date: Mon, 02 Sep 2013 12:45:43 GMT

     

     

    I'm not sure if jasper also supports json as request, the examples I could find are only with XML. I'm also not sure if you have to give the organization with the username. We are using the pro version, so jasperadmin is linked to an organisation there.

  5. You could just use the tOracleInput component and do a "select package.function from dual". As long as the function gives back a single value.

    I believe this will also work if your packaged function in Oracle is a pipelined one. Because that kind of is the same as a table.

×
×
  • Create New...