Work with ADF Library jar file

Hi
My English isn't very good
I use jdeveloper11.1.1.3.0
I want to work with ADF Library jar file.
I created two generic application. In each application I have a View Obj(one for employees table and one for department table ) and added them to App Module,
then I made a ADF Library jar file for each application: adflib_emp, adflib_dep
Then I created two separated application and in each application I created a BTF .
In emp_TF1 I added adflib_emp jar file to application and in dep_TF2 I added adflib_dep jar file to application.
These two applications work well. Then I created ADF Library jar file for each of these applications named: adflib_TF_1 and adflib_TF_2
Finally I designed a main page to use these two jar file(adflib_TF_1 , adflib_TF_2). I added thses two jar file to application and then I dragged and dropped each TF to main page as a region:
<af:panelSplitter id="ps1" splitterPosition="500">
<f:facet name="first">
<af:region value="#{bindings.emp_TF1.regionModel}" id="r1"/>
</f:facet>
<f:facet name="second">
<af:region value="#{bindings.dep_TF2.regionModel}" id="r2"/>
</f:facet>
</af:panelSplitter>
When I run main application both TF show employees table, but one TF should shows department table and the other one should shows employees table.
I read oracle document and created my application on base of it. But I don't know why this happen and how to solve it?
Habib
Edited by: Habib Eslami on Apr 7, 2013 8:46 PM

Hi,
most likely the names of the application modules are not different but the same, which means you have a naming problem. Application modules (if they should be used as is) must have a unique name
Frank

Similar Messages

  • Can't create a true ADF Libray JAR FIle

    I created a Model project. Then created an ADF Library JAR File Deployment Project to deploy the jar to the file system.
    I then, created a separate project and tried to add the export jar file to it via a File System connection in the Resource Palette.
    But, when I right click on the jar file in the Resource Palette, I only see 2 options, "Open" and "Advanced Search".
    I expected to have an option to add the jar to the selected project.
    Now, I am able to add the jar to the Project if I go to the projects properites, then add the jar via the "Libraries and Classpath".
    Note that even the icon for the jar is different than those from other System Jar files (the bookshelf/library icon).
    The icon I see for my jar is hard to identify, sort of like a torch.
    So, what is going on?
    I have double and triple checked that my deployment profile is for an "ADF Library JAR File".
    I have deleted the default deployment profile and create a brand new one.
    Still, the same issue.
    Any ideas?
    Thanks in advance.

    When you say you see the XML files for the EOs & VOs do you mean in the resource palette? Never mind, let's take a step back.
    Via the following link this is what you should see for a Model project ADF Library JAR that contains EO/VOs etc:
    https://dl.dropboxusercontent.com/u/12154176/pic01.png
    If you were to right click on the JAR this is what options you should see:
    https://dl.dropboxusercontent.com/u/12154176/pic02.png
    I'd suggest you're still doing something wrong when you create the ADF Library JAR. To assist you via this link:
    https://dl.dropboxusercontent.com/u/12154176/Model.zip
    ...you'll find a previous workspace/project I've setup. If you right click on the Model project look to the Deployment options you'll see an ADF Library deployment profile called "Model_Model_adflib". If you exit out of the preferences, right click Deploy -> select Model_Model_adflib, the appropriate ADF Lib JAR will be created under Model/Model/deploy. Returning to JDev and the Resource Palette, add a file system connection to this deploy directory, then you should see what I see above.
    Let us know how you go.
    CM.

  • Problem importing adf library jars

    Hi all
    I have a adf application (portalapp) into which I have attached another Application(partapp) as a ADF library jar. Once I add the jar, there seems to be a problem with loading the bindings from the databindings.cpx of the portalapp.
    FacesContext fc = FacesContext.getCurrentInstance();
             Object returnObject =  fc.getELContext().getELResolver().getValue(fc.getELContext(), null,"data");
             BindingContext bc = (BindingContext)returnObject;
             DCDataControl *dcLookups* = bc.findDataControl("AMName"); The dclookups is null when I try to find an AM from the portalapp but returns the correct value when I try to access an AM from the partapp ( the application which is added as a jar)
    Edited by: janak on Aug 4, 2011 8:31 AM

    As per the documentation (chapter 33) when I add the external library to the project the Datacontrols from the JAR is not appearing in the datacontrols list. When I add the same JAR to a different project it works perfectly as expected.
    In the debug output I get the following
    <BindingContext> <put> [168] BindingContext.put(portalapp_ui_reportsCAIPPageDef, oracle.adf.model.binding.DCBindingContainerReference )
    <BindingContext> <put> [169] BindingContext.put(portalapp _ui_reportsCADSPageDef, oracle.adf.model.binding.DCBindingContainerReference )
    <BindingContext> <put> [170] BindingContext.put(portalapp _ui_feeRecordsPageDef, oracle.adf.model.binding.DCBindingContainerReference )
    <MOMParserMDS> <<init>> [171] MDS parser created
    <JUApplicationReference> <resolve> [172] JUApplicationReference resolving partapp.ui.DataBindings.cpx
    <ContainerDefImpl> <loadContainees> [173] Loading the Containees for the Package 'DataBindings.DataBindings'.
    <ContainerDefImpl> <loadChildContainers> [174] Loading Child Containers for the container 'DataBindings.DataBindings'.
    <JUMetaObjectManager> <registerDefinitionFactory> [175] JUMOM - registering factory: [ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)', http://xmlns.oracle.com/adf/controller/binding, oracle.adf.controller.internal.binding.TaskFlowBindingDefFactoryImpl
    <BindingContext> <put> [176] BindingContext.put(partapp ServiceDataControl@ partapp _ui_DataBindings_cpx, oracle.adf.model.binding.DCDataControlReference )
    <BindingContext> <put> [177] BindingContext.put(partapp _ui_ViewDepartmentsPageDef, oracle.adf.model.binding.DCBindingContainerReference )
    .But in the perfectly working workspace it does not do the <JUApplicationReference> <resolve> [172] JUApplicationReference resolving partapp.ui.DataBindings.cpx

  • Maven and "adf library jar"

    Hi,
    I'm trying to create an "adf library jar" using maven in jdev 11gR2 : how to have the same jar with "jdev deployment" and "maven-->package" ? Is it possible?
    Thanks
    Clément

    Hi,
    In order to determine which jars are needed for ADF, you need to check the dependencies in JDeveloper and write each jar down.
    If by any chance you are using JDev 11.1.3, its the following jars:
    CONTROLLER
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.controller_11.1.1\adf-controller.jar                     
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.controller_11.1.1\adf-controller-api.jar                 
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.controller_11.1.1\adf-controller-rt-common.jar           
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.controller_11.1.1\adf-controller-rt-common.jar                           
    MANAGEMENT
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.management_11.1.1\adf-em-config.jar                          
    MODEL.GENERIC
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model.generic_11.1.1\bc4jdomgnrc.jar                         
    ADF.MODEL
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adfbcsvc.jar                                
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adfbcsvc-client.jar                         
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adfbcsvc-share.jar                          
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adf-controller-schema.jar                   
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adfdt_common.jar                            
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adflibfilter.jar                            
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adflibrary.jar                              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adfm.jar                                    
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adfm-debugger.jar                           
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adfmportlet.jar                             
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adfmweb.jar                                 
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adf-runtime-mbean.jar                       
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adf-sec-idm-dc.jar                          
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adftags.jar                                 
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\adftransactionsdt.jar                       
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\bc4jhtml.jar                                
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\bc4jimdomains.jar                           
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\bc4j-mbeans.jar                             
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\bc4jsyscat.jar                              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\bc4jwizard.jar                              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\datatags.jar                                
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\db-ca.jar                                   
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\jdev-cm.jar                                 
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\jmxdc.jar                                   
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\jr_dav.jar                                  
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\oicons.jar                                  
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\ordhttp.jar                                 
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\ordim.jar                                   
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\rcs-adflib-rt.jar                           
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\rcsrt.jar                                   
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.model_11.1.1\regexp.jar                                  
    PAGEFLOW
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.pageflow_11.1.1\adf-pageflow-dtrt.jar                    
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.pageflow_11.1.1\adf-pageflow-fwk.jar                     
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.pageflow_11.1.1\adf-pageflow-impl.jar                    
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.pageflow_11.1.1\adf-pageflow-rc.jar                      
    SECURITY
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.security_11.1.1\adf-controller-security.jar               
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.security_11.1.1\adf-share-security.jar                    
    SHARE.CA
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.share.ca_11.1.1\adf-share-base.jar                        
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.share.ca_11.1.1\adf-share-ca.jar                          
    ADF.SHARE
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.share_11.1.1\adflogginghandler.jar                        
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.share_11.1.1\adfsharembean.jar                            
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.share_11.1.1\adf-share-support.jar                        
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.share_11.1.1\adf-share-wls.jar                            
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.share_11.1.1\jsp-el-api.jar                               
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.share_11.1.1\oracle-el.jar                                
    ADF.VIEW
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-dt-at-rt.jar                              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-dynamic-faces.jar                         
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-faces-changemanager-rt.jar              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-faces-databinding-dt-core.jar           
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-faces-databinding-rt.jar                
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-faces-registration.jar                    
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-faces-templating-dt-core.jar              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-faces-templating-dtrt.jar                 
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-richclient-api-11.jar                     
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-richclient-automation-11.jar              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-richclient-impl-11.jar                    
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-share-web.jar                             
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\adf-view-databinding-dt-core.jar              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\dvt-databindings.jar                          
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\dvt-faces.jar                                 
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\dvt-facesbindings.jar                         
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\dvt-jclient.jar                               
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\dvt-trinidad.jar                              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\dvt-utils.jar                                 
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\oracle-page-templates.jar                               
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\trinidad-api.jar                              
    %MIDDLEWARE_HOME%\oracle_common\modules\oracle.adf.view_11.1.1\trinidad-impl.jar                             -Anton

  • How to make ADF application from ADF library jar ?

    Hi all experts,
    We used to make adf library jar from an ADF application in jdeveloper.
    Is it possible to do the reverse of it.
    I need to make a adf application from an ADF libraryjar file.
    Regards,
    Hoque

    its possible to get do the application from an EAR file
    New Galleary - Application - Application from EAR file.Project can be done using WAR file
    New Galleray - Prjects - Project from WAR filefor SOA we can do file - import - SOA Achive into soa project

  • ADF Library JAR creation?.

    Hi,
    How to create ADF Library JAR
    by using pure ANT script without ojdeploy.Please give any solution.
    Regards,
    Rengasamy.A
    Edited by: Vass on May 9, 2011 9:51 PM

    Hi Vinod,
    I have achieved this solution from apache ant. But I have facing one problem
    1. While creating jar file using Jdev, two files are created .These files are: task-flow-registry and oracle.adf.common.services.ResourceService.sva
    2.How to create these two files using ant?.
    I have referred the below link.
    [http://www.oracle.com/technetwork/articles/adf/part4-098813.html]
    But i cant to create these two files.
    Regrads,
    Rengasamy.A

  • ADF Library Jar: Bundle-Classes-Information for Declarative Component

    Hi,
    when we deploying some adf-taskflows as a adf library jar we can add some content with technical namings and user friendly strings.
    see the good adf code corner example: [url http://www.oracle.com/technetwork/developer-tools/adf/learnmore/52-taskflow-in-lib-169195.pdf]Advanced Tip: Customizing the ADF Task Flow name in the ADF libray (Page 16)
    Is this also possible for declarative components?
    Technology: ADF 11g / JDeveloper 11.1.1.4 / Fusion Stack (ADF BC / ADF Model / ADF Faces)
    best regards
    Martin

    Hi,
    no, unfortunately not
    Frank

  • Have Sony reader 505, ADE doesn't recognize when attached to mac OX 10.6.8. works with reader library but not with ADE

    Have Sony reader 505, ADE doesn't recognize when attached to mac OX 10.6.8. works with reader library but not with ADE

    YEAY!
    I just got the solution (that worked for me, anyway) from a Sony support rep. No PC or VMWare needed.
    OK, you've installed Sony eBook Library v3, and Adobe Digital editions, you've set up your acocunts and authorized your computer on both of them, and you've authorized your Reader with the Sony Library application.
    You go to the public library ebook download page, either through the Sony Library or just through a bookmark.
    You check out a book, and open it in Adobe Digital Editions, which still won't recognize your Reader.
    BUT, in the Sony Library app, you can now click "File, Import.." and go find the pdf you downloaded with the Adobe app.
    On my Mac, it was in ~/Documents/Digital Editions
    Import it, and drag it to your Reader.
    The first time you do this, it will ask you to authorize the Reader with your Adobe ID.
    Worked like a charm.

  • Cant work with 32 bit image files?

    Hi there, I am unable to work with 32 bit image files on our cs6 ? I am fallowing a tutorial and a person creates a new file with 32 bit channel selected from dropdown menu, and starts painting on it he is using CS5. When I create a 32 bit file and select the brush tool, it comes on with circle and cross line and error comes up saying that the brush tool is not supported with 32 bit image files, in fact, I cant use any tools on the 32 bit images, I can't even create a new layer on the file. There is one thing I can do, which is a great feature, I can save it! But it's not much of a use now is it? If the image is plane white sheet. Is this a special feature that you need to purchase seperetly? Could you please advise. Regards

    Hello again,
    so resetting the preference file makes no difference to the problem.
    I checked 6 of our macs. 3 of the macs can create the 32 bit images and allow paint and other tools with no problem. Jet the other 3 macs have the same problem as I have. I checked my 2008 macbook which has CS5, and it can also edit 32 bit files. Checked my PC yesterdey which has CS6 installed, can't work with 32 bit image files.
    I find this very odd, some work and some don't. Any suggestions would be great. Please also find a screenshot of the mac with the issue.
    Kind regards,

  • SessionManager doesn't work with new xerceimpl.jar?

    Hi,
    Does anybody know the solution to the problem below?
    The toplink sessionmanager, which loads sessions.xml for database session pooling, doesn't work with new xerce parser(xerceimpl.jar). It is tieing to old xerces.jar parser, which has been upgraded to have more functions.
    Thank you in advance.
    Praveen

    Hi Raanan,
    It works with old xerces.jar. But in-order to get new functions from new xerces jars from apache, I got xml-apis.jar, xercesImp.jar. They got modified from old ones. So this is breaking toplink sessions.xml load to work.
    Did you face this problem?
    Thanks
    Praveen

  • [svn:fx-trunk] 5802: Fix ant asdoc target to work with the new manifest files.

    Revision: 5802
    Author: [email protected]
    Date: 2009-03-31 09:14:44 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fix ant asdoc target to work with the new manifest files.
    QE Notes: None.
    Doc Notes: None.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/asdoc/build.xml

    Thats good news.

  • ADF faces jar files needed (urgent)

    Hi,
    I have downloaded one sample adf faces application from oracle site, but it does not have the jar files. They are saying that you can download the neccassary jar files from the Oracle Technology Network (OTN) Web site as a .zip archive that contains the tag libraries, documentation, and a Web application example.
    But i was not able to locate the specified zip file in OTN web site. If someone knows please tell me from where should i download the specfied jar file.
    I have downloaded the sample appl from the following link..
    http://www.oracle.com/technology/pub/articles/cioroianu_jsfadf_v4.html
    Thanks in advance..
    Regards,
    Saravanam

    Hi,
    This is a very old how-to that was released during JDeveloper preview. If you go to otn.oracle.com/proucts/jdev --> JSF then you can find the download reference.
    The newer - production class - ADF Faces jar files are not for download separately but are part of Oracle JDeveloper and available in its jlib directory. So you could go download JDeveloper and get adf-faces.jar
    Frank

  • Will there ever be an upgrade for Lightroom 3 that will work with Nikon d800 NEF files?

    Will there ever be an upgrade to Lightroom 3 that will work with Nikon D800 NEF files?

    Why not use Lightroom 4 instead?
    I mean, assuming you can get it running fast enough, you'll usually get better results with PV2012 - right? And in the cases where you prefer PV2010 (if there are any), it's there too...
    R

  • Premier Pro CS4: working with an Adobe Photoshop file

    I'm trying to work with an Adobe Photoshop file, it has many
    layers and I imported it as one and switched it to RGB.  However, the rendering time for the file is flabbergasting:
    it's a 5 second opening with light effects and it takes about 30 minutes to render.  Is there something wrong that I did when exporting it or is this
    just the "name of the game"-I have applied several light effects to it but have done so to other file in the past and rendering time has not been nearly this long.  Many Thanks in
    advance.
    Tim S.

    Hello All,
    Thank you everyone for the responses; I think it was:
    My Sequence settings were for a 720 project but the Photoshop file well exceeded that-kind of simple but I don't use Photoshop often enough. I changed the pixel settings, Thank You Bill, of the Photoshop file and it seems to have done the trick.  I was baffled because even a very low res JPEG was giving me trouble.
    Many Thanks,
    Tim S.

  • Does Creative Cloud work with InDesign and linked files?

    Does Creative Cloud work with InDesign and linked files?

    This will work for online storage.
    The preview you will see on the website but will be what you see on your desktop if the the folder was missing. If you want someone else to be able to see a preview online to give comment feedback you could export out a PDF file of the work-in-progress and upload it.
    If you just want to work on the project at different locations it might be easier to zip up everything into a single file and upload it. Then download it onto the computer where you want to work and unzip it.

Maybe you are looking for