• 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

Problem in Deployment of ejb3.0 on oc4j10g

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am suffering with errors while deploying ear file(EJB3.0) on the oc4j10g. My Problem is as follows ::

(1) While i m going to deploy .ear file, ejb3.0 is going to check dependency of all client side files which i am not including in the server.jar file. i m including only structures file in the server.jar file.
(2) In ejb2.0 it is perfectly deployed, but in ejb3.0 i m using annotations, at that time it is going to check all the dependedy files which are located at client side.
(3) so, it is not possible for me that i give all the reference of client side file in the .ear files.
(4) i would like to know that how to deploy ejb3.0 on the oc4j10g in the my project.
when i m commned all my dependency related code commented then it's work fine and deployed.

Regards
Jinesh Parikh
 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Jinesh,

Hope this -> EJB Deployment article helps you.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic