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
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mauro Talevi [ maurotalevi ] |
Mauro Talevi
made changes -
Fix Version/s | 2.4 [ 15664 ] |
Mauro Talevi
made changes -
Comment | [ Descoped until it can be reproduced and verified. ] |
Mauro Talevi
made changes -
Fix Version/s | 2.4 [ 15664 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Cannot Reproduce [ 5 ] |
Jim, can you attach a simple Maven project reproducing the problem?