This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224563

Summary: Exceptions in Log
Product: javaee Reporter: bht <bht>
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 7.3   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Log file

Description bht 2013-01-07 09:45:43 UTC
Created attachment 129952 [details]
Log file

INFO [org.netbeans.modules.j2ee.jpa.verification.JPAProblemFinder]: NPE in jpql validation: null
java.lang.NullPointerException
	at org.netbeans.modules.j2ee.persistence.spi.jpql.ManagedTypeProvider.getManagedType(ManagedTypeProvider.java:102)
Comment 1 Sergey Petrov 2013-01-09 04:58:45 UTC
it's expected behavior, there may be some cases unsupported by 3rd party library, and in general the only general solution to log with level fine instead of info later (or may be never to track valid cases more easily). but some specific cases may be valid issues, and need to be filed separately with more details.
required details is jpql query string at least, if with cc then cursor position, and better if full project or some details on existent and mossed entities and relationships.
Comment 2 Martin Balin 2016-07-07 08:55:55 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss