hi,
i’ve writen some program using wm6.01 broker API to publish broker events to the broker.
There is a converter to convert xml strings into BrokerEvent residing in the broker.
In the broker server, I have WM6.01 Broker instances and a single WM5 Broker instance (imported from a WM5 ES).
The code runs fine to the point where it create an empty Broker Event which the converter will use to popluate with, from the data in the xml string.
Error occurred when executing the method BrokerEvent.setField();
The error “com.sun.jdi.InvocationException occurred invoking method” was thrown.
The strange thing is that this error is only encountered when publishing to the imported WM5 broker instance. The code runs fine when publishing to WM6.01 Broker instances.
I’m using
j2sdk 1.4.2
client60.jar
please help.
thanks in advance.