Common lib jar configuration for fusion web project

Hi,
I have one common lib jar file which contains webservice proxy client.
I have multiple fusion web projects which contain bounded taskflows. These projects are exposed as ADF lib jars and used in webcenter pages.
Each fusion web projects contains model project and which defines one java class as application module. The application module calls webservice proxy client for supplying data to UI layer.
I am looking for clarification on adding common lib jar to fusion webprojects. Do I need to add common lib jar file for both model and viewcontroller project? Is there any way to add at fusion web application level so that both model and view controller projects can refer the lib jar and also for Webcenter application if I add this taskflow as region to the page.

Hi,
Do I need to add common lib jar file for both model and viewcontroller project?
This really depends on your architecture. If for example the ADF model you reference in the view layer project is from an ADF Library too then the view layer project needs to have all the library references. If the view layer project is in a workspace with a model project and the model project is the client of the service then the common jar files need to go into the model layer.
and also for Webcenter application if I add this taskflow as region to the page.
If you use it in a region then the problem is that ADF libraries don't hold 3rd party JAR references, which means you need to provide the library to the consuming application of the task flow. You can try configuring the JAR file in the EAR file you deploy with your consuming application and see if this is enough. Otherwise you can try a shared WLS library deployment
Frank

Similar Messages

  • Setting vm-parameters for a web project?

    To be able to get my web project to work I need to set a vm-parameter. This parameter:
    -Xbootclasspath/P:/lib/OB.jar
    But I can't find anywhere to set this for a web project. How can I achieve this?
    Regards,
    Daniel

    http://www.bulletsandbones.com/GB/GBFAQ.html#exportexactlength

  • How to create a .jar file for the BPEL project

    hi all,
    how can i create a .jar file for my BPEL project, i am trying to deploy the project but getting an error :
    "Error: [Error ORABPEL-10902]: compilation failed [Description]: in "C:\OraBPELPM\integration\jdev\jdev\mywork\Workspace_BPELDemo\BPEL_Report\BPEL_Report.bpel", XML parsing failed because "". [Potential fix]: n/a. "
    and when doubel cliking on this error Jdev take me to the beginning of the ".bpel" file.
    I 'm really stuck in here i am not able to deploy the process!
    Thanks,
    Rana

    Rana:
    If you haven't already, I would post this question in the BPEL forum. I would expect a much better turnaround there.
    Johnny Lee

  • PDF has not been configured for this web server linux 11.1.2

    Hi,
    We installed 11.1.2 Hyperion WorkforcePlanning on Linux 32 bit OS.
    When the user opens the workspace and tries to see the "Profit and Loss" and selects
    "File --> Open In --> PDF format" , it just flicks for a sec and gives following message :
    " PDF has not been configured for this web server"
    Can somebody suggest me what to do ?
    Appreciate your response.
    Edited by: user536857 on Mar 22, 2011 3:07 PM

    Check your print server service on your foundation server, sometimes I have had that just stop for whatever reason.

  • Invalid configuration for catalog/Web dispatcher (Fiori Smart Business Cockpit)

    Hi all,
    For our smart business cockpits, we have following issue in our administration (launchpad):
    Invalid configuration for catalog/Web dispatcher
    Title
    SAP: KPI Catalog for SAP Smart Business
    ID
    X-SAP-REMOTE:SAP_KPIFRW_TC_R
    Remote ID
    HANA_CATALOG
    System alias
    HANA
    Base URL
    /sap/hba/apps/kpi/s/odata/hana_chip_catalog.xsodata/
    Type
    REMOTE
    When I check our console client, the only error that we see is following message:
    2014-08-04 14:33:16 Base URL '/sap/hba/apps/kpi/s/odata/hana_chip_catalog.xsodata' already registered - sap.ui2.srvc.Factory
    Does someone already saw this issue before? I noticed that we only have those issues on REMOTE CATALOGS.
    Thx!
    Regards,
    Hans
    Tags edited by: Michael Appleby

    Use SAP_KPIFRW_TC_R role (I think you already did).
    (https://<WEBDISPhostname>:<port>/sap/bc/ui5_ui5/sap/arsrvc_upb_admn/main.html?sap-client=xxx&sap-language=EN#/Catalog/X-SAP-REMOTE:SAP_KPIFRW_TC_R)
    However, to be able to access this catalog, the HANA user needs the role sap.hba.apps.kpi.s.roles::SAP_SMART_BUSINESS_RUNTIME
    If the user has to model KPIs, they need sap.hba.apps.kpi.s.roles::SAP_SMART_BUSINESS_MODELER.
    Regards,
    Kiran

  • Financial Reporting - PDF has not been configured for this web server.

    When I try a Print Preview of my report, I received this error "PDF has not been configured for this web server".
    As far as I know, this error is confusing because when I look on my log files I found this:
    --- FRLogging.log ---
    [APP: FINANCIALREPORTING#11.1.2.0] The system cannot access the Print Server at this time. Try again later or confirm the print server name.
    [APP: FINANCIALREPORTING#11.1.2.0] Cannot connect to server on xxxHFRCE04.cf.gouv.qc.ca
    [APP: FINANCIALREPORTING#11.1.2.0] Attempt to get an undefined configuration property
    --- FRPrintLogging.log ---
    HyperionReportException: Could not connect to the server.Please make sure that the server is running as specified in the logon dialog (including port number if not default).
    I read a lot of document but it seem to be au communication issues!!!
    Can someone help me with that.

    I believe the supported version for ghost script is 7.0.6; I had the same problem and after installing the lower version it worked like a charm.
    If you cant find the older version let me know, I'll email it to you or place it in my website.

  • Data Palette not showing Managed Beans for Dynamic Web Project, JSF 2.1

    Hello.
    I have a problem in OEPE (oepe-juno-distro-win32.zip), where the Data tab in Palette shows no Managed Beans,
    even if I created them in the ManagedBeans in faces-config.xml using the Faces Config Editor.
    I have created a Dynamic Web Project with these Facets:
    Dynamic Web Module 3.0
    Java 1.7 (JDK 1.7_21)
    Java Annotation Processing Support 5.0
    JavaScript 1.0
    JavaServer Faces 2.1
    JSTL 1.2
    Oracle WebLogic Web App Extensions 12.1.1
    I am using Oracle WebLogic Server 12c 12.1.1 zip distribution for hosting the application.
    For example, I have a UserBean Managed Bean of Session scope, that has 3 String fields
    and the respective getters and setters.
    I create a "test.jspx" file, and from the Palette -> Tags tab -> JSF HTML I drag a Form into
    the new file so I can connect it to UserBean and generate a form to enter its details.
    I select the "Generate a form tag and content from data" and in the Choose Bean dialog
    there is none of my Beans.
    What could be the problem?
    Thanks in advance.
    Edited by: 997841 on Apr 30, 2013 6:09 PM
    I forgot to mention the Oracle WebLogic Web App Extensions version 12.1.1 and that also
    for JSF 2.1 the "sub-directory" Faces Configuration below the project in Project Explorer is not
    existent, as in projects created with earlier versions of JSF.

    Yes, they are both listed under the WebLogic System Libraries.
    This is the content of .classpath file when using WebLogic System Library:
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
         <classpathentry kind="src" path="src"/>
         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Oracle WebLogic Server 12c (12.1.1) JRE">
              <attributes>
                   <attribute name="owner.project.facets" value="java"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="src" path=".apt_src">
              <attributes>
                   <attribute name="optional" value="true"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.system">
              <attributes>
                   <attribute name="owner.project.facets" value="jst.web"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
         <classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.shared/jstl/exact/1.2"/>
         <classpathentry kind="output" path="build/classes"/>
    </classpath>
    And this is the content when using User Library with Mojarra:
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
         <classpathentry kind="src" path="src"/>
         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Oracle WebLogic Server 12c (12.1.1) JRE">
              <attributes>
                   <attribute name="owner.project.facets" value="java"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="src" path=".apt_src">
              <attributes>
                   <attribute name="optional" value="true"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.system">
              <attributes>
                   <attribute name="owner.project.facets" value="jst.web"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
         <classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.shared/jstl/exact/1.2"/>
         <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JSF 2.1 (Mojarra 2.1.6-FCS)">
              <attributes>
                   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
                   <attribute name="owner.project.facets" value="jst.jsf"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="output" path="build/classes"/>
    </classpath>

  • How to change the application alias for a web project in NW7.2

    Hi,
    a simple question, but I could not manage to solve it: How do I change the application alias (the url) of a web project? I'm using Netweaver 7.2 and all the tutorials I found refer to earlier versions and do not work anymore.
    In particular, I would like to change e.g. "server.com/vendor~webbappname" (the standard url of the web project) to "server.com/mywebapp".
    Thanks in advance for your help!

    Hi,
    Try customizing the <context-root> element in the web.xml deployment descriptor, for example:
    <?xml version="1.0" encoding="ASCII"?>
    <application xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
              http://java.sun.com/xml/ns/javaee/application_5.xsd"
               version="5">
               <display-name>YourWebApp</display-name>
               <module>
                   <web>
                   <web-uri>YourWebApp.war</web-uri>
                   <context-root>mywebapp</context-root>
              </web>
         </module>
         <module>
              <ejb>YourWebAppEjb.jar</ejb>
         </module>
    </application>
    Afterwards, rebuild and redeploy your application.
    I hope that helps.
    Regards,
    Yordan

  • Need guidance for fusion web developement

    Hi. I am newbie. I am currently using jdeveloper 11.
    I have surfed a lot of videos about application developement using oracle fusion web development. Can anybody please suggest some really good books/tutorials/videos for my requirement below.
    1. There are lot of tables which I have created for my business. The jsf page should have the feature to view existing/add data to these tables. It should be able to plot graphs.
    2. I have created batch files which will send mails. I need to use buttons on the page which when clicked will exectue these batch files. In my previous post, they have asked me to use an ActionListener.
    3. I had studied Java programming a long time ago (forgotten almost all of it). Please tell me what concepts of java should i study again so that i can program all these above things into my aplication.
    I have until now just built a simple application which allows me to display values from a table in an adf form on a jsf page. I have surfed enough forums, like stackoverflow.com but i am not able to find the answers that i need to these above questions. This forum is my last hope! Please help guys!
    P.s : I have glanced through these books,
    Jdeveloper handbook 11g, quick start guide to oracle fusion web development.
    Regards,
    Sachin

    Hi,
    1.http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_58/jdtut_11r2_58_1.html
    2. why do you need batch files? you can send mails through javax.mail API http://adfblogs.blogspot.com.es/2012/01/sending-e-mail-from-adf-application.html
    3.this post resume a lot of resources for training and beginning https://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper

  • Versions configuration for controlling from project system

    Hi Guys,
    I need to know the flow for add additional versions to the real version for CO-PS.
    There is any how to or guide about it is?
    Thank you very much.
    Regards,
    Jeysi

    Hi Ahmed
    Same material codes is used both for common use and also in PS as project items.
    These material codes are defined as VB (reorder point material planning).
    Now after MRP run, total requirements is coming considering existing unrestricted stock, project stock, project requirement from WBS.
    I do not want project stock and requirement should participate in MRP.
    Please help.
    Regards
    Pradipta Sahoo

  • Source folder for portal web project

    Hi, after I created a portal web project. under Java Resources, there are 3 items:
    1, src
    2, WebContent/WEB-INF/src
    3, Libraries
    What the second one " WebContent/WEB-INF/src" is for? should all the java source codes be under /src? If not, what's the criterira to decide which dir to go? Thanks!

    I think the OEPE is very unstable. I don't have it in another workspace when I create portal web project in the same way. I can reporduce it in the same workspace. Anyway, I should only put the .java file under /src, right?

  • New field not appearing in component configuration for standard web dypro

    I'm trying to add a new column to a table in an sap web dynpro component. I've enhanced the view to add in the new column but also noticed that it's using component configuration. When I go into the approriate configuration, however, all of the existing columns are there but my new column does not appear. Is there something else I need to do to pull the new field into the configuration?
    thanks,
    Malcolm.

    Hi Olivier
    Standard object 0020 gives fields only available in standard tables MARA , MARC , MBEW, MAKT . I too faced this problem for ML based fields in accounting & costing views ( as these fields are not in MBEW they are in CKMLHD). The said Z field if it does not exist in MARC it cannot be seen through std object. U need to do a saperate recording to upload this field. I dont see any other option to my knowledge.U can up load remaing fields through the std object 0020 & create a saperate recorded LSMW only for this Z field.
    regards
    prasad
    reward if useful

  • Where is security configuration for deployed web application stored

    Hi,
    We have deployed a folder as a web application. The changes I am making in Deployments -> web application -> Security -> URL Pattern -> Roles -> Edit a Stand-Alone Web Application URL Pattern Scoped Role is not saved and it is getting lost when I restart the application.
    For example I have added "AppTesters" group in "valid-users" url-pattern.
    Can anybody help me where these settings are stored and why it is not getting saved across application restarts.
    Thanks,
    Sambath.

    How are you restarting your weblogic Admin Server?
    This is only possible if some how while your Admin Server is restarted, the ldap directory that is present int the %DOMAIN_HOME%/your_domain/servers/AdminServer/data directory is deleted or updated with the previous values.
    This may give you some idea how to proceed with this issue.
    Thanks,
    Sandeep

  • Can Oracle Express Edition be used for Internet Web Projects?

    Hi,
    If we have a simple WWW application accessible from internet via WEB server and Web server uses Oracle Express Edition as a "data storage", can Oracle XE be used without violating license (XE limitations)?
    Thank you!

    Don't see why not, although a quote from the Oracle Technology Network Developer License Terms for Oracle Database 11g Express Edition page at the License Rights section, "developing, prototyping and running your applications for your own internal data processing operation..." so that might be leaning into a bit of a grey area. A bit.
    But with something available on the web you'll want to be sure to stay up to date with security patches- and unfortunately XE can not be patched. Just because something can be done, and even works for its intended purpose, doesn't necessarily mean that it is a "good thing to do".
    Nothing wrong with trying something out for learning and figuring out how things work- apex is a nifty development platform, although I've not kept up with the details of the last couple of versions. Too many other things on the "got to learn this, got to do that" list(s).

  • Financial Reporting Studio 11.1.2.1 PDF not Configured for Web Server

    I have installed EPM 11.1.2.1, and HFM, Planning, Essbase, Financial Reporting are all working fine except when I do a report preview in the Workspace an error is received that PDF has not been configured for this Web Server.
    I have uninstalled PDF and Financial Reporting then re-installed them but I am still getting the same error. Also, I when I tried to view report from Workspace in Financial Reporting Studio, I received the following error:
    error number 400 Error Description:Form already displayed; can't show modally. Function: ShowMsg. Module:GblMethods.
    Your help would be gracefully appreciated.

    You should review all installation guides, readmes, and the certification matrix before performing a Hyperion Installation and/or Upgrade.
    Version 9.0 of Ghostscript is not supported, install ghostscript 8.6.3 - 32-bit.
    From the 11.1.2.1 Certification Matrix: "Either: --Adobe Acrobat Distiller Server 8.0 or 6.0 --GPL Ghostscript 8.63; AFPL Ghostscript 8.54 or 8.51; or GNU Ghostscript 7.0.6"     
    From the 11.1.2.1 Installation Guide Page 110: "Ensure that a supported 32-bit version of Ghostscript is installed."
    See http://www.oracle.com/technetwork/middleware/bi-foundation/oracle-hyperion-epm-system-certific-131801.xls
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_11121.pdf
    Regards,
    John A. Booth
    http://www.metavero.com

Maybe you are looking for

  • IDM 8.1.02 patch - many problems

    We installed IDM patch 8.1.02 to fix Oracle case sensitive ID bug. Basically in 8.1.01 path IDM inserts users as "userid" , enforcing lowercase logons to Oracle. This was the case where case senstive was checked or not in Oracle RAC resource definiti

  • Needed: Script to copy Photo album name into the comments field for pix

    I was never in the habit of applying anything to photo comments, but gave my albums a desriptive name so I knew what they were. Now I wish I had because album titles are not searchable. I'm wondering if anyone knows how to create an Automator workflo

  • DVD on mid-2012 MacBook Pro?

    I've got a mid 2012 MacBook Pro, non-retina, and when I put a DVD in my computer, it says that the DVD is incompatible. Is there something easy I can do to fix this myself or do I have to take it in? Also, if you know how this might have happened, th

  • No authorization to add transaction to role menu

    MODS: IF YOU ARE GOING TO DELETE MY POSTS..AT LEAST EMAIL ME TO LET ME KNOW WHY YOU ARE DELETING THEM SO I CAN RE-WORD IT TO ACCOMMODATE YOUR ISSUE. THIS IS THE THIRD TIME YOU HAVE DELETED ONE OF MY POSTS WITH NO EXPLANATION AND IF THIS FORUM ISNT FO

  • Copy and Paste issues

    my copy function is not copying! It seems that the copy buffer does not get filled with the copied objects. When pasted, it always pastes a blank space) any ideas of where I can start troubleshooting?