This is the exception that i am getting when i try to get the TopicConnectionFactory.
java.lang.NoSuchMethodError: javax.resource.ResourceException: method <init>(Ljava/lang/String;Ljava/lang/Throwable

V not found
at com.ibm.ws.sib.api.jmsra.impl.JmsJcaConnectionFactoryImpl.createCoreConnection(JmsJcaConnectionFactoryImpl.java:560)
The code is as follows:
_topicConnection = factory.createTopicConnection(user.getUserId(), user.getPassword());
Can anyone help me with this?
JmsJcaConnectionFactoryImpl.class is inside the jar sib.common.jar.