Bugs item #642609, was opened at 2002-11-22 16:35
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=642609&group_id=22866

Category: JBossCMP
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jeremy Boynes (jboynes)
>Assigned to: Jeremy Boynes (jboynes)
Summary: Deployment error with empty relation-nam

Initial Comment:
Sun's PetStore 1.3.1 application contains empty
ejb-relation-name entries such as:

    <ejb-relation>
      <ejb-relation-name></ejb-relation-name>
      ...
    </ejb-relation>

Presumably this deploys fine on the reference
implementation. However, JBoss returns an error saying
that the ejb-relation-name must be unique.

According to the EJB2.0 spec: "The ejb-relation-name
element provides a unique name for a relationship." In
EJB2.1 this is expanded to "The name of the
relationship, if specified, is unique within the
ejb-jar file." Note the "if specified"

IMHO the spec isn't very precise here but, for
compatibility with the RI and PetStore, JBoss should
treat empty ejb-relation-name elements as if they were
not specified.

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

>Comment By: Jeremy Boynes (jboynes)
Date: 2003-01-07 22:43

Message:
Logged In: YES 
user_id=378919

Fixed in Branch_3_2 and HEAD

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=642609&group_id=22866


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to