This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
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.