Re: [JBoss-user] XDoclet: 1-n relationship definition

2002-06-14 Thread Tom Mahaffey
Are you calling client.getDomains() remotely? If so, the problem may be that CMP is for local interfaces only. Also, you have view-type="both" for the CMP methods...they should be view-type="local" Then you'll need to make sure that the getClient/setClient methods are setting/getting local inte

[JBoss-user] XDoclet: 1-n relationship definition

2002-06-14 Thread Gary S. Cuozzo
Hey all, I'm trying to convert an existing application that I had written the "hard way" over to use XDoclet. I have two beans, Client and Domain, that I'm trying to relate. A Client can have many Domains. Seems like it should be straight forward but is throwing an exception (java.lang.refl