]
Denis Golovin updated JBDS-3602:
--------------------------------
Status: New (was: New)
Error Reporting doesnt work since we do not set eclipse.buildid
---------------------------------------------------------------
Key: JBDS-3602
URL:
https://issues.jboss.org/browse/JBDS-3602
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: aeri
Affects Versions: 9.1.0.CR1
Environment: JBDS 9.1.0.CR1-v20160222-0232-B335
JBT Nightly (2016-02-22)
both contains the same version of aeri plugins
Reporter: Rastislav Wagner
Assignee: Denis Golovin
Priority: Blocker
Fix For: 9.1.0.CR1
So I tied to evoke error reporting dialog with the following scenario:
1. import Java EE Web Project from central
2. right click in Project Explorer -> refactor -> rename
3. change name, hit OK which will result in errors from org.hibernate stuff
In case of JBDS no error reporting dialog is shown, works in JBT
I also tried org.eclipse stuff:
1. open Properties view
2. create JPA Project (File -> New -> Other... JPA Project)
3. open persistence.xml which will result in NPE from org.eclipse stuff
And again in no error reporting dialog in case of JBDS but works in JBT