Community
Participate
Working Groups
Choose File -> Import Choose General-Existing Projects into Workspace Select a root directory that contains a java project and choose that project in the list. Do not check 'copy projects into workspace'. Now attempt to make the project a faceted project adding the java and JPA facets. It fails with the following exception: Caused by: org.eclipse.core.commands.ExecutionException: No container path specified at org.eclipse.jpt.core.internal.operations.AbstractJpaFileCreationOperation.getContainer(AbstractJpaFileCreationOperation.java:67) at org.eclipse.jpt.core.internal.operations.AbstractJpaFileCreationOperation.getProject(AbstractJpaFileCreationOperation.java:73) at org.eclipse.jpt.core.internal.operations.AbstractJpaFileCreationOperation.getSchedulingRule(AbstractJpaFileCreationOperation.java:125) ... 22 more
This is an error in the way that folders are calculated. Also exists in maintenance stream.
Created attachment 188816 [details] patch for maintenance stream
committed fixes to maintenance and head streams.