• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
 
I was born with webbed fish toes. This tiny ad is my only friend:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic