Re: CMP entity bean deployment compilation errors

2002-04-29 Thread Scott Gaetjen
either the / or the / and the deployment/compilation of generated classes worked. Seems you can possibly only use one of the pair. This is okay for me as I normally use the session bean as a facade pattern , so I should be fine just using the / pair. Scott Scott Gaetjen wrote: > I've creat

CMP entity bean deployment compilation errors

2002-04-29 Thread Scott Gaetjen
I've created a CMP entity bean based on some examples I've seen and am encountering some compilation errors on the generated wrapper classes at deployment time. Its seems the getter/setter methods and the remove method are not recognized or available in the generated wrapper classes. I've look at

NullPointerException on CMP entity bean deployment

2002-04-26 Thread Scott Gaetjen
I've created a CMP-based entity bean and encounter a NPE exception when the .EAR is deployed. I've searched high and low and reviewed my XML and Java, but I cannot determine the problem. Any help or insight anyone can provide would be appreciated. The exception I get is as follows: Auto-deployi