jerustes / AW-threepointer

Galaxy NBA Web Application
0 stars 0 forks source link

JoinLeague NullPointerException #11

Closed josemprb closed 7 years ago

josemprb commented 7 years ago

// NULL POINTER EXCEPTION AQUI String q2 = "from plantilla where liga = :liga"; Query query2 = ses.createQuery(q2); query2.setParameter("liga",id);

Another null pointer exception that i cant understand.