Marco Walther's Weblog

« Creator 2 and Oracle... | Main | Creator 2 Applicatio... »

20060127 Friday January 27, 2006

Creator 2 Applications and Oracle OC4J - A Bit Closer

An update to my last posting - I found one problem;-)

Apparently OC4J does employ some kind of *.TLD caching by default and that does not work with our applications which bring their taglibs with them. The error message did not help much in this case:-(

The solution: Switch of the jsp-cache-tlds either globally or for the Creator applications. There are two ways to do that, the hard way and the not so hard way;-)

The not so hard way works only when you have the Oracle Enterprise Manager up and running:
The harder way;-)
Now you should be able to access the welcome page of your application;-)



But I found that I still have problems with the round trip setup:-(  When I hit the button, which should only set the value on a static text field on the same page. I end up here:




Somehow the communication between the HTTP server and OC4J does not yet seem to work as expected:-(  But I had cases where the same application sometimes worked. So it might just be some timing issue??

Hopefully to be continued.

Have a nice weekend
-- Marco
( Jan 27 2006, 09:15:24 PM PST ) Permalink

Comments:

Post a Comment:

Comments are closed for this entry.