unable to find BaseTemplate class in jars, reference while

HI,

I am writing custom adapter, while implementing WmManagedConnectFactory class, its not compiling as it says the reference of Com.wm.pkg.art.metadata.BaseTemplate is not found in classpath.

i searched all jars (wmart.jar, wmartbundle.jar etc) but could not find this class.

Can anybody let me know where can I find this class in jar provided by webMethods.

Thanks
Anand

Hi,

I have the same problem. Did you ever find a solution to this?

Best Regards
Markus

Hi,
Navigate to …\IntegrationServer\packages\WmART\code\classes

In cmd prompt do

jar cvf wmartfull.jar .

Add wmartfull.jar in your classpath.

BaseTemplate class file resides here…

\IntegrationServer\packages\WmART\code\classes\com\wm\pkg\art\metadata

Regards
Karpaga