Is not displayed portlet with ADF on Oracle Portal 11g

Hi!
I’ve tried to create a portlet by means of JSR 168 Java Portlet Wizard in Jdev 11g. On step 3 “Content type and Portlet modes“ I choose “Generate ADF-Faces JSPX”, and added an adf calendar to my jspx page, deploied the project to the weblogic server, that provided by JDeveloper 11g. Then I’ve registrated a WSRP2.0 provider in Oracle Portal 11g. My portlet have appeared in portlet repository, and I’ve added it to my page, but when I view this page, I have an error: “Error: Could not get portlet markup. Try reloading the portlet or the page.”.
In “Developer guide for Oracle Portal 11g” I’ve read, that I have to add “ADF bindig filter” to my web.xml, but error stay.
Thanks and sorry for my english.

Hello AMN,
Is there anything different or a particular way you are developing objects and using the jquery framework? I am looking for a sort of best practice approach - where to put the jquery script call, and where to put the html (dyn page portlet vs items vs.....).
In regards to some of my previous problems, I think I found where the performance problem was - not sure why. Besides using the jquery framework, I was also trying to use the jquery validation plugin.
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
I am using the proper calls <script> tags from a HTML template, and the DOM (atleast the elements I will act on) is generated from a dynamic page portlet (that calls a procedure). When I use the validation plug-in and submit the form, there is a noticable delay in calling the plug-in to perform some sort of field validation. It doesn't error out, but instead takes about 5 - 10 seconds to complete.
If I remove portal from the picture, and upload the html directly on Apache, this performs fast as expected. I do not understand why the javascript is taking so long to act, since I would have expected this to be handled on the client side.
Instead of troubleshooting further, I am planning to avoid that plug-in and just create the validation myself.
Thanks
Adrian

Similar Messages

  • ADF with Oracle Portal 11g

    One of our customer has Oracle Portal 11g. We want to create a portlet using ADF taskflow and consume it in Oracle Portal 11g. Is it possible?
    I know how to create ADF task-flow and how to expose it as a portlet. But I don't know how to access them in Oracle Portal 11g.
    Also they want portlet to be secured and should work with SSO (OAM) configured. Is it also possible? If yes, can you please let me know what changes I need to make in my ADF application.
    Thanks
    Sanjeev.

    Hi,
    its not a published example. The way it works is that you create a entry for OID in the jps-config.xml file (note that the three entries below need to get into the right place in the jps-config.xml file - which is not hard to spot)
    <serviceProvider class="oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider" name="idstore.ldap.provider" type="IDENTITY_STORE">
             <description>LDAP-based ID Store Provider</description>
          </serviceProvider>
    <serviceInstance provider="idstore.ldap.provider" name="idstore.oid">
             <property value="OID" name="idstore.type"/>
             <property value="cn=orcladmin:pword" name="cleartext.ldap.credentials"/>
             <property value="ldap://localhost:389" name="ldap.url"/>
             <property value="cn" name="username.attr"/>
             <property value="cn" name="groupname.attr"/>
             <extendedProperty>
                <name>user.search.bases</name>
                <values>
                   <value>cn=users,dc=us,dc=oracle,dc=com</value>
                </values>
             </extendedProperty>
             <extendedProperty>
                <name>group.search.bases</name>
                <values>
                   <value>cn=Groups,dc=us,dc=oracle,dc=com</value>
                </values>
             </extendedProperty>
    <jpsContext name="CaOIDAuthentication">
             <serviceInstanceRef ref="idstore.oid"/>
             <serviceInstanceRef ref="credstore"/>
             <serviceInstanceRef ref="idstore.loginmodule"/>
          </jpsContext>Note that this is an example for deployment to stand aone OC4J. The application name is "CaOIDAuthentication" thus the name for the context.
    Once you did that and deployed the application, the authentication is against OID. Note however, that I tested this with a later internal build, not with TP3
    Frank

  • Deploying ADF Portlets into WLServer (Oracle Portal 11g Domain)

    Hello,
    i'm trying to deploy an ADF application (portlets) to be consumed in Oracle Portal 11g as WSRP.
    I try to deploy it from Jdevloper 11g directly to WLServer, but i got the following error in Jdeveloper deployment log.
    [12:17:04 PM] Deploying Application...
    [12:17:19 PM] [Deployer:149191]Operation 'deploy' on application 'AcssADF' is initializing on 'WLS_PORTAL'
    [12:17:21 PM] [Deployer:149193]Operation 'deploy' on application 'AcssADF' has failed on 'WLS_PORTAL'
    [12:17:21 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application AcssADF on cluster_portal.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false]..
    [12:17:21 PM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false].
    [12:17:21 PM] See server logs or server console for more details.
    [12:17:21 PM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false].
    [12:17:22 PM] #### Deployment incomplete. ####
    [12:17:22 PM] Deployment Failed
    ****************When i check ServerLog i have the following error stack: *****************
    Failure occurred in the execution of deployment request with ID '1257852324678' for task '3'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false].' weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false]. at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:609) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:185) at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:53) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    *************** The file weblogic-application.xml has the following contents: **************
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <weblogic-application xmlns="http://www.bea.com/ns/weblogic/weblogic-application" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application/1.0/weblogic-application.xsd">
    <listener>
    <listener-class>oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener</listener-class>
    </listener>
    <listener>
    <listener-class>oracle.mds.lcm.weblogic.WLLifecycleListener</listener-class>
    </listener>
    <library-ref>
    <library-name>adf.oracle.domain</library-name>
    <implementation-version>11.1.1.1.0</implementation-version>
    </library-ref>
    <library-ref>
    <library-name>
    oracle.webcenter.skin
    </library-name>
    <specification-version>
    11.1.1
    </specification-version>
    </library-ref>
    </weblogic-application>
    Thanks,
    Pedro Ribeiro

    Hi Pedro
    Make sure that the Domain on which you are deploying this application has the module loaded/deployed by name "oracle.webcenter.skin". Within your domain/config/config.xml file you should have this module loaded:
    <library>
    <name>[email protected]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>C:\oracleWebCenter11111\jdeveloper/webcenter/modules/oracle.portlet.server_11.1.1/oracle.webcenter.skin.ear</source-path>
    <deployment-order>300</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    When you created this WLS Domain, did you checked the right facets in the first couple of screens or did you just created a bare WLS Domain. Looks like mostly you may not have the above module, because the error stack trace does complain about this:
    Unresolved application library references, defined in weblogic-application.xml: Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false
    Incase if this module is deployed, make sure that the version is correct and matches with the one defined in weblogic-application.xml file.
    Another possibility. Is this is CLUSTER Domain...? If YES, then deploy your app only to managed server and not admin server, because by default all modules are deployed only to cluster(managed servers) and not admin server.
    Ravi Jegga

  • Mail will not display images with .jpeg extension. .jpg works fine. (displays in place when opening the email. What plug-in would correct this?

    Mail will not display images with .jpeg extension. .jpg works fine. (displays in place when opening the email. What plug-in would correct this?

    If you think you're insane now, try maintaining those pop up menus.
    As far as I know, these menus have not been updated since FW 8, so 
    they are at least two versions old.
    Save yourself a lot of grief by avoiding those menus. There are many 
    other products on the market which do a much better job of creating 
    and maintaining this type of navigation structure.
    Read this link before you climb any higher on this slippery slope:
    http://apptools.com/rants/jsmenu.php
    There was another blog post by the fellow who originally wrote the pop 
    up menu feature, but I can't seem to locate it. Even he says stay away 
    from them.
    Not the answer you probably want, but I hope it helps, nonetheless.
    Jim Babbage

  • I create trigger but not display massage after insert in oracle 10g

    I create trigger but not display massage after insert in oracle 10g
    **CREATE OR REPLACE TRIGGER TableName**
    **AFTER INSERT OR DELETE OR UPDATE ON test**
    **BEGIN**
    **if inserting then**
    **dbms_output.put('Message');**
    **end if;**
    **END;**

    What user interface are you using?
    If the tool doesn't support the SQL*Plus syntax (set serveroutput on), it probably has an option somewhere to enable DBMS Output. Not even knowing what tool you're using, it's impossible for us to guess where that option might be configured.
    As others have suggested, using DBMS Output to test code is less than ideal because you're dependent on the application you're using to display it to you and not every application can or will do that. If you want to use DBMS_Output, you may need to switch to a different GUI (SQL Developer or SQL*Plus are both free utilities from Oracle). Otherwise, you'd probably be better off having the trigger do something that you can subsequently query (i.e. write a row to a log table).
    Justin

  • FS10N Not display document with double click

    Hi, friends:
    Not display document with double click
    I am in the list of open items in transaction FS10N and when a wont to see a document by doing a double click in the line, instead of showing the document it shows the data of the line.
    Does anybody know the reason behind it? How can I resolve it?
    Thanks in advance.

    Hello,
    There could be two reasons:
    1. The account would not have been maintained with line item display.
    2. In case if the account has been created with line item display, then still you are not able to get the drill down (meaning that you are able to get the line items in FBL3N), in that case, immediately once you get the error, go to transaction code SU53. It will tell you the authorizations you are missing. You can forward that screen shot to your authorization team and they will give your proper authorization for drill down.
    Thanks,
    Ravi

  • Using Page/Portlet level  BackingFile based approach in Oracle Portal 11g

    Hi,
    I have a portal application that is running on Weblogic Portal 10.2, which is based on portlet/page level backing files. We are looking to upgrade to 11g now.
    I installed the Oracle 11g instalation (with web center) but that does not support any of the weblogic's backing file based portlets.
    I am not sure if i needed to install Oracle Portal 11g or is there also a separate weblogic portal 11g that we can upgrade to?
    If Oracle Portal 11g is what i need to install, then is thre a way we can continue to support the weblogic backing file based portlets in Oracle Portal 11g?
    Thanks,

    The new WebCenter portlet container does not, by default, directly support WebLogic Portal-style .portlet files and their corresponding WLP-specific features (i.e. backing files, WLP-native IPC, forked render, etc.) However, the WebCenter portlet container is a full java portlet 2.0 (JSR 286) and WSRP 2.0 container. Many things you could do with backing files and WLP-specific technology can be done with JSR 286 java portlet classes.
    Additionally, WebCenter portal framework, spaces, and ADF contains a WSRP 2.0 complaint consumer. So, you can keep your WebLogic Portal server and application running, and consume the individual portlets into a WebCenter webapp over WSRP. See http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10148/jpsdg_pages.htm#CIHDCBGC for more information. You WLP webapp's WSDL URL will normally be of the format http://<host>:<port>/<webapp>/producer?WSDL, e.g. http://localhost:7001/www/producer?WSDL
    Greg

  • With Oracle Portal 11g Item Text field there is no limit 32k?

    I have a question to O, then Oracle Portal 11g Item Text field there is no limit 32k? Because the version old is limited to 32k for fieldText Item Text. When i add Item text than 32k have error :
    http://btcportal.btc/portal/pls/portal/PORTAL.wwv_add_wizard.edititem
    400 Bad Request
    Unable to process request. Please check the log file for more details.
    thanks!

    Text items are still limited to 32k in Portal 11g. Check the Portal Online Help section 'Add/Edit Text-Based Item' for documentation of this limitation.
    Thanks,
    Erik Janssen

  • Oracle Portal 11g - New Installation

    Hello,
    I have worked a lot of with IAS 10.1.2.3. Now I want to install Oracle Fusion Middleware 11g Release 1 (11.1.1.6.0). But I need the Portal for my old applications.
    I have found the document 1364497.1 "New Direction for Oracle Fusion Middleware 11g with Single Sign-On 10g". In the document is a section "Oracle Portal 11g - New Installation" from 23-MAY-2012. This describe in Part 1 that I have to install the Infrasturcture of Oracle Identity Management 10g (10.1.4.0.1) . But I can't find the needed sources in the given donlaod path (http://www.oracle.com/technetwork/middleware/ias/downloads/101401-099957.html).
    I found only Oracle Identity Management 10g (10.1.4.3). This version seems to me does not have an Infrasturcture.
    I don't know which sources I have to download to install the temporary needed Infrasturcture. Can anybody help to find the right sources?
    Thanks,
    Frank

    Hi Frank,
    I'd prefer to get the document published first. Also a few comments with regards to the OAM installation path.
    The benefits are :
    <li>You will be using OAM straight from the beginning, no SSO in the picture
    <li>You can install Oracle Portal with an 11g OID instead of a 10g OID (which you would get when installing IDM 10.1.4)
    <li>You can use an 11.2 database for both the Portal and OID repository. With IDM 10.1.4 you are restricted to an 10.1 or 10.2 database as the installer does not support 11g.
    There are some drawbacks as well :
    <li>There will be no DAS solution (oiddas). Both User/Group creation should be done with different tools (ldif files, dbms_ldap API, provisioning from a 3rd party LDAP server) as well as User and Group LOVs in the access tabs of several Portal components won't work. You can still enter the name of the user and group in the input field to grant privileges
    <li>The seeded login portlet does not work
    Thanks,
    EJ

  • Oracle Portal 11g, Oracle WebCenter Suite or Oracle WebLogic Portal ?

    Witch of these technologies, Oracle Portal 11g,
    Oracle WebCenter Suite or Oracle WebLogic Portal ?
    is the future product of oracle ?
    I am going to use portal but I don't know witch of these product is the correct one.
    I need help to clarified it. As i am going to use portal I want to use the one that oracle intend to support

    Hi Harish,
    There are lot differences are available when you compare these three products, some them are
    Oracle Web Center Suite
    Comprises of various components such as Web Center Interaction,Oracle Entitlement Server,Oracle Personalization Server an Ensemble(for proxying content and mashups) and chat server,wiki server,blog server,forum etc are available with web center suite.The collaboration tools are out of the box,so you dont require to redevelop anything to enable collaboration for your site.Basically webcenter is more powerful when used to develop intranet sites rather than a website which requires less collaboration.
    Oracle Portal 10g
    Oracle Portal 10g is the primary oracle portal product before oracle bought BEA.The main difference is the architecture and framework,Oracle Portal uses sql/plsql intensively for processing the page as all their pages are developed from browser.Every thing you develop is streaming that is queried from DB in contrast with weblogic portal which has the feature of file based portal which is faster compared to the streaming(persistent desktops).The architecture is different compared to weblogic and webcenter.For ex:There are sql and pl/sql portlets which can be developed very faster which not there in the other two platforms.
    Oracle Weblogic Portal 10.3
    It is hot in the market right now and development is easier and architecture supports both file based and streaming,the primary features of all the portal product are more or less same but webcenter has more collaborative features.Weblogic portal is very stable as it is on WLS which is a stable weblogic server.
    I prefer if you have any previous experience on any of these products then built on that one.Else start with weblogic portal which is easier to startwith compared to others.
    Regards,
    Dinesh

  • Oracle portal 11g- how to show content of a mounted folder in a page

    Hi there!
    We have installed oracle portal 11g on a server with cent os 5 on it. There is a certain shared folder in our network that we have mounted using autofs in a certain directory, on which every user has permissions of read and write, the contents of which we want to be able to access through a page in our portal. I have set up an alias in http server (Server configuration) to indicate the folder in discussion. However, when I press the link in that page, an error occurs (Forbidden-You are not authorized to see this page). What am I missing???? Is there a special configuration for shared folders in a domain?
    Thanks in advance!

    Hi Vinod,
    You can use cross site publishing feature of SharePoint 2013.
    http://blogs.msdn.com/b/justinvoels/archive/2012/09/24/sharepoint-2013-search-driven-publishing-and-cross_2d00_site-collection-publishing-overview.aspx
    https://technet.microsoft.com/en-us/library/jj635883.aspx
    Alternative to cross-site publishing in SP Online
    https://www.youtube.com/watch?v=chwHhEmIERg
    Best Regards,
    Brij K
    http://bloggerbrij.blogspot.co.uk/

  • Oracle Portal 11g installation hangs while creating domain

    I have patched the oracle portal 11.1.1.2 to 11.1.1.6 in Window 7 and tried to configure the oracle portal but the installation hangs while creating domain.
    Just realised Window 7 does not support Oracle Portal 11g.
    Edited by: user12063924 on Jul 5, 2012 11:58 PM

    Dear Oracle Oracle BI Software,
    This software is a big puzle for end users and it is really wasting our time in try and error scenarios. admit it with us and don't hide behid curtains. Well did u follow the Guides in the Book ? Yes Yes i followed and it is still showing errors .. in the name of God inform the Development Department to manage the setup .. i configured everything fine and what is really funny that after it loads 100 % it discovers that it can't create domain. sorry i m not a master Guy, but before the installtion it should validate for us if everything is ok and can be lauched not to do 1 hour workshop and cover out at the end of the movie that there is an error.
    Guy put this product in the shelf until next release
    Thank You

  • How can Oracle Portal 11g improve ROI for a utility company

    I want to prepare a presentation regarding Oracle Portal 11g for a group of senior management in my company which sells electricity for commercial building. So i need to know from where i can find related papers that gives some practical examples for how implementing an Oracle Portal 11g can reduce operational costs and can improve ROI over time. So that if the company buy Oracle Portal 11g which costs for example X dollars then the company can cover this cost from reducing the operational costs in few years.
    Appreciate a lot any help and support.
    Best Regards
    John.

    The supported way to install Oracle Portal is available in Note [url https://support.oracle.com/epmos/faces/DocContentDisplay?id=1436807.1]1436807.1, 'How to Perform a New Installation of Oracle Portal 11g With Oracle Access Management 11g as Single Sign-On Solution ?'.
    A few remarks about this note :
    <li>The note mentions FMW 11.1.1.6 - FMW 11.1.1.7 is out already and should be used instead
    <li> The note mentions OAM 11.1.1.5 - use OAM 11.1.2 instead as it will allow you to consume a future patch for DAS support
    Thanks,
    EJ

  • Will Oracle Portal 11g ever be released ?

    Hi all,
    We are just to choose Portal product from Oracle. earlier this year I read SOD about Oracle Portal 11g.
    But with the WebLogic stack now, I read that OAS will never be 11g, what about Oracle Portal ? is it the same fate ?
    Will it be any Oracle Portal 11g ?
    What is Oracle direction for Portal ?
    Thank you very much,
    xtanto
    Edited by: xtanto on Dec 2, 2008 6:49 PM
    Edited by: xtanto on Dec 2, 2008 6:50 PM

    Oracle Portal is on a Continue & Converge track product which means that for the next 9 years (starting from this last summer) these will be supported, the new versions will be released, and the new features, patches and updates will be provided.
    this means there will be another version of Portal (and not a PatchSet) releasing soon.
    however, the strategic product for Enterprise 2.0 and Portals which goes beyond 9 years of support and advancement, is Oracle WebCenter which is already available.
    please listen to the podcasts or several statements of directions showing Oracle Product Strategy here.
    This idea was also emphasized repeatedly in my several private conversations with Oracle Support and Product Management staff.

  • Oracle WebLogic Portal 10.3.6 Vs. Oracle Portal 11g

    I have a basic question on the latest release. We have BEA (now Oracle) WebLogic Portal 9.2 and need to upgrade. Should we upgrade to Oracle WebLogic Portal 10.3.6 OR  Oracle Portal 11g? Am I comparing the two correctly?
    Thanks,
    Channu

    WebLogic Portal 10.3.6 is the last version of WLP, you can upgrade your application from 9.2 to 10.3.6 with tools provided by Oracle.
    Oracle Portal 11g is a complete different product.

Maybe you are looking for

  • My 24" imac has a dim or yellowish cast

    I just bought a Mid 2007 (Model MA878LL) iMac on Ebay. The screen is dimmer than normal has has a yellowish cast or like it needs "it's teeth cleaned". It's not confined to one area or the edges, it's the complete screen. I've run all the updates and

  • How to download my music from the cloud

    I changed my computer and the good news is that my library is on icloud, how can I download all. I can see that I can do it one by one, but will take days anybody?

  • Chmod ACL removal

    Hey all, A simple question... For the life of me, I haven't figured out to do one easy command: chmod -a "user allow attribute1, attribute2, etc.." file That seems to take off the ACL entires for the user on that file. Now, lets say I've got a folder

  • HT1430 resetting password from computer

    My phone has currently locked me out and I plussed it into my itunes which it has stated. I need my password reset/or someone to walk me through this process being I cannot make any phone calls from this device. Thank you.

  • Regarding vendors in E-Recruitment

    Hi, How vendors(for ex;recruiting agencies) are maintained in erecruiting. Is it configured in R/3?