The name is taken from the <ejb-name>...</ejb-name> tag in the
ejb-jar.xml descriptor. When I deploy a bean with:
<ejb-jar>
        <enterprise-beans>
                <session>
                        <ejb-name>TimeBeanViaJMS</ejb-name>
                  ...
                </session>
            ...

It is deployed as TimeBeanViaJMS

[Verifier] Verifying 
file:/D://jboss/dist/tmp/deploy/Default/timebean_jms.jar/ejb1001.jar
[Container factory] Deploying TimeBeanViaJMS
...

----- Original Message ----- 
From: "Andersson, Jan" <[EMAIL PROTECTED]>
To: "'jBoss'" <[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 7:56 AM
Subject: RE: [jBoss-User] Simple newbie question (stage two)


> 
> Trying again. Is it really noone who knows where jBoss gets the name from?
> 
> /JA
> 
> -----Original Message-----
> From: Andersson, Jan [mailto:[EMAIL PROTECTED]]
> Sent: den 4 januari 2001 15:07
> To: 'jBoss'
> Subject: [jBoss-User] Simple newbie question (stage two)
> 
> 
> 
> Hi!
> 
> When deploying a bean (using autodeployment), I get the following message:
> 
> [J2EE Container factory] Deploying NumberManager
> 
> Where does the deployer get the name NumberManager from? As far as I know, I
> don't have anything called NumberManager in the .jar that is deployed
> (although I've been hacking on another bean with this name, but not yet
> deployed).
> 
> Regards,
> Jan Andersson
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]
> 
> 



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to