Menu

Errors while running Sun Xacml on eclipse

General
enigma
2008-10-04
2013-06-04
  • enigma

    enigma - 2008-10-04

    Hi,

    I tried to run sample requests provided with Sun Xacml on eclipse using simple PDP.But i got some errors,as follows:

    DESCRIPTION                                                              RESOURCE

    Naming enumeration cannot be resolved                LDA Policyfindermodule
                                                                                    Line 281

    Syntax error on token "enum"                                 LDA Policyfindermodule
                                                                                    Line 283
                                                                 

    The import org.apache cannot be resolved             Selectormodule line 57
                                                                                 
    XpathAPI cannot be resolved                                  Selectormodule line 193

    Hope somebody guide me through this as i m new to Xacml.

     
    • Nisha

      Nisha - 2008-10-06

      'enum' is a keyword,so you need to change the name to some name you desire may be enum1.

      "The import org.apache cannot be resolved Selectormodule line 57

      XpathAPI cannot be resolved Selectormodule line 193 "

      Include xalan.jar and xml-apis.jar on to your class path.

      nisha

       

Log in to post a comment.