Hello,

Have been trying to figure out how to make client that uses JRE 1.2.2 to
connect to jBoss that uses JRE1.3 ..or at least I think that is what is
giving me error.

I did what found from document, for bean set up jboss.xml in META-INF
directory saying that

<jboss>
  <enterprise-beans>
     <session>
      <ejb-name>BeanA</ejb-name>
        <configuration-name->jdk1.2.2 Stateful
SessionBean</configuration-name>
     </session>
   </enterprise-bean>
</jboss>

and putting it into JAR. But that doesn't seem to help at all :(


When try to do following

initialContext.lookup("BeanA", BeanAHome.class)

it throws javax.naming.CommunicationException and inside it is
java.io.StreamCorruptedException saying "Type code out of range, is
125".


It would be great if someone could point me to right track, what should
I modify and where.



--
    jK.MkIII


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to