You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of the deployments, dukes-shipment.war and dukes-store.war include the persistence.xml from entities.jar. If the persistence.xml is set to auto-create and load the database, it will happen twice. For now, it seems to me that it's better to create and load the database by hand.