Created
April 11, 2011 09:29
-
-
Save dblevins/913286 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [INFO] Scanning for projects... | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building OpenEJB :: Examples :: @PersistenceContext EntityManager Injection | |
| [INFO] task-segment: [clean, install] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] [clean:clean {execution: default-clean}] | |
| [INFO] Deleting directory /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/target | |
| [INFO] [resources:resources {execution: default-resources}] | |
| [INFO] Using 'UTF-8' encoding to copy filtered resources. | |
| [INFO] Copying 2 resources | |
| [INFO] [compiler:compile {execution: default-compile}] | |
| [INFO] Compiling 3 source files to /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/target/classes | |
| [INFO] [resources:testResources {execution: default-testResources}] | |
| [INFO] Using 'UTF-8' encoding to copy filtered resources. | |
| [INFO] skip non existing resourceDirectory /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/src/test/resources | |
| [INFO] [compiler:testCompile {execution: default-testCompile}] | |
| [INFO] Compiling 1 source file to /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/target/test-classes | |
| [INFO] [surefire:test {execution: default-test}] | |
| [INFO] Surefire report directory: /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/target/surefire-reports | |
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running org.superbiz.injection.jpa.MoviesTest | |
| Apache OpenEJB 3.1.4 build: 20101112-03:32 | |
| http://openejb.apache.org/ | |
| INFO - openejb.home = /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager | |
| INFO - openejb.base = /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager | |
| INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service) | |
| INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager) | |
| INFO - Configuring Service(id=movieDatabaseUnmanaged, type=Resource, provider-id=Default JDBC Database) | |
| INFO - Configuring Service(id=movieDatabase, type=Resource, provider-id=Default JDBC Database) | |
| INFO - Found EjbModule in classpath: /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/target/classes | |
| INFO - Beginning load: /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/target/classes | |
| INFO - Configuring enterprise application: classpath.ear | |
| FOO moduleName = /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/target/classes | |
| INFO - Configuring Service(id=Default Stateful Container, type=Container, provider-id=Default Stateful Container) | |
| INFO - Auto-creating a container for bean Movies: Container(type=STATEFUL, id=Default Stateful Container) | |
| INFO - Configuring PersistenceUnit(name=movie-unit) | |
| INFO - Enterprise application "classpath.ear" loaded. | |
| INFO - Assembling app: classpath.ear | |
| INFO - PersistenceUnit(name=movie-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 420ms | |
| INFO - Jndi(name=MoviesLocal) --> Ejb(deployment-id=Movies) | |
| INFO - Created Ejb(deployment-id=Movies, ejb-name=Movies, container=Default Stateful Container) | |
| INFO - Deployed Application(path=classpath.ear) | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.337 sec | |
| Results : | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 | |
| [INFO] [jar:jar {execution: default-jar}] | |
| [INFO] Building jar: /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/target/injection-of-entitymanager-1.0.jar | |
| [INFO] [install:install {execution: default-install}] | |
| [INFO] Installing /private/tmp/openejb-examples-3.1.4/injection-of-entitymanager/target/injection-of-entitymanager-1.0.jar to /Users/dblevins/.m2/repository/org/superbiz/injection-of-entitymanager/1.0/injection-of-entitymanager-1.0.jar | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESSFUL | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 5 seconds | |
| [INFO] Finished at: Mon Apr 11 10:28:38 BST 2011 | |
| [INFO] Final Memory: 24M/81M | |
| [INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment