Posted: Tue Apr 10, 2007 12:25 am Post subject: Can I call evaluate(MbMessageAssembly assembly) Method from
Newbie
Joined: 10 Apr 2007 Posts: 2
public class GenerateXML_JavaCompute extends MbJavaComputeNode {
public void evaluate(MbMessageAssembly assembly) throws MbException {
MbOutputTerminal out = getOutputTerminal("out");
MbOutputTerminal alt = getOutputTerminal("alternate");
********************************************************************** **********
when i run this main method it throw ( Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/broker/trace/ ) when
GenerateXML_JavaCompute generate= new GenerateXML_JavaCompute();
any body have explanation to this exception?
if this is a wrong way to call eveluate method do you have other way?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum