In case Aaron didn't notice (but I think he did), the fix is already in
the CVS.

-- Juha


On Thu, 6 Jul 2000, marc fleury wrote:

> aaron can commit that and it is his code, so I would rather see him validate
> it :)
> 
> marc
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Stephan Gruschke
> > Sent: Thursday, July 06, 2000 10:52 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [jBoss-Dev] MetaData seems broken..
> >
> >
> > Hi,
> >
> > there's an small bug in org.jboss.metadata.ejbjar.EJBXMLReader....
> >
> > The 'display-name' tag can occur in the entity/session beans
> > description as well as describing the ejb-jar file as whole.
> >
> > I already sent this diff some minutes ago to marc.
> >
> > This should fix the problem.
> >
> > Stephan.
> >
> > ? EJBXMLReader.diff
> > Index: org/jboss/metadata/ejbjar/EJBXMLReader.java
> > ===================================================================
> > RCS file:
> > /products/cvs/ejboss/jboss/src/main/org/jboss/metadata/ejbjar/EJBX
> > MLReader.java,v
> > retrieving revision 1.1
> > diff -r1.1 EJBXMLReader.java
> > 110c110,111
> > <         } else if(name.equals("display-name"))
> > ---
> > >         } else if(name.equals("display-name")) {
> > >           if (bean != null) {
> > 112c113,117
> > <         else if(name.equals("home"))
> > ---
> > >           } else {
> > >             // TODO:
> > >             // set the display name in the ejb-jar file
> > >           }
> > >         } else if(name.equals("home"))
> >
> >
> >
> >
> 
> 
> 


Reply via email to