• 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

EJB client jar for 3.5.1

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is similar to the question for 4.*.
How do I produce the EJB client jar with only the relevant client stubs.
I have built my deployment jar using jetace and installed it using xmlconfig.
I now need to be able to run it from a client on a different machine... It works if I copy over Deployed*.jar from the deployedEJBs directory.
However, there must be a mechanism to only have to have the relevant stubs ?
Matt
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, there's not. The reason being that client JARs were an IBM-only thing. In WAS 4.0 we had to stick to the spec, and client JARs were outside it. Blame Sun.
Kyle
 
Matt Sumner
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok then.... what files do I need to take out of Deployed*.jar to put in my own jar I'm going to build for the client side.
If I look inside I can see *_Stub.class and *_Tie.class and ones beginning with _EJS.
Do I need all those ?
Matt
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic