jboss - JbossAS 5.0.1 / jbossall-client 4.0.4 backward compatibility -


our old system contained jbossas4 , several different client applications. building new system, migrated jboss 5.0.1 must maintain backward compatibility old client applications. if try connect old application new jboss recieving

java.lang.classcastexception: javax.naming.reference cannot cast to....

which says how jbossclient-all not compatible as5 one. if change jboss client jar new libraries, works fine our problem can not change applications in production. have found following link descibing jboss server/client compatibilites, unfortunatelly couln't find regarding as5. if believe this page describing, of client/server versions seem communicate without problem.

  1. do guys know if there way make 2 versions compatible? if there no way having idea of creating "adapter" deployed on jbossasç , forward calls jboss5.

  2. do have experience making ejb calls within 2 different jboss versions? seems how not straightforward. last option use ws calls between jboss4 , 5, avoid this, if possible.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -