2 Replies Latest reply on Nov 13, 2008 1:44 PM by nordmeyer

    How to specify  a file url in DataSource xml

      Hi,
      am am trying to configure a WebSphere MQ JMS Queue for JBoss using the IBM proprietary client channel definition table (ccdt). To do so, i have to configure an URL in my ds file pointing to another file holding the ccdt.

      The WS Layer fails to find the Queue. Sadly there is no logging information about that matter so I cannot see the problem before I try to ship the message (where I get an Exception).

      Can anybody tell me what the URL has to look like, if I put my ccdt-file into the conf file of my JBoss deployment? I think the URL is created by the WS Layer using new URL(myString).

      CU,
      Thomas

      P.S.: The connection succeeds if I use an absolute path like

      file:///C:/Development/ide/jboss/jboss-4.2.2.GA/server/default/conf/XYZ.T1.AMQCLCHL.TAB