Express (Distributed operating systems), v8.0 > Reference > Messages
JSFG
JSFG0001E: Unable to locate internal dtd: {0}
Explanation The DTD required to validate faces-config.xml files cannot be located Action The ws-jsf.jar file may be corrupted
JSFG0002E: Unable to find write method {0} for bean class of type {1}
Explanation The bean class does not contain a usable write (set) method Action Add a write (set) method to the bean class
JSFG0003E: Unable to invoke write method {0} for bean class of type {1}
Explanation The write (set) method of the bean could not be successfully executed Action Checks the logs for stack traces and other information
JSFG0004E: Unable to access write method {0} for bean class of type {1}
Explanation The write (set) method of the bean could not be successfully accessed Action Check that the method provided is publicly defined
JSFG0006E: Unable to set property since bean and/or property are null. bean: {0} property: {1}
Explanation The provided bean instance or property is null. Action Check the application code to verify that they are setup correctly
JSFG0007E: Unable to find property descriptor {0} for bean class of type {1}
Explanation The property descriptor for the bean cannot retrieved Action Make sure that the bean is correctly defined.
JSFG0008E: Unable to invoke read method {0} for bean class of type {1}
Explanation The read (get) method of the bean could not be successfully executed Action Checks the logs for stack traces and other information
JSFG0009E: Unable to access read method {0} for bean class of type {1}
Explanation The read (get) method of the bean could not be successfully accessed Action Check that the method provided is publicly defined
JSFG0010E: Unable to create property descriptor {0} for bean class of type {1}
Explanation The provided bean cannot be introspected correctly Action Check all the bean method names to verify that they conform to the JavaBeans specification
JSFG0011E: Unable to set property {0} for bean class of type {1} (Value)
Explanation The bean could not set the value for the specified property. Action Check all of the bean property names and types to verify that they are specified properly and conform to the JavaBeans specification.
JSFG0012E: Unable to set property {0} for bean class of type {1} (Array or List)
Explanation The bean could not set the Array or List for the specified property. Action Check all of the bean property names and types to verify that they are specified properly and conform to the JavaBeans specification.
JSFG0013E: Unable to set property {0} for bean class of type {1} (Map)
Explanation The bean could not set the Map for the specified property. Action Check all of the bean property names and types to verify that they are specified properly and conform to the JavaBeans specification.
JSFG0014E: Unable to initialize configuration
Explanation The faces configuration could not be parsed correctly Action The ws-jsf.jar file may be corrupted
JSFG0015E: Unable to find application {0}
Explanation Unable to find the deployment object matching the application target Action Check the application target and try again
JSFG0016E: Unable to find cell
Explanation Unable to find the cell object Action The configuration may be corrupted
JSFG0017E: Invalid implementation name
Explanation The implementation name passed is not valid Action Choose either SunRI1.2 or MyFaces1.2