Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-326


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-326
    Summary: remove unused imports in generated util
       Type: Improvement

     Status: Assigned
   Priority: Minor

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: XDoclet
  Component: EJB Module
   Versions:
             1.2 Beta 2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Brett Connor

    Created: Mon, 24 Feb 2003 1:02 PM
    Updated: Mon, 24 Feb 2003 1:02 PM
Environment: cygwin on winXP

Description:
If no remote interfaces are required for a bean two imports are not used, and polute 
my compile output with warnings. I've modified my local copy of
xdoclet/modules/ejb/lookup/resources/lookup.xdt
from xdoclet-ejb-module-1.2b2.jar
to look like this:

import javax.naming.NamingException;
import javax.naming.InitialContext;
<XDtEjbIntf:ifRemoteEjb>
import javax.rmi.PortableRemoteObject;
</XDtEjbIntf:ifRemoteEjb>

<XDtEjbIntf:ifRemoteEjb>
import java.util.Hashtable;
</XDtEjbIntf:ifRemoteEjb>

(Just added the 'ifRemoteEjb' conditionals around PortableRemoteObject and Hashtable 
imports.


---------------------------------------------------------------------
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/Administrators.jspa

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



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to