Dive into Oracle ADF

Send me a mail
 Dive into Oracle ADF   Click to see the XML version of this web page.   (Updated: 2/3/2008; 9:20:53 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

October 2006
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
Sep   Nov

Get Firefox!

Friday, October 20, 2006

When you open your JSF-based application that uses ADF Faces in JDeveloper 10.1.3.1, it will automatically migrate the version of the ADF Faces library JAR file in your application's ./ViewController/public_html/WEB-INF/lib directory. You want to make sure that your application has a correctly-synchronized version of the ADF Faces library and the JSF reference implementation library that it has been tested with. However, the JSF runtime library does not get automatically migrated to the latest JSF 1.1_02 version that new 10.1.3.1 applications will use.

To remedy the situation, exit from JDeveloper 10.1.3.1 and copy the  JDEV10131HOME/jsf-ri/jsf-impl.jar file to your application's  ./ViewController/public_html/WEB-INF/lib directory.

 


9:27:23 AM    



If you are using JDeveloper 10.1.3.0 to build JSF applications and you make use of the <af:inputFile> component to handle file upload, this caveat pertains to you when downloading the new JDeveloper 10.1.3.1 Production release.  Unfortunately a ADF Faces file upload issue was discovered too late to have a fix included in the 10.1.3.1 Production release itself. You will need to ask worldwide support for a one-off patch.

File Upload Using <af:inputFile> Fails For Uploaded Files of Any Size (Bug 5601588)

Using the <af:inputFile> component to handle file upload, you will receive the following exception for files uploaded of any size:

java.io.EOFException: Per-request disk space limits exceeded.

To remedy this issue, download one-off patch # 5871817 from Metalink.


7:07:07 AM    


© Copyright 2008 Steve Muench.