Sort order in Java Application (deploy in Oracle oc4j container)

I have a Java application deploy in Oracle OC4J container (EAR file).
In my Java application (jsp), I have a SQL statement who return data but the
sort order is wrong. The letters "é" and all characters with accents
appears at the end of the result.
I tried many things to change the sort order (NLS parameters in database
and OAS10g parameter files).
When I use SQL*plus on database server, that's working.
The sort order is wrong when I use the java application.
Somebody can tell me what and where is the NLS parameters to change ?
Thanks
Robin

Robin,
I'm only guessing, but it could either be related to the java locale or the CHARSET attribute of the HTML header -- and nothing to do with the NLS parameters.
Maybe you should try the Globalization Support forum?
Good Luck,
Avi.

Similar Messages

  • Sort order in Java application (oc4j container) -- ear file deployment

    I have a Java application deploy in Oracle OC4J container (EAR file).
    In my Java application (jsp), I have a SQL statement who return data but the
    sort order is wrong. The letters "é" and all characters with accents
    appears at the end of the result.
    I tried many things to change the sort order (NLS parameters in database
    and OAS10g parameter files).
    When I use SQL*plus on database server, that's working.
    The sort order is wrong when I use the java application.
    Somebody can tell me what and where is the NLS parameters to change ?
    Thanks
    Robin

    Robin,
    I'm only guessing, but it could either be related to the java locale or the CHARSET attribute of the HTML header -- and nothing to do with the NLS parameters.
    Maybe you should try the Globalization Support forum?
    Good Luck,
    Avi.

  • Java application deployment tool

    Hey everyone, i'm having some serious difficulty deploying an ejb application on bea weblogic.
    I cannot find the java application deployment tool, or any concise documentation for that matter.
    I have experience writing jsps, javabeans, servlets etc. and deploying them with ant.
    Thanks for any help on this tool and or deployment techniques for ejb.
    /jeff

    You may want to direct your query to one of the web forums run by BEA. Most folks here are familiar with the j2ee specs and the Sun implementations of those specs.
    These news groups may be a good place to start. http://newsgroups2.bea.com/cgi-bin/dnewsweb
    vbk

  • Calling Java application(forms) from Oracle/Developer

    Hi
    How can i call java application by using Oracle/Developer 10g. Pl. name the methods that i can use.
    regards
    Touseef

    In Oracle a Java stored procedure is a program you write in Java to run in the server, exactly as a PL/SQL stored procedure. You invoke it directly with products like SQL*Plus, or indirectly with a trigger. You can access it from any Oracle Net client—OCI, precompiler, or JDBC.
    Oracle provides a fully-compliant implementation of the Java programming language and JVM. Oracle Database Java Developer's Guide explains how to write stored procedures in Java, how to access them from PL/SQL(or developer), and how to access PL/SQL functionality from Java. -> http://download-uk.oracle.com/docs/cd/B19306_01/java.102/b14187/chfive.htm#BABGCGBG

  • Problems with deploy on OracleAS/OC4J 10.1.3.2

    Hi all,
    I was successful to deploy 2 EJB-JARs and one EAR/WAR into oc4j 10.3.2.0 stand-alone, and all this piece communicate via EJBs.
    I copied the EJB-JARs into j2ee/home/applications directory and modified the j2ee/home/config/application.xml to add <ejb-module ...> for those two ejb-jars.
    I started OC4J and then deployed my EAR/WAR through Enterprise manager (EM).
    It works fine!
    But, if I go to a OracleAS 10.1.3.1 (patched to OC4J 10.1.3.2.0), the same procedure is not successful and when I try to load the oc4j service (opmnctl startall), som error occurs (not clear what the error is) and the service does not start and a StackOverflow exception seems to occur (message on screeen).
    Seems to be a bug.
    I think the same procedure I did for oc4j stand-alone should work for OracleAS/oc4j.
    Does enyone know anything about this issue?

    LOG
    Caused by: Exception [TOPLINK-30007] (Oracle TopLink Essentials - 2006.8 (Build 060829)): oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Exception Description: An exception was thrown while loading class: xyz.sample.bean.AcessorioLaudoVistoriaPrevia to check whether it implements @Entity, @Embeddable, or @MappedSuperclass.
    Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException:
              Missing class: xyz.sample.bean.AcessorioLaudoVistoriaPrevia
            Dependent class: oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor
    Loader: default.root:0.0.0
                Code-Source: /oracle/product/10.1.3.2/OracleAS/toplink/jlib/toplink-essentials.jar
              Configuration: <library> in /oracle/product/10.1.3.2/OracleAS/j2ee/home/config/application.xml
    This load was initiated at poc_model_transacional.root:0.0.1 using the loadClass() method.
    (Failure analysis caught java.lang.IllegalStateException: ClassLoader "poc_model_transacional.root:0.0.1" (from <application> in /oracle/product/10.1.3.2/OracleAS/j2ee/home/applications/poc_model_transacional/): This loader has been closed and should not be in use.)
            at oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException.exceptionLoadingClassWhileLookingForAnnotations(PersistenceUnitLoadingException.java:135)
            at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.isClassPersistent(PersistenceUnitProcessor.java:728)
            at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.buildPersistentClassSet(PersistenceUnitProcessor.java:468)
            at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.buildEntityList(EntityManagerSetupImpl.java:155)
            at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:478)
            at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createContainerEntityManagerFactory(EntityManagerFactoryProvider.java:152)
            at com.evermind.server.ejb.persistence.PersistenceUnitManagerImpl.createContainerEntityManagerFactory(PersistenceUnitManagerImpl.java:192)
            ... 15 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
              Missing class: xyz.sample.bean.AcessorioLaudoVistoriaPrevia
            Dependent class: oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor
    Loader: default.root:0.0.0
                Code-Source: /oracle/product/10.1.3.2/OracleAS/toplink/jlib/toplink-essentials.jar
              Configuration: <library> in /oracle/product/10.1.3.2/OracleAS/j2ee/home/config/application.xml
    This load was initiated at poc_model_transacional.root:0.0.1 using the loadClass() method.
    (Failure analysis caught java.lang.IllegalStateException: ClassLoader "poc_model_transacional.root:0.0.1" (from <application> in /oracle/product/10.1.3.2/OracleAS/j2ee/home/applications/poc_model_transacional/): This loader has been closed and should not be in use.)
            at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2078)
            at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1679)
            at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1635)
            at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1620)
            at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.isClassPersistent(PersistenceUnitProcessor.java:725)
            ... 20 more
    07/08/30 18:14:10 SEVERE: ProgressObjectImpl.reportError java.lang.InstantiationException: Application: poc_model_transacional is in failed state as initialization failedoracle.oc4j.admin.jmx.shared.exceptions.InternalException: java.lang.InstantiationException: Application: poc_model_transacional is in failed state as initialization failed
            at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
            at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:429)
            at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:123)
            at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
            at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
            at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
            at java.lang.Thread.run(Thread.java:788)
    Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: poc_model_transacional is in failed state as initialization failed
            at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:515)
            at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:196)
            at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
            ... 4 more
    Caused by: java.lang.InstantiationException: Application: poc_model_transacional is in failed state as initialization failed
            at com.evermind.server.Application.setConfig(Application.java:497)
            at com.evermind.server.Application.setConfig(Application.java:340)
            at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1879)
            at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:512)
            ... 6 more
    Caused by: java.lang.InstantiationException: Error initializing ejb-modules: [poc_model_transacional:poc_model_transacional] - Exception creating EntityManagerFactory using PersistenceProvider class oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider for persistence unit PoC_Model_Transacional.
            at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1064)
            at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:217)
            at com.evermind.server.Application.setConfig(Application.java:439)
            ... 9 more
    Caused by: com.evermind.server.ejb.exception.DeploymentException: [poc_model_transacional:poc_model_transacional] - Exception creating EntityManagerFactory using PersistenceProvider class oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider for persistence unit PoC_Model_Transacional.
            at com.evermind.server.ejb.exception.DeploymentException.exceptionCreatingEntityManagerFactory(DeploymentException.java:130)
            at com.evermind.server.ejb.persistence.PersistenceUnitManagerImpl.createContainerEntityManagerFactory(PersistenceUnitManagerImpl.java:197)
            at com.evermind.server.ejb.persistence.PersistenceUnitManagerImpl.initializePersistenceUnit(PersistenceUnitManagerImpl.java:159)
            at com.evermind.server.ejb.persistence.PersistenceUnitManagerImpl.initialize(PersistenceUnitManagerImpl.java:86)
            at com.evermind.server.ejb.EJBPackageDeployment.initializePersistenceUnitManager(EJBPackageDeployment.java:1022)
            at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:845)
            ... 11 more
    Caused by: Exception [TOPLINK-30007] (Oracle TopLink Essentials - 2006.8 (Build 060829)): oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Exception Description: An exception was thrown while loading class: xyz.ssv.transacional.bean.AcessorioLaudoVistoriaPrevia to check whether it implements @Entity, @Embeddable, or @MappedSuperclass.
    Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException:
              Missing class: xyz.sample.bean.AcessorioLaudoVistoriaPrevia
            Dependent class: oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor
    Loader: default.root:0.0.0
                Code-Source: /oracle/product/10.1.3.2/OracleAS/toplink/jlib/toplink-essentials.jar
              Configuration: <library> in /oracle/product/10.1.3.2/OracleAS/j2ee/home/config/application.xml
    This load was initiated at poc_model_transacional.root:0.0.1 using the loadClass() method.
    (Failure analysis caught java.lang.IllegalStateException: ClassLoader "poc_model_transacional.root:0.0.1" (from <application> in /oracle/product/10.1.3.2/OracleAS/j2ee/home/applications/poc_model_transacional/): This loader has been closed and should not be in use.)
            at oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException.exceptionLoadingClassWhileLookingForAnnotations(PersistenceUnitLoadingException.java:135)
            at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.isClassPersistent(PersistenceUnitProcessor.java:728)
            at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.buildPersistentClassSet(PersistenceUnitProcessor.java:468)
            at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.buildEntityList(EntityManagerSetupImpl.java:155)
            at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:478)
            at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createContainerEntityManagerFactory(EntityManagerFactoryProvider.java:152)
            at com.evermind.server.ejb.persistence.PersistenceUnitManagerImpl.createContainerEntityManagerFactory(PersistenceUnitManagerImpl.java:192)
            ... 15 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
              Missing class: xyz.sample.bean.AcessorioLaudoVistoriaPrevia
            Dependent class: oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor
    Loader: default.root:0.0.0
                Code-Source: /oracle/product/10.1.3.2/OracleAS/toplink/jlib/toplink-essentials.jar
              Configuration: <library> in /oracle/product/10.1.3.2/OracleAS/j2ee/home/config/application.xml
    This load was initiated at poc_model_transacional.root:0.0.1 using the loadClass() method.
    (Failure analysis caught java.lang.IllegalStateException: ClassLoader "poc_model_transacional.root:0.0.1" (from <application> in /oracle/product/10.1.3.2/OracleAS/j2ee/home/applications/poc_model_transacional/): This loader has been closed and should not be in use.)
            at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2078)
            at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1679)
            at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1635)
            at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1620)
            at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.isClassPersistent(PersistenceUnitProcessor.java:725)
            ... 20 more
    <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    [TopLink Config]: 2007.08.30 06:15:23.918--ServerSession(1925345986)--The alias name for the entity class [c ass xyz.sample.model.AcessorioLaudoVistoriaPrevia] is being defaulted to  AcessorioLaudoVistoriaPrevia.
    [TopLink Config]: 2007.08.30 06:15:24.085--ServerSession(1925345986)--The alias name for the entity class [c ass xyz.sample.model.AcessorioVistoriaPrevia] is being defaulted to: Ace sorioVistoriaPrevia.
    [TopLink Config]: 2007.08.30 06:15:35.879--ServerSession(1925345986)--property toplink.server.platform.class name is deprecated, property toplink.target-server should be used instead.Message was edited by:
    danieldestro

  • Java application (tomcat) and Oracle RAC 10gR2

    Hi, I have an Oracle RAC 10gR2 (10.2.0.3) on Suse Linux Enterprise Server (3 nodes).
    I have several application running on tomcat 5.X and tomcat 6.X with java 1.5 and java 1.6. Sometimes, because of hardware fail, network problems,... one of the nodes fails, and then the other 2 nodes still working and my database is up. However, the most of applications lose the connection with the database, and I must to restart the tomcat. I want to have a system more reliable and robust, and I want to prepare the tomcat's and java application for prevent it. I have read the http://drdobbs.com/java/222700353?pgno=1 and http://db360.blogspot.com/2007/01/is-your-java-application-failoverproof.html. I've been tried the example of the first url, but I don't connect with my database. However, I've probe the sample on another oracle rac (10.2.0.4) and it works. In the samples, it use the ucp.jar (11g) and ons.jar (10g) and ojdbc6.jar (11g driver).
    Anyone can help me how can I configure my application for I must not to restart the tomcats??
    Thanks you very much!!.

    The best solution for your problem is ORACLE SUPPORT.. Please raise an SR and coordinate with them.. GoodLuck!

  • How to upload a java application into the oracle DB

    Hello,
    I am in search of an issue that is worrying me now for weeks. I have a java application which is independent. Now I want to upload this application to the oracle DB.The idea is for the application to sit on the DB and do it work from there, which is to transfer data to another 3rd party independent system. What is the best way of doing this? Is there any utility which can help me to upload a java application to the DB?
    Also after uploading the application in the DB, how can it be called? Is there any tutorial to guide me please?
    Thank you all for brain storming

    Check the docs for "Java Stored Procedure":
    http://www.oracle.com/pls/db92/print_hit_summary?search_string=java+stored+procedure

  • How are java applications deployed?

    i was just wondering. if i create a standalone application, how are they executed? i mean, do you create a .exe file of them or something?

    There are many ways to deploy a Java application. Which way you choose depends on the nature of your application, on what are your customers, etc.
    Narrowing your question to J2SE applicaitons (e.g. Swing-based client apps), you still have many options.
    The most frequently used are
    - Web start technology
    - Java-aware installers (create conventional setup.exe)
    - Java2exe wrappers
    - Simple batch file like "javaw -jar myjar"
    - Executable (or clickable) JAR
    I do not know if there is a complete "Java deployment guide", however this article may be of some help to you, as it describes all these options:
    http://www.excelsior-usa.com/articles/java-to-exe.html
    Denis

  • Declarative java object cache in non oc4j container

    hello,
    i'm trying to use the cache.jar from 10g in a standalone application.
    i've followed the j2ee services guide and use cache.open(path_to_javacache.xml). javacache.xml has preload-file defined, in which i've declared my userdefined classloader and userdefined cached object. the implementations of both implement declarable. however,when i use cacheaccess.getaccess(region_name) i get regionnotfoundexception.
    i've also tried to use the configurator alternative, where i specify the declarative cache xml file. but this gives me a classcastexception.
    any suggestions. better yet is there a sample program that
    shows the use of a decl cache in a non oc4j container.
    thanks

    Hi,
    I ran into the same problem while evaluating OC4J V9 Java Cache standalone.
    Cache.open() silently ignores errors:
    * Cache.open(path_to_javacache.xml) seems to silently swallow alle error messages (in your case the ClassCastException) and the ignore the configuration file
    * so to get meaningful error messages, first attempt to open the file with new Configurator(path_to_javacache.xml)
    * once there are no more errors, you can open it with Cache.open(path_to_javacache.xml)
    Now, to get around the ClassCastException:
    * you need to add xmlparserv2.jar from your oc4j distribution
    * this must be the first xml-parser in your classpath (when e.g. xerces.jar comes first, you will get a ClassCastException)
    A relative javacache.xml is relative to your working directory.
    The preload-file - Path seems to be relative to the javacache.xml path, if it is not absolute. I keep javacache.xml and preload-file together which worked for me.
    Hope this help,
    Andreas

  • Application deployed on Oracle Java Cloud Service - SaaS Extension is not connecting with cloud database.

    Hello Experts,
    I have deployed an ADF application on Oracle Java Cloud Service - SaaS Extension and also deployed database objects from local environment to cloud using JDeveloper. I can see the cloud database has tables and data which I have deployed but when I access the application it seems it is not able to connect with cloud database.
    I have followed below document and same sample application (HRSystem). 
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/JDeveloperPart1/jdeveloperPart1.html
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/JDeveloperPart2/jdeveloperPart2.html
    Please guide me what can be the issue.
    Regards
    Gulam Dyer

    Hi,
    Can you give us more details about your issue? Any error messages?
    Thanks,
    Bogdan

  • Exception accessing ADF application deployed on Oracle Weblogic Server

    Hi All,
    We have a web application developed using ADF Faces, Trinidad & BC4J. The application runs fine on Oracle JDeveloper 11g (11.1.2.1.0). When I deploy the same on to remote weblogic server 10.1.3 and I access the jspx page I get the below exception:
    javax.faces.el.EvaluationException: java.lang.NullPointerException
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:787)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1252)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:966)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:346)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
    It looks like there is some issue with the datasource. I have created a datasource WebApplicationDS with JNDI name jdbc/WebApplicationDS on the weblogic server.In the application module I have changed the datasource from java:comp/env/jdbc/WebApplicationDS to jdbc/WebApplicationDS before deploying on to WLS. With the current setting if I run from JDeveloper I get the same error.
    Please let me know how to resolve this issue.
    Thanks in advance.
    Regards
    Navin

    Hi Frank,
    That is were the issue started, I have created the datasource with the name WebApplicationDS and JNDI name as jdbc/WebApplicationDS and when I acess the application I get the below error:
    javax.faces.el.EvaluationException: java.lang.NullPointerException
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:787)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1252)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:966)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:346)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    Thanks
    Navin

  • ADF application deployment on Oracle Apps server?

    OAFramework is used to create and deploy oracle application pages...can ADF framework be used instead of OAFramework and be deployed and accessed in Oracle Applications? or as both OAF and ADF have different structures/framework they are for different purposes?
    Thanks,
    Tanveer
    Message was edited by:
    Tanveer

    As of R12, OAF can only be used for Oracle Applications development/extensions.
    Oracle ADF is an end-to-end J2EE framework. ADF is currently not used for Oracle Apps. Development / extensions. It is expected to be the case in Fusion and is a part of the Oracle Fusion Middleware.
    Hope this clarifies.

  • Jasper Reports Application Deployment to Oracle

    Hello everyone,
    I am deploying my project with jasper reports application to oracle. I have placed the jasperreports jar to .../10.1.3/j2ee/home/applib. When I do that I discovered that the commons-logging-1.0.2.jar of jasper is having conflict with oracle used commons-logging.jar. What is the best way to resolve this?
    For the mean time, I edited the server.xml so that only the jasper jar wil be loaded and I can see if my application is working. I does loads and executes but encounters the ff. errors:
    09/01/28 20:56:12 net.sf.jasperreports.engine.JRException: Error loading
    expression class : CashCollectionPrint_1226914856343_228291
    Is it because my application doesn't have a policy grant to load class files? I have checked the jazn.xml files and i don't know how to add policy grant. If that is really what's causing the jasper error, can anyone help me on giving my application a grant to load class files?
    Here are my environment details:
    Jasper reports version 2.0.4
    OS: Linux x86 (32 bit)
    DB: 10g R2
    The server instance is RUP6
    Thank you so much and I hope you can guide me in deploying my application.
    Rgs,
    Ish
    Edited by: user10226882 on Jan 29, 2009 9:36 AM

    This is the oracle reports forum. If you need information about jasper-reports you should post the question in an appropiate forum.

  • JAVA APPLICATION DEPLOYMENT?

    i have a JAVA program.If i want to deploy it as a application,what software should i use.
    is there tool to automate the above?
    also i want it like a software when double clicked,opens a application window.

    Have a read of the [Deployment Trail|http://java.sun.com/docs/books/tutorial/deployment/index.html] of Sun's Tutorial. The section on executable jar files might describe what you are looking for.

  • Java application deployment/setup

    I'm in need of some information about how to go about creating an installation program for my java desktop application. We have a big project due in two months and one of the requirements is that it needs to be deployable on any machine, including machines without the java runtime installed. Any ideas or suggestions? Any help is very much appeciated.

    Also, one thing that I forgot to include. If the machine has an earlier version of the jre installed it should be updated. Is this possible? I really want to use java for this project :(

Maybe you are looking for

  • FileReference doesn't work with PHP Globals

    <help>, Ok so this is my problem. I have a flash movie that allows users to uploads two images to a server. What I'm trying to do is have the uploaded images go directly to their user's directory. I need the upload.php file to figure out which person

  • Missing closing paragraph tags

    Well this is a conundrum. The closing paragraph tag (i.e. </p>) which is considered optional and which Dreamweaver does not automatically insert at the end of a paragraph makes a difference to Internet Explorer (at least version 7.0 which I previewed

  • How to use messages?

    i just downloaded mountain lion and i use AIM. I cant see any of my buddy lists, my screen looks like this. when i try to video chat with friends it goes straight to a facetime camera. how do i change this?? please help!!

  • View Spot Color Separations in Reader

    Is there any way to view the spot color separations in reader?

  • Managing remote clients via internet.

    The question have maybe been asked before. I have been speaking to Apple Support Sweden and UK and they give me different answers so now i would like to ask all the users of Apple Remote Desktop if what i would like to achieve with buying this softwa