Portlet « oracle « Java Database Q&A





1. Need help with Oracle Portal Books    coderanch.com

2. ATG oracle thin problem    coderanch.com

3. file upload using oracle pdk    coderanch.com

Hi i need to upload a file using pdk html tag. The issue is if i give the teh enctyp="multipart/form-data" and hit the submit button the request is not reaching the Order action class. it goes to the MainMenuAction class which is the entry point for the portlet in the provider.xml file. when i remove the enctype and submit the form ...

4. oracle discoverer reports as links    coderanch.com

5. Oracle 10g portal.    coderanch.com

Hello everybody, I am new to portal development, please help me in solving this problem. I would really appreciate if anyone could guide me through. I have a portlet on which there is a text box and a button named "Select Employee", when I click the button it will popup a JSP file. The code in the JSP file is to ...

6. No suitable driver for mysql in oracle portal server 10g    coderanch.com

Hi all i want run my portlet with mysql4.1 database from "oracle application server portal 10g". i did all configuration in data source and also i kept mysql connector jar file into all oraclehome/jdbc/jlib folder. when i run the portlet, then i am getting "No suitable driver" in my portal page. i want check server console or server log for oracle ...

8. Portlet Communication Between IBM Websphere and Oracle Weblogic    coderanch.com

Hi, We are trying to implement the interportlet communication between, IBM Websphere(from where the request comes), to Weblogic (the request is processed and displays a portal page) on websphere. i couldnt find any samples or maybe i am searching wrong. I am unable to retrieve the request parameters that comes from Websphere. It always returns null. Is there any way that ...

9. Share Variables using Oracle Portal 10.1.3.3    coderanch.com

Hi, all im kind of new working with portals and portlets, and at my work we are using oracle portal, my question is, there's any way of share variables between pages within the same portlet, beacuse right now we do this by passing it as hidden fields to the other page i mean PageA

<%= ...





10. Timeout waiting for Oracle WebLogic Server v10.3 at localhost to start    coderanch.com

I am trying to run .portal file using "Run on server" option in Workshop for weblogic. After doing this, its trying to start the server Oracle weblogic server v10.3 at localhost and then publish my module. Server view status shows as "State" as "Starting" and "Status" as "Synchronizing". When status reaches 82% it gets stopped there for a long time, and ...

11. OracleAS - NULL ProviderSession after 15 minutes (Using Oracle PDK Portlet)    forums.oracle.com

We have recently deployed an oracle pdk portlet java application (developed in JDeveloper 10.1.2.1) to an OC4J on a server running OracleAS 10g (9.0.4). We are currently facing issues where our ProviderSession becomes null after 15 minutes. In our jsp's we implement the following: PortletRenderRequest pReq = (PortletRenderRequest) request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST); ProviderUser pUser = pReq.getUser(); ProviderSession pSession = pUser.getSession(false); In our provider.xml file ...