Community
Participate
Working Groups
Build Identifier: 3.6.1 When selecting java.util.concurrent.ConcurrentLinkedQueue as the type for a new entity member, the generated class incorrectly embdes "import java.util.concurrent" as the imports instruction, and in the constructor uses the incorrect syntax "new concurrent.ConcurrentLinkedQueue()" to instantiate the Queue. Reproducible: Always Steps to Reproduce: 1. In Eclipselink Workbench 2.2.0 create an entity with an attribute and select java.util.concurrent.ConcurrentLinkedQueue as the Type Declaration. 2. Generate the class file 3. Open the class file in Eclipse. The two lines described above will be flagged as compilation errors.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink