Jdeveloper 11.1.1.2 + panelWindow + MDS

Hello,
I am using,
Oracle JDeveloper 11g Release 1 11.1.1.2.0
Studio Edition Version 11.1.1.2.0
Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
It is defined as <af:panelWindow> has implicit persistence attribute called contentHeight & contentWidth
(Reference : http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/ad_persist.htm).
I am using the users customization across session(i.e MDS) and configured the all attributes which will be persisted. As documented we can override the attribute not to persist or persist on particular page .
issue is, I don't see persist or dontpersist attributes in af:panelWindow to override in particular page:-) Is adf library missing those attributes in panelWindow even though it should have as documented??
Please clarify.
Thanks
RB

"Installing the ADF runtime is not required if you are using JDeveloper to run applications in Integrated WebLogic Server."
http://docs.oracle.com/cd/E24382_01/admin.1112/e16179/deploy.htm#BGBECCBE
When I explicitely add the groovy-lang-1.6.3.jar in "Project properties" --> "Libraries and Classpath" then it works!
The groovy-lang-1.6.3.jar gets deployed with the application.
But still, why isn't it sufficient to have "ADF Model Runtime" (containing groovy-lang-1.6.3.jar) added ??
Is the ADF Model Runtime library deployed with the application? Select Manage Libraries. Is the ADF Model Runtime library selected as Deployed By Default?
If a new library is created, is the library a Deploy by Default?
If a library is added to a Model or ViewController project and used in the other project is a dependency defined between projects?
On JDeveloper 11.1.1.4.0 the same application works when debugging it.
Does anybody know how to fix it. Is there a missing library which was automatically added in the old JDeveloper but is not any more in the new one?
JDeveloper 11.1.1.4.0 JDeveloper runtime libraries that are deployed into Oracle WebLogic Server to support ADF applications includes groovy-all-1.6.3.jar in the adf.oracle.domain.ear Library and System Classpath.
http://docs.oracle.com/cd/E23549_01/web.1111/e15470/ap_jdevlibs.htm#BCFCIGBJ
In JDeveloper 11.1.2.2.0 groovy-all-1.6.3.jar is included only in the adf.oracle.domain.ear Library, not the system classpath.
http://docs.oracle.com/cd/E26098_01/admin.1112/e16179/ap_jdevlibs.htm
And is 1.6.3 the right version for ADF 11.1.2.2.0 Applications or should I add a newer groovy version?
The groovy version is the same groovy-all-1.6.3.jar.
Edited by: dvohra16 on Sep 11, 2012 9:18 AM

