You have to search from jboss website not sourceforge-- don't know why sourceforge doesn't fix it instead of making Reply not work ;-)
Most likely you are using a primitive type in your ejb that can't be set to null.. try replacing e.g. int with Integer: public Integer myField = null; makes sense whereas public int myField = null; doesn't david jencks On 2001.10.17 09:48:24 -0400 "EGGERT,MICHAEL (A-Westford,ex1)" wrote: > I'm using jboss 2.4.1 with a SapDB 7.3 database. I have an entity bean > set > up for a table and when I access it I get a NullPointerException when > attempting to load a field that contains a null. Is there something I > need > to do to get around this? I tried to search the archives but I get an > error > on any search. > > Thanks for any help, > > Mike > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
