It appears that the PostInvocationHandler thinks that the MetaData class is a
Collection and is trying to cast it as a Map.   It certainly is not a
collection and isn't composed of any collections, so I'm not sure why it's
doing that.  Am I missing some configuration item somewhere? 



phillroberts wrote:
> 
> public class MetaData
> {
>     private Integer gid;
>     private Date    dateCreated;
>     private Date    dateModified;
>     private Integer authorId;
>     private Integer modifierId;
>     ...
>     /* getters/setters below */
> }
> 

-- 
View this message in context: 
http://www.nabble.com/Problems-web-service-enabling-an-Business-Object-tf3376429.html#a9433640
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to