Title: NPE in EntityProxy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm getting a NullPointerException in EntityProxy on line 182, using
JBoss 2.2.1 with InstantDB.  When I run JBoss the first time, I can
access all of my entity beans without getting this exception.
However, once I shut down JBoss and restart it, the exceptions start
popping up when I try to call any getter on certain entity beans.
For instance, calling getName on a bean works every time during the
first run of JBoss, but after restarting JBoss, I get:
 
java.lang.NullPointerException
at
org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy.invoke(EntityProxy.j
ava:182)
at $Proxy6.getName(Unknown Source)
 
I tried building from CVS to see if that would help, but with that
code base, JBoss goes into an infinite loop with a screen full of
SELECT COUNT( * ) SQL statements scrolling by the first time I call
any findByPrimaryKey method.
 
Any suggestions would be appreciated.  Thanks.
 
 
Tim McCune
Software Architect, ChannelPoint
"If you can't spot the sucker in the first half hour at the table,
then you ARE the sucker." -- Mike McDermott, Rounders
 

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOwdxmNUPOr8a7vy5EQIPjQCcCIQRMyNIHZVjz9NL4tELrURuis0AoJ9t
q2qBYdqvODwjvF+TNRoOvA1f
=IKBI
-----END PGP SIGNATURE-----

Reply via email to