Hitachi

uCosminexus Application Server Maintenance and Migration Guide


12.3.6 Changes in JSF

Organization of this subsection

(1) Change in the JSF library

Application Server version 11 and Developer version 11 now support JSF 2.2. The library for JSF 2.2 is stored in a different JAR file from the conventional library for JSF 2.1 of Application Server version 9 or earlier and of Developer version 9 or earlier, and is added to the class path by default. For this reason, you no longer need to add the following class paths when using JSF.

For Application Server version 9 or earlier and Developer version 9 or earlier

add.class.path=<cosminexus.home>\CC\lib\cjsf.jar
add.class.path=<cosminexus.home>\CC\lib\cjstl.jar

For Application Server version 11 and Developer version 11

You do not need to add class paths.

If the library for JSF 2.1 (cjsf.jar) of Application Server version 9 or earlier and Developer version 9 or earlier is still set for the class path, the application will not operate normally. Be sure to revise the class path settings.