Created
April 11, 2011 09:27
-
-
Save dblevins/913283 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] | |
| NOTE: Maven is executing in offline mode. Any artifacts not already in your local | |
| repository will be inaccessible. | |
| [INFO] Scanning for projects... | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building OpenEJB :: Examples :: Simple MDB Example | |
| [INFO] task-segment: [clean, install] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] [clean:clean {execution: default-clean}] | |
| [INFO] Deleting directory /private/tmp/openejb-examples-3.1.4/simple-mdb/target | |
| [INFO] [resources:resources {execution: default-resources}] | |
| [INFO] Using 'UTF-8' encoding to copy filtered resources. | |
| [INFO] Copying 1 resource | |
| [INFO] [compiler:compile {execution: default-compile}] | |
| [INFO] Compiling 3 source files to /private/tmp/openejb-examples-3.1.4/simple-mdb/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/simple-mdb/src/test/resources | |
| [INFO] [compiler:testCompile {execution: default-testCompile}] | |
| [INFO] Compiling 1 source file to /private/tmp/openejb-examples-3.1.4/simple-mdb/target/test-classes | |
| [INFO] [surefire:test {execution: default-test}] | |
| [INFO] Surefire report directory: /private/tmp/openejb-examples-3.1.4/simple-mdb/target/surefire-reports | |
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running org.superbiz.mdb.ChatBeanTest | |
| Apache OpenEJB 3.1.4 build: 20101112-03:32 | |
| http://openejb.apache.org/ | |
| INFO - openejb.home = /private/tmp/openejb-examples-3.1.4/simple-mdb | |
| INFO - openejb.base = /private/tmp/openejb-examples-3.1.4/simple-mdb | |
| 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 - Found EjbModule in classpath: /private/tmp/openejb-examples-3.1.4/simple-mdb/target/classes | |
| INFO - Beginning load: /private/tmp/openejb-examples-3.1.4/simple-mdb/target/classes | |
| INFO - Configuring enterprise application: classpath.ear | |
| INFO - Auto-configuring a message driven bean ChatBean destination ChatBean to be destinationType javax.jms.Queue | |
| INFO - Configuring Service(id=Default Stateless Container, type=Container, provider-id=Default Stateless Container) | |
| INFO - Auto-creating a container for bean MessagingClientBean: Container(type=STATELESS, id=Default Stateless Container) | |
| INFO - Configuring Service(id=Default JMS Connection Factory, type=Resource, provider-id=Default JMS Connection Factory) | |
| INFO - Auto-creating a Resource with id 'Default JMS Connection Factory' of type 'javax.jms.ConnectionFactory for 'MessagingClientBean'. | |
| INFO - Configuring Service(id=Default JMS Resource Adapter, type=Resource, provider-id=Default JMS Resource Adapter) | |
| INFO - Auto-linking resource-ref 'org.superbiz.mdb.MessagingClientBean/connectionFactory' in bean MessagingClientBean to Resource(id=Default JMS Connection Factory) | |
| INFO - Configuring Service(id=ChatBean, type=Resource, provider-id=Default Queue) | |
| INFO - Auto-creating a Resource with id 'ChatBean' of type 'javax.jms.Queue for 'MessagingClientBean'. | |
| INFO - Auto-linking resource-env-ref 'ChatBean' in bean MessagingClientBean to Resource(id=ChatBean) | |
| INFO - Configuring Service(id=AnswerQueue, type=Resource, provider-id=Default Queue) | |
| INFO - Auto-creating a Resource with id 'AnswerQueue' of type 'javax.jms.Queue for 'MessagingClientBean'. | |
| INFO - Auto-linking resource-env-ref 'AnswerQueue' in bean MessagingClientBean to Resource(id=AnswerQueue) | |
| INFO - Configuring Service(id=Default MDB Container, type=Container, provider-id=Default MDB Container) | |
| INFO - Auto-creating a container for bean ChatBean: Container(type=MESSAGE, id=Default MDB Container) | |
| INFO - Auto-linking resource-ref 'org.superbiz.mdb.ChatBean/connectionFactory' in bean ChatBean to Resource(id=Default JMS Connection Factory) | |
| INFO - Auto-linking resource-env-ref 'AnswerQueue' in bean ChatBean to Resource(id=AnswerQueue) | |
| INFO - Enterprise application "classpath.ear" loaded. | |
| INFO - Assembling app: classpath.ear | |
| INFO - Jndi(name=MessagingClientBeanLocal) --> Ejb(deployment-id=MessagingClientBean) | |
| INFO - Jndi(name=ChatBean) --> Ejb(deployment-id=ChatBean) | |
| INFO - Created Ejb(deployment-id=MessagingClientBean, ejb-name=MessagingClientBean, container=Default Stateless Container) | |
| INFO - Created Ejb(deployment-id=ChatBean, ejb-name=ChatBean, container=Default MDB Container) | |
| INFO - Deployed Application(path=classpath.ear) | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.572 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/simple-mdb/target/simple-mdb-1.0.jar | |
| [INFO] [install:install {execution: default-install}] | |
| [INFO] Installing /private/tmp/openejb-examples-3.1.4/simple-mdb/target/simple-mdb-1.0.jar to /Users/dblevins/.m2/repository/org/superbiz/simple-mdb/1.0/simple-mdb-1.0.jar | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESSFUL | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 5 seconds | |
| [INFO] Finished at: Mon Apr 11 10:25:25 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