Weblogic portal page flow issue

Hi,
We are working with portal development using legacy product. This runs on weblogic portal 8.1 SP 4.
Part of the project, we have to provide user management. We are planning to use the java page flow offered by weblogic.
When we create a new application and new project and try to create a new page flow (with the UserManager controller) standalone, it works.
We access the legacy portlets by IMPORTING it as a project inside weblogic portal (i.e workshop). If we follow the same steps to create the page controller in this imported project, the page flow does not work. i.e., instead of displaying the form, it generates java code in the test browser of Workshop
Do we have to enable any project specific settings for jpf to work.
regards
-Ramudu

Hi,
Proliferation refers to the process by which changes made to the Library instance of a portal asset are pushed into user-customized instances of that asset which means that when any changes are made to the portlet in source and if you want to propagate that change to the destination, that time if that portlet is used in a desktop where many users are provided an option to customize that desktop only that particular time at destination if you change the Portal Resources Proliferation of Updates Configuration setting to either Asynchronous or off propagation will be faster because that time propagation utility will not change for each user. If the value is synchronous it changes for each user and hence some delay that too it will happen during commit operation only but not during download operation.
So I feel, Proliferation may not be useful for your case.
We need to find why downloading source is taking 3 hrs and destination is taking 8 hrs.
Please let me know whether you are running downloadsource and downloaddestination.
I suggest run downloadSource in source machine itself and downloadDestination on the destination Machine itself so that you can reduce the network latency.
Thanks & Regards,
Murali.
===========

Similar Messages

  • Making The Weblogic Portal Pages compatible with Mobile Browsers

    Hi All,
    Is there any option available to make Weblogic Portal Pages compatible with Mobile Browsers & IPad Browsers.
    Thanks,
    Venkat sarvabatla

    Welcome to Apple Discussions
    No, you don't need Office installed. That's the whole idea. Go to File > Export & choose Word (or text, rtf or pdf). The option to "save as" Word has been added in Pages 4/iWork '09 as well as in export.

  • Weblogic Portal session related issue

    Technogies Used: Java,Spring webflow and Oracle Weblog portal 10.3.2
    Problem description:
         In our sprint portal application,the main page has 'SSN' and 'Access code' text box fields with search button,user gave value only for SSN box and it took him to access code page with appropriate error message in child window.
    After that user closed the child window and gave valid values for both 'SSN' and Access code fields,but still the same error page is getting displayed instead of valid results page.
    Please advice

    Hi,
    Proliferation refers to the process by which changes made to the Library instance of a portal asset are pushed into user-customized instances of that asset which means that when any changes are made to the portlet in source and if you want to propagate that change to the destination, that time if that portlet is used in a desktop where many users are provided an option to customize that desktop only that particular time at destination if you change the Portal Resources Proliferation of Updates Configuration setting to either Asynchronous or off propagation will be faster because that time propagation utility will not change for each user. If the value is synchronous it changes for each user and hence some delay that too it will happen during commit operation only but not during download operation.
    So I feel, Proliferation may not be useful for your case.
    We need to find why downloading source is taking 3 hrs and destination is taking 8 hrs.
    Please let me know whether you are running downloadsource and downloaddestination.
    I suggest run downloadSource in source machine itself and downloadDestination on the destination Machine itself so that you can reduce the network latency.
    Thanks & Regards,
    Murali.
    ===========

  • Weblogic portal propagation performance issue.

    Hi,
    I created a weblogic portal for client and deployed it on server. After some time we made changes in our portal assests.
    I want to reflect these changes on production environment using portal propagation.
    I am able to propagate portal assests successfully on production environment using ant script but it takes so much time to propagate.
    I have used onlinedownload, offlinecombine, onlineUpload, onlineCommit operation.
    src.zip size is 40MB takes 3 hours to dowload, dest.zip size is also of 40MB takes 8hours to dowload.
    I have used scoping as well.
    I want to reduce propagation time.
    For this i read concept of proliferation, but i am not clear that what is the role of proliferation in propagation.
    Whether or not proliferation will reduce the Propagation time.
    Or is there any way to do this.
    Your help will be appreciable.

    Hi,
    Proliferation refers to the process by which changes made to the Library instance of a portal asset are pushed into user-customized instances of that asset which means that when any changes are made to the portlet in source and if you want to propagate that change to the destination, that time if that portlet is used in a desktop where many users are provided an option to customize that desktop only that particular time at destination if you change the Portal Resources Proliferation of Updates Configuration setting to either Asynchronous or off propagation will be faster because that time propagation utility will not change for each user. If the value is synchronous it changes for each user and hence some delay that too it will happen during commit operation only but not during download operation.
    So I feel, Proliferation may not be useful for your case.
    We need to find why downloading source is taking 3 hrs and destination is taking 8 hrs.
    Please let me know whether you are running downloadsource and downloaddestination.
    I suggest run downloadSource in source machine itself and downloadDestination on the destination Machine itself so that you can reduce the network latency.
    Thanks & Regards,
    Murali.
    ===========

  • Weblogic Portal 10gR3 + Richfaces issue

    Hello,
    I have a question, especially to guys from BEA according Richfaces configuration in portlets under Weblogic Portal 10gR3. I'm talking here about Ajax capabilities (a4j). Pure richfaces controles are rendered just fine (i was using richfaces-3.3.0-GA version). Is it actually possible to make it fully working? If so does anyone have a sample configuration?
    I've tried to configure it but without success or just managed to get working some minor things using JBoss Portlet Bridge:
    http://www.infoq.com/articles/jsf-ajax-seam-portlets-pt-1 and
    http://www.infoq.com/articles/jsf-ajax-seam-portlets-pt-2
    Also some informations found here http://www.x47.dk/2007/07/wlp-92-and-aj-1.html, but still no success.
    Thanks in advance for any information.

    Hi Andreanes
    I Created a JavaPortlet (jsr 168) and added jsf 1.2, jstl 1.2 through weblogic.xml
    and using richfaces 3.3.1 , using JSP instead of facelets.
    still im unable to render my views, following exception is what stopping me.
    javax.portlet.faces.BridgeException: javax.portlet.faces.BridgeException: Error processing render lifecyclejavax.portlet.PortletException: Error process faces request
    Caused by: java.lang.UnsupportedOperationException
         at javax.faces.context.FacesContext.getELContext(FacesContext.java:136)
         at javax.faces.component.UIViewRoot.setLocale(UIViewRoot.java:888)
         at com.sun.faces.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:383)
         at com.bea.portlet.adapter.faces.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:47)
         at com.sun.facelets.FaceletViewHandler.createView(FaceletViewHandler.java:799)
    Any Help is appreciated !
    Prakash.

  • ISupplier Portal work flow issue

    Hi All,
    In iSupplier Portal, during registration (new user creation) it will call a Workflow to send notification for notifying buyers about the registration of supplier.
    We can see the workflow process set(named: Supplier User Registration Workflow : POS_REG ) using Workflow Builder.
    This work flow sends a notification mail to the registered user which includes external URL (which is present in the profile option: "POS External URL") used to login.
    Our requirement is to send custom URL to the newly created user.
    Modifying profile option: "POS External URL" value is not serving our purpose.
    Our approach is to find out the process needs to be customized and create a custom workflow similar to seeded one and call this custom work flow during user registration/creation.
    From the above work flow we are able to find out the process (calling PL/SQL procudeure – “POS_REG_WF_PKG.SetApprvItemAttrValues”) which needs to be customized.
    1) BUT, we can't find where this process is refered from the self service page ?
    If we check the controller of the user restration page, it is calling a PL/SQL procudeure named “FND_REGISTRATION_UTILS_PKG.publish_event”.
    2) But, could not able to find any link between the procedures “FND_REGISTRATION_UTILS_PKG.publish_event” and “POS_REG_WF_PKG.SetApprvItemAttrValues”.
    3) Can you suggest any other apporach to fulfil the requirement ?
    Your help is appreciated.
    Thanks in advance.
    Regards,
    S.K.

    Thanks for your responce Sumit.
    While debugging the procedure "FND_REGISTRATION_UTILS_PKG.publish_event" we found that it is calling a business event. We followed the below steps to resolve the issue:
    1)     For the business event “oracle.apps.fnd.umf.reg.user_approved” we need to disable existing seeded work flow subscription
    2)     Keep the internal name of workflow as same, modify the standard workflow by adding new custom process to it.
    3)     Create a new subscription under the business event to call custom process of work flow form it.
    4)     Create custom package of “POS_URL_PKG” and call this from the above created custom work flow process
    5)     Custom package “POS_URL_PKG” gets the Custom URL which needs to be send to user
    Regards,
    S.K.

  • Portal Page Display Issue

    Hi all,
    We are using Netweaver 2004s Enterprise Portal 7.0 with SP14.
    some times, when the users log in, the main content of the page is getting displayed in the detailed navigation.
    And the actual content area shows empty.
    I usually restart the server instance whenever users complain about this error.
    Can any one help me out?
    Thanks
    Shobin

    Hi,
    The server I am facing this issue, is a  development server and hence it has only very limited usage in terms of the number of users.
    Also, the server has enough hardware resources to support the SAP Netweaver instance requirements.
    But for the last two weeks, we have an application which is accessed by almost 40 users continuously.
    This is a VC composite application which uses Microsoft JDBC driver to connect to a Microsoft SQL Server 2000 database. But even this application is small compared to the available resources we have in the server.
    So, the other option left out in your suggestion is the VM settings.
    Can you suggest me the recommended JVM memory settings?
    Thanks a lot
    Shobin

  • Weblogic Portal Application Upgrade Issue

    Hi,
    I'm upgrade my portal application from WLP 9.2 to WLP 10.3 using the workshop.
    I create a new workspace in 10.3 and then use the import option -> (general) Existing projects into workspace -> choose my 9.2 workspace project.(Check the "copy projects into workspace" option)
    I see upgrade pop up letting me know that I need to upgrade my portal web project.It is understandable it is first time I'm importing my 9.2 portal app into 10.3 . But if i close the 10.3 workspace and reopen it again, i'm been prompted again for upgrade which had already did earlier.
    What is happening here? something is missing. Can some one guide me here?
    Thanks!

    Did you get any solution for this we are also facing same problem. please let me know the solution if you have any

  • Documentum and weblogic Portal 9.2  issue...

    Hi,
    Is anybody face this problem while configuring VCR with Data source. Folder structure are created properly in VCR but when I am clicking any content node then I am getting below exception.
    Any help is strongly appreciate.
    java.lang.NullPointerException
    at com.documentum.beaspi.common.ObjectClassOpsHelperImpl.getAdditionalPr
    rties(ObjectClassOpsHelperImpl.java:159)
    at com.documentum.beaspi.common.TypeConverter.convertAttributesToPropert
    (TypeConverter.java:401)
    at com.documentum.beaspi.common.NodeOpsImpl.getProperties(NodeOpsImpl.ja
    462)
    at com.bea.content.Node.getProperties(Node.java:618)
    at com.bea.content.Node.getProperty(Node.java:558)
    Truncated. see log file for complete stacktrace
    t 2, 2009 12:33:56 PM IST> <Error> <netuix> <BEA-423137> <There was an error
    ding the requested URI /content/node/nodeSelected/summary/nodeSummary.jsp.>

    Hello,
    Yes, JSR168 portlet IPC is supported in WLP 9.2, and you can use the "invokeJavaPortletMethod" (recommended) or the invokeBackingFileMethod in the .portlet file to configure your portlet to receive events.
    Kevin

  • ISupplier Portal call Workflow - Issue Closed,thanks ~

    Hi All,
    In iSupplier Portal, it will call Workflow to send a notification for notifying buyers about the registration of supplier.
    We can see the workflow process set(named: POSSPM1 : POS Supplier Registration and Profile Management) using Workflow Builder.
    We are able to create a copy of a specific process and then modify the notification message, save as a new process.
    BUT, we can't find where to setup the workflow to using the new process.
    Is there any setting can help us to use the new process?
    Or the process name is hard-code in OAF controller program??
    Thanks in advance.
    Any suggestion will be appreciated.
    Best regards,
    Zhxiang
    Message was edited by:
    zhxiangxie

    Hi Zhxiang,
    We have raised a new thread which is similar to your requirement. Can you please answer our question ?
    Thread link:
    iSupplier Portal work flow issue
    Thread name: "iSupplier Portal work flow issue"
    under Forum Home » E-Business Suite » EBS General Discussion .
    Thanks in advance.
    Regards,
    S.K.

  • Oracle WebLogic Portal 10.3.6: Creating a Java Page Flow Portlet in WorkShop

    Hello,
    We are not able to create a Java Page Flow Portlet in WorkShop. While adding the Beehive NetUI Facet(1.0.2) getting the following error in the workshop.
    error installing beehive netui facet
    File template generation failed: Unable to configure AvalonLogSystem : java.io.FileNotFoundException: C:\Windows\System32\velocity.log (Access is denied)
    Following are the environment details:
    WebLogic Server 11gR1
    Oracle WebLogic Portal 10.3.6
    Any Solution for this issue??

    Hi Chris,
    I have already gone through this document. But the procedure that is given in it is not working. I mean I am not able to render diffferent different jspx files based on the menu link clicked. It will great if you can provide me steps by step process since I am new to the portal World.
    Thanks a lot for your reply

  • Weblogic Portal Application Issue | Previous Page getting rendered

    Problem:
    A (Login) --> B (Reset Password) --> A (Login)
    Submitting details on Page A takes to Page B. Clicking a link on Page B takes back to Page A. Making a selection in the header of Page A refreshes the page to change the locale of the page.
    What must happen?
    Page A should be refreshed. Since the refresh action of the page is set as begin, so begin of all the portlets on the page should be called. Page A i.e. login page with changed locale should be displayed.
    What is happening?
    Begin of Page B (which is a previous page) is getting called up. Result: Reset Password page is getting rendered and displayed.
    Possible Actions:
    I checked the render Cacheable property of the portlets to check if it is set to true. I was of the impression due to portlet caching mechanism; the previous portlet is called again.
    When I click the back link on Page B (taking me to page), I have modified the URL as follows:
    Assuming that _nfls will reset the page on which action is done.
    Yet the previous page is getting rendered. I am not getting any clue on what can be other possible issue. May be some property of portlet is required to be set. If anyone has faced such issue, please let me know.
    Note:
    The application is developed using Weblogic Portal 9.2 with AndroMDA.
    Edited by sizzlerdreamz at 02/20/2007 8:29 PM

    Did you get any solution for this we are also facing same problem. please let me know the solution if you have any

  • Book on Weblogic Portal and beehive page flow portal integration

    I request oracle press to write a book on Weblogic Portal as well as Creating pageflow based portlets with weblogic portal and workshop.
    The old edocs.bea.com documentation sucks and does not meet the oracle press standard.
    Thanks
    Biren

    The Beta 9.2 Team,
    9.2 features sounds good and interesting. We are using BEA's Content management system(8.1) extensively.
    Our requirement is to create a portlet for Content Owner/Users to create HTML documents with images and upload it into BEA Repository. Upon uploading, Content Admin needs to be notified through email and they will either approve or reject the document. The content status again needs to be notified to the content owner/user via email.
    1. As known to everyone 8.1 doesn't have WYSIWYG editor and is included in 9.2. Can i reuse the 9.2 WYSIWYG functionality into 8.1 as a portlet??
    2. The following thread(http://forums.bea.com/bea/message.jspa?messageID=400001479&tstart=0) says
    - workflow ==> We have limited workflow support. We plan to enhance this in our next major release.
    Does this limited workflow support include email notification?
    Any inputs would be greatly appreciated!!
    Thanks,
    -Nach.

  • Issue in redirecting to portal page from SSO login page

    HI facing issue while redirecting to portal application from SSO login page.please find below basic details
    the application comprises of TAM / Apache / Weblogic, and all the request goes in the same order.
    When the application is deployed as portlet, the jsp page some how hard codes the apache host name, that in turn blocks any form submit or Ajax action.
    so on successful login the redirection is not happening to required portal page as it includes apache host name in the url consrtucted.
    Please suggest me what are the configurations that I need to verify .
    Thanks in Advance
    Jetti.

    If you upgrade to v7.1 you will have all those features and more - PLUS a lot of defective pieces have been fixed in 7.1

  • Change property of a page in Weblogic Portal

    Hi all,
    I'm new to Weblogic Portal and I'm trying to change the "Presentation class" property of a .page file, to add a css class to a div. After changing the file and starting the server, nothing seems to have changed. I'm accessing the portal through appmanager, but when I access it the normal way it doesn't work too.
    This is the correct way of doing this?
    Thanks in advance,
    Joao Paulo

    HI Baskaran,
    In the existing functionality the class if_wd_component is being used to change the ui element property but now two elements have been binded to one context which is causing both the elements property to change when if_wd_component~set_enabled method is being used. Is there any other method that can be used to set the property of particular ui element of the context?
    Praveen, thanks for the info, my current changes are in post exit only. I am looking for the right method to use to set the ui element property for bound context
    My issue is similar to this thread: Issue for Hide fields and buttons in applications  WD ABAP

Maybe you are looking for