On Sep 5, Rickard �berg quoth:

> > I was trying to convert them to use environment references following the
> > howto (http://www.jboss.org/ejbref_howto.html).  Specifically the section
> > titled "External ejb reference"; when I ran into this problem.
> <snip>
> 
> Can you provide the relevant XML please (both ejb-jar.xml and
> jboss.xml).

Sorry, I didn't post it because it's nearly exactly what's in the howto
I should've mentioned that.  Here it is anyway.  This is recreated as I
had deleted the broken XML but I put it back and redeployed just to be
sure the error occured again.  The names have been changed to protect the
guilty.

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>
         <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]

Reply via email to