• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

run an xml within a JACL Script

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have created a JACL Script which has an xml as it's input file. The XML file contains all the values for the script.

Both the JACL and XML file were put under WAS bin directory. But somehow when i run the JACL, it is unable to find the values and throws an error message.

WASX7017E: Exception received while running file "hometest1.jacl"; exception information: com.ibm.bsf.BSFException: error while eval'ing Jacl expression:
can't read "clusterName": no such variable
while executing
"createJDBCProvider $clusterName"

I did try to run it using ws_ant but it still shows the error message.

Can anyone provide me the sequence of commands to be followed for the XML file to be build first so that the JACL script can use it.
reply
    Bookmark Topic Watch Topic
  • New Topic