Re: JOGI person
"Werner Schuster (murphee)" <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
Christoph Guse wrote: > Of course this method is in the Person Interface. When the method > setExtendedAttributs is called, I get this error message: > org.opengroupware.jogi.ogo.ConnectionException: unsupported Java type: > class java.util.HashMap This is a problem with the Apache XmlRpc Library, which is ancient and can only deal with Hashtables but not Maps. So, you can keep the interface a Map (JOGI also uses List and Map instead of Vector and Hashtable), but you must use Hashtables (which implement the Map interface, but I think the Apache XmlRpc Library tests for the Hashtable class). murphee -- OpenGroupware.org XML-RPC [email protected] http://mail.opengroupware.org/mailman/listinfo/xmlrpc