I am working with Websphere Application Server version 7.0 and Websphere MQ version 7.5.0.2. I have built a .war file and deployed it on the server but when I try to send an MQ message things blow up and I receive the below error message...
[6/6/16 13:28:53:849 CDT] 0000001a ServletWrappe E com.ibm.ws.webcontainer.servlet.ServletWrapper
service SRVE0068E: Uncaught exception created in one of the service methods of the servlet action in application xxxx_war. Exception created :
java.lang.NoSuchMethodError: com/ibm/mq/jmqi/handles/Hconn.getQmgrSplCapability()Lcom/ibm/mq/constants/QmgrSplCapability;
at com.ibm.mq.ese.jmqi.InterceptedJmqiImpl.jmqiConnect(InterceptedJmqiImpl.java:313)
I have already checked the .war file and the class definetly exists in there. I'm a noob with WAS, could this potentially be some issue with my WAS configuration? I know this isn't a lot of information to go on but I am just looking for the right direction on where to look to fix this kind of thing.
Any help would be appreciated.