|
Hi,
When I use:
/**
* @ejb:interface-method view-type="both" */ public Object[] getMyStuff(){ return null; } xdoclet/ant runs without any problems
but when I use:
/**
* @ejb:interface-method view-type="both" */ public MyCustomBeanRemote[] getMyStuff(){ return null; } xdoclet/ant hangs.
Does anyone knows why. Please help. (This difference is between
using Object[] and MyCustomBeanRemote[])
Thanks very much for the time.
--
Derek |
