Generate custom META-INF/JRIMETA.DAT
In development of OAF custom/third pages we can put manually our java classes in $JAVA_TOP.
But i would like to know how to put it via patches.
I already use the structure of patch/bug/driver which uses the ad_patches, to my database objects (like tables, procedures, packages...) but with OAF classes i couldnt use it.
I tryed to use the "jcopy" with the ziped file (with classes) but missed the "META-INF/JRIMETA.DAT".
Then i used another JRIMETA.DAT from other bug/patch, changed the objects/classes to mine only(maintening the rest of the file content). When appling the patch, this time, complained about "bad magic number" from JRIMETA.DAT.