Just a test
Well.
« June 2006 | Main | September 2006 »
Well.
The second comment on my previous post provoked an answer.
In OC4J you have the ability to use a number of different JNDI context factories. Each of them helps to create an InitialContext and comes with different functionalities.
The most commonly used context factories are:
If you're writing a token parser it might be very clear to you what a line like this mean to your parser:
<td width="100%"
style="border-left: 1px solid #000; border-right: 1px solid #000;
<dhv:evaluate if="<%= !i.hasNext() %>">border-bottom: 1px
solid #000;</dhv:evaluate>">
Hard to spot isn't it?
Well, the problem is the second quote in the style attribute:
style="border-left: 1px solid #000; border-right: 1px solid #000;
<dhv:evaluate if="<%= !i.hasNext() %>">border-bottom: 1px
solid #000;</dhv:evaluate>">
Tomcat silently handles this incorrect code as correct and will continue.
OC4J on the other hand follows the JSP and Servlet Specifications very close and issues an error.
To solve this problem, you should:
This nice little gem was posted in the JDeveloper Forum Thread:
To improve the text display of your JDeveloper 10.1.3.x or SQLDeveloper 1.x simply add
AddVMOption -Dswing.aatext=true
to your jdev.conf or sqldeveloper.conf file (location $INSTALL_HOME/jdev/bin).
NB: This only works with JDK 1.5.
I'm about to finalize the work on a Development Environment based on the latest Developer Previews of the SOA Suite and JDeveloper (10.1.3.1) and Oracle XE on RedHat AS 4.3.
This page contains all entries posted to Olaf Heimburger's Blog in August 2006. They are listed from oldest to newest.
June 2006 is the previous archive.
September 2006 is the next archive.
Many more can be found on the main index page or by looking through the archives.