Hello,
I'm having a problem with the java processor. In the java processor documentation in the User Guide it says:
...one can change the Java file, save it and instantly see the result in the browser (no need to compile, redeploy the application)...
The Java processor compiles a custom processor when one of these conditions is met:
* The source of the custom processor has never been compiled before.
* The last modified date of the source file for the custom processor is prior to the last modified date of the corresponding class file.
But this does not work for me. I make changes to the SystemProperties.java file, save the changes, and reload the java processor example page, but the SystemProperties.class file in $TOMCAT_HOME/temp/javaprocessor is not recreated. (I can tell because the file's date stamp does not change). The only way I have found to update the class file is to delete it altogether. On next request OXF naturally recompiles it using the latest
source.
I am using the oxf-2.1-20031014 build on Mac OS X 10.2 under Tomcat 4.1.27
TIA,
--Michael
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
