I created a new JMS adapter in my IBM MobileFirst platform project following the instructions at the IBM Documentation
I copied the Jars in the server/lib folder, added them to the build path and made changes to the adapter implementation.
But when I try to deploy the adapter I get the following error.
Adapter deployment failed: Missing JMS spec classes in the classpath. Make sure that your application server supports JMS and that the feature is enabled in server configuration
I checked the server.xml and the jars are added to the classpath. Not sure what is causing the issue.