Hi,

Add the property 
 java.vm.version=1.2   in jboss.properties.
I think this works.
bye
rama rao
----- Original Message ----- 
From: jK.MkIII <[EMAIL PROTECTED]>
To: jBoss-user <[EMAIL PROTECTED]>
Sent: Wednesday, March 28, 2001 6:17 PM
Subject: [JBoss-user] Client in JRE1.2.2 -> jBoss 2.1 in JRE1.3?


> 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


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

Reply via email to