« New version of JHeadstart 10.1.3 Developer's Guide | Main | EvaluationException + ApplicationPoolException: JBO-30003 »

If you intend to deploy JHeadstart 10.1.3 to OracleAS 10.1.2

If you want to deploy a JHeadstart 10.1.3 application to an
application server that uses JDK 1.4 (like Oracle Application Server
10.1.2), you need to build your application with JDK 1.4. By default,
JDeveloper 10.1.3 uses JDK 1.5.



To prepare for this, there are two things you should do early in the development process:


  1. Generate your JHeadstart application with Server level property JSP Version = 1.2 in the Application Definition


  2. In both Model and ViewController project, go to Project Properties, Compiler, and set Source and Target to 1.4


The first is to ensure that the generated JSPX files are compatible
with JDK 1.4, and the second is to ensure that any Java code you write
is compatible with JDK 1.4.



In a later post I will blog about how to do the actual deployment.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)