How To Configure JSR289 SIP Annotation Parsing in OCCAS
(Doc ID 1305959.1)
Last updated on AUGUST 14, 2019
Applies to:
Oracle Communications Converged Application Server - Version 4.0.0 to 5.0.0 [Release 4.0.0 to 5.0]Information in this document applies to any platform.
Goal
By default OCCAS parses all classes for SIP Annotations as described in JSR289. This includes all classes mentioned inside Meta-INF/MANIFEST.MF, all classes inside WEB-INF/classes and all JAR files inside WEB-INF/lib.
The default behavior might not be desired for some possible reasons as below:
- Server startup / re-deployment performance
- Need to load all classes into the perm space of the JVM even if they are in libraries where only some classes are used. This might result in more RAM to be addressed for the perm space of the JVM
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |