[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Integration on JBoss5: NullPointerException deploying jm

clebert.suconic@jboss.com do-not-reply at jboss.com
Mon Oct 15 14:46:30 EDT 2007


Looking at the source code, this NPE is because of the lacking of a primary key:


  |       for(String key : primary.keySet()) <<-- here
  |       {
  | 


A primary key wouldn't mean anything here. Or we change the behavior of nulls on empty tags, or we change the metadata to test for nulls on those things.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095372#4095372

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095372



More information about the jboss-dev-forums mailing list