I get exception "There is no default persistence unit in this deployment." can I somehow mark unit as default?(I have only one persistence unit, so Id rather not call it by name)
|
feedback
|
|
No, you have to call PU's by name. | |||
|
feedback
|
|
You are probably doing it through code rather than letting the container manage it. In which case you have to specify by name. My unit test code has this code block to do this.
However, my application code looks like this.
| |||
|
feedback
|