• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

IBM 287: where is client-resource.xmi file???

 
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

At different pages in Howard Kushner's book, the authors refer to the file client-resource.xmi, among other things for binding informations (see by example p.417 or p.485).

By default, when I build an application module, I can see a application.xml file, and if I define some references (EJB references by example with bindinf infos), an extra ibm-application-client-bnd.xmi is also available.

But how to make this famous but very secret client-resource.xmi file appear?

Thanks for you tips,
Regards,
Cyril.
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have found the solution. In another book, a companion book, I should say, called "Enterprise Java Programming with IBM WebSphere 2nd Edition" page 766 and 767.

There is no tool at all for editing this file, you have to edit it manually using any text editor of your choice and put into META-INF directory of your application client.

Let me know if you have more question,
John
 
cyril vidal
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello John,

Thanks for your response.
Could you tell me please what exactly is the role of this file?
It's not very clear in IBM 287's book, at least for me...

Thanks,
Cyril.
 
You learn how to close your eyes and tell yourself "this just isn't really happening to me." Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic