> Should the setaData and getData not be remote methods? The whole
purpose
> is to do a bulk transfer of the data over the wire. So I added

Maybe you want getData but not setData to be remote and vice versa.

> <XDoclet:ifIsWithDataContainer>
>               <XDoclet:ifIsWithDataMethod>
>               public void setData( <XDoclet:dataObjectClass/>) throws
> java.rmi.RemoteException;
>               public <XDoclet:dataMostSuperObjectClass/> getData()
throws
> java.rmi.RemoteException;
>               </XDoclet:ifIsWithDataMethod>
>       </XDoclet:ifIsWithDataContainer>
> 
> 
> just for refernece
>    </XDoclet:ifDoesntHaveClassTag>
> 
> 
> But <XDoclet:dataObjectClass/> and <XDoclet:dataMostSuperObjectClass/>
> return null
> 
> 
> 
> 
> _______________________________________________
> Xdoclet-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-devel


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to