Skip to content

bwa/openliberty-JPA-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

this project is a demo of issue OpenLiberty/open-liberty#15476

The problem is that this entity model will not autocreate on postgres, and works fine on derby

requirement is a running postgres database instance. Update the server.xml to have the datasource pointing to the postgres instance

Steps to reproduce

1. update server.xml with a running postgres instane of you own
2. run mvn liberty:dev
3. You might need to create the schema test on postgres
4. open https://localhost:9443/openliberty-JPA-issues/api/test
5. watch the terminal ...
     

About

This is a test case for JPA issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages