Hi, i tried the newest downloadable version ( 0.9.4l) with my EJB application - and got null pointer exceptions. After debugging a while, i found that the getEJBHome() function called within ejbFindByPrimaryKey() returned null (i use bean managed persistence). Well, the spec expects to be callable getEJBHome() in all finder functions (and with elder versions of orion, it works). Probably some side effect of another bugfix ? I did the following (client side): - create a bean in a home - called findByPrimaryKey with the pk for this bean. -> exception and also: - create a bean in a home - call some setXXX function, which itself calls getEJBHome() -> exception. By now I'll use orion 0.9.4... Regards Jens Stutte ____________________________________________ [EMAIL PROTECTED], http://www.net-media.de NetMedia GmbH Schubertstr. 8 66111 Saarbruecken Germany fon: +49 (0) 681 - 37 98 80 fax: +49 (0) 681 - 33 89 3
