This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fredrik
authored and
Fredrik
committed
Oct 16, 2012
1 parent
7cf6a85
commit 680e72a
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
---------------------------------------------------------------- | ||
Tue Oct 16 22:33:27 CEST 2012: | ||
Booting Derby version The Apache Software Foundation - Apache Derby - 10.8.1.2 - (1095077): instance a816c00e-013a-6b47-f0aa-000010fa6240 | ||
on database directory C:\Users\Fredrik\AppData\Local\Temp\gfembed3319419672163090139tmp\lib\databases\embedded_default with class loader sun.misc.Launcher$AppClassLoader@35087359 | ||
Loaded from file:/C:/Users/Fredrik/.m2/repository/org/glassfish/main/extras/glassfish-embedded-all/3.1.2.2/glassfish-embedded-all-3.1.2.2.jar | ||
java.vendor=Oracle Corporation | ||
java.runtime.version=1.7.0_07-b11 | ||
user.dir=C:\Users\Fredrik\Documents\NetBeansProjects\dat076_12_frukostklubben | ||
derby.system.home=null | ||
Database Class Loader started - derby.database.classpath='' | ||
---------------------------------------------------------------- | ||
Tue Oct 16 22:35:12 CEST 2012: | ||
Booting Derby version The Apache Software Foundation - Apache Derby - 10.8.1.2 - (1095077): instance 176240b2-013a-6b47-f0aa-000010fa6240 | ||
on database directory C:\Users\Fredrik\AppData\Local\Temp\gfembed308109081370472287tmp\lib\databases\embedded_default with class loader sun.misc.Launcher$AppClassLoader@35087359 | ||
Loaded from file:/C:/Users/Fredrik/.m2/repository/org/glassfish/main/extras/glassfish-embedded-all/3.1.2.2/glassfish-embedded-all-3.1.2.2.jar | ||
java.vendor=Oracle Corporation | ||
java.runtime.version=1.7.0_07-b11 | ||
user.dir=C:\Users\Fredrik\Documents\NetBeansProjects\dat076_12_frukostklubben | ||
derby.system.home=null | ||
Database Class Loader started - derby.database.classpath='' | ||
---------------------------------------------------------------- | ||
Tue Oct 16 22:36:41 CEST 2012: | ||
Booting Derby version The Apache Software Foundation - Apache Derby - 10.8.1.2 - (1095077): instance a0f1c156-013a-6b47-f0aa-000010fa6240 | ||
on database directory C:\Users\Fredrik\AppData\Local\Temp\gfembed8741697767032901214tmp\lib\databases\embedded_default with class loader sun.misc.Launcher$AppClassLoader@35087359 | ||
Loaded from file:/C:/Users/Fredrik/.m2/repository/org/glassfish/main/extras/glassfish-embedded-all/3.1.2.2/glassfish-embedded-all-3.1.2.2.jar | ||
java.vendor=Oracle Corporation | ||
java.runtime.version=1.7.0_07-b11 | ||
user.dir=C:\Users\Fredrik\Documents\NetBeansProjects\dat076_12_frukostklubben | ||
derby.system.home=null | ||
Database Class Loader started - derby.database.classpath='' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Knepigt nog funkar denna ej--> | ||
<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> | ||
<persistence-unit name="projectPU" transaction-type="JTA"> | ||
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider> | ||
<jta-data-source>jdbc/__default</jta-data-source> | ||
<properties> | ||
<property name="eclipselink.ddl-generation" value="drop-and-create-tables"/> | ||
<property name="eclipselink.logging.level" value="FINE"/> | ||
</properties> | ||
</persistence-unit> | ||
</persistence> |