Hi All,
Inorder to increase the reusability, I've created a JAR file for some of the user defined functions (like lookup, etc) and imported that JAR (under imported archives) into XI from my local machine. But, in the UDF when I try to instantiate an object for the class in the JAR file, I get an error saying that package com.abc.xyz (which I've mentioned in the import statement of the UDF, because in my JAR class, I had mentioned the same package) doesn't exist.
Doesn't XI recognise the Jar files imported under archives? Should I keep the JAR file in the J2EE server of XI? Please suggest.
Thanks in advance.
Thanks,
Joe.