You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Vadim Tereschenko <tv...@msco.ru> on 2003/03/27 10:23:17 UTC

[OJB] Issue #OJB151 - NullPointerException if isolation-lavel not set in class-des...

You can view the issue detail at the following URL:
<http://scarab.werken.com/scarab/issues/id/OJB151>

Type :        Defect
Issue Id :    OJB151
Reported by: Vadim Tereschenko
             tva_knight - (tvadim@msco.ru)

Details:

Platform: PC
Operating system: windows 2000
Summary: NullPointerException if isolation-lavel not set in class-descriptor 
Description: org.apache.ojb.broker.metadata.RepositoryXMHandler
Line 211 
String isoLevel = atts.getValue(tags.getTagById(ISOLATION_LEVEL));
This call return null value.
Need check on null or requered parameters