Creating Custom Assertions in Oracle Web service Manager (OWSM)

Posted by sachin on Stack Overflow See other posts from Stack Overflow or by sachin
Published on 2010-03-16T11:35:03Z Indexed on 2010/04/07 1:53 UTC
Read the original article Hit count: 783

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about web-services