I use Jboss all the time but I use it within the same server, so I never 
come across that.  I highly recommend the JBoss forum at 
http://main.jboss.org

Alberto Bolchini wrote:

>Hi all.
>
>I'm trying to find some references on using an EJB from a remote J2EE
>Container (JBoss).
>I'v deployed the .war in my Tomcat 4.0.2 including JBoss's client jars
>in WEB-INF/lib and have in my web.xml mentioned the <ejb-ref> as follows
>
><ejb-ref>
>       <description>Nation</description>
>       <ejb-ref-name>ejb/Nation</ejb-ref-name>
>       <ejb-ref-type>Session</ejb-ref-type>
>       <home>NationHome</home>
>       <remote>Nation</remote>
>       <ejb-link>jnp:remoteIP/Nation</ejb-link>
></ejb-ref>
>
>All I get is a 
>Error initializing context: javax.naming.NameNotFoundException: Name
>jnp:remoteIP is not bound in this Context
>
>Can anyone point me a source of infos on this (or show me where the
>error is?)
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
>

-- 
Daniel Hinojosa
Java & XML: Consultant | Developer | Instructor
P.O. Box 4675
Albuquerque, NM 87196-4675
(505) 363-5832






--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to