I found a minor problem in EjbTagsHandler when upgrading our project to
XDoclet 1.2b3.  The problem was introduced in revision 1.15 I believe. 
The isViewTypeEjb method indicates that the default for EJB 1.1 will be
"remote".  The documentation also makes the exact same claim.  However,
there is no code in that method to do such.  So, for 1.1-compliant EJBs,
if there is no view-type specified, an invalid descriptor is generated
for some appservers (e.g. Orion). 

I don't know if there is a quick patch for this problem.  We probably
need to break the code back out into two separate methods ... one for
isRemoteEjb and another for isLocalEjb.  I can work on creating a patch
if no one else more versed in XDoclet code comes forward.

Thank you,
Amit Gollapudi



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to