Thanks it works !
Why was it programmed to behave like this ?

I appriciate your help
Mandar


----- Original Message -----
From: "Rickard Öberg" <[EMAIL PROTECTED]>
To: "JBoss-User" <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 9:42 AM
Subject: Re: [jBoss-User] EJX Bug ??


> You probably have that bean in your classpath. Remove your classpath and
> see if that fixes it.
>
> /Rickard
>
> Mandar Joshi wrote:
> >
> > Hi,
> >
> > I have an EJB in a jar file.
> >
> > ejb-jar.xml in this jar looks like this
> > <?xml version="1.0" encoding="Cp1252"?>
> >
> > <ejb-jar>
> >      <display-name>DataTest</display-name>
> >      <enterprise-beans>
> >        <session>
> >   <description>sklfklsjdlkasjd</description>
> >   <display-name>DataTest</display-name>
> >   <ejb-name>DataTest</ejb-name>
> >   <home>test.DataTestHome</home>
> >   <remote>test.DataTest</remote>
> >   <ejb-class>test.DataTestBean</ejb-class>
> >   <session-type>Stateless</session-type>
> >   <transaction-type>Container</transaction-type>
> >        </session>
> >      </enterprise-beans>
> >      <ejb-client-jar>DataTest_Client.jar</ejb-client-jar>
> >    </ejb-jar>
> >
> > jboss.xml in this jar looks like this
> > <?xml version="1.0" encoding="Cp1252"?>
> >
> > <jboss>
> >      <secure>true</secure>
> >      <container-configurations />
> >      <resource-managers />
> >      <enterprise-beans>
> >        <session>
> >   <ejb-name>DataTest</ejb-name>
> >   <jndi-name>DataTest</jndi-name>
> >   <configuration-name></configuration-name>
> >        </session>
> >      </enterprise-beans>
> >    </jboss>
> >
> > When I open this jar with EJX - In the actions Tree it shows me bean
> > 'CheckDay' with JNDI name 'CheckDay'. Now CheckDay bean in no way
related to
> > this jar neither it is contained in this jar. If I open the EJB1.1 XML
with
> > EJX it shows me all the details of CheckDay bean.
> >
> > How is that happening ?
> >
> > Your help is appreciated
> > Mandar
> >
> > --
> > --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
>
> --
> Rickard Öberg
> Email: [EMAIL PROTECTED]
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to