Re: [jasperreports-questions] How do i conect to Jasper frommyexternal Reporting application throug program

2006-07-16 Thread Giulio Toffoli




Hi guys,

I wrote a sample web app that lists and executes reports (with and
without input parameters) using webservices.
Let me a couple of days to figure out how to share it.

Giulio


William Ferguson wrote:

  
  
  
  It sounds like Eldo wants an
application server to host a JasperServer application which accepts
report requests from another application, generates the reports and
then serves them back to the client. Pretty good idea IMHO. Something I
want to do too.
  
  The ReadMe with the JasperServer
and JasperIntelligence download both suggest that this is indeed
possible via a WebService that ships with the product. And
JasperServer/JasperIntelligence does indeed ship with the Repository
WebService. Unfortunately there is no documentation for the WebService
to indicate what it actually supports, nor what params might be
required.
  
  Eldo, I suggest that unless
someone else on this list can provide an insight, your best bet is to
introspect the classes of the Repository WebService and see what you
might find.
  
  William
  
  
  From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On
Behalf Of Gupta, Karan
  Sent: Saturday, 15 July 2006 2:50 AM
  To: jasperreports-questions@lists.sourceforge.net
  Subject: Re: [jasperreports-questions] How do i conect to
Jasper frommyexternal Reporting application throug program
  
  
  Jasper is for generating reports.
  The implementationis just a
class which generates the report based on a compiled template file.
  Of course you can abstract the
class further.
  
  I'm not sure what you want to do
-- could you pelase elaborate?
  
  - Karan
  
  
  
  From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On
Behalf Of eldo kk
  Sent: Friday, July 14, 2006 2:10 AM
  To: jasperreports-questions@lists.sourceforge.net
  Subject: [jasperreports-questions] How do i conect to Jasper
from myexternal Reporting application throug program
  
  
  hai all,
  
I am looking at setting up a JasperServer to handle all report requests
for my application .I want to connect jasper server from my
application ,to check report status, retrieve lists of available
reports etc ,i need an external acces to jasper from my program . I
hearedof WebServices but i am new to this area ,and iam not able
to do due to lack of documents. 
  
  please help me regarding this,
  
  Regards,
  Eldo kk
  


Disclaimer: 
This email may contain confidential and privileged material for the
sole use of the intended recipient(s) and only for those purposes
previously or herein authorized by the sender. Any review, use,
distribution or disclosure by others, or use by the recipient for
unauthorized purposes, is strictly prohibited. If you are not the
intended recipient (or authorized to receive for the recipient), please
contact the sender by reply email and delete all copies of this
message.
  


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
  

___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
  




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Unable to generate WSDL for this service

2006-07-12 Thread Giulio Toffoli




This is a trick to get the WSDL, I did not go in depth to understand
why the WSDL can not be
produced from JasperServer app.

Giulio

William Ferguson wrote:

  Wow, thanks for the prompt reply Giulio.

But you lost me.

Repository.aar is already deployed as part of the JasperServer WebApp.

Are you suggesting that I need to create another WebApp just containing
repository.aar (and its dependencies) and deploy that separately to the
JasperServer WebApp?

William


  
  
