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

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -