I am trying to use a java.lang.Integer as my primary key in a CMP bean, but whenever I run GenIC, I get this error:
 
cannot resolve symbol
constructor Integer ( )
java.lang.Integer pk = new java.lang.Integer();
 
I've seen mention of this problem here before, and also mention that someone was going to fix it. Nevertheless I am getting it with the latest version of JOnAS:
 
JOnAS 2.4.4
Sun JDK 1.3
RedHat Linux 7.0
 
Any help would be appreciated.
 
Thanks,
Bryan

Reply via email to