> jboss.xml
>          <ejb-ref>
>            <ejb-ref-name>foo</ejb-ref-name>
>            <jndi-name>foo/data/EB</jndi-name>
>          </ejb-ref>
>        </session>
>
> ejb-jar.xml
>        <session>
>          <ejb-name>ESSB</ejb-name>
>          <jndi-name>foo/ESSB</jndi-name>
>          <configuration-name>Default Stateless
SessionBean</configuration-name>

Remove this ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You should not specify the configuration name at all in ejb-jar.xml and even
if you did it would have to go into the jboss.xml... but since you don't
specify anything don't even bother.

What gave you the idea to put it there? where did you get this idea from?

marc

>          <ejb-ref>
>            <ejb-ref-name>foo</ejb-ref-name>
>            <ejb-ref-type>Entity</ejb-ref-type>
>            <home>foo.bar.DataHome</home>
>            <remote>foo.bar.Data</home>
>          </ejb-ref>
>        </session>
>      </enterprise-beans>
>
> --------------------------------------------------------------------------
> There are no significant bugs in our released software that any
> significant
>   number of users want fixed.  -Bill Gates, Focus Magazine, Oct 23, 1995
> --------------------------------------------------------------------------
> Caskey <caskey*technocage.com>       ///                   TechnoCage Inc.
> --------------------------------------------------------------------------
>         "Welcome to the slippery slope, here is your handbasket.
>              ...say, can you work 70 hours this week?"
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>
>



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

Reply via email to