• 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

MDB with CMP 1.1 in same ejb-jar file ?

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ALL,
I have a small issue that is stuck up like a bone in my throat !
In my ejb-jar file I have some MDBs and some EJB1.1 entity beans (CMP).
I have used "http://java.sun.com/dtd/ejb-jar_2_0.dtd"
in the ejb-jar.xml
When i try to create RMIC deploy code on WSAD5.0, everything fails.
Is there any way by which i can accomodate the EJB2.0 compliant beans (Entity/MDB) along with
EJB1.1 beans in the same ejb-jar file.
I would appreciate a ray of hope !
Thanks & Regards
Vijay Pawar
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately, I don't think that this is possible. You can definitely deploy EJB 1.1 and 2.0 components in the same Application. I just don't think you will be able to deploy them in the same ejb-jar.
 
See ya later boys, I think I'm in love. Oh wait, she's just a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic