Bugs item #500625, was opened at 2002-01-07 14:27
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=500625&group_id=31602

Category: xdoclet
Group: v1.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Andrew Thorn (sigbur)
Assigned to: Nobody/Anonymous (nobody)
>Summary: @ejb:security-identity run-as="user"

Initial Comment:
If @ejb:security-identity run-as"user" is used in a
Message driven (or other bean), the XML produced in the
ejb-jar.xml is incorrect according to the DTD. XDoclet
outputs:

  <security-identity>
     <run-as-specified-identity>
        <role-name>user</role-name>
     </run-as-specified-identity>
  </security-identity>

Instead of the correct:

  <security-identity>
     <run-as>
        <role-name>user</role-name>
     </run-as>
  </security-identity>


Problem is located in ejb-body.j line 312 in latest 1.1
stream.

----------------------------------------------------------------------

>Comment By: Andrew Stevens (stevensa)
Date: 2002-01-07 15:34

Message:
Logged In: YES 
user_id=247081

Looks more like lines 239 & 244 to me :-)  Now fixed.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=500625&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to