calling hbase method in web service using Axis

2013-07-24 Thread naveen.ara
I am using hbase to query some data in java, I also have hadoop jars in my class path. I am able to query hbase data from main method in java class, but calling same method from web service using Axis gives this error : java.lang.NoClassDefFoundError:

Re: calling hbase method in web service using Axis

2013-07-24 Thread naveen.ara
It is in class path,I also checked by unzipping the hbase-0.94.6-cdh4.3.0-security.jar java class WritableByteArrayComparable is present in jar. Because I have hadoop jars also I guess some jar is conflicting with hbase jar. -- View this message in context: