Creating Custom Assertions in Oracle Web service Manager (OWSM)
- by sachin
I am trying to create example given at this site:
http://download.oracle.com/docs/cd/E12839_01/web.1111/b32511/custom_assertions.htm#CIHFGJAG
but While compiling I get following errors:
Error(63,64): cannot access
oracle.annotation.logging.Publish
Error: error: in class file
D:\Installations\Oracle\Middleware_11g\oracle_common\modules\oracle.wsm.common_11.1.1\wsm-policy-core.jar/oracle/wsm/resources/enforcement/EnforcementMessageID.class:
unknown enum constant
oracle.annotation.logging.Publish.NO
Error(69,28): cannot access
oracle.annotation.logging.Category
Error(70,48): cannot find variable
FAULT_FAILED_CHECK Error(75,17):
cannot access
oracle.annotation.logging.Severity
I have included: wsm-policy-core.jar, wsm-agent-core.jar
findjars.com shows oracle.annotation.logging.Publish present in: logging-utils.jar
I downloaded latest oc4j, but still not able to find this jar or resolve the issue.
Please help!