Sorry for the unclear question.

That is good information and I appreciate it but I guess I did not ask a clear 
question:  I am doing that, but how in the world would that register a JNDI 
environment??

I'm getting this:
javax.naming.NameNotFoundException: importer-client not bound
So, it is finding it on client side, but cannot resolve it.
Isn't that correct?

So, my jboss-client.xml names it 'importer-client'.  But that is the client 
asking for something that is 'registered' how?????

Example:
<jboss-client>

<jndi-name>importer-client</jndi-name>
<!-- EJB References -->
<ejb-ref>
    <ejb-ref-name>ejb/UserInfoSession</ejb-ref-name>
    <jndi-name>ejb/UserInfoSession</jndi-name>
</ejb-ref>
<ejb-ref>
    <ejb-ref-name>ejb/WorkplaceSessionBean</ejb-ref-name>
    <jndi-name>ejb/WorkplaceSessionBean</jndi-name>
</ejb-ref>
............................. more

The same same article/wiki says this:
        "  defined in the standard application-client.xml"

I have ears and ejb jars.
Do I need to have some other deployment descriptor to register this?
I am guessing yes.

any article doc would be appreciated.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864902#3864902

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864902


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to