RE: getting exception while deploying on axis 2

2014-09-25 Thread Uwe Schindler
e- > From: Rajendra Rao [mailto:rajendra@launchship.com] > Sent: Thursday, September 25, 2014 11:28 AM > To: java-user@lucene.apache.org > Subject: Re: getting exception while deploying on axis 2 > > Hello Uwe, > > My project Is java project built in eclipse and I

Re: getting exception while deploying on axis 2

2014-09-25 Thread Rajendra Rao
ka.tuf...@launchship.com] > > Sent: Thursday, September 25, 2014 9:22 AM > > To: java-user@lucene.apache.org > > Subject: Re: getting exception while deploying on axis 2 > > > > thanks Uwe for your reply, > > > > Can you explain what you mean by *original* JAR files of

RE: getting exception while deploying on axis 2

2014-09-25 Thread Uwe Schindler
remen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Priyanka Tufchi [mailto:priyanka.tuf...@launchship.com] > Sent: Thursday, September 25, 2014 9:22 AM > To: java-user@lucene.apache.org > Subject: Re: getting exception while deploying on axis 2

Re: getting exception while deploying on axis 2

2014-09-25 Thread Priyanka Tufchi
thanks Uwe for your reply, Can you explain what you mean by *original* JAR files of Lucene. And if I did not use original Jar, from where i can get it? As my project is java project and i have no idea how to use maven .Can you give some idea how to add and use maven shade plugin in my project a

RE: getting exception while deploying on axis 2

2014-09-24 Thread Uwe Schindler
Hi, this happens if you don't use the *original* JAR files of Lucene. If you repackage them, be sure to include the META-INF/services folders, and if multiple Lucene JAR files are included, merge the entries in the services files from all of them. Yu can do this with the Maven Shade Plugin and