BiPub 10.1.3.4 upgrade:What jar files do I need to include in a chart proj?

JDev 10.1.3.4
BIPub 10.1.3.4 Build 129 desktop
I have a series of reports with graphs which work by calling the xdo engine from a JDev designed web app. Worked fine with the previous version 562.
I just upgraded the desktop tool and rebuilt an old graph. The tables work, but the graphs/charts do not. I assume it is a jar / lib compatibility issue.
What jar files do I need to include in the project? What precedence do they need?
Also, what is the difference between setting a library reference and putting the jar files in the Web INF directory?
Thanks.
Steve

Just wanted to add to this ... I loaded BIPub Server 10.1.3.4 where I extracted the xdocore.jar from to put in my project. The report previews fine in there, both graphs and tables. Also works in Word.
When I use the following code (which worked fine in previous version) the pdf opens with the table and an empty chart.
Any ideas??
Steve
public String getPDF(java.sql.Connection jdbcConnection, String sqlOrDataXMLpath,
Hashtable parameters,String templateXMLpath,OutputStream streamOut,
String flgType)
// create PDF and save in output path
// flgType SQL or DD for sql or datadef
// return error string if error
try //convert rtf template to xsl
// First store the xsl in a byte array input stream
ByteArrayOutputStream xslOut = new ByteArrayOutputStream();
RTFProcessor rtfProcessor = new RTFProcessor(templateXMLpath);
rtfProcessor.setOutput(xslOut);
rtfProcessor.process();
byte[] b = xslOut.toByteArray();
bais_xsl = new ByteArrayInputStream(b);
// Next store the data in a byte array input stream
ByteArrayOutputStream dataOut = new ByteArrayOutputStream();
DataProcessor dataProcessor = new DataProcessor();
dataProcessor.setConnection(jdbcConnection);
if (flgType.equals("SQL"))
{ dataProcessor.setSql(sqlOrDataXMLpath); }
else
{ dataProcessor.setDataTemplate(sqlOrDataXMLpath); }
dataProcessor.setParameters(parameters);
dataProcessor.setOutput("c:\\\\temp\\\\Test.xml");
dataProcessor.processData(); //data is now in a file for debug
if (flgType.equals("SQL"))
{ dataProcessor.setSql(sqlOrDataXMLpath); }
else
{ dataProcessor.setDataTemplate(sqlOrDataXMLpath); }
dataProcessor.setParameters(parameters);
dataProcessor.setOutput(dataOut);
dataProcessor.processData(); //data is now in dataOut stream
b = dataOut.toByteArray();
bais_data = new ByteArrayInputStream(b);
// now do document merge
FOProcessor processor = new FOProcessor();
processor.setData(bais_data);
processor.setTemplate(bais_xsl);
processor.setOutput(streamOut);
processor.setOutputFormat(FOProcessor.FORMAT_PDF);
processor.generate();
catch (IOException e)
System.out.println("IOException:getPDF " + e.getMessage());
catch (XDOException e)
System.out.println("XDOException:getPDF: " + e.getMessage()) ;
catch (SQLException e)
System.out.println("SQLException:getPDF: " + e.getMessage()) ;
return("Success");
Edited by: user6357416 on Oct 24, 2008 11:55 AM

Similar Messages

  • Ep5.0 ? what jar file is the com.sap.security.api package in ?

    Hi ,
    Can i know , in Ep5.0 , what jar file has com.sap.security.api ? Please reply soon...
    Thank you ,
    avinash

    so , is there a procedure for me to use the Ep5.0 API and retrieve details from the data sources (for usermapping) ?
    Please reply me soon....
    thank you,
    avinash

  • In what jar-file is org.jnp.interface.NamingContextFactory ?

    How can I detect what jar file contains org.jnp.interface.NamingContextFactory?

    In JBoss environment,you can find this in "jnp-client.jar"
    under
    (jboss-install-dir)\jboss\client\

  • What jar file contains javax.naming service?

    Hi,
    Back so soon.
    Does anyone know what jar file contains the javax.naming services used for JNDI?
    Thanks,
    Everette

    Hi..
    There's a good utility called jarscan.. I use it a lot, especially since wls 10 where lots of stuff's been moved around..

  • Jpa haven't any .jar file is in need?

    I have jpa delete class , work fine on sun glassfish, but when load the class to sun Java system , and when I dod the actually delete I get the Jpa haven’t any .jar file is in need? what can I deal this problem??
    Thank You
    I mean the application work on glassfish but not on Sun Java system Web Server
    Edited by: Hjava on May 29, 2011 6:41 PM

    Sorry, I'm not sure I understand the question. Can you post a bit more about what you are doing and what you are having problems with. Please also include any exception you may get, with the stack trace. Are you saying that your application works in a server but not outside of one?
    Best Regards,
    Chris

  • HT3775 I am using OS X Mountain Lion and I have this .avi file but not able to read. What is missing in my setup and what other file do I need to download to enable me to read?  I can read mp4 files though.

    I am using OS X Mountain Lion and I have this .avi file but not able to read. What is missing in my setup and what other file do I need to download to enable me to read?  I can read mp4 files though.

    Here is a link: https://itunes.apple.com/en/app/mplayerx/id421131143?mt=12
    I agree that VLC is also a good choice but MPlayerX is more user friendly.

  • In Oracle 10g for XML  parsing what jar files have to be loaded?

    I am trying to parse the sample xml file. I want to know what are the jar files which needs to be loaded in Oracle 10g. In Oracle 9i I have files which have been asked to load in to the database.
    1) xmlparserv2.jar and
    2) xmlplsql.jar
    But in Oracle 10g under lib I could see only xmlparserv2.jar.What are the jar files which have to be loaded using loadjava in this case?

    Something like this ?
    SELECT REGEXP_REPLACE('TABLE_COLUMN_1_ID,TABLE_COLUMN_2_VALUE,TABLE_COLUMN_3_DESC',
                          '([^,]+)', ' \1 = \1') x
    FROM DUAL;
    X
    TABLE_COLUMN_1_ID = TABLE_COLUMN_1_ID, TABLE_COLUMN_2_VALUE = TABLE_COLUMN_2_VALUE, TABLE_COLUMN_3_DESC = TABLE_COLUMN_3_DESC

  • What jar file contains oracle.ifs.beans and oracle.ifs.clients classes?

    I am trying to build some code which needs oracle.ifs.beans and oracle.ifs.clients packages and classes. I have downloaded the following:
    OracleAdministrativeClientUtility
    OracleApplicationServer
    OracleContentManagementSDK
    OracleIIOPClientLibrary
    OracleJDeveloper
    OracleRMIClientSideLibrary
    OracleSOA
    OracleWebServicesClientLibrary
    None of these appears to contain the oracle.ifs packages.

    oracle.ifs.beans and oracle.ifs.clients packages are for the Oracle Internet File System. Are the following JAR files available?
    repos.jar
    adk.jar

  • How to Sign jar file?? (Needed to access a File Outside of JAR)

    Hi
    We had a program that acces a txt file in the nokia's memory card but we need to sign the program because if doesn't do that we can't access to the file.
    Thank you

    Hi!!
    I tryed and my N70 says "Imposible install the application".
    and this is my jad code:
    MIDlet-1: VA2, , VA2
    MIDlet-Jar-Size: 2030
    MIDlet-Jar-URL: VA2.jar
    MIDlet-Name: VA2
    MIDlet-Vendor: Vendor
    MIDlet-Version: 1.0
    MicroEdition-Configuration: CLDC-1.1
    MicroEdition-Profile: MIDP-2.0
    MIDlet-Permissions:javax.microedition.io.Connector.http, com.qualcomm.qjae.gps.Gps
    MIDlet-Permissions-Opt:javax.microedition.io.Connector.socket,javax.microedition.io.Connector.file.read,javax.microedition.pim.ContactList.read,javax.microedition.io.Connector.sms,javax.wireless.messaging.sms.send,javax.wireless.messaging.sms.receive,javax.microedition.io.PushRegistry
    Thank you

  • Including a .jad and a .jar file in presentations

    Hi:
    I did an application using the last version of the Sun Java Wirelless Toolkit 2.5. And now I have a .jad file and a .jar file. I need to include both in a power point presentation to be able to show the application. I dont want to do a link because I'm not gonna use my computer to do the presentation. Do I need to do something special in the deployment step to be able to do this ?
    I have tried to include the program this;
    Insert --> Object
    But it doesn't work.

    Hey listen what you want to do is possible but not in the way you want to do...
    if you want to demonstrate the functionality of your application or how it works then you can use use
    any screen recording software such as: Screen Recorder Gold, Qarbon's Viewlet Builder or ViewletCam
    such software help you to record the activity of screen then you can export the recorded screen shots to multiple formats and include them to your PP presentation...

  • Internet Sales Modification: Copy JAR File

    Hi All,
    I have a jar file that I need to use in the Internet Sales pages. Where do I copy that jar file.
    Originally in the J2EE Server, I will just put in the path C:\Sun\AppServer\lib and will already work.
    I cannot find which folder to put the jar file.
    Hoping for your fast reply.
    Thanks a lot!
    April

    Hi April,
    I would say there is no <b>second suggestion</b>.. We need to do the both things for running the program. Since the Jar file you are using is a external Jar file so you need to include this in the project while the deployment of the project.
    You have to take following steps:
    <b>1) Include the jar file in Build Path -> Add external Libraries.
    2) Open the project in the Package Explorer and find the lib folder. Copy the jars into this lib folder. [Ctrlc] and [Ctrlv] will do the trick..</b>
    What happens is while building the application the program take the reference from the build path libraries, so it will not show any error.. But if you deploy the application to the server without adding the jars file it will show an error "<b>JavaDefNotFound</b>" error..
    So you need to copy those jar files in the lib folder so that application is deployed with the jar file included in the package.
    I hope this will solve your problem.
    Regards
    Pravesh
    PS: Please do reward points if helpful and solved.

  • What jar for com.sap.aii.mapping is

    Dear
    i am testing with blow blog.
    /people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners
    in this blog, java program use the following;
    import com.sap.aii.mapping.api.AbstractTrace;
    import com.sap.aii.mapping.api.StreamTransformationConstants;
    what .jar file name is?
    i could not find com.sap.aii.mapping on eclipse.
    thanks
    Denis

    Denis,
    You need the <b>aii_map_api.jar</b> file for this.
    You will get this in the following location on your XI server,
    <b>j2ee\cluster\server0\apps\sap.com\com.sap.xi.services</b>
    Upload the Jar, in your Project Build Path.
    Regards,
    Bhavesh

  • What jar cover's java.servlet???

    I've messed with servlets before but now am stuck. If I bring in servlet.jar or any jar's from javaEE into my compiler's class path it see's the javax.servlet package but not the java.servlet package. Which jar file do I need to see and compile the java.servlet package?

    There is no standard java.servlet package, the only servlet package is the one that comes with J2EE, so what exactly is your problem? Also with the command:
    jar tf your_jar.jar you can see the contents of every jar file.

  • What do jar files give me?

    I've been running my application under Eclipse and now I want to run it without the SDK. Thus I made a jar file and tried running with it. It didn't give me anything as I had to create my package structure in addition to the jar file, and I needed all the class files.
    I'm sure there must be a better way to do this (what I thought the jar would do for me), but I don't know what it is.
    Any suggestions?
    Thanks,
    Ilan

    OK, finally some progress. The JAR file sounds like EXACTLY what I need. Now just to know how to operate it correctly. (Thanks for the link to the documentation.)
    I'm not yet doing it correctly:
    G:\java>java -jar -cp . -Djava.security.policy=g:\java\rmi_security.policy -Djav
    a.rmi.server.codebase=file:/g:/java/readstudies.jar -Djava.rmi.server.hostname=h
    ome-ilan readstudies.jar
    Failed to load Main-Class manifest attribute from
    readstudies.jarIn order to see the contents of the Eclipse produced JAR, I changed its extension to zip and then WinZip shows me it has
    Manifest.mf
    StudiesEngine.class
    Query.class
    DicomFormat.class
    Previously my bat file was
    start c:\progra~1\java\jre1.6.0_01\bin\rmiregistry
    java -cp . -Djava.security.policy=g:\java\rmi_security.policy -Djava.rmi.server.codebase=file:/g:/java/readstudies.jar -Djava.rmi.server.hostname=home-ilan engine/StudiesEngineand I just wasn't using the JAR file. I had to add -jar and tell it to use readStudies.jar.
    What I don't understand is how I tell it to use engine/StudiesEngine? Is this what the error message is trying to tell me?
    Thanks,
    Ilan

  • Error in deploying .jar file from JDeveloper 10.1.3.5

    Hello,
    I want to deploy .jar file in a machine, instead of having to install JDeveloper to run the application (it contains: Web Services and Data Base).
    I have followed the following steps in JDeveloper to create the .jar file:
    1) Right click over the project: New... --> General (All Technologies option selected) --> Deployment Profiles --> JAR File
    2) I have selected "Include Manifest File" option specifying the application's main class
    3) In JAR Deployment Profile Properties window: File Groups --> Project Output --> Contributors are selected: "Project Output Directory" and "Project Dependencies"
    4) With the previous steps, JDeveloper generates a .deploy file. It is created in Resources folder. From this folder, I have selected the .deploy file and right click and I have selected "Deploy to JAR file"
    The .jar is created succesfully. In this point, I try to execute with the command:
    java -jar NAME_OF_THE_DIRECTORY_WHERE_THE FILEIS_DEPLOYED\NameFile.jar
    and I have the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/rpc/ServiceFactory
    at project.proxy.AccountClient.<init><AccountClient.java>
    at project.proxy.AccountClient.main<init><AccountClient.java>
    The Manifest File content is:
    Manifest-Version: 1.0
    Created-By: Oracle JDeveloper 10.1.3.5.0
    Main-Class: project.proxy.AccountClient
    I have tested with differents variables to create the .jar file, but always the error is the same. And I haven't found information to solve it. For this reason, I appreciate any help.
    Thank you and regards.
    Edited by: user1634407 on 31-mar-2010 8:27
    Edited by: user1634407 on 31-mar-2010 8:47

    If you are just building a client that access a Web service you need a JAR and not a WAR.
    Ok!
    One thing to try is look at the command line that JDeveloper uses to run your client (it's in the log window) - specifically look at the classpath used.
    Then try and run the same thing from a command line and see if it works.
    Nowadays, the application is running with a .BAT file, it contains the statement released from the JDeveloper console, and it is working perfectlly.
    I try to do the same from a command line, and it works too.
    Assuming it is - you can either use that, or you'll need to make sure that your JAR includes all the mentioned jars that were in the class path - this is done through the library type file group.
    To create the .JAR file I have choosen the following options (JAR Deployment Profile Properties):
    1) Include Manifest File --> I have selected the class that contains the main class (from the Browse option)
    2) I left the default File Groups (Project Output) --> it has: Project Output Directory + Project Dependencies
    3) As you said me, I have created a new File Group (type: Libraries) --> and here, I have selected all the possible Contributors. These match those specified in the project (Oracle XML Parser v2, J2EE, JAX-RPC Client, Commons Logging 1.0.3, Ojdbc14.jar).
    4) Deployment to JAR File successfully.
    The resulting MANIFEST.MF is:
    Manifest-Version: 1.0
    Created-By: Oracle JDeveloper 10.1.3.5.0
    Main-Class: project.proxy.Execution
    It hasn't definied "Class-Path", althought to especified a new File Group with the libraries... Is it an error?
    If I extract the .JAR file, I see all libraries, and I have two folders: one with .class files of my project and other one is META-INF with MANIFEST.MF file.
    5) From command line I executed:
    C:\jdevstudio10135\jdk\bin > java -jar C:\jdevstudio10135\jdev\mywork\project\project\deploy\NameFile.jar
    And the result is an error:
    Exception in thread "main": java.lang.NoClassDefFoundError: javax/xml/rpc/ServiceFactory
    I think the error is because it can not find the library ServiceFactory, but it is especified inside JAX-RPC Client library. What is wrong?
    *6)* I have tried too to insert in "JAR Deployment Profile Properties" (in JAR options) an additional Manifest File to merge into MANIFEST.MF, to include "Class-Path" with all libraries's project (the same JAR from the statement released from the JDeveloper console), but I think that it is a limit, because if I insert all libraries the "Class-Path" doesn't inserted in MANIFEST.MF. The maxim is:
    Class-Path: C:\jdevstudio10135\jdev\mywork\project\project\classes C:\jdevstudio10135\lib\xmlparserv2.jar C:\jdevstudio10135\lib\xml.jar C:\jdevstudio10135\j2ee\home\lib\activation.jar C:\jdevstudio10135\j2ee\home\lib\ejb.jar C:\jdevstudio10135\j2ee\home\lib\jms.jar C:\jdevstudio10135\j2ee\home\lib\jta.jar C:\jdevstudio10135\j2ee\home\lib\mail.jar C:\jdevstudio10135\j2ee\home\lib\servlet.jar C:\jdevstudio10135\webservices\lib\jaxrpc-api.jar
    The following libraries afther the previous one aren't allowed to include because I think that is exceeding the maximum size.
    I have tested to create various MANIFEST.MF with different PATHs libraries, but it isn't work to include in the MANIFEST.MF file all libraries...
    (C:\jdevstudio10135\webservices\lib\wsclient.jar
    C:\jdevstudio10135\webservices\lib\wsserver.jar
    C:\jdevstudio10135\webservices\lib\wssecurity.jar
    C:\jdevstudio10135\webservices\lib\wsdl.jar
    C:\jdevstudio10135\webservices\lib\orasaaj.jar
    C:\jdevstudio10135\webservices\lib\saaj-api.jar
    C:\jdevstudio10135\webservices\lib\orawsdl.jar
    C:\jdevstudio10135\webservices\lib\orawsrm.jar
    C:\jdevstudio10135\webservices\lib\jaxr_api.jar
    C:\jdevstudio10135\webservices\lib\orajaxr.jar
    C:\jdevstudio10135\webservices\lib\relaxngDatatype.jar
    C:\jdevstudio10135\webservices\lib\jaxb-impl.jar
    C:\jdevstudio10135\webservices\lib\jaxb-libs.jar
    C:\jdevstudio10135\webservices\lib\xsdlib.jar
    C:\jdevstudio10135\webservices\lib\mdds.jar
    C:\jdevstudio10135\jlib\jaxen.jar
    C:\jdevstudio10135\jlib\oraclepki.jar
    C:\jdevstudio10135\jlib\ojpse.jar
    C:\jdevstudio10135\jlib\osdt_core.jar
    C:\jdevstudio10135\jlib\osdt_cert.jar
    C:\jdevstudio10135\jlib\osdt_xmlsec.jar
    C:\jdevstudio10135\jlib\osdt_wss.jar
    C:\jdevstudio10135\jlib\osdt_saml.jar
    C:\jdevstudio10135\jlib\repository.jar
    C:\jdevstudio10135\jlib\ojmisc.jar
    C:\jdevstudio10135\j2ee\home\lib\http_client.jar
    C:\jdevstudio10135\j2ee\home\jazncore.jar
    C:\jdevstudio10135\j2ee\home\oc4jclient.jar
    C:\jdevstudio10135\rdbms\jlib\xdb.jar
    C:\jdevstudio10135\diagnostics\lib\ojdl2.jar
    C:\jdevstudio10135\jakarta-taglibs\commons-logging-1.0.3\commons-logging-api.jar
    C:\jdevstudio10135\jakarta-taglibs\commons-logging-1.0.3\commons-logging.jar
    C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14.jar
    C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14_g.jar
    C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14dms.jar
    C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14dms_g.jar)
    With this .MF file (or including only "C:\jdevstudio10135\jdev\mywork\project\project\classes") I have solved the other problem (not found the libraries), but it still not working, the error is a little different:
    Exception in thread "main": java.lang.NoClassDefFoundError: project/proxy/Execution
    The path where the main class is: C:\jdevstudio10135\jdev\mywork\project\project\classes\project\proxy\Execution.class
    I have tried to insert directlly the following paths in "Main Class" option of "Include Manifest File":
    C:\jdevstudio10135\jdev\mywork\project\project\classes\project\proxy\Execution
    C:\\jdevstudio10135\\jdev\\mywork\\project\\project\\classes\\project\\proxy\\Execution
    And with these values, the error is the same: Exception in thread "main": java.lang.NoClassDefFoundError
    I am not sure if the error is a bug of JDeveloper 10.1.3.5 or it is something that I don't correctly. Any idea?
    Thank you again and regards.
    Edited by: user12085357 on 08-abr-2010 1:31
    Edited by: user12085357 on 08-abr-2010 1:38
    Edited by: user12085357 on 08-abr-2010 6:58

Maybe you are looking for

  • Error While generating Control Reciepe

    Hi, I am mapping MTS scenario for PI industry and i stuck up with an error while creating Control recipe system gives following erroe msg, No values assigned to char. 0010 PPPI_INSTRUCTION in process instruction 9999 phase 0020. Msg number is  CB210.

  • Adobe premiere elements 12 with diamond vc500 one touch video capture device.

    Adobe premiere elements 12 and using Diamond vc500 one touch video capture device. AVI files will not load into Adobe premiere elements 12. I bought what I thought were the two best software and capture devices. I am archiving old VHS tapes and using

  • Re: Installing hp deskjet 3054 on mac osx 10.9.4

    i have an officejet pro 8600.  i upgraded my mac to 10.9.5 and now cannot scan (although I can print). I get a message that says the software cannot be located.  I cannot download the software from  hp download/support.

  • How to create video by recording the screen

    i am new to JMF ( Java Media Framework ) i was searching for many places.. couldn't find any best tutorial to understand classes of JMF Anyways my requirement is a) Capture Screen ( full screen / selectable part of screen / a specific window in all t

  • Inconsistent cache location for web start

    I have a requirement whereby we are going to use a CD to let the client pre-deploy some of our application jars in the web start cache so that when they access our application online, there is 0 wait time for them. Fortunately we are supporting only