zhangjingl02 / activejdbc

Automatically exported from code.google.com/p/activejdbc
0 stars 0 forks source link

Mixed case table name in @Table annotation causes NPE #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
@Table("Member") will cause an NPE:

Caused by: java.lang.NullPointerException 
at 
org.javalite.activejdbc.Registry.discoverOne2ManyAssociationsFor(Registry.java:3
56)

Original issue reported on code.google.com by i...@polevoy.org on 6 Oct 2011 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 6 Oct 2011 at 4:26

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 6 Oct 2011 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 6 Oct 2011 at 5:52