Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: Maven Plugin
-
Labels:None
-
Environment:intellij and ubuntu command line
-
Number of attachments :
Description
Running the sceanario from either eclipse or intellij, the Persistence.createEntityManagerFactory("party-test"); finds the persistence.xml file just fine, and everything works. However running it via the maven plugin, and it can't find the file at all. I suspect this is a classpath issue, since the persistence.xml file is in a /META-INF directory and not in the normal classpath. I could be wrong though.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mauro Talevi [ maurotalevi ] |
| Fix Version/s | 2.4 [ 15664 ] |
| Comment | [ Descoped until it can be reproduced and verified. ] |
| Fix Version/s | 2.4 [ 15664 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Cannot Reproduce [ 5 ] |
Jim, can you attach a simple Maven project reproducing the problem?