Bugs item #476850, was opened at 2001-10-31 10:01
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=476850&group_id=31602

Category: ejbdoclet
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ben Johnson (deafgreatdane)
Assigned to: Nobody/Anonymous (nobody)
Summary: interface methods that throw exceptions 

Initial Comment:
I'm working with a bunch of new environments at once:  
xdoclet/cmp/ejb2/weblogic (from 
manual/bmp/ejb1.1/jrun), so I'm still stuck on sample 
code, but it's coming up with problems.  I'm running 
xdoclet v10/30/01

I have a method in my bean class that throws a custom 
exception.  From what I can see in the remote.j 
template, it adds a "throws javax.ejb.RemoteException" 
plus the output of XDtMethod:exceptionList.  

However, that method appends its own "throws " 
(MethodTagsHandler.java:779) to the output, and the 
result in my generated remote interface is 

   public double withdraw( double amount )
      throws java.rmi.RemoteExceptionthrows 
examples.ejb20.basic.containerManaged.ProcessingErrorEx
ception;
 
I'm new enough I don't want to hazard a guess to fix 
it.

Thanks,
-benJ

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=476850&group_id=31602

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

Reply via email to