Help Java Custom Component for UCM
Hi
Im building a component in Java for UCM 10g with this component i want to fill a metadata field with some data that is in a DB table while the checkin service is executing i tried to use filters validateStandard and postValidateCheckinData.
So mi question would be if you know a way to select the data from this table"subtype" that is in the UCM database.
and the second question it's that when i try to run the class build with jdeveloper it throws me this error.
Event generated by user 'sysadmin' at host 'localhost'. Unable to do filter 'componente.Categoria' for type 'postValidateCheckinData'. Unable to instantiate java class code for 'componente.Categoria' at location 'componente.Categoria' with default location at 'componente.Categoria'. java.lang.UnsupportedClassVersionError: Bad version number in .class file
0