-Original Message-
From: Giulio Toffoli [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, 12 July 2006 4:01 PM
To: William Ferguson; JasperreportsQuestions (E-mail)
Subject: Re: [jasperreports-questions] Unable to generate 
WSDL for this service


Putting repository.aar and all needed jars in an Axis2 
webapp, you can generate the WSDL.

Giulio

---

wsdl:definitions xmlns:ns1="http://org.apache.axis2/xsd" 
xmlns:xs="http://www.w3.org/2001/XMLSchema" 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
xmlns:tns="http://org.apache.axis2/" 
targetNamespace="http://org.apache.axis2/"wsdl:typesxs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema" 
xmlns:ns1="http://org.apache.axis2/xsd" 
targetNamespace="http://org.apache.axis2/xsd" 
elementFormDefault="unqualified" attributeFormDefault="unqualified"
xs:element name="putRequest"
xs:complexType
xs:sequence
xs:element type="xs:anyType" name="element" / 
/xs:sequence /xs:complexType /xs:element xs:element 
name="putResponse" xs:complexType xs:sequence 
xs:element type="xs:anyType" name="return" / /xs:sequence 
/xs:complexType /xs:element xs:element 
name="getRequest" xs:complexType xs:sequence xs:element 
type="xs:anyType" name="element" / /xs:sequence 
/xs:complexType /xs:element xs:element 
name="getResponse" xs:complexType xs:sequence 
xs:element type="xs:anyType" name="return" / /xs:sequence 
/xs:complexType /xs:element xs:element 
name="listRequest" xs:complexType xs:sequence 
xs:element type="xs:anyType" name="element" / 
/xs:sequence /xs:complexType /xs:element xs:element 
name="listResponse" xs:complexType xs:sequence 
xs:element type="xs:anyType" name="return" / /xs:sequence 
/xs:complexType /xs:element xs:element 
name="deleteRequest" xs:complexType xs:sequence 
xs:element type="xs:anyType" name="element" / 
/xs:sequence /xs:complexType /xs:element xs:element 
name="deleteResponse" xs:complexType xs:sequence 
xs:element type="xs:anyType" name="return" / /xs:sequence 
/xs:complexType /xs:element xs:element 
name="loginRequest" xs:complexType xs:sequence 
xs:element type="xs:anyType" name="element" / 
/xs:sequence /xs:complexType /xs:element xs:element 
name="loginResponse" xs:complexType xs:sequence 
xs:element type="xs:anyType" name="return" / /xs:sequence 
/xs:complexType /xs:element xs:element 
name="checkForRequiredResourcesRequest"
xs:complexType
xs:sequence
xs:element type="xs:anyType" name="element" / 
/xs:sequence /xs:complexType /xs:element xs:element 
name="checkForRequiredResourcesResponse"
xs:complexType
xs:sequence
xs:element type="xs:anyType" name="return" / /xs:sequence 
/xs:complexType /xs:element /xs:schema/wsdl:typeswsdl:message
name="loginRequestMessage"wsdl:part name="part1" 
element="ns1:loginRequest" //wsdl:messagewsdl:message 
name="listRequestMessage"wsdl:part name="part1" 
element="ns1:listRequest" //wsdl:messagewsdl:message 
name="deleteRequestMessage"wsdl:part name="part1" 
element="ns1:deleteRequest" //wsdl:messagewsdl:message 
name="deleteResponseMessage"wsdl:part name="part1" 
element="ns1:deleteResponse" //wsdl:messagewsdl:message 
name="putResponseMessage"wsdl:part name="part1" 
element="ns1:putResponse" //wsdl:messagewsdl:message 
name="getResponseMessage"wsdl:part name="part1" 
element="ns1:getResponse" //wsdl:messagewsdl:message 
name="listResponseMessage"wsdl:part name="part1" 
element="ns1:listResponse" //wsdl:messagewsdl:message 
name="checkForRequiredResourcesResponseMessage"wsdl:part 
name="part1" 
element="ns1:checkForRequiredResourcesResponse" 
//wsdl:messagewsdl:message
name="checkForRequiredResourcesRequestMessage"wsdl:part 
name="part1" 
element="ns1:checkForRequiredResourcesRequest" 
//wsd

Re: [jasperreports-questions] Re: Cannot find lib in iReport home directory

2006-05-04 Thread Giulio Toffoli

iReport needs java *SUN* 1.4.2 or greater.

Giulio

Radek Maciaszek wrote:
Looks like the new version needs Java1.5 After It works after 
upgrading Java


cheers
Radek

On 03/05/06, Radek Maciaszek [EMAIL PROTECTED] wrote:

Hi

I tried to force iReport to work for few hours but without any luck 
so far.

I installed everything according to documentation.
I'm using j2sdk1.4.2 and Fedora Core 4

This is a message I have after executing iReport.sh:

[EMAIL PROTECTED] iReport-1.2.2]# ./iReport.sh
Cannot find lib in iReport home  directory (null)
Exception in thread main java.lang.NullPointerException
   at it.businesslogic.ireport.gui.ToolbarFormatPanel.initComponents()
(Unknown Source)
   at 
it.businesslogic.ireport.gui.ToolbarFormatPanel.ToolbarFormatPanel(it.businesslogic.ireport.gui.MainFrame) 


(Unknown Source)
   at it.businesslogic.ireport.gui.MainFrame.MainFrame(java.util.Map)
(Unknown Source)
   at it.businesslogic.ireport.gui.MainFrame.main(java.lang.String[])
(Unknown Source)
   at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)

I see also initializing window. I have to kill it however with ctrl+c
because nothing else happens

Thanks in advance for any tips

Best regards
Radek




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache 
Geronimo
http://sel.as-us.falkag.net/sel?cmd___ 


jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] troubles with version 1.2.1

2006-04-13 Thread Giulio Toffoli
Remove or rename your config file (userhome/.ireport/config.xml). I 
think the problem comes with your Look and Feel.


Giulio

Il Togno wrote:

Hi,
I just downloaded the latest iReport version (1.2.1), but I have problems 
starting it. Running iReport.bat I have nullPointerException at

com.digitprop.tonic.SplitPaneDivider.oneTouchExpandableChanged
(SplitPaneDivider)
Till today, I haven't problems with previous versions.
Any suggestion?
Thanks.




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

  



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] [ANN] iReport 1.2.1 released!

2006-04-07 Thread Giulio Toffoli

The iReport Team is pleased to announce the new iReport release: 1.2.1.

iReport Release 1.2.1
April 7, 2006
The following changes have been made to software since release 1.2.0

* Full support for JasperReports 1.2.1
* New handling of conditional style
* New dockable interface
* New subreport wizard
* New styles library
* New translation status plugin
* New date and percentage tools
* New load/save query buttons
* Serveral bug fixes and improvements

See details on iReport 1.2.1 What's new? page!
(http://ireport.sourceforge.net/index.php?p_module=pagepageid=32)

iReport home page:
http://ireport.sf.net

Download it now:
http://sourceforge.net/project/showfiles.php?group_id=64348




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions