2010年8月30日 星期一

Error: Login/Logout not working on Basic Authentication.

Just to add some information for others reading this thread. I only got it working when i switched to a login/logout jspx page and not while using Basic authentication. The adfAuthentication servlet is not able to invalidate the browser session set with Basic authentication. If you follow the steps in chapter 28.5.3 of Fusion Developer’s Guide for Oracle Application Development you should be ok.

From: http://forums.oracle.com/forums/thread.jspa?threadID=835464

Error: Java code in jsp source files is not allowed in ojsp.next mode

One option is: disable ojsp mode.
1. go to Project Property
2. go to ADF View
3. Enable User Customizations
4. check on Across Sessions using MDS

2010年8月19日 星期四

Error: ORA-01005: null password given; logon denied

In your JDeveloper
Click on Module.xml
Click on Configurations
Select ModuleLocal
Click on the Edit button
Change the Connection Type to JDBC DataSource
Redeploy your application to the WLS

2010年8月17日 星期二

Error: You need permission to perform this action

1. Click start windows button
2.click programs
3. click accessories
4. Right Click command prompt and slect run as Adminstrator
5. click continue
6. type in witth out quotes "net user administrator /active:yes
7. enter
8. restart computer