[jboss-user] [JNDI/Naming/Network] - Re: RMI-IIOP

2006-08-02 Thread One_Special_User
Ok, the status so far: My C#-Client can lookup the SessionBeans and invoke them. But I just don't get any Java-Client to retrieve any SessionBean. Nevertheless, JNDIView states all EJBs are bound to right JNDI-Names. Now I'm already getting a reference at the clientside, but narrowing causes a

[jboss-user] [JNDI/Naming/Network] - Re: RMI-IIOP

2006-08-02 Thread One_Special_User
It's me ... again :-) Ok, i tried a different approach. I've got a SessionBean A and a SessionBean B. Have to use IIOP as stated above. My ejb-jar.xml looks as follows: | http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java

[jboss-user] [JNDI/Naming/Network] - Re: RMI-IIOP

2006-08-02 Thread One_Special_User
Hm propbably I should rephrase it: Binding the current Instance of MySession seems to bind a RMI-Stub to the JNDI: "mypackage.mysession._MySession_Stub"... And it's basically bound to "mysessions/mysessionid_123". If I state context.rebind( "iiop/mysessions/" + mysessionid, ms ) I cannot look it