The following issue has been updated:

    Updater: Matthias Germann (mailto:[EMAIL PROTECTED])
       Date: Thu, 23 Dec 2004 2:08 PM
    Comment:
Here is a patch which solves the issue.

I decided to use the same tag for generating the home-methods as for generating 
the create and finder methods. This tag does the correct handling of the 
view-type.

    Changes:
             Attachment changed to patch.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1153?page=history

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1153

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1153
    Summary: view-type value for ejb.home-method has no effect
       Type: Bug

     Status: Open
   Priority: Critical

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             EJB Module
   Versions:
             1.2
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Hilmar Lapp

    Created: Sat, 13 Nov 2004 3:14 AM
    Updated: Thu, 23 Dec 2004 2:08 PM
Environment: Mac OSX 10.2 and 10.3, JDK 1.4.1 and 1.4.2, ant 1.5.1 and 1.6.2

Description:
The value for the view-type attribute of the @ejb.home-method tag has no 
effect. The method will always be exposed in both the remote home and local 
home interface.

An actual example for this in the distribution. The test.ejb.AccountBean under 
the samples directory has a home method public void 
ejbHomeTransfer(Account,Account,float) with a tag 

/** @ejb.home-method view-type="remote" */

The corresponding stub public void transfer(Account,Account,float) is created 
in both the local home as well as the remote home interface.



---------------------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to