Similar Messages

  • JDeveloper 11g Handbook : Chapter 10 : MDSRuntimeException MDS-00168

    hi
    If I follow the steps in "Chapter 10: Your First JSF" of "Oracle JDeveloper 11g Handbook: A Guide to Fusion Web Development" (ISBN-10: 0071602380), I get an MDSRuntimeException (MDS-00168) on step 8 on page 359.
    I tried to find a shorter scenario where this MDSRuntimeException is (somewhat) reproducible.
    The example application in JDev11gHB-10-LoginJSF-v0.01.zip ...
    at http://www.consideringred.com/files/oracle/2010/JDev11gHB-10-LoginJSF-v0.01.zip
    ... is the result after completing the steps in "Chapter 10: Your First JSF" until step 5 at the top of page 358.
    Try this scenario (sc1) to reproduce reproduce the MDSRuntimeException behaviour:
    - (sc1-a) open JDev11gHB-10-LoginJSF.jws
    - (sc1-b) make sure the IntegratedWebLogicServer is not running
    - (sc1-c) run login.jspx, the page should show in a browser without error
    - (sc1-d) in JDeveloper stop the application using the (red) terminate dropdown
    - (sc1-e) open home.jspx in Design view
    - (sc1-f) select the af:panelHeader component and make a change to the Text property (using the Property Inspector)
    - (sc1-g) run home.jspx, the page can show without error or with an MDSRuntimeException stacktrace
    - (sc1-h) if step (sc1-g) does not result in an MDSRuntimeException, repeat steps (sc1-d) to (sc1-g) for "the other file" (login.jspx if you had previously changed home.jspx or home.jspx (again) if you had previously changed login.jspx)
    The complete stacktrace for MDSRuntimeException I get is available in JDev11gHB-10-LoginJSF-v0.01.zip\JDev11gHB-10-LoginJSF\resources\MDSRuntimeException-MDS-00168.txt
    oracle.mds.exception.MDSRuntimeException: MDS-00168: MDS object oracle.mds.core.MDSInstance@17ce029 is being used after it or its MDSInstance or PManager has been released.
         at oracle.mds.core.MDSInstance.checkNotReleased(MDSInstance.java:1078)
         at oracle.mds.core.MDSInstance.getPersistenceManager(MDSInstance.java:638)
         at oracle.mds.core.MDSSession.getPersistenceManager(MDSSession.java:1992)
         at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2769)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1188)
         at oracle.mds.core.MOResolver.getMetadataObjects(MOResolver.java:203)
         at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getMetadataObjects(MdsMetadataResourceProvider.java:414)
         at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.loadUnmutalbeMetadataResources(MdsMetadataResourceProvider.java:367)
         at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.loadResources(MdsMetadataResourceProvider.java:341)
         at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getBootstrapResources(MdsMetadataResourceProvider.java:234)
         at oracle.adf.controller.internal.metadata.MetadataService$Bootstrap.addAll(MetadataService.java:883)
         at oracle.adf.controller.internal.metadata.MetadataService.initializePageFlow(MetadataService.java:635)
         at oracle.adf.controller.internal.metadata.MetadataService.getPerUserCache(MetadataService.java:738)
         at oracle.adf.controller.internal.metadata.MetadataService.getPerUserCache(MetadataService.java:707)
         at oracle.adf.controller.internal.metadata.MetadataService.getAdfPageFlow(MetadataService.java:437)
         at oracle.adf.controller.internal.metadata.MetadataService.getPageFlow(MetadataService.java:426)
         at oracle.adf.controller.internal.metadata.MetadataService.getActivity(MetadataService.java:282)
         at oracle.adfinternal.controller.state.ControllerState.checkPermission(ControllerState.java:620)
    question:
    - (q1) How can this MDSRuntimeException, resulting from scenario (sc1) with JDev11gHB-10-LoginJSF-v0.01.zip, be explained?
    many thanks
    Jan Vervecken
    edit : I used JDeveloper 11.1.1.2.0 to get the behaviour in scenario (sc1).

    Thanks for your reply RB, and for trying to reproduce this.
    Oracle support, who have been able to reproduce this (in service request 3-1625962126), suggested to configure a filter (oracle.adf.share.http.ServletADFFilter) like this in web.xml:
      <filter>
        <filter-name>ServletADFContextFilter</filter-name>
        <filter-class>oracle.adf.share.http.ServletADFFilter</filter-class>
      </filter>
      <!-- ... -->
      <filter-mapping>
        <filter-name>ServletADFContextFilter</filter-name>
        <url-pattern>/*</url-pattern>
        <dispatcher>REQUEST</dispatcher>
        <dispatcher>FORWARD</dispatcher>
      </filter-mapping>That results in
    http://www.consideringred.com/files/oracle/2010/JDev11gHB-10-LoginJSF-v0.02.zip
    I have not been able to reproduce the issue after this change (I tried scenario (sc1) 8 times).
    questions :
    - (q2) Which part of the application in JDev11gHB-10-LoginJSF-v0.01.zip depends on (requires) this filter (oracle.adf.share.http.ServletADFFilter)?
    - (q3) Shouldn't JDeveloper automatically add this filter (oracle.adf.share.http.ServletADFFilter) or warn about it?
    regards
    Jan

  • How to use schemas in MDS with the JDeveloper JAXB compiler ?

    Hello,
    I would like to use the JAXB2 compiler to generate a content model from an XSD in MDS. I don't find any way to do it because in order to select the source schema I only can browse my project and application directory but not the MDS. I configured JDeveloper such that to connect to MDS and I'm able to browse the MDS, to open artifacts. But I cannot extract/export/download them from MDS to the JDeveloper project such that to use the JAXB compiler against it. I tried the Add to project function once that the artifact is opned but nothing seems to happen. How could I do that ?
    Many thanks in advance,
    Nicolas

    hi Henrique Pinto!
    but you'll need to import all the wsdl's,,,
    this mean that i will have to request another wsdl which is general wsdl contained object and operation and soap action?
    or i can use only this wsdl and then need to do something in external definition with this wsdl?
    thanks & regards
    dennis
    Message was edited by:
            ogawa Dennis

  • URGENT: How to Run an existing Oracle apps page in Jdev 10g

    Hi All,
    I have downloaded Jdeveloper 10G with OA Extension from the patch 5856648. I am able to successfully run the "test_fwktutorial.jsp" and "HelloWordPG.xml". I need to customize an existing Oracle apps page for one of our client requirement. I've done the following:
    1. Downloaded the BC4J components of the page which include xml and .class files from $JAVA_TOP/oracle/apps/ego and placed it in myproject( C:\p5856648_R12_GENERIC\jdevhome\myprojects) and also myclasses( C:\p5856648_R12_GENERIC\jdevhome\myclasses) folder of my jdeveloper.
    2. Downloaded the mds PG.xml from $APPL_TOP/ego/mds and placed it in C:\p5856648_R12_GENERIC\jdevbin\jdev\oamdsxml\fwk with the appropriate folder structure.
    I need to extend one of the VO and one of the controllers from the above standard oracle files. But since there are only .class files in the server, if I open the .class files, the methods are missing in those files. By decompiling the class files also, during run time it gives me error.
    What is the right approach and steps to use the existing Oracle apps files. Is there some way in Jdeveloper where we can set the source of java file with compiled .class files. I'm not able to work in the Jdeveloper for this customization. Please could some one help.
    Thanks & Regards,
    Anita

    1st thing to make sure is that you want to do changes for an R12 instance because that's this version of Jdev is provided for.
    Class files are required in myclasses folder only. Also page xml files should be in myprojects folder with the appropriate folder path.
    Decompiling class files are only way to work with them.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • ADF 11g - persist users component state to database - af:panelCollection

    Hi all
    We have a case where we require the state of a component, an af:panelCollection in this instance, to be saved to the database for each user of the application. This data is then retrieved upon application startup when it will be used to set the initial state of the af:panelCollection.
    The logic to achieve the above is outlined in the following post:
    http://technology.amis.nl/blog/4595/adf-11g-persisted-run-time-user-ui-personalization-or-impatient-mans-mds
    We have used the above resource to implement the manipulation of the af:panelCollection accordingly but we now wish to persist this data to the database, it is currently hard coded.
    Any help is greatly appreciated
    Regards
    Tony

    Hi,
    the next release of JDeveloper 11g (planned for summer) provides MDS, which helps you with a repository based approach for end user personalization. I think that if you can wait then it makes sense to do so instead of implementing functionality on your own that sooner or later you find in the product.
    If you can't wait then all you can do is to setup listeners that detect changes (attribute listener work in many cases) and persist the information for the page, component ID and user
    Frank

  • Problem with a Constructor of a backingBean

    Hello there!, i have a problem with this code , on a constructor of backingBean
        public Login() {
            System.out.println("New instance!!");
            FacesContext fc = FacesContext.getCurrentInstance();
            String sessionId = fc.getExternalContext().getRequestParameterMap().get("id");
            System.out.println("Session ID :" + sessionId);
            if(sessionId.equals("1"){
            UIComponent it2 = (UIComponent)fc.getViewRoot().findComponent("it2");
            it2.getAttributes().put("value", "Hello World");
        }The error :
    <30-12-2009 06:12:10 PM BOT> <Error> <HTTP> <BEA-101020>
    <[ServletContext@17783620[app:LoginJSF module:LoginJSF-ViewController-context-root path:/LoginJSF-ViewController-context-root spec-version:2.5]]
    Servlet failed with Exception oracle.mds.exception.MDSRuntimeException: MDS-00168:
    Any help?

    hi Frank
    See forum thread "JDeveloper 11g Handbook : Chapter 10 : MDSRuntimeException MDS-00168" about a (possibly related) MDSRuntimeException (MDS-00168) with a reproducible scenario.
    regards
    Jan Vervecken

  • Business Process Composer: ADF_FACES-60096:Server Exception during PPR

    We seem to have a problem using Oracle Business Process Composer. Whenever we have a Human Task and a Notification Task in our process and we try to save, we get the following error:
    java.lang.ClassCastException
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR
    Is there something we can do about this? I have tried several things and managed to isolate the issue to always going wrong whenever both Human Task and Notification Task are in a process, but I don't know how we can make sure that the error won't happen. The problem doesn't occur when it's either one of them in the process or in any other situation that we've had so far. Also, it doesn't seem to matter to which Roles the tasks are assigned, the error is always there.
    Our version of Oracle FMW is 11.1.1.7 (SP6).
    Hope someone recognizes the issue and can help us.
    Thanks.
    edit: it does work in JDeveloper and if we save to MDS from there, it works without problems in Business Process Composer too, but this is a workaround that's not very comfortable for our business analysts.

    Did you find a solution for this?
    cheers
    James

  • PanelPage component in 11g

    Dear friends,
    I am learning ADF through SRDemo tutorial and this tutorial for 10g, what can I use instead of PanelPage in Jdeveloper 11g. can I use PanelWindow instead of panelpage.
    thanks,

    There is a migration doc out there: http://www.oracle.com/technetwork/developer-tools/jdev/migration-082101.html
    If you goolge a bit you might find a complete SRDemon 11g somewhere.
    Timo

  • Problem facing while creating a SOA-MDS Connection in JDEVELOPER

    Hi,
    I am trying to create a new SOA-MDS connection by choosing the RESOURCE PALETTE > NEW-CONNECTION > SOA-MDS.. When I am selecting connection it's not populating the Select MDS Partition dropdown. Its giving the error :Oct 18, 2012 7:17:48 PM oracle.tip.tools.ide.common.resourcepalette.adapter.mds.DBConnectionInfo
    WARNING: Error reading db partitions for connection name MDS_CONN. Reason :
    Oct 18, 2012 7:17:48 PM oracle.tip.tools.ide.common.resourcepalette.adapter.mds.DBConnectionInfo
    Any Suggestions Regarding This issue....
    Thanks in Advance..
    Edited by: 947267 on Oct 19, 2012 4:11 AM

    I uninstall my Jdeveloper and created new MDS connection now its working..

  • JDeveloper link to MS SQL Server database MDS errors

    The database connection to the SQL server can be successfully created and used (after putting the sqljdbc4.jar file into the project's path). Then when I try to use that db connection for a SOA-MDS connection, the "Messages" tab in JDev displays the following error:
    WARNING: Error reading db partitions for connection name Connection1. Reason : MDS-00003: error connecting to the database
    Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: Error during pool creation in Universal Connection Pool Manager MBean: oracle.ucp.UniversalConnectionPoolException: Error during pool creation in Universal Connection Pool Manager: java.sql.SQLException: Invalid Universal Connection Pool configuration: java.sql.SQLException: Unable to create factory class instance with provided factory class name: java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerXADataSource
    To get around this error, I explicitly added the sqljdbc4.jar file to the classpath by doing the following:
    In the jar “C:\Oracle\Middleware_2\jdeveloper\jdev\extensions\oracle.mds.dt.jar”, need to modify the META-INF/extension.xml to include the classpath:
    <classpath>C:/Oracle/Middleware/jdeveloper/lib/sqljdbc4.jar</classpath>
    Once this is done, then I can successfully create the SOA-MDS connection. I can also explore the MDS connection and see the names of available resources. However, the problem then comes again when a resource is actually chosen to be referenced in a composite. When choosing the resource or when trying to build after choosing the resource, an error is displayed that is the same as the original (reference above).
    I tried following both of the workarounds located in the following link, but it does fix the error when attempting to use MDS resources. http://efreedom.com/Question/1-5805190/JDeveloper-DB-Based-MDS-Connection-Issue
    It seems to me like JDeveloper uses multiple different class paths when doing different actions (creating DB link, creating MDS connection, using MDS resources, compiling projects that use MDS resources, etc.).
    Please let me know if you know how to use an MDS that is based in a Microsoft SQL Server DB.
    Ben

    I found a different way to implement the database connection that is used by the SOA-MDS connection. Instead of using the microsoft provided sqljdbc4.jar for the SQLServerDriver, I setup the db connection to instead use the Weblogic provided wlsqlserver.jar. I no longer need any of the workarounds mentioned previously and everything appears to be working. I can navigate the MDS resources as well as viewing and choosing to use them in the composites.
    As a side note, any user that is used for the DB connection for MDS connections must have the SOA_MDS (or DEV_MDS, depending on the setup) schema as its default (Jdev assumes the user’s default schema and thus doesn’t define the whole path). Also, the user must have select and execute privileges on the SOA_MDS schema (direct or role-based) as it needs to query tables and execute stored procs.

  • "Error: oracle/mds/net/OraMDS URL InfoProvider" while compiling in Jdeveloper 11.1.1.7.0

    Hi,
    I am doing POC on Email Activity using Jdeveloper 11.1.1.7.0. I have created Synchronous Project and used Email Activity.
    Details:
    Email Activity:
    When we dragged out this Activity from Oracle Extensions Palette by default two Activities generated a. EmailParamsAssign b. InvokeNotificationService (this activity invoking Notification Service for   sending emails). In EmaiilParamsAssign Activity, Hard coded values Assigned to Content element and dynamically reading file from local machine and assigned to ContentBody element [ ex: ora:readFile(concat('file:///',$inputVariable.payload/client:documentURL)) ]
    My concerned is When I compiling the Project getting "Error: oracle/mds/net/OraMDS URL InfoProvider"
    Can any one Please help me out *ASAP
    Thanks & Regards,
    Harish

    You have to include the aia.jar file. I had same issue .. I had aia.jar included in the project but the file was not ther ein the path . so i updated the correct path .. it worked

  • Read-only errors trying to use MDS in JDeveloper 11.1.1.4.0

    JDeveloper 11.1.1.4.0
    I'm trying to set up MDS in our application using the usual docs, cue cards and blog posts.
    We use our own LDAP-based authentication, which we'll set up later. In the meantime, I have a custom UserCC class which just returns one user name.
    In the adf-config.xml setup, in "View", I set to track column.
    In the code I have println statements for each method, my UserCC constructor is called.
    When I rearrange the order of columns, I get the following error messages in my console:
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.
    <DocumentUtils> <getDocument> ADFv: Trouble getting the mutable document from MDS.No other messages or indicators that other forum posts mention, nothing with any more details.
    Here is my UserCC code, built as part of my Models project, put in ...\jdeveloper\jdev\lib\patches
    package oracle.documaker.idocumaker.model;
    import oracle.mds.core.MetadataObject;
    import oracle.mds.core.RestrictedSession;
    import oracle.mds.cust.CacheHint;
    import oracle.mds.cust.CustomizationClass;
    public class UserCC extends CustomizationClass {
        private static final String DEFAULT_LAYER_NAME = "user";
        private String mLayerName = "user";
        public UserCC() {
            System.out.println("XXX In the UserCC Constructor");
        public CacheHint getCacheHint() {
            System.out.println("XXX In the UserCC getCacheHint");
            return CacheHint.USER;
        public String getName() {
            System.out.println("XXX In the UserCC getName");
            return mLayerName;
        public String[] getValue(RestrictedSession sess, MetadataObject mo) {
            System.out.println("XXX I was asked about the user name");
            return (new String[] { "alanabrams" });
    }

    We've always had security on, the only thing that changed was my understanding of how we were doing security.
    Before, I had written a custom UserCC that always returned the same name, after I used the standard UserCC. I had the same results both time.
    The cause of my error message is "MDS repository may be configured incorrectly", which I kind of figured, but there's nothing to point me to diagnose how it is incorrectly configured or how to fix it.

  • Editing MDS Artifacts in JDeveloper.

    I copied my MDS artifacts onto my local development machine and created a file based MDS connection in JDeveloper. The file based MDS Connection is pointing to the directory where I placed my MDS artifacts. When I open an XSD from MDS Connectios in JDeveloper, I am unable to edit the XSD. Is this by design?
    What does Oracle suggest for development teams to be able to edit or enhance MDS artifacts? One option is to open these XSD's in XMLSpy or XML editing tools and manage them independently of JDeveloper. Other option is to create a project manually in JDeveloper and import the MDS file Location?
    Any pointers would be appreciated.
    Regards,
    Manoj
    303-589-9577

    Although, it is not directly supported OOTB, but still you can do that in JDev. This is what I think, you should do in order to edit the MDS artifacts and then, deploy those to the Server.
    (1) I assume, you already have a jar used for the MDS Deployment. This jar contains the MDS artifacts, you want to edit.
    (2) Follow this Oracle article, which mentions how you can have a JDeveloper - MDS based deployment profile. Then, you can edit the MDS artifacts in JDeveloper and deploy those all also.
    (3) But there is a catch here.. You'll always have the content edited by you. Imagine, another developer making changes to the XSD, then, the latest copy of that XSD won't be available in JDeveloper for edition. If you always want to have the latest copy of the MDS, then, I would suggest that you extract the MDS contents from the server (in the form of a jar) and use the same jar in Step 1.
    Its a kinda long-shot, but..it is what it is :-)
    Hope it helps !

  • "Windowing" with JDeveloper 11

    Hi,
    As a new JDeveloper user I would like to know if it is possible with the upcoming new version to easily create a "windowing" system. I mean having a component like a PanelWindow and allowing a user to customize its page layout with drag`n`drop functionality on the PanelWindow. This is similar to google`s personalized home or meebo websites. If it is already possible, could someone give me a hint about how to do this ?
    Thank you very much.
    Jean-Philippe
    P.S.: The documentation is incomplete as I am wrinting this message and I am very enthusiast about reading it ;)

    Hi,
    this will be possible in the combination of ADF Faces and Webcenter. ADF Faces provides windowing support, but customization is through MDS and Webcenter
    Frank

  • Error while Creating a basic portal application using JDeveloper

    Hi,
    I am trying to build a portal application using the following tutorial on JDeveloper 11.1.1.5.0 on Windows XP.
    [http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10273/createapp.htm#CCHEGDIC|http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10273/createapp.htm#CCHEGDIC]
    I have configured all the prereqs for this tutorial. When i run the application, following message appears on the log file.
    Target Portal.jpr is not runnable, using default target index.html.
    and the webpage contains following error
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    +10.4.5 404 Not Found+
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    Following is the WLS log for the application run.
    +[12:53:24 PM] ---- Deployment started. ----+
    +[12:53:24 PM] Target platform is (Weblogic 10.3).+
    +[12:53:24 PM] Retrieving existing application information+
    +[12:53:24 PM] Running dependency analysis...+
    +[12:53:24 PM] Deploying 3 profiles...+
    +[12:53:28 PM] Wrote MAR file to C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\NTSL_PORTAL\AutoGeneratedMar+
    +[12:53:31 PM] Wrote Web Application Module to C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\NTSL_PORTAL\NTSL_PortalWebApp.war+
    +[12:53:32 PM] Info: Namespace '/oracle/adf/share/prefs' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/lifecycle/importexport' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/lock' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/rc' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/persdef' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/shared/oracle/wcps' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/xliffBundles' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/search/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/framework/scope/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/page/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/pageDefs' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/adf/portlet' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/adf/portletappscope' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/doclib/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/portalapp' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/security/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/siteresources/shared' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Namespace '/oracle/webcenter/quicklinks/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[12:53:32 PM] Info: Any customizations created while running the application will be written to 'C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\o.mds.dt\adrs\NTSL_PORTAL\AutoGeneratedMar\mds_adrs_writedir'.+
    +[12:53:35 PM] Wrote Enterprise Application Module to C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\NTSL_PORTAL+
    +[12:53:35 PM] Deploying Application...+
    +<Jul 25, 2011 12:53:44 PM GMT+05:00> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.apps.common.resource, referenced from: C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.webcenter.framework\owur7d]. Make sure the referenced optional package has been deployed as a library.>+
    +<Jul 25, 2011 12:53:53 PM GMT+05:00> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\DefaultDomain\servers\DefaultServer\tmp\_WL_user\jaxrs-framework-web-lib\829i9k\WEB-INF\web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>+
    +<ADFContext> <getCurrent> Automatically initializing a DefaultContext for getCurrent.+
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    +<EclipseLinkLogger> <basicLog> 2011-07-25 12:54:27.409--ServerSession(28900695)--PersistenceUnitInfo ServiceFrameworkPUnit has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored+
    +<ADFContext> <getCurrent> Automatically initializing a DefaultContext for getCurrent.+
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    +<LoggerHelper> <log> Cannot map nonserializable type "interface oracle.adf.mbean.share.config.runtime.resourcebundle.BundleListType" to Open MBean Type for mbean interface oracle.adf.mbean.share.config.runtime.resourcebundle.AdfResourceBundleConfigMXBean, attribute BundleList.+
    +[12:54:48 PM] Application Deployed Successfully.+
    +[12:54:48 PM] Elapsed time for deployment: 1 minute, 24 seconds+
    +[12:54:48 PM] ---- Deployment finished. ----+
    Run startup time: 84155 ms.
    +[Application NTSL_PORTAL deployed to Server Instance IntegratedWebLogicServer]+
    Target URL -- http://127.0.0.1:7101/mytutorial/index.html
    +<JUApplicationDefImpl> <logDefaultDynamicPageMapPattern> The definition at NTSL.portal.portal.DataBindings.cpx, uses a pagemap pattern match that hides other cpx files.+
    +<NavigationCatalogException> <<init>> oracle.adf.rc.exception.DefinitionNotFoundException: cannot find resource catalog using MDS reference /oracle/webcenter/portalapp/navigations/default-navigation-model.xml Root Cause=[MDS-00013: no metadata found for metadata object "/oracle/webcenter/portalapp/navigations/default-navigation-model.xml"] [Root exception is oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/webcenter/portalapp/navigations/default-navigation-model.xml"]+
    +<SkinFactoryImpl> <getSkin> Cannot find a skin that matches family portal and version v1.1. We will use the skin portal.desktop.+
    +<Logger> <error> ServletContainerAdapter manager not initialized correctly.+
    +[Application termination requested.  Undeploying application NTSL_PORTAL.]+
    +[01:04:42 PM] ---- Deployment started. ----+
    +[01:04:42 PM] Target platform is (Weblogic 10.3).+
    +[01:04:42 PM] Undeploying Application...+
    +<Jul 25, 2011 1:04:42 PM GMT+05:00> <Warning> <Deployer> <BEA-149085> <No application version was specified for application 'NTSL_PORTAL'. The undeploy operation will be performed against the currently active version 'V2.0'.>+
    INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
    INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
    +<BPELConnectionUtil> <getWorklistConnections> The Worklist service does not have a ConnectionName configuration entry in adf-config.xml that maps to a BPELConnection in connections.xml, therefore the Worklist service was not configured for this application.+
    +<NotificationSenderFactory> <getSender> Notification sender is not configured+
    +<ADFContext> <getCurrent> Automatically initializing a DefaultContext for getCurrent.+
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    +[01:04:48 PM] Application Undeployed Successfully.+
    +[01:04:48 PM] Elapsed time for deployment: 6 seconds+
    +[01:04:48 PM] ---- Deployment finished. ----+
    +[Application NTSL_PORTAL stopped and undeployed from Server Instance IntegratedWebLogicServer]+
    +[Running application NTSL_PORTAL on Server Instance IntegratedWebLogicServer...]+
    +[01:05:40 PM] ---- Deployment started. ----+
    +[01:05:40 PM] Target platform is (Weblogic 10.3).+
    +[01:05:40 PM] Retrieving existing application information+
    +[01:05:40 PM] Running dependency analysis...+
    +[01:05:41 PM] Deploying 3 profiles...+
    +[01:05:42 PM] Wrote MAR file to C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\NTSL_PORTAL\AutoGeneratedMar+
    +[01:05:44 PM] Wrote Web Application Module to C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\NTSL_PORTAL\NTSL_PortalWebApp.war+
    +[01:05:45 PM] Info: Namespace '/oracle/adf/share/prefs' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/lifecycle/importexport' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/lock' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/rc' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/persdef' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/shared/oracle/wcps' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/xliffBundles' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/search/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/framework/scope/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/page/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/pageDefs' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/adf/portlet' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/adf/portletappscope' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/doclib/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/portalapp' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/security/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/siteresources/shared' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Namespace '/oracle/webcenter/quicklinks/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.+
    +[01:05:45 PM] Info: Any customizations created while running the application will be written to 'C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\o.mds.dt\adrs\NTSL_PORTAL\AutoGeneratedMar\mds_adrs_writedir'.+
    +[01:05:47 PM] Wrote Enterprise Application Module to C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\NTSL_PORTAL+
    +[01:05:47 PM] Deploying Application...+
    +<Jul 25, 2011 1:05:52 PM GMT+05:00> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.apps.common.resource, referenced from: C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.webcenter.framework\owur7d]. Make sure the referenced optional package has been deployed as a library.>+
    +<Jul 25, 2011 1:05:54 PM GMT+05:00> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>+
    +<Jul 25, 2011 1:05:54 PM GMT+05:00> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00003. Log messages will continue to be logged in C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>+
    +<Jul 25, 2011 1:06:01 PM GMT+05:00> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\Documents and Settings\ahmedh\Application Data\JDeveloper\system11.1.1.5.37.60.13\DefaultDomain\servers\DefaultServer\tmp\_WL_user\jaxrs-framework-web-lib\829i9k\WEB-INF\web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>+
    +<ADFContext> <getCurrent> Automatically initializing a DefaultContext for getCurrent.+
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
    +<EclipseLinkLogger> <basicLog> 2011-07-25 13:06:36.117--ServerSession(28713857)--PersistenceUnitInfo ServiceFrameworkPUnit has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored+
    +<ADFContext> <getCurrent> Automatically initializing a DefaultContext for getCurrent.+
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    +<LoggerHelper> <log> Cannot map nonserializable type "interface oracle.adf.mbean.share.config.runtime.resourcebundle.BundleListType" to Open MBean Type for mbean interface oracle.adf.mbean.share.config.runtime.resourcebundle.AdfResourceBundleConfigMXBean, attribute BundleList.+
    +[01:06:54 PM] Application Deployed Successfully.+
    +[01:06:54 PM] Elapsed time for deployment: 1 minute, 14 seconds+
    +[01:06:54 PM] ---- Deployment finished. ----+
    Run startup time: 73985 ms.
    +[Application NTSL_PORTAL deployed to Server Instance IntegratedWebLogicServer]+
    Target URL -- http://127.0.0.1:7101/mytutorial/index.html
    +<JUApplicationDefImpl> <logDefaultDynamicPageMapPattern> The definition at NTSL.portal.portal.DataBindings.cpx, uses a pagemap pattern match that hides other cpx files.+
    +<NavigationCatalogException> <<init>> oracle.adf.rc.exception.DefinitionNotFoundException: cannot find resource catalog using MDS reference /oracle/webcenter/portalapp/navigations/default-navigation-model.xml Root Cause=[MDS-00013: no metadata found for metadata object "/oracle/webcenter/portalapp/navigations/default-navigation-model.xml"] [Root exception is oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/webcenter/portalapp/navigations/default-navigation-model.xml"]+
    +<SkinFactoryImpl> <getSkin> Cannot find a skin that matches family portal and version v1.1. We will use the skin portal.desktop.+
    +<Jul 25, 2011 1:11:04 PM GMT+05:00> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=DeploymentTaskSummaryPage&DeploymentTaskSummaryPortlethandle=com.bea.console.handles.JMXHandle%28%22com.bea%3AName%3DADTR-0%2CType%3DDeploymentTaskRuntime%2CDeployerRuntime%3DDeployerRuntime%22%29.>+

    The below message comes when you don't specify any default file for your webcenter portal application and this should not be any problem.
    Target Portal.jpr is not runnable, using default target index.html.
    Can you answer to my questions:
    1. Did you just created a new wcp application in jdev and ran it with out doing any changes? If you have done what are the changes?
    2. How did you ran your application? (right clicking a particular page or right clicking your portal project and selected "run" option?

Maybe you are looking for

  • Change number of decimal in general settings after working .

    Hi, My customer was upgarded to sap2007 and changed the number of decimal in the "Amount" field to 4 ( it used to be 2) now after working a while he needs to change it back. Do you know what are the consequences of updating this field using an update

  • Program ID   in Sender RFC adapter.

    Hi Experts,   I have created 9 interfaces between same R3 (RFC Sender)  and FTP (file receiver)server. , Do i need to  create 9 RFC sender communication channels with different program ID (for registered server program in RFC destination type TCP/IP

  • Since installing yosemeti I can't print on one of my printers

    I have not been able to print from my main printer since installing the program.  Error message states that the computer is not hooked up.  I have deleted and reinstalled the printer about 5 times and still no luck.  I have a 2012 MacBook Pro laptop.

  • How to add a wifi camera to photo stream

    How to add a wifi camera to photo stream

  • Dreamweaver 4 Code View Problem

    I have Windows Xp, and full version of Dreamweaver 4. I cannot view my pages in CODE VIEW, it does nothing. Please help.