The following issue has been updated:

    Updater: Thierry Guerin (mailto:[EMAIL PROTECTED])
       Date: Tue, 2 Sep 2003 4:42 AM
    Comment:
I have patched the file. Tested with session EJBs: now the @websphere.bean timeout 
outputs a correct ibm-ejb-jar-ext.xmi.
Warning: As the CVS access seems to be down, The patch is run against my local CVS, so 
the following part is incorrect in the patch:
retrieving revision 1.1
diff -u -r1.1 ibm-ejb-jar-ext_xmi.xdt
--- ibm-ejb-jar-ext_xmi.xdt     2 Sep 2003 09:05:48 -0000       1.1
+++ ibm-ejb-jar-ext_xmi.xdt     2 Sep 2003 09:33:26 -0000

    Changes:
             Attachment changed to cvsDiff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-533&page=history

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

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-533
    Summary: ibm-ejb-jar-ext-xml.xdt generates incorrect references to ejb-jar.xml
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 0 minutes

    Project: XDoclet
 Components: 
             IBM Module
   Versions:
             1.2 Beta 3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Alan Boshier

    Created: Fri, 20 Jun 2003 11:07 AM
    Updated: Tue, 2 Sep 2003 4:42 AM

Description:
ibm-ejb-jar-ext-xml.xdt generates incorrect href attribute values within 
<enterpriseBean> elements in the ibm-ejb-jar-ext.xml file which do not match 
corresponding elements in ejb-jar.xml, which results in deployment errors.

The current code is
<enterpriseBean xmi:type="ejb:Entity" href="META-INF/ejb-jar.xml#<XDtId:prefixedId 
prefix='ContainerManagedEntity' wrapInIdEquals='false'/>"/>

The corrected code should be
      <enterpriseBean xmi:type="ejb:Entity" 
href="META-INF/ejb-jar.xml#ContainerManagedEntity_<XDtEjb:id/>"/>

There are 3 cases of this error in the XDT file.
      


---------------------------------------------------------------------
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: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