-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P3
-
None
-
Affects Version/s: 7u40, 7u45
-
Component/s: javafx
-
None
-
Environment:
Product Version: NetBeans IDE Dev (Build 201310070001)
Java: 1.7.0_40; Java HotSpot(TM) Client VM 24.0-b56
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b43
System: Windows 8 version 6.2 running on x86; Cp1252; en_US (nb)
DataApp Sample doesn't build on NetBeans 7.4
Perhaps I am missing something, but does this build in _your_ lab???
I receive a variety of errors. For example, with DataAppLoader:
Updating property file: C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLoader\build\built-jar.properties
Compiling 19 source files to C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLibrary\build\classes
warning: [options] bootstrap class path not set in conjunction with -source 1.6
Note: Creating non-static metadata factory ...
Note: Found Option : eclipselink.canonicalmodel.use_static_factory, with value: false
Note: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
warning: The following options were not recognized by any processor: '[eclipselink.canonicalmodel.use_static_factory]'
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLibrary\src\com\javafx\experiments\dataapp\simulation\persistance\InitialLoadEntityManagerProxy.java:71: error: InitialLoadEntityManagerProxy is not abstract and does not override abstract method <T>getEntityGraphs(Class<T>) in EntityManager
public class InitialLoadEntityManagerProxy implements EntityManager {
where T is a type-variable:
T extends Object declared in method <T>getEntityGraphs(Class<T>)
1 error
1 warning
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLoader\nbproject\build-impl.xml:928: The following error occurred while executing this line:
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLoader\nbproject\build-impl.xml:1446: The following error occurred while executing this line:
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLibrary\nbproject\build-impl.xml:952: The following error occurred while executing this line:
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLibrary\nbproject\build-impl.xml:287: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 18 seconds)
Perhaps I am missing something, but does this build in _your_ lab???
I receive a variety of errors. For example, with DataAppLoader:
Updating property file: C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLoader\build\built-jar.properties
Compiling 19 source files to C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLibrary\build\classes
warning: [options] bootstrap class path not set in conjunction with -source 1.6
Note: Creating non-static metadata factory ...
Note: Found Option : eclipselink.canonicalmodel.use_static_factory, with value: false
Note: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
warning: The following options were not recognized by any processor: '[eclipselink.canonicalmodel.use_static_factory]'
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLibrary\src\com\javafx\experiments\dataapp\simulation\persistance\InitialLoadEntityManagerProxy.java:71: error: InitialLoadEntityManagerProxy is not abstract and does not override abstract method <T>getEntityGraphs(Class<T>) in EntityManager
public class InitialLoadEntityManagerProxy implements EntityManager {
where T is a type-variable:
T extends Object declared in method <T>getEntityGraphs(Class<T>)
1 error
1 warning
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLoader\nbproject\build-impl.xml:928: The following error occurred while executing this line:
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLoader\nbproject\build-impl.xml:1446: The following error occurred while executing this line:
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLibrary\nbproject\build-impl.xml:952: The following error occurred while executing this line:
C:\Users\Lu\Documents\NetBeansProjects\DataApp\DataAppLibrary\nbproject\build-impl.xml:287: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 18 seconds)
- duplicates
-
JDK-8123122 DataApp: does not run on glassfish 4.0
-
- Closed
-