#557 Missing Precedence class
Closed: Fixed None Opened 12 years ago by edewata.

The RESTEasy's Precedence class is reported missing in the following build log:

cd /home/edewata/CS/packages/BUILD/pki-core-10.0.1/base/ca/src && /bin/javac -encoding UTF-8 -cp :/home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/dist/pki-certsrv.jar:/home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/dist/pki-cms.jar:/home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/dist/pki-cmscore.jar:/home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/dist/pki-cmsutil.jar:/home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/dist/pki-nsutil.jar:/usr/share/java/ldapjdk.jar:/usr/share/java/resteasy/jaxrs-api.jar:/usr/lib64/java/jss4.jar:/usr/share/java/commons-codec.jar:/home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/dist/symkey.jar:/usr/share/java/servlet.jar -d /home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/classes @/home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/base/ca/src/pki-ca-classes.files
/home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/dist/pki-certsrv.jar(com/netscape/certsrv/acls/ACLInterceptor.class): warning: Cannot find annotation method 'value()' in type 'Precedence': class file for org.jboss.resteasy.annotations.interception.Precedence not found
/home/edewata/CS/packages/BUILD/pki-core-10.0.1/build/dist/pki-certsrv.jar(com/netscape/certsrv/authentication/AuthMethodInterceptor.class): warning: Cannot find annotation method 'value()' in type 'Precedence'
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 warnings

It looks like the resteasy-jaxrs.jar is missing from the classpath.


The warning no longer appears in the build log.

Metadata Update from @edewata:
- Issue set to the milestone: 10.2 - 04/14 (April)

8 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1127

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Log in to comment on this ticket.

Metadata