This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
i am getting this error: java.lang.Exception: Errror in processRequest(): java.lang.Exception: categoryRemote = categoryHome.create() java.lang.NullPointerException i am calling CategoryEJB.java through CategoryBean.java in jsp page. CategoryBean.java is /* Page Name :-CategoryBean.java Author(s) :-Rohit Aggarwal Description of Page:-Acts as interface between auc_sell_product.jsp and CategoryEJB.java Previous Page(s):- Next Page(s):- Date of Creation:-25/07/2001 Date of Last Modification :-25/07/2001 */ package javaBeans; import java.util.*; import ejbBeans.*; import java.io.*; import javax.naming.Context; import javax.naming.InitialContext; import javax.rmi.PortableRemoteObject; public class CategoryBean { privateCollection categoryID ; privateCollection categoryName ; private String catstrname; private String catstrid; private CategoryHome catHome; private CategoryRemote catRemote; private String statefull;