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.
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.
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
Post a Comment