java - While updating my maven project, I get the following error "Failed while installing JAX-RS" -


i following error:

failed while installing jax-rs (rest web services) 1.1. org.osgi.service.prefs.backingstoreexception: org.xml.sax.saxparseexception; linenumber: 1; columnnumber: 1; content not allowed in prolog. 

also, while running project on apache server, classnotfound exception thrown jersey servlet.

this exception caused due typo in xml element. can please paste part of dependency jax-rs (jersey) in pom.xml.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -