Message: The following issue has been re-assigned.
Assignee: Ren� Zanner (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1031 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1031 Summary: create method in home interface is not created Type: Bug Status: Open Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: EJB Module Versions: 1.2.1 Assignee: Ren� Zanner Reporter: Stephan Staeheli Created: Fri, 20 Aug 2004 8:06 AM Updated: Sat, 18 Sep 2004 6:45 PM Environment: WinNT_SP6, Eclipse 2.1.3, JDK 1.4.2_03, ANT 1.5.3, WLS 8.1SP2 Description: I have the following situation: I have written one bean, one home and one component interface (both of them are remote) and deployed them in my BEA WLS server 5 times, each time with another JNDI-Name and different environment variables. Now I wanted to use xdoclet and discovered the limited facts that I have to import a session-beans.xml file to merge it with the DD that xdoclet created. No problems so far but I wanted to let xdoclet create my remote component and remote home interface. Because I had to write the <session> attribute myself and merge it (in session-beans.xml) I set the [EMAIL PROTECTED] generate="false"] parameter to suppress that attribute. This works fine except that now the create method in my home interface is not created anymore. This interface contains just this code: [public interface DAOConnectorHome extends javax.ejb.EJBHome {}]. There must be a but in the creation of the home interface module but I couldn't find it. Maybe you have an idea? --------------------------------------------------------------------- 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 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
