• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Confusion on ejb client and jdk versions

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am new to ejb.Actually in my architecture client is BEA weblogic portal 7.0 (using jdk1.3)and ejb is also deployed in BEA weblogic 7.0(jdk1.3).
Now my seniors have decided to upgrade portal to 9.2 which will use jdk1.4.2. but ejb willm be deployed in same 7.0 version.

Can any one tell what problem i am going to face if client in jdk1.4.2 is calling ejb deployed in jdk1.3.

Thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic