• 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

deploying application client - java ee

 
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have deployed an EJB(xyz_ejb.jar) , which I am trying to access from an application client. When I depoy the application client ( xyz_appclient.jar ) I get a validation error saying MainClass cannot be loaded. I tried running the verifier provided by glassfish and it runs fine without any error,and warning.
Could you redirect me to any good website which has the proper guidelines in creating application client, MANIFEST, packaging, ant scripts etc?
regards
Binu K Idicula
 
Ranch Hand
Posts: 299
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This link may help
http://java.sun.com/j2ee/1.4/docs/tutorial-update6/doc/EJB4.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic