Message:

   The following issue has been re-assigned.

   Assignee: Matthias Germann (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-862

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-862
    Summary: create method in home interface generated w/o CreateException
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             EJB Module
   Versions:
             1.2

   Assignee: Matthias Germann
   Reporter: Ulf Gohde

    Created: Thu, 8 Apr 2004 11:12 AM
    Updated: Tue, 8 Feb 2005 7:56 AM
Environment: WinXP, Eclipse 2.1.3

Description:
this 

/**
 * @ejb.create-method 
 */     
public void ejbCreate() {               
}

leads to the following code in the home interface

public test.MyEJB create()
      throws javax.ejb.CreateException,java.rmi.RemoteException;


However, this

/**
 * @ejb.create-method 
 */     
public void ejbCreate() throws MyException {            
}

leads to the following

public test.MyEJB create()
      throws test.MyException,java.rmi.RemoteException;


The CreateException is missing. The only way to get it to work is to define 
also the CreateException on the create method in the bean implementation.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to