1 Reply Latest reply on Oct 5, 2005 2:36 PM by starksm64

    NullPointerException in JDBCStartCommand.hasIndex

    jaustin

      There appears to be a bug when re-deploying entity beans that use
      indexes with Oracle as the datastore. The deploy bombs with a
      NullPointerException. The problem is at line 394 of revision 1.50.2.1
      of JDBCStartCommand.java.

      if(idxAscDesc.get(i).equals("A"))

      The ASC_OR_DESC column from DatabaseMetaData.getIndexInfo comes back
      as null but that code assumes it has a value.