07-18-07 12:25 PM
Hi again,
That is not necessary true. I did not analyze the source code, but they use
an AddressType object. From the article:
"The class="java.util.Hashtable" attribute specifies the name of the <b>clas
s which C2A uses for matching the message</b>, in addition to the message ty
pe (AddressType). "
They use the Hashtable because the C2A. But inside the hashtable there is an
instance of the object AddressType, and is this object that trigger the Cla
ssCastException.
You should take a look to a more recent article about interportlet comunicat
ion. C2S is used with IBM portlets, and you should use the JSR-168 Portlets.
See this:
http://www-128.ibm.com/developerwor...ary/05/329_jsf/
Best regards,
Helder Sousa
[ Post a follow-up to this message ]
|