• 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

Is there a JBoss client-application DD?

 
Ranch Hand
Posts: 1258
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's that I'm thinking: in an EJB jar DD you can define ejb-refs. If you don't specify ejb-links in them, you can specify them as part of other JBoss deployment descriptors (jboss.xml I think).
However, I don't see any JBoss equivalent for regular client applications deployed as part of an EAR. You can specify ejb-refs in the application-client.xml DD, but there's no JBoss equivalent to actually bind them to other beans deployed in other EJB jars (if you didn't use the ejb-link).
 
reply
    Bookmark Topic Watch Topic
  • New Topic