Error When Creating JMS Connection

I am creating the following JMS connection in the .grf file


<Connection id="JMSInbound" type="JMS"
iniCtxFactory="com.sun.jndi.fscontext.RefFSContextFactory"
providerUrl="file:///C:/JMSObjStore/Inbound"
connectionFactory="InboundConnectionFactory"
destId="InboundQueue"/>

I am getting the following error when doing so…

“Graph loading error: Unknown connection type: JMS”

Version: 1.8.0
Build #: 234
Build date: 2007-09-21

Forgot to mention that this was in the Clover.GUI UI. The graph runs fine when running from cmdline. Just that when I try to open the graph in the CloverETL graph Editor, it gives that error.

This problem is fixed in the latest CloverGUI release - 1.8.4. The JMS connection is still not first-class citizen, but at least is editable and GUI opens the graph without errors.