[INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Parent POM for all FighterFish Modules [INFO] Base module for providing support for OSGi in Java EE applications [INFO] OSGi HTTP Service Implementation for GlassFish Web Container [INFO] GlassFish Web Container (rfc #66) for OSGi Enabled Web Applications [INFO] GlassFish EJB Container for OSGi Enabled EJB Applications [INFO] GlassFish JDBC Support (rfc #122) for OSGi Bundles [INFO] GlassFish Resources support for OSGi Bundles [INFO] GlassFish JPA Support (rfc #143) for OSGi Bundles [INFO] Support for JPA in Java SE mode usage from OSGi Bundles [INFO] OSGi/JTA implementation in GlassFish [INFO] Public API of GlassFish OSGi/CDI Extension - This is typically used for compilation purpose only [INFO] GlassFish CDI Support for OSGi Bundles [INFO] Build aggregator for various FighterFish modules [INFO] FighterFish Samples Parent POM [INFO] User Authentication Service API Module [INFO] Simple OSGi Service implementation of User Authentication Service API [INFO] JPA entities for User Authentication Service [INFO] Advanced (Persistence Awar, Transactional) OSGi Service for User Authentication Service [INFO] An EJB based implementation of User Athentication Service. It embeds the JPA classes with itself. [INFO] An EJB based implementation of User Authentication Service - This does not embed JPA classes. [INFO] A Simple Web App Bundle for User Authentication Service - Based on Servlets/JSP [INFO] Simple WAB fragment for sample.uas.simplewab [INFO] FighterFish User Auth System Samples Build Aggregator POM [INFO] Demonstrates JDBC DataSource as a Service [INFO] FighterFish OSGi/JDBC Samples Build Aggregator POM [INFO] Demonstrates use of Transaction Service from OSGi bundles [INFO] FighterFish OSGi/JTA Samples Build Aggregator POM [INFO] Hello World OSGi/HTTP Sample [INFO] FighterFish OSGi/HTTP Samples Build Aggregator POM [INFO] Using Embedded GlassFish API in an OSGi environment [INFO] Unnamed - org.glassfish.fighterfish:sample.embeddedgf.provisioner:jar:1.0.0-SNAPSHOT [INFO] FighterFish OSGi/Embedded GlassFish Samples Build Aggregator POM [INFO] FighterFish Samples Build Aggregator POM [INFO] Parent POM for all integration tests [INFO] A utility bundle which helps writing test cases involving GlassFish/Pax-Exam easier [INFO] test.app0 - Most Basic Hybrid Web App [INFO] test.app1- UAS Web App - Contains Servlets and Interface-less EJB. [INFO] test.app2- UAS Web App - Contains Servlets and Interface-less EJB and JPA. Evrything in WEB-INF/classes [INFO] test.app3 Web App: A very simple CDI based WAB. Contains a Servlet using a CDI bean. [INFO] test.app4 Web App: Contains JSP that uses JSTL [INFO] test.app5 Web App - JSF Number Guess Sample [INFO] test.app6: JPA domain classes [INFO] test.app6: Simple WAB with Servlet that uses Java SE style JPA. JPA domain classes and p.xml are in WEB-INF/lib [INFO] test.app7: Similar to test.app6, except that here entities and persistence.xml are all packaged in WEB-INF/classes [INFO] test.app8: JPA domain classes [INFO] test.app8: Servlet + Java EE style JPA. Entities and p.xml are in WEB-INF/lib [INFO] test.app9: WAB with JSF and custom tag libraries. Regression test case for issue #11606 [INFO] test.app10.bean: jar containing JSF annotated bean for test.app10 [INFO] test.app10: JSF WAB - contains JSF annotated beans - regression test case for 11636 [INFO] test.app11: web app that invokes the remote EJB part of a separate OSGi/EJB bundle. Regression test case for issue #11855 [INFO] test.app11.ejb: EJB jar containing remote EJB - regression test case for issue 11855 [INFO] test.app12.fragment: WAB Fragment for test.app12 [INFO] test.app12: WAB with WAB fragments - Regression test case for GLASSFISH-12913 [INFO] test.app13: EJB bundle with Bundle-ClassPath - regression test case for GLASSFISH-14123 [INFO] test.app14: JNDI Lookup of a DataSource from OSGi bundle [INFO] test.app15: JNDI Lookup of a DataSource from SCR Component [INFO] test.app16.entities: JPA entities for test.app16 [INFO] test.app16.msgproducer: JMS producer [INFO] test.app16.mdb [INFO] test.app16 [INFO] test.app17 [INFO] test.app18 [INFO] Build aggregator for test applications [INFO] FighterFish integration test suite [INFO] Sample to show use of PAX-EXAM/Maven/JUnit in GlassFish to test enterprise OSGi applications [INFO] Builds and runs all tests [INFO] FighterFish Top Level Build Aggregator [WARNING] POM for 'biz.aQute:bndlib:pom:1.15.0:runtime' is invalid. Its dependencies (if any) will NOT be available to the current build. [INFO] ------------------------------------------------------------------------ [INFO] Building Parent POM for all FighterFish Modules [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/parent-pom/target [INFO] [enforcer:enforce {execution: enforce-maven}] [INFO] [bundle:manifest {execution: bundle-manifest}] [WARNING] Ignoring project type pom - supportedProjectTypes = [hk2-jar, bundle] [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/parent-pom/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/module-parent-pom/1.0.2-SNAPSHOT/module-parent-pom-1.0.2-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Base module for providing support for OSGi in Java EE applications [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-javaee-base/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-javaee-base/src/main/resources [INFO] [hk2:hk2-compile {execution: default-hk2-compile}] [INFO] Compiling 22 source files to /space/bhhs/osgi/fighterfish/module/osgi-javaee-base/target/classes Note: /space/bhhs/osgi/fighterfish/module/osgi-javaee-base/src/main/java/org/glassfish/osgijavaeebase/OSGiBundleArchive.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-javaee-base/src/test/resources [INFO] [hk2:hk2-test-compile {execution: default-hk2-test-compile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [hk2:package {execution: default-package}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-javaee-base/target/osgi-javaee-base.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-javaee-base/target/osgi-javaee-base.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-javaee-base/1.0.2-SNAPSHOT/osgi-javaee-base-1.0.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building OSGi HTTP Service Implementation for GlassFish Web Container [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-http/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-http/src/main/resources [INFO] [hk2:hk2-compile {execution: default-hk2-compile}] [INFO] Compiling 12 source files to /space/bhhs/osgi/fighterfish/module/osgi-http/target/classes Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [bundle:manifest {execution: bundle-manifest}] [WARNING] Warning in manifest for org.glassfish.fighterfish:osgi-http:hk2-jar:1.0.5-SNAPSHOT : Superfluous export-package instructions: [org.osgi.service.http] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-http/src/test/resources [INFO] [hk2:hk2-test-compile {execution: default-hk2-test-compile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [hk2:package {execution: default-package}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-http/target/osgi-http.jar [INFO] [bundle:bundle {execution: bundle}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-http/target/osgi-http.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-http/1.0.5-SNAPSHOT/osgi-http-1.0.5-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building GlassFish Web Container (rfc #66) for OSGi Enabled Web Applications [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-web-container/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 3 resources [INFO] [hk2:hk2-compile {execution: default-hk2-compile}] [INFO] Compiling 19 source files to /space/bhhs/osgi/fighterfish/module/osgi-web-container/target/classes Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [bundle:manifest {execution: bundle-manifest}] [WARNING] Warning in manifest for org.glassfish.fighterfish:osgi-web-container:hk2-jar:1.0.3-SNAPSHOT : Did not find matching referal for !com.sun.faces.spi [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-web-container/src/test/resources [INFO] [hk2:hk2-test-compile {execution: default-hk2-test-compile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [hk2:package {execution: default-package}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-web-container/target/osgi-web-container.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-web-container/target/osgi-web-container.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-web-container/1.0.3-SNAPSHOT/osgi-web-container-1.0.3-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building GlassFish EJB Container for OSGi Enabled EJB Applications [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-ejb-container/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-ejb-container/src/main/resources [INFO] [hk2:hk2-compile {execution: default-hk2-compile}] [INFO] Compiling 8 source files to /space/bhhs/osgi/fighterfish/module/osgi-ejb-container/target/classes Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-ejb-container/src/test/resources [INFO] [hk2:hk2-test-compile {execution: default-hk2-test-compile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [hk2:package {execution: default-package}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-ejb-container/target/osgi-ejb-container.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-ejb-container/target/osgi-ejb-container.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-ejb-container/1.0.1-SNAPSHOT/osgi-ejb-container-1.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building GlassFish JDBC Support (rfc #122) for OSGi Bundles [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-jdbc/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-jdbc/src/main/resources [INFO] [hk2:hk2-compile {execution: default-hk2-compile}] [INFO] Compiling 7 source files to /space/bhhs/osgi/fighterfish/module/osgi-jdbc/target/classes Note: /space/bhhs/osgi/fighterfish/module/osgi-jdbc/src/main/java/org/glassfish/osgijdbc/JDBCDriverLoader.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [bundle:manifest {execution: bundle-manifest}] [WARNING] Warning in manifest for org.glassfish.fighterfish:osgi-jdbc:hk2-jar:1.0.1-SNAPSHOT : Superfluous export-package instructions: [org.osgi.service.jdbc] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-jdbc/src/test/resources [INFO] [hk2:hk2-test-compile {execution: default-hk2-test-compile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [hk2:package {execution: default-package}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-jdbc/target/osgi-jdbc.jar [INFO] [bundle:bundle {execution: bundle}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-jdbc/target/osgi-jdbc.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-jdbc/1.0.1-SNAPSHOT/osgi-jdbc-1.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building GlassFish Resources support for OSGi Bundles [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-ee-resources/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-ee-resources/src/main/resources [INFO] [hk2:hk2-compile {execution: default-hk2-compile}] [INFO] Compiling 12 source files to /space/bhhs/osgi/fighterfish/module/osgi-ee-resources/target/classes Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-ee-resources/src/test/resources [INFO] [hk2:hk2-test-compile {execution: default-hk2-test-compile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [hk2:package {execution: default-package}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-ee-resources/target/osgi-ee-resources.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-ee-resources/target/osgi-ee-resources.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-ee-resources/1.0.1-SNAPSHOT/osgi-ee-resources-1.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building GlassFish JPA Support (rfc #143) for OSGi Bundles [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-jpa/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-jpa/src/main/resources [INFO] [hk2:hk2-compile {execution: default-hk2-compile}] [INFO] Compiling 12 source files to /space/bhhs/osgi/fighterfish/module/osgi-jpa/target/classes Note: /space/bhhs/osgi/fighterfish/module/osgi-jpa/src/main/java/org/glassfish/osgijpa/JPAExtender.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-jpa/src/test/resources [INFO] [hk2:hk2-test-compile {execution: default-hk2-test-compile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [hk2:package {execution: default-package}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-jpa/target/osgi-jpa.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-jpa/target/osgi-jpa.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-jpa/1.0.2-SNAPSHOT/osgi-jpa-1.0.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Support for JPA in Java SE mode usage from OSGi Bundles [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-jpa-extension/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-jpa-extension/src/main/resources [INFO] [hk2:hk2-compile {execution: default-hk2-compile}] [INFO] Compiling 3 source files to /space/bhhs/osgi/fighterfish/module/osgi-jpa-extension/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [WARNING] Warning in manifest for org.glassfish.fighterfish:osgi-jpa-extension:hk2-jar:1.0.1-SNAPSHOT : Superfluous export-package instructions: [org.glassfish.osgijpa, org, org.glassfish] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-jpa-extension/src/test/resources [INFO] [hk2:hk2-test-compile {execution: default-hk2-test-compile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [hk2:package {execution: default-package}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-jpa-extension/target/osgi-jpa-extension.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-jpa-extension/target/osgi-jpa-extension.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-jpa-extension/1.0.1-SNAPSHOT/osgi-jpa-extension-1.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building OSGi/JTA implementation in GlassFish [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-jta/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-jta/src/main/resources [INFO] [hk2:hk2-compile {execution: default-hk2-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/module/osgi-jta/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-jta/src/test/resources [INFO] [hk2:hk2-test-compile {execution: default-hk2-test-compile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [hk2:package {execution: default-package}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-jta/target/osgi-jta.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-jta/target/osgi-jta.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-jta/1.0.1-SNAPSHOT/osgi-jta-1.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Public API of GlassFish OSGi/CDI Extension - This is typically used for compilation purpose only [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-cdi-api/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-cdi-api/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/module/osgi-cdi-api/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-cdi-api/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-cdi-api/target/osgi-cdi-api.jar [INFO] [bundle:bundle {execution: osgi-bundle}] [INFO] Expanding: /space/bhhs/osgi/fighterfish/module/osgi-cdi-api/target/osgi-cdi-api.jar into /space/bhhs/osgi/fighterfish/module/osgi-cdi-api/target/classes [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-cdi-api/target/osgi-cdi-api.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-cdi-api/1.0.1-SNAPSHOT/osgi-cdi-api-1.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building GlassFish CDI Support for OSGi Bundles [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/osgi-cdi/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/module/osgi-cdi/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [WARNING] Warning in manifest for org.glassfish.fighterfish:osgi-cdi:jar:1.0.3-SNAPSHOT : Superfluous export-package instructions: [org.glassfish.osgicdi] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/module/osgi-cdi/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/module/osgi-cdi/target/osgi-cdi.jar [INFO] [bundle:bundle {execution: bundle}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/osgi-cdi/target/osgi-cdi.jar to /root/.m2/repository/org/glassfish/fighterfish/osgi-cdi/1.0.3-SNAPSHOT/osgi-cdi-1.0.3-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Build aggregator for various FighterFish modules [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/module/target [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/module/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/modules-build-aggregator/1.0.0-SNAPSHOT/modules-build-aggregator-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building FighterFish Samples Parent POM [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/parent-pom/target [INFO] [bundle:manifest {execution: bundle-manifest}] [WARNING] Ignoring project type pom - supportedProjectTypes = [ejb, war, bundle, jar] [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/parent-pom/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/sample.parent-pom/1.0.1-SNAPSHOT/sample.parent-pom-1.0.1-SNAPSHOT.pom [INFO] [bundle:install {execution: bundle-install}] [WARNING] Ignoring project type pom - supportedProjectTypes = [ejb, war, bundle, jar] [INFO] ------------------------------------------------------------------------ [INFO] Building User Authentication Service API Module [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/uas/api/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/sample/uas/api/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/uas/api/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/uas/api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/uas/api/target/sample.uas.api.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/uas/api/target/sample.uas.api.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.uas.api/1.0.0-SNAPSHOT/sample.uas.api-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.uas.api/1.0.0-SNAPSHOT/sample.uas.api-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building Simple OSGi Service implementation of User Authentication Service API [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/uas/simpleservice/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/sample/uas/simpleservice/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/uas/simpleservice/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/uas/simpleservice/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/uas/simpleservice/target/sample.uas.simpleservice.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/uas/simpleservice/target/sample.uas.simpleservice.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.uas.simpleservice/1.0.0-SNAPSHOT/sample.uas.simpleservice-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.uas.simpleservice/1.0.0-SNAPSHOT/sample.uas.simpleservice-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building JPA entities for User Authentication Service [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/uas/entities/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 3 source files to /space/bhhs/osgi/fighterfish/sample/uas/entities/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/uas/entities/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/uas/entities/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/uas/entities/target/sample.uas.entities.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/uas/entities/target/sample.uas.entities.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.uas.entities/1.0.0-SNAPSHOT/sample.uas.entities-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.uas.entities/1.0.0-SNAPSHOT/sample.uas.entities-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building Advanced (Persistence Awar, Transactional) OSGi Service for User Authentication Service [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/uas/advservice/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/sample/uas/advservice/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/uas/advservice/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/uas/advservice/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/uas/advservice/target/sample.uas.advservice.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/uas/advservice/target/sample.uas.advservice.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.uas.advservice/1.0.0-SNAPSHOT/sample.uas.advservice-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.uas.advservice/1.0.0-SNAPSHOT/sample.uas.advservice-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building An EJB based implementation of User Athentication Service. It embeds the JPA classes with itself. [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/uas/ejbservice/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [dependency:unpack-dependencies {execution: copy-entities}] [INFO] Unpacking /space/bhhs/osgi/fighterfish/sample/uas/entities/target/sample.uas.entities.jarto /space/bhhs/osgi/fighterfish/sample/uas/ejbservice/target/classes with Includes null and excludes:**/EntitiesActivator.class [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/sample/uas/ejbservice/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/uas/ejbservice/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/uas/ejbservice/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [ejb:ejb {execution: default-ejb}] [INFO] Building EJB sample.uas.ejbservice with EJB version 3.1 [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/uas/ejbservice/target/sample.uas.ejbservice.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/uas/ejbservice/target/sample.uas.ejbservice.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.uas.ejbservice/1.0.0-SNAPSHOT/sample.uas.ejbservice-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.uas.ejbservice/1.0.0-SNAPSHOT/sample.uas.ejbservice-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building An EJB based implementation of User Authentication Service - This does not embed JPA classes. [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/uas/ejbservice2/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/sample/uas/ejbservice2/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/uas/ejbservice2/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/uas/ejbservice2/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [ejb:ejb {execution: default-ejb}] [INFO] Building EJB sample.uas.ejbservice2 with EJB version 3.1 [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/uas/ejbservice2/target/sample.uas.ejbservice2.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/uas/ejbservice2/target/sample.uas.ejbservice2.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.uas.ejbservice2/1.0.0-SNAPSHOT/sample.uas.ejbservice2-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.uas.ejbservice2/1.0.0-SNAPSHOT/sample.uas.ejbservice2-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building A Simple Web App Bundle for User Authentication Service - Based on Servlets/JSP [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/uas/simplewab/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/uas/simplewab/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 3 source files to /space/bhhs/osgi/fighterfish/sample/uas/simplewab/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/uas/simplewab/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/uas/simplewab/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [sample.uas.simplewab] in [/space/bhhs/osgi/fighterfish/sample/uas/simplewab/target/sample.uas.simplewab] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/sample/uas/simplewab/src/main/webapp] [INFO] Webapp assembled in [43 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/sample/uas/simplewab/target/sample.uas.simplewab.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/uas/simplewab/target/sample.uas.simplewab.war to /root/.m2/repository/org/glassfish/fighterfish/sample.uas.simplewab/1.0.0-SNAPSHOT/sample.uas.simplewab-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.uas.simplewab/1.0.0-SNAPSHOT/sample.uas.simplewab-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building Simple WAB fragment for sample.uas.simplewab [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/uas/simplewabfragment/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/sample/uas/simplewabfragment/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/uas/simplewabfragment/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/uas/simplewabfragment/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/uas/simplewabfragment/target/sample.uas.simplewabfragment.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/uas/simplewabfragment/target/sample.uas.simplewabfragment.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.uas.simplewabfragment/1.0.0-SNAPSHOT/sample.uas.simplewabfragment-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.uas.simplewabfragment/1.0.0-SNAPSHOT/sample.uas.simplewabfragment-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building FighterFish User Auth System Samples Build Aggregator POM [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/uas/target [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/uas/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/sample.uas.build-aggregator-pom/1.0.0-SNAPSHOT/sample.uas.build-aggregator-pom-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Demonstrates JDBC DataSource as a Service [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/osgijdbc/helloworld/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/sample/osgijdbc/helloworld/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/osgijdbc/helloworld/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/osgijdbc/helloworld/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/osgijdbc/helloworld/target/sample.osgijdbc.helloworld.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/osgijdbc/helloworld/target/sample.osgijdbc.helloworld.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.osgijdbc.helloworld/1.0.0-SNAPSHOT/sample.osgijdbc.helloworld-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.osgijdbc.helloworld/1.0.0-SNAPSHOT/sample.osgijdbc.helloworld-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building FighterFish OSGi/JDBC Samples Build Aggregator POM [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/osgijdbc/target [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/osgijdbc/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/sample.osgijdbc.build-aggregator-pom/1.0.0-SNAPSHOT/sample.osgijdbc.build-aggregator-pom-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Demonstrates use of Transaction Service from OSGi bundles [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/osgijta/helloworld/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/sample/osgijta/helloworld/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/osgijta/helloworld/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/osgijta/helloworld/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/osgijta/helloworld/target/sample.osgijta.helloworld.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/osgijta/helloworld/target/sample.osgijta.helloworld.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.osgijta.helloworld/1.0.0-SNAPSHOT/sample.osgijta.helloworld-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.osgijta.helloworld/1.0.0-SNAPSHOT/sample.osgijta.helloworld-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building FighterFish OSGi/JTA Samples Build Aggregator POM [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/osgijta/target [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/osgijta/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/sample.osgijta.build-aggregator-pom/1.0.0-SNAPSHOT/sample.osgijta.build-aggregator-pom-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Hello World OSGi/HTTP Sample [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/osgihttp/helloworld/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 5 source files to /space/bhhs/osgi/fighterfish/sample/osgihttp/helloworld/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/osgihttp/helloworld/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/osgihttp/helloworld/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/osgihttp/helloworld/target/sample.osgihttp.helloworld.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/osgihttp/helloworld/target/sample.osgihttp.helloworld.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.osgihttp.helloworld/1.0.0-SNAPSHOT/sample.osgihttp.helloworld-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.osgihttp.helloworld/1.0.0-SNAPSHOT/sample.osgihttp.helloworld-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building FighterFish OSGi/HTTP Samples Build Aggregator POM [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/osgihttp/target [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/osgihttp/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/sample.osgihttp.build-aggregator-pom/1.0.0-SNAPSHOT/sample.osgihttp.build-aggregator-pom-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Using Embedded GlassFish API in an OSGi environment [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/embeddedgf/helloworld/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/sample/embeddedgf/helloworld/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/embeddedgf/helloworld/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/embeddedgf/helloworld/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/embeddedgf/helloworld/target/sample.embeddedgf.helloworld.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/embeddedgf/helloworld/target/sample.embeddedgf.helloworld.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.embeddedgf.helloworld/1.0.0-SNAPSHOT/sample.embeddedgf.helloworld-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.embeddedgf.helloworld/1.0.0-SNAPSHOT/sample.embeddedgf.helloworld-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - org.glassfish.fighterfish:sample.embeddedgf.provisioner:jar:1.0.0-SNAPSHOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/embeddedgf/provisioner/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/embeddedgf/provisioner/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/sample/embeddedgf/provisioner/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/sample/embeddedgf/provisioner/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/sample/embeddedgf/provisioner/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/sample/embeddedgf/provisioner/target/sample.embeddedgf.provisioner.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/embeddedgf/provisioner/target/sample.embeddedgf.provisioner.jar to /root/.m2/repository/org/glassfish/fighterfish/sample.embeddedgf.provisioner/1.0.0-SNAPSHOT/sample.embeddedgf.provisioner-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/sample.embeddedgf.provisioner/1.0.0-SNAPSHOT/sample.embeddedgf.provisioner-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building FighterFish OSGi/Embedded GlassFish Samples Build Aggregator POM [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/embeddedgf/target [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/embeddedgf/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/sample.embeddedgf.build-aggregator-pom/1.0.0-SNAPSHOT/sample.embeddedgf.build-aggregator-pom-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building FighterFish Samples Build Aggregator POM [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/sample/target [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/sample/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/sample.build-aggregator-pom/1.0.0-SNAPSHOT/sample.build-aggregator-pom-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Parent POM for all integration tests [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/parent-pom/target [INFO] [enforcer:enforce {execution: enforce-maven}] [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/parent-pom/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/test.parent-pom/1.0.0-SNAPSHOT/test.parent-pom-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building A utility bundle which helps writing test cases involving GlassFish/Pax-Exam easier [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/util/target [WARNING] POM for 'biz.aQute:bndlib:pom:1.43.0:compile' is invalid. Its dependencies (if any) will NOT be available to the current build. [INFO] [enforcer:enforce {execution: enforce-maven}] [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 21 source files to /space/bhhs/osgi/fighterfish/test/util/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/util/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/test/util/target/test-classes [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/util/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.fighterfish.test.util.VersionTest version = 1.1.0-SNAPSHOT Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/util/target/test.util-1.1.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/util/target/test.util-1.1.0-SNAPSHOT.jar to /root/.m2/repository/org/glassfish/fighterfish/test.util/1.1.0-SNAPSHOT/test.util-1.1.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building test.app0 - Most Basic Hybrid Web App [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app0/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app0/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Nothing to compile - all classes are up to date [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app0/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app0/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app0] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app0/target/test.app0] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app0/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app0/target/test.app0.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app0/target/test.app0.war to /root/.m2/repository/org/glassfish/fighterfish/test.app0/1.0.0-SNAPSHOT/test.app0-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app0/1.0.0-SNAPSHOT/test.app0-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app1- UAS Web App - Contains Servlets and Interface-less EJB. [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app1/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app1/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 4 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app1/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app1/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app1/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app1] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app1/target/test.app1] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app1/src/main/webapp] [INFO] Webapp assembled in [17 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app1/target/test.app1.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app1/target/test.app1.war to /root/.m2/repository/org/glassfish/fighterfish/test.app1/1.0.0-SNAPSHOT/test.app1-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app1/1.0.0-SNAPSHOT/test.app1-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app2- UAS Web App - Contains Servlets and Interface-less EJB and JPA. Evrything in WEB-INF/classes [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app2/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app2/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 4 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app2/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app2/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app2/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app2] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app2/target/test.app2] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app2/src/main/webapp] [INFO] Webapp assembled in [20 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app2/target/test.app2.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app2/target/test.app2.war to /root/.m2/repository/org/glassfish/fighterfish/test.app2/1.0.0-SNAPSHOT/test.app2-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app2/1.0.0-SNAPSHOT/test.app2-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app3 Web App: A very simple CDI based WAB. Contains a Servlet using a CDI bean. [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app3/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app3/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app3/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app3/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app3/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app3] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app3/target/test.app3] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app3/src/main/webapp] [INFO] Webapp assembled in [17 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app3/target/test.app3.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app3/target/test.app3.war to /root/.m2/repository/org/glassfish/fighterfish/test.app3/1.0.0-SNAPSHOT/test.app3-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app3/1.0.0-SNAPSHOT/test.app3-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app4 Web App: Contains JSP that uses JSTL [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app4/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app4/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Nothing to compile - all classes are up to date [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app4/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app4/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app4] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app4/target/test.app4] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app4/src/main/webapp] [INFO] Webapp assembled in [31 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app4/target/test.app4.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app4/target/test.app4.war to /root/.m2/repository/org/glassfish/fighterfish/test.app4/1.0.0-SNAPSHOT/test.app4-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app4/1.0.0-SNAPSHOT/test.app4-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app5 Web App - JSF Number Guess Sample [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app5/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app5/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app5/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app5/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app5/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app5] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app5/target/test.app5] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app5/src/main/webapp] [INFO] Webapp assembled in [22 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app5/target/test.app5.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app5/target/test.app5.war to /root/.m2/repository/org/glassfish/fighterfish/test.app5/1.0.0-SNAPSHOT/test.app5-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app5/1.0.0-SNAPSHOT/test.app5-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app6: JPA domain classes [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app6.entities/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app6.entities/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app6.entities/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app6.entities/target/test.app6.entities.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app6.entities/target/test.app6.entities.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app6.entities/1.0.0-SNAPSHOT/test.app6.entities-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app6.entities/1.0.0-SNAPSHOT/test.app6.entities-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app6: Simple WAB with Servlet that uses Java SE style JPA. JPA domain classes and p.xml are in WEB-INF/lib [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app6/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app6/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/test/testapp/test.app6/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app6/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app6/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [bundle:bundle {execution: default-bundle}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app6/target/test.app6.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app6/1.0.0-SNAPSHOT/test.app6-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: default-install}] [INFO] Installing org/glassfish/fighterfish/test.app6/1.0.0-SNAPSHOT/test.app6-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app6/1.0.0-SNAPSHOT/test.app6-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app7: Similar to test.app6, except that here entities and persistence.xml are all packaged in WEB-INF/classes [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app7/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 3 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app7/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app7/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app7/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app7] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app7/target/test.app7] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app7/src/main/webapp] [INFO] Webapp assembled in [16 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app7/target/test.app7.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app7/target/test.app7.war to /root/.m2/repository/org/glassfish/fighterfish/test.app7/1.0.0-SNAPSHOT/test.app7-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app7/1.0.0-SNAPSHOT/test.app7-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app8: JPA domain classes [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app8.entities/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app8.entities/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app8.entities/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app8.entities/target/test.app8.entities.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app8.entities/target/test.app8.entities.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app8.entities/1.0.0-SNAPSHOT/test.app8.entities-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app8.entities/1.0.0-SNAPSHOT/test.app8.entities-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app8: Servlet + Java EE style JPA. Entities and p.xml are in WEB-INF/lib [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app8/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app8/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/test/testapp/test.app8/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app8/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app8/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [bundle:bundle {execution: default-bundle}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app8/target/test.app8.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app8/1.0.0-SNAPSHOT/test.app8-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: default-install}] [INFO] Installing org/glassfish/fighterfish/test.app8/1.0.0-SNAPSHOT/test.app8-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app8/1.0.0-SNAPSHOT/test.app8-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app9: WAB with JSF and custom tag libraries. Regression test case for issue #11606 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app9/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Nothing to compile - all classes are up to date [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app9/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app9/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [bundle:bundle {execution: default-bundle}] [WARNING] Warning building bundle org.glassfish.fighterfish:test.app9:bundle:1.0.0-SNAPSHOT : No sub JAR or directory WEB-INF/classes [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app9/target/test.app9.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app9/1.0.0-SNAPSHOT/test.app9-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: default-install}] [INFO] Installing org/glassfish/fighterfish/test.app9/1.0.0-SNAPSHOT/test.app9-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app9/1.0.0-SNAPSHOT/test.app9-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app10.bean: jar containing JSF annotated bean for test.app10 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app10.bean/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/test/testapp/test.app10.bean/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app10.bean/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app10.bean/target/test.app10.bean.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app10.bean/target/test.app10.bean.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app10.bean/1.0.0-SNAPSHOT/test.app10.bean-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app10.bean/1.0.0-SNAPSHOT/test.app10.bean-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app10: JSF WAB - contains JSF annotated beans - regression test case for 11636 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app10/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app10/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Nothing to compile - all classes are up to date [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app10/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app10/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [bundle:bundle {execution: default-bundle}] [WARNING] Warning building bundle org.glassfish.fighterfish:test.app10:bundle:1.0.0-SNAPSHOT : No sub JAR or directory WEB-INF/classes [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app10/target/test.app10.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app10/1.0.0-SNAPSHOT/test.app10-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: default-install}] [INFO] Installing org/glassfish/fighterfish/test.app10/1.0.0-SNAPSHOT/test.app10-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app10/1.0.0-SNAPSHOT/test.app10-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app11: web app that invokes the remote EJB part of a separate OSGi/EJB bundle. Regression test case for issue #11855 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app11/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app11/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app11/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app11/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app11/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app11] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app11/target/test.app11] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app11/src/main/webapp] [INFO] Webapp assembled in [17 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app11/target/test.app11.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app11/target/test.app11.war to /root/.m2/repository/org/glassfish/fighterfish/test.app11/1.0.0-SNAPSHOT/test.app11-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app11/1.0.0-SNAPSHOT/test.app11-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app11.ejb: EJB jar containing remote EJB - regression test case for issue 11855 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app11.ejb/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 4 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app11.ejb/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app11.ejb/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app11.ejb/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [ejb:ejb {execution: default-ejb}] [INFO] Building EJB test.app11.ejb with EJB version 3.1 [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app11.ejb/target/test.app11.ejb.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app11.ejb/target/test.app11.ejb.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app11.ejb/1.0.0-SNAPSHOT/test.app11.ejb-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app11.ejb/1.0.0-SNAPSHOT/test.app11.ejb-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app12.fragment: WAB Fragment for test.app12 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app12.fragment/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 3 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Nothing to compile - all classes are up to date [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app12.fragment/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app12.fragment/target/test.app12.fragment.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app12.fragment/target/test.app12.fragment.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app12.fragment/1.0.0-SNAPSHOT/test.app12.fragment-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app12.fragment/1.0.0-SNAPSHOT/test.app12.fragment-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app12: WAB with WAB fragments - Regression test case for GLASSFISH-12913 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app12/target [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app12/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Nothing to compile - all classes are up to date [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app12/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app12/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app12] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app12/target/test.app12] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app12/src/main/webapp] [INFO] Webapp assembled in [9 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app12/target/test.app12.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app12/target/test.app12.war to /root/.m2/repository/org/glassfish/fighterfish/test.app12/1.0.0-SNAPSHOT/test.app12-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app12/1.0.0-SNAPSHOT/test.app12-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app13: EJB bundle with Bundle-ClassPath - regression test case for GLASSFISH-14123 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app13/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app13/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app13/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [WARNING] DEPRECATED [tasks]: Use target instead [INFO] [antrun:run {execution: move-target-classes-to-bin}] [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app13/target/test.app13.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app13/target/test.app13.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app13/1.0.0-SNAPSHOT/test.app13-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app13/1.0.0-SNAPSHOT/test.app13-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app14: JNDI Lookup of a DataSource from OSGi bundle [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app14/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app14/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app14/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app14/target/test.app14.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app14/target/test.app14.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app14/1.0.0-SNAPSHOT/test.app14-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app14/1.0.0-SNAPSHOT/test.app14-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app15: JNDI Lookup of a DataSource from SCR Component [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app15/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app15/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app15/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app15/target/test.app15.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app15/target/test.app15.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app15/1.0.0-SNAPSHOT/test.app15-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app15/1.0.0-SNAPSHOT/test.app15-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app16.entities: JPA entities for test.app16 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app16.entities/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app16.entities/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app16.entities/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app16.entities/target/test.app16.entities.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app16.entities/target/test.app16.entities.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app16.entities/1.0.0-SNAPSHOT/test.app16.entities-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app16.entities/1.0.0-SNAPSHOT/test.app16.entities-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app16.msgproducer: JMS producer [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app16.msgproducer/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/test/testapp/test.app16.msgproducer/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app16.msgproducer/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app16.msgproducer/target/test.app16.msgproducer.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app16.msgproducer/target/test.app16.msgproducer.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app16.msgproducer/1.0.0-SNAPSHOT/test.app16.msgproducer-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app16.msgproducer/1.0.0-SNAPSHOT/test.app16.msgproducer-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app16.mdb [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app16.mdb/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 3 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app16.mdb/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app16.mdb/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app16.mdb/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [ejb:ejb {execution: default-ejb}] [INFO] Building EJB test.app16.mdb with EJB version 3.1 [INFO] Building jar: /space/bhhs/osgi/fighterfish/test/testapp/test.app16.mdb/target/test.app16.mdb.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app16.mdb/target/test.app16.mdb.jar to /root/.m2/repository/org/glassfish/fighterfish/test.app16.mdb/1.0.0-SNAPSHOT/test.app16.mdb-1.0.0-SNAPSHOT.jar [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app16.mdb/1.0.0-SNAPSHOT/test.app16.mdb-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app16 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app16/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app16/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to /space/bhhs/osgi/fighterfish/test/testapp/test.app16/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app16/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app16/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app16] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app16/target/test.app16] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app16/src/main/webapp] [INFO] Webapp assembled in [28 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app16/target/test.app16.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app16/target/test.app16.war to /root/.m2/repository/org/glassfish/fighterfish/test.app16/1.0.0-SNAPSHOT/test.app16-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app16/1.0.0-SNAPSHOT/test.app16-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app17 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app17/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app17/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 4 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app17/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app17/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app17/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app17] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app17/target/test.app17] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app17/src/main/webapp] [INFO] Webapp assembled in [9 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app17/target/test.app17.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app17/target/test.app17.war to /root/.m2/repository/org/glassfish/fighterfish/test.app17/1.0.0-SNAPSHOT/test.app17-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app17/1.0.0-SNAPSHOT/test.app17-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building test.app18 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/test.app18/target [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app18/src/main/resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 6 source files to /space/bhhs/osgi/fighterfish/test/testapp/test.app18/target/classes [INFO] [bundle:manifest {execution: bundle-manifest}] [INFO] [resources:testResources {execution: default-testResources}] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/testapp/test.app18/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/testapp/test.app18/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [war:war {execution: default-war}] [INFO] Packaging webapp [INFO] Assembling webapp [test.app18] in [/space/bhhs/osgi/fighterfish/test/testapp/test.app18/target/test.app18] [INFO] Processing war project [INFO] Copying webapp resources [/space/bhhs/osgi/fighterfish/test/testapp/test.app18/src/main/webapp] [INFO] Webapp assembled in [12 msecs] [INFO] Building war: /space/bhhs/osgi/fighterfish/test/testapp/test.app18/target/test.app18.war [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/test.app18/target/test.app18.war to /root/.m2/repository/org/glassfish/fighterfish/test.app18/1.0.0-SNAPSHOT/test.app18-1.0.0-SNAPSHOT.war [INFO] [bundle:install {execution: bundle-install}] [INFO] Installing org/glassfish/fighterfish/test.app18/1.0.0-SNAPSHOT/test.app18-1.0.0-SNAPSHOT.war [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building Build aggregator for test applications [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/testapp/target [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing /space/bhhs/osgi/fighterfish/test/testapp/pom.xml to /root/.m2/repository/org/glassfish/fighterfish/test.app-build-aggregator/1.0.0-SNAPSHOT/test.app-build-aggregator-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building FighterFish integration test suite [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /space/bhhs/osgi/fighterfish/test/it/target [INFO] [enforcer:enforce {execution: enforce-maven}] [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] Nothing to compile - all classes are up to date [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /space/bhhs/osgi/fighterfish/test/it/src/test/resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Compiling 3 source files to /space/bhhs/osgi/fighterfish/test/it/target/test-classes [WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead. [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /space/bhhs/osgi/fighterfish/test/it/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.fighterfish.test.it.SingleTest Dec 9, 2011 11:10:12 AM org.ops4j.pax.exam.spi.DefaultExamSystem create INFO: Pax Exam System (Version: 2.2.0) created. Dec 9, 2011 11:10:12 AM DefaultPaxExamConfiguration readFrameworkConfiguration INFO: fwConfigFileName = OSGiFramework.properties Dec 9, 2011 11:10:12 AM PaxExamConfigurator provisioningBundles INFO: FighterFish Test Util Version = 1.1.0-SNAPSHOT [org.ops4j.pax.exam.rbc.internal.Activator] : Name, port or host is null. So this RBC remains inactive. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. Provisioning options are {glassfish.osgi.auto.start=file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/endorsed/ file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/osgi-adapter.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/osgi-resource-locator.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/org.apache.felix.configadmin.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/org.apache.felix.fileinstall.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/autostart/ , glassfish.osgi.auto.install=file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/endorsed/ file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/ file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/autostart/ } [#|2011-12-09T11:10:17.878+0530|INFO|glassfish3.1.2|com.sun.enterprise.server.logging.GFFileHandler|_ThreadID=11;_ThreadName=FelixStartLevel;|Running GlassFish Version: GlassFish Server Open Source Edition 3.1.2-b12 (build 12)|#] [#|2011-12-09T11:10:18.026+0530|INFO|glassfish3.1.2|org.glassfish.ha.store.spi.BackingStoreFactoryRegistry|_ThreadID=11;_ThreadName=FelixStartLevel;|Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry|#] [#|2011-12-09T11:10:18.457+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=12;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 124ms - bound to [0.0.0.0:3700]|#] [#|2011-12-09T11:10:18.473+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=13;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 156ms - bound to [0.0.0.0:4848]|#] [#|2011-12-09T11:10:18.477+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=14;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 203ms - bound to [0.0.0.0:8080]|#] [#|2011-12-09T11:10:18.480+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=15;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 175ms - bound to [0.0.0.0:8181]|#] [#|2011-12-09T11:10:18.491+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=16;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 146ms - bound to [0.0.0.0:7676]|#] [#|2011-12-09T11:10:18.652+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=11;_ThreadName=FelixStartLevel;|GlassFish Server Open Source Edition 3.1.2-b12 (12) startup time : Felix (1,143ms), startup services(1,464ms), total(2,607ms)|#] [#|2011-12-09T11:10:18.871+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.glassfish.hk2.external.bean-validator|#] [#|2011-12-09T11:10:18.872+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|[|#] [#|2011-12-09T11:10:18.872+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.hibernate.validator.util.Version|#] [#|2011-12-09T11:10:18.873+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|] : |#] [#|2011-12-09T11:10:18.873+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|Hibernate Validator 4.2.0.Final|#] [#|2011-12-09T11:10:18.883+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.glassfish.hk2.external.bean-validator|#] [#|2011-12-09T11:10:18.884+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|[|#] [#|2011-12-09T11:10:18.884+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|#] [#|2011-12-09T11:10:18.885+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|] : |#] [#|2011-12-09T11:10:18.885+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver|#] [#|2011-12-09T11:10:18.886+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.glassfish.hk2.external.bean-validator|#] [#|2011-12-09T11:10:18.887+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|[|#] [#|2011-12-09T11:10:18.887+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|#] [#|2011-12-09T11:10:18.888+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|] : |#] [#|2011-12-09T11:10:18.888+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver.|#] [#|2011-12-09T11:10:18.893+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.glassfish.hk2.external.bean-validator|#] [#|2011-12-09T11:10:18.894+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|[|#] [#|2011-12-09T11:10:18.894+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.hibernate.validator.xml.ValidationXmlParser|#] [#|2011-12-09T11:10:18.895+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|] : |#] [#|2011-12-09T11:10:18.896+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|Trying to load META-INF/validation.xml for XML based Validator configuration.|#] [#|2011-12-09T11:10:18.897+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.glassfish.hk2.external.bean-validator|#] [#|2011-12-09T11:10:18.898+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|[|#] [#|2011-12-09T11:10:18.898+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.hibernate.validator.xml.ValidationXmlParser|#] [#|2011-12-09T11:10:18.899+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|] : |#] [#|2011-12-09T11:10:18.899+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|No default context class loader, fall back to Bean Validation's loader|#] [#|2011-12-09T11:10:18.900+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.glassfish.hk2.external.bean-validator|#] [#|2011-12-09T11:10:18.900+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|[|#] [#|2011-12-09T11:10:18.901+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|org.hibernate.validator.xml.ValidationXmlParser|#] [#|2011-12-09T11:10:18.901+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|] : |#] [#|2011-12-09T11:10:18.902+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=11;_ThreadName=FelixStartLevel;|No META-INF/validation.xml found. Using annotation based configuration only|#] [#|2011-12-09T11:10:20.076+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|org.ops4j.pax.exam.extender.service|#] [#|2011-12-09T11:10:20.077+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|[|#] [#|2011-12-09T11:10:20.078+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|org.ops4j.pax.exam.raw.extender.intern.Probe|#] [#|2011-12-09T11:10:20.078+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|] : |#] [#|2011-12-09T11:10:20.079+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|Test PaxExam-909707ae-836e-48dd-a239-f085bd49386d to be in PaxExam-909707ae-836e-48dd-a239-f085bd49386d,|#] [#|2011-12-09T11:10:20.079+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|org.ops4j.pax.exam.extender.service|#] [#|2011-12-09T11:10:20.080+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|[|#] [#|2011-12-09T11:10:20.080+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|org.ops4j.pax.exam.raw.extender.intern.Probe|#] [#|2011-12-09T11:10:20.081+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|] : |#] [#|2011-12-09T11:10:20.081+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-909707ae-836e-48dd-a239-f085bd49386d" and expression="org.glassfish.fighterfish.test.it.SingleTest;test"|#] [#|2011-12-09T11:10:20.084+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|org.ops4j.pax.exam.extender.service|#] [#|2011-12-09T11:10:20.085+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|[|#] [#|2011-12-09T11:10:20.085+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|org.ops4j.pax.exam.raw.extender.intern.Probe|#] [#|2011-12-09T11:10:20.086+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|] : |#] [#|2011-12-09T11:10:20.086+0530|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=10;_ThreadName=main;|Test PaxExam-Executable to be in PaxExam-909707ae-836e-48dd-a239-f085bd49386d,|#] [#|2011-12-09T11:10:20.136+0530|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=17;_ThreadName=Thread-27;|JMX005: JMXStartupService had Started JMXConnector on JMXService URL service:jmx:rmi://ejp-172x-174:8686/jndi/rmi://ejp-172x-174:8686/jmxrmi|#] [#|2011-12-09T11:10:20.158+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.SingleTest-1|#] [#|2011-12-09T11:10:20.981+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.SingleTest-1|#] [#|2011-12-09T11:10:23.536+0530|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=11;_ThreadName=FelixStartLevel;|JMX002: JMXStartupService: Stopped JMXConnectorServer: null|#] [#|2011-12-09T11:10:23.537+0530|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=11;_ThreadName=FelixStartLevel;|JMX001: JMXStartupService and JMXConnectors have been shut down.|#] [#|2011-12-09T11:10:23.538+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=11;_ThreadName=FelixStartLevel;|Shutdown procedure finished|#] Completed shutdown of Log manager service [#|2011-12-09T11:10:23.541+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=18;_ThreadName=GlassFish Kernel Main Thread;|[Thread[GlassFish Kernel Main Thread,5,main]] exiting|#] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. [#|2011-12-09T11:10:23.564+0530|INFO|glassfish3.1.2|org.jvnet.hk2.osgiadapter|_ThreadID=11;_ThreadName=FelixStartLevel;|Stopping com.sun.enterprise.v3.server.AppServerStartup@13f7cd2|#] [#|2011-12-09T11:10:23.565+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=11;_ThreadName=FelixStartLevel;|Already stopped, so just returning|#] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.334 sec Running org.glassfish.fighterfish.test.it.T2_Test [#|2011-12-09T11:10:23.680+0530|INFO|glassfish3.1.2|org.ops4j.pax.exam.spi.DefaultExamSystem|_ThreadID=10;_ThreadName=main;|Pax Exam System (Version: 2.2.0) created.|#] [#|2011-12-09T11:10:23.686+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|fwConfigFileName = OSGiFramework.properties|#] [#|2011-12-09T11:10:23.689+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|FighterFish Test Util Version = 1.1.0-SNAPSHOT|#] [org.ops4j.pax.exam.rbc.internal.Activator] : Name, port or host is null. So this RBC remains inactive. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. Provisioning options are {glassfish.osgi.auto.start=file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/endorsed/ file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/osgi-adapter.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/osgi-resource-locator.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/org.apache.felix.configadmin.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/org.apache.felix.fileinstall.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/autostart/ , glassfish.osgi.auto.install=file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/endorsed/ file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/ file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/autostart/ } [#|2011-12-09T11:10:26.207+0530|INFO|glassfish3.1.2|org.glassfish.ha.store.spi.BackingStoreFactoryRegistry|_ThreadID=19;_ThreadName=FelixStartLevel;|Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry|#] [#|2011-12-09T11:10:26.647+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=20;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 142ms - bound to [0.0.0.0:8181]|#] [#|2011-12-09T11:10:26.656+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 187ms - bound to [0.0.0.0:8080]|#] [#|2011-12-09T11:10:26.658+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=22;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 112ms - bound to [0.0.0.0:7676]|#] [#|2011-12-09T11:10:26.660+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=23;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 146ms - bound to [0.0.0.0:4848]|#] [#|2011-12-09T11:10:26.663+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=24;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 134ms - bound to [0.0.0.0:3700]|#] [#|2011-12-09T11:10:26.744+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=19;_ThreadName=FelixStartLevel;|GlassFish Server Open Source Edition 3.1.2-b12 (12) startup time : Felix (522ms), startup services(834ms), total(1,356ms)|#] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp16" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp11_war" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp11_wab" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp14" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp18" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp4" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-f5135175-c056-480c-b200-4f7d66e15426 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f5135175-c056-480c-b200-4f7d66e15426" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp17" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp11_ejb" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp5" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp8" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp13" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp9" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp10" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp0" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp12" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp6" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp1" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp2" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-00903889-3065-44b2-9d92-d159e6e715a5 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-00903889-3065-44b2-9d92-d159e6e715a5" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp15" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp3" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9 to be in PaxExam-1810d480-f63a-44ec-bd37-80ac2a8f780d,PaxExam-6aed53dc-310a-406e-bc3d-beb876f77601,PaxExam-ad79af20-daa1-4021-8e99-b2d1a611704c,PaxExam-9ffc4866-21df-40dd-a3ea-0deeaf52dbc1,PaxExam-cb761e46-6169-4cc5-abfa-6e5478949250,PaxExam-f14dd75d-a9c1-42a8-a14d-6071f6a27657,PaxExam-f5135175-c056-480c-b200-4f7d66e15426,PaxExam-8dafb0e1-13d5-4283-994b-e1a937b21823,PaxExam-478e5f65-9724-43bb-881b-c2af6e8d5429,PaxExam-349bda2e-ebf5-422b-849d-e8f3d59860db,PaxExam-75a7907c-daa7-4acc-b9d5-7db5f7c4e13a,PaxExam-d60d2d7c-0241-4231-8fd6-b59c7918f906,PaxExam-9e63e133-35c9-4120-93c4-9ace5e7594ea,PaxExam-92ab2531-084a-4853-b1cd-276d55a8ab8d,PaxExam-5b573952-1fe0-44ec-8a95-88112e8fed4d,PaxExam-52fe9111-1f8f-4ea9-ac4e-41552e265bc8,PaxExam-8e9a4404-2da5-4daf-96c5-eff0cf74dbf7,PaxExam-8c57866c-cc3a-4088-a0ec-0184c1af29af,PaxExam-00903889-3065-44b2-9d92-d159e6e715a5,PaxExam-cc6eb89e-4705-4c02-8dc3-2e897a1efa3b,PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8fa2b2b2-b83c-4833-8c1c-e050cfe03ce9" and expression="org.glassfish.fighterfish.test.it.T2_Test;testapp7" [#|2011-12-09T11:10:27.351+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-1|#] [#|2011-12-09T11:10:27.407+0530|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=25;_ThreadName=Thread-53;|JMX005: JMXStartupService had Started JMXConnector on JMXService URL service:jmx:rmi://ejp-172x-174:8686/jndi/rmi://ejp-172x-174:8686/jmxrmi|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.util.Version] : Hibernate Validator 4.2.0.Final org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No default context class loader, fall back to Bean Validation's loader org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:10:27.894+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app5/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:10:27.911+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app5 [346] from mvn:org.glassfish.fighterfish/test.app5/1.0.0-SNAPSHOT/war |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:28.001+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp2560061051428509194/|#] [#|2011-12-09T11:10:28.117+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=26;_ThreadName=pool-28-thread-1;|SEC1002: Security Manager is OFF.|#] [#|2011-12-09T11:10:28.264+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=26;_ThreadName=pool-28-thread-1;|SEC1010: Entering Security Startup Service|#] [#|2011-12-09T11:10:28.270+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=26;_ThreadName=pool-28-thread-1;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#] [#|2011-12-09T11:10:28.321+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=26;_ThreadName=pool-28-thread-1;|SEC1115: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.|#] [#|2011-12-09T11:10:28.325+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=26;_ThreadName=pool-28-thread-1;|SEC1115: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.|#] [#|2011-12-09T11:10:28.331+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=26;_ThreadName=pool-28-thread-1;|SEC1115: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.|#] [#|2011-12-09T11:10:28.341+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=26;_ThreadName=pool-28-thread-1;|SEC1011: Security Service(s) Started Successfully|#] [#|2011-12-09T11:10:28.654+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0169: Created HTTP listener [http-listener-1] on host/port [0.0.0.0:8080]|#] [#|2011-12-09T11:10:28.665+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0169: Created HTTP listener [http-listener-2] on host/port [0.0.0.0:8181]|#] [#|2011-12-09T11:10:28.671+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0169: Created HTTP listener [admin-listener] on host/port [0.0.0.0:4848]|#] [#|2011-12-09T11:10:28.711+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0171: Created virtual server [server]|#] [#|2011-12-09T11:10:28.714+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0171: Created virtual server [__asadmin]|#] [#|2011-12-09T11:10:29.161+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0172: Virtual server [server] loaded default web module []|#] [#|2011-12-09T11:10:30.302+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:10:31.462+0530|INFO|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=26;_ThreadName=pool-28-thread-1;|Initializing Mojarra 2.1.4 (SNAPSHOT 20111107) for context '/test.app5'|#] [#|2011-12-09T11:10:31.463+0530|WARNING|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=26;_ThreadName=pool-28-thread-1;|JSF1059: WARNING! The com.sun.faces.verifyObjects feature is to aid developers not using tools. It shouldn't be enabled if using an IDE, or if this application is being deployed for production as it will impact application start times.|#] [#|2011-12-09T11:10:31.471+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Faces Config uris excluding the ones named as faces-config.xml = []|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:10:33.396+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app5_1.0.0.SNAPSHOT] at [/test.app5]|#] [#|2011-12-09T11:10:33.405+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app5, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app5} |#] [#|2011-12-09T11:10:33.408+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app5 [346] at file:/tmp/osgiapp2560061051428509194/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] Duke's number: 5 get userNumber null [#|2011-12-09T11:10:37.999+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Hello

Hi. My name is Duke. I'm thinking of a number from 1 to 10. Can you guess it?

Valid XHTML 1.0!

|#] [#|2011-12-09T11:10:38.006+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app5 [346]|#] [#|2011-12-09T11:10:38.007+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:38.109+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp2560061051428509194|#] [#|2011-12-09T11:10:38.111+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app5 [346]|#] [#|2011-12-09T11:10:38.118+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app5 [346]|#] [#|2011-12-09T11:10:38.197+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-1|#] [#|2011-12-09T11:10:38.198+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-2|#] [#|2011-12-09T11:10:38.291+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app0/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:10:38.307+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app0 [347] from mvn:org.glassfish.fighterfish/test.app0/1.0.0-SNAPSHOT/war |#] [#|2011-12-09T11:10:38.315+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp9166221882819149300/|#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:38.405+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:10:38.457+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app0_1.0.0.SNAPSHOT] at [/test.app0]|#] [#|2011-12-09T11:10:38.459+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app0, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app0} |#] [#|2011-12-09T11:10:38.461+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app0 [347] at file:/tmp/osgiapp9166221882819149300/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:10:38.489+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Home Page

Hello World!

|#] [#|2011-12-09T11:10:38.490+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app0 [347]|#] [#|2011-12-09T11:10:38.490+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:10:38.599+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp9166221882819149300|#] [#|2011-12-09T11:10:38.600+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app0 [347]|#] [#|2011-12-09T11:10:38.604+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app0 [347]|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:38.679+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-2|#] [#|2011-12-09T11:10:38.681+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-3|#] [#|2011-12-09T11:10:38.797+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app9/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:10:39.047+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app9 [348] from mvn:org.glassfish.fighterfish/test.app9/1.0.0-SNAPSHOT |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:39.366+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp625327459178912991/|#] [#|2011-12-09T11:10:40.348+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|class org.primefaces.component.behavior.ajax.AjaxBehaviorRenderer contains interface javax.faces.render.FacesBehaviorRenderer|#] [#|2011-12-09T11:10:40.348+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|class org.primefaces.component.behavior.ajax.AjaxBehavior contains interface javax.faces.component.behavior.FacesBehavior|#] [#|2011-12-09T11:10:40.349+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 2|#] [#|2011-12-09T11:10:40.685+0530|INFO|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=26;_ThreadName=pool-28-thread-1;|Initializing Mojarra 2.1.4 (SNAPSHOT 20111107) for context '/test.app9'|#] [#|2011-12-09T11:10:40.688+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Faces Config uris excluding the ones named as faces-config.xml = []|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:10:40.908+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Facelet Config uris = [embeddedjar:bundle://348.0:0/WEB-INF/lib/primefaces-2.2.1.jar!/META-INF/primefaces-i.taglib.xml, embeddedjar:bundle://348.0:0/WEB-INF/lib/primefaces-2.2.1.jar!/META-INF/primefaces-p.taglib.xml]|#] [#|2011-12-09T11:10:41.059+0530|INFO|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=26;_ThreadName=pool-28-thread-1;|Monitoring jndi:/server/test.app9/WEB-INF/faces-config.xml for modifications|#] [#|2011-12-09T11:10:41.086+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app9_1.0.0.SNAPSHOT] at [/test.app9]|#] [#|2011-12-09T11:10:41.088+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app9, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app9} |#] [#|2011-12-09T11:10:41.090+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app9 [348] at file:/tmp/osgiapp625327459178912991/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:10:41.513+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response =
Success|#] [#|2011-12-09T11:10:41.514+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app9 [348]|#] [#|2011-12-09T11:10:41.514+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:10:41.583+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp625327459178912991|#] [#|2011-12-09T11:10:41.586+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app9 [348]|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:41.590+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app9 [348]|#] [#|2011-12-09T11:10:41.662+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-3|#] [#|2011-12-09T11:10:41.664+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-4|#] [#|2011-12-09T11:10:41.836+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app18/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:10:41.890+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app18 [349] from mvn:org.glassfish.fighterfish/test.app18/1.0.0-SNAPSHOT/war |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:41.918+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp8013200841904518239/|#] [#|2011-12-09T11:10:42.022+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|Created EjbThreadPoolExecutor with thread-core-pool-size 16 thread-max-pool-size 32 thread-keep-alive-seconds 60 thread-queue-capacity 2147483647 allow-core-thread-timeout false |#] [#|2011-12-09T11:10:42.215+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|EJB5181:Portable JNDI names for EJB EjbLifecycleObserverEJB: [java:global/org.glassfish.fighterfish.test.app18_1.0.0.SNAPSHOT/EjbLifecycleObserverEJB, java:global/org.glassfish.fighterfish.test.app18_1.0.0.SNAPSHOT/EjbLifecycleObserverEJB!org.glassfish.fighterfish.test.app18.EjbLifecycleObserver]|#] [#|2011-12-09T11:10:42.284+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|EJB5181:Portable JNDI names for EJB ServiceListenerEJB: [java:global/org.glassfish.fighterfish.test.app18_1.0.0.SNAPSHOT/ServiceListenerEJB, java:global/org.glassfish.fighterfish.test.app18_1.0.0.SNAPSHOT/ServiceListenerEJB!org.glassfish.fighterfish.test.app18.ServiceListenerEJB]|#] [#|2011-12-09T11:10:42.296+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|EJB5181:Portable JNDI names for EJB FooEJB: [java:global/org.glassfish.fighterfish.test.app18_1.0.0.SNAPSHOT/FooEJB, java:global/org.glassfish.fighterfish.test.app18_1.0.0.SNAPSHOT/FooEJB!org.glassfish.fighterfish.test.app18.Foo]|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Version] : WELD-000900 1.1.3 (SP1) org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: @New Session bean [class org.glassfish.fighterfish.test.app18.EjbLifecycleObserverEJB with qualifiers [@New]; local interfaces are [EjbLifecycleObserver] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Producer Method [BundleContext] with qualifiers [@Any @Default] declared as [[method] @Produces public org.glassfish.fighterfish.test.app18.BundleContextProducerBean.getBundleContext()] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Session bean [class org.glassfish.fighterfish.test.app18.ServiceListenerEJB with qualifiers [@Any @Default]; local interfaces are [ServiceListenerEJB] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: @New Session bean [class org.glassfish.fighterfish.test.app18.ServiceListenerEJB with qualifiers [@New]; local interfaces are [ServiceListenerEJB] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.ejb.EjbRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.http.HttpSessionContext [#|2011-12-09T11:10:42.906+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface org.osgi.service.event.EventAdmin and annotated with dynamic=true, serviceCriteria=|#] [#|2011-12-09T11:10:42.907+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface org.osgi.service.event.EventAdmin and annotated with dynamic=true, serviceCriteria=|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Session bean [class org.glassfish.fighterfish.test.app18.EjbLifecycleObserverEJB with qualifiers [@Any @Default]; local interfaces are [EjbLifecycleObserver] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: @New Session bean [class org.glassfish.fighterfish.test.app18.FooEJB with qualifiers [@New]; local interfaces are [Foo] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp8013200841904518239-Built-in-org.jboss.weld.context.bound.BoundSessionContext [#|2011-12-09T11:10:42.915+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.test.app18.EjbLifecycleObserver and annotated with dynamic=true, serviceCriteria=|#] [#|2011-12-09T11:10:42.916+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.test.app18.EjbLifecycleObserver and annotated with dynamic=true, serviceCriteria=|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.test.app18.ServiceListenerEJB$MyServiceListener] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Session bean [class org.glassfish.fighterfish.test.app18.FooEJB with qualifiers [@Any @Default]; local interfaces are [Foo] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.test.app18.BundleContextProducerBean] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.ejb.EjbRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.ejb.EjbRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] BundleContextProducerBean.getBundleContext() org.glassfish.fighterfish.test.app18 [349] BundleContextProducerBean.getBundleContext() org.apache.felix.framework.BundleContextImpl@b8f5f5 [#|2011-12-09T11:10:43.080+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:10:43.147+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app18_1.0.0.SNAPSHOT] at [/test.app18]|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000100 Weld initialized. Validating beans [#|2011-12-09T11:10:43.160+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app18, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app18} |#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:10:43.162+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=26;_ThreadName=pool-28-thread-1;|addingService: Found 3 no. of EJBs|#] Session descriptor sessionType SingletonDisplay Names: lang[en] = EjbLifecycleObserverEJB <== No attribute ==> homeClassName null remoteClassName null remoteBusinessIntfs [] localhomeClassName null localClassName null localBusinessIntfs [org.glassfish.fighterfish.test.app18.EjbLifecycleObserver] isLocalBean false jndiName ejbClassName org.glassfish.fighterfish.test.app18.EjbLifecycleObserverEJB transactionType Container methodContainerTransactions {Method Descriptor name: registered params: (java.lang.String p1) intf: Local=Container Transaction: Required@, Method Descriptor name: remove params: (java.lang.Object p1) intf: LocalHome=Container Transaction: Required@, Method Descriptor name: remove params: () intf: Local=Container Transaction: Required@, Method Descriptor name: create params: (java.lang.String p1) intf: LocalHome=Container Transaction: Required@} environmentProperties ejbReferences jmsDestReferences messageDestReferences resourceReferences serviceReferences roleReferences method-permission->method: unchecked -> [Method Descriptor name: registered params: (java.lang.String p1) intf: Local] Session descriptor sessionType SingletonDisplay Names: lang[en] = FooEJB <== No attribute ==> homeClassName null remoteClassName null remoteBusinessIntfs [] localhomeClassName null localClassName null localBusinessIntfs [org.glassfish.fighterfish.test.app18.Foo] isLocalBean false jndiName ejbClassName org.glassfish.fighterfish.test.app18.FooEJB transactionType Container methodContainerTransactions {Method Descriptor name: bar params: () intf: Local=Container Transaction: Required@, Method Descriptor name: remove params: (java.lang.Object p1) intf: LocalHome=Container Transaction: Required@, Method Descriptor name: remove params: () intf: Local=Container Transaction: Required@, Method Descriptor name: create params: (java.lang.String p1) intf: LocalHome=Container Transaction: Required@} environmentProperties ejbReferences jmsDestReferences messageDestReferences resourceReferences serviceReferences roleReferences method-permission->method: unchecked -> [Method Descriptor name: bar params: () intf: Local] org.glassfish.fighterfish.test.app18.ServiceListenerEJB$MyServiceListener.serviceChanged() org.osgi.framework.ServiceEvent[source=[org.glassfish.fighterfish.test.app18.Foo]] EjbLifecycleObserverEJB.registered() org.glassfish.fighterfish.test.app18.Foo [#|2011-12-09T11:10:43.174+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=27;_ThreadName=Thread-89;|log message = org.osgi.service.event.Event [topic=org/glassfish/fighterfist/test/app18]|#] [#|2011-12-09T11:10:43.176+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app18 [349] at file:/tmp/osgiapp8013200841904518239/|#] [#|2011-12-09T11:10:43.181+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app18 [349]|#] [#|2011-12-09T11:10:43.182+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 3 no. of EJBs|#] org.glassfish.fighterfish.test.app18.ServiceListenerEJB$MyServiceListener.serviceChanged() org.osgi.framework.ServiceEvent[source=[org.glassfish.fighterfish.test.app18.Foo]] ServiceListenerEJB.uninstallListener() Removed service listener org.glassfish.fighterfish.test.app18.ServiceListenerEJB$MyServiceListener@157f509 org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:10:43.247+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp8013200841904518239|#] [#|2011-12-09T11:10:43.248+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app18 [349]|#] [#|2011-12-09T11:10:43.250+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app18 [349]|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:43.299+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-4|#] [#|2011-12-09T11:10:43.300+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-5|#] [#|2011-12-09T11:10:43.364+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app2/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:10:43.682+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Bundle having id 350 is a JPA bundle|#] [#|2011-12-09T11:10:43.691+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Exploded bundle org.glassfish.fighterfish.test.app2 [350] at /tmp/osgiapp3213145812856797035 |#] [#|2011-12-09T11:10:43.698+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Source = /tmp/osgiapp3213145812856797035/WEB-INF/classes, Target = /tmp/enhanced-osgiapp4175520594699762698/WEB-INF/classes|#] [#|2011-12-09T11:10:44.222+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp3213145812856797035 |#] [#|2011-12-09T11:10:44.246+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=28;_ThreadName=Thread-92;|Deleted /tmp/enhanced-osgiapp4175520594699762698 |#] [#|2011-12-09T11:10:44.257+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Deferring refresh to framework restart, so enhanced bytes won't come into effect until then for bundle 350 if there are existing wires to this bundle.|#] [#|2011-12-09T11:10:44.257+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app2 [350] from mvn:org.glassfish.fighterfish/test.app2/1.0.0-SNAPSHOT/war |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:44.274+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp8787266564534005979/|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:10:45.340+0530|INFO|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp8787266564534005979/WEB-INF/classes/_test.app2|_ThreadID=26;_ThreadName=pool-28-thread-1;|EclipseLink, version: Eclipse Persistence Services - 2.3.1.v20111018-r10243|#] [#|2011-12-09T11:10:47.694+0530|INFO|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp8787266564534005979/WEB-INF/classes/_test.app2|_ThreadID=26;_ThreadName=pool-28-thread-1;|file:/tmp/osgiapp8787266564534005979/WEB-INF/classes/_test.app2 login successful|#] [#|2011-12-09T11:10:48.120+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|EJB5181:Portable JNDI names for EJB UserAuthServiceEJB: [java:global/org.glassfish.fighterfish.test.app2_1.0.0.SNAPSHOT/UserAuthServiceEJB!org.glassfish.fighterfish.test.app2.UserAuthServiceEJB, java:global/org.glassfish.fighterfish.test.app2_1.0.0.SNAPSHOT/UserAuthServiceEJB]|#] [#|2011-12-09T11:10:48.156+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:10:48.200+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app2_1.0.0.SNAPSHOT] at [/test.app2]|#] [#|2011-12-09T11:10:48.203+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app2, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app2} |#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:10:48.206+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app2 [350] at file:/tmp/osgiapp8787266564534005979/|#] UserAuthServiceEJB.postConstruct UserAuthServiceEJB: registering foo [#|2011-12-09T11:10:48.350+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.transaction.com.sun.jts.CosTransactions|_ThreadID=29;_ThreadName=http-thread-pool-8080(4);|JTS5014: Recoverable JTS instance, serverId = [100]|#] [#|2011-12-09T11:10:48.808+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Registration Registered foo |#] UserAuthServiceEJBuser: logging in foo [#|2011-12-09T11:10:48.856+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Login Welcome foo |#] [#|2011-12-09T11:10:48.856+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app2 [350]|#] [#|2011-12-09T11:10:48.858+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 1 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] [#|2011-12-09T11:10:48.932+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp8787266564534005979|#] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:10:48.934+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app2 [350]|#] [#|2011-12-09T11:10:48.937+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app2 [350]|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:48.986+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-5|#] [#|2011-12-09T11:10:48.987+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-6|#] [#|2011-12-09T11:10:49.047+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app14/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:10:49.058+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app14 [351] from mvn:org.glassfish.fighterfish/test.app14/1.0.0-SNAPSHOT |#] TestApp14Activator.start() com.sun.gjc.spi.jdbc40.DataSource40@17210fc [#|2011-12-09T11:10:50.225+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app14 [351]|#] [#|2011-12-09T11:10:50.226+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Bundle org.glassfish.fighterfish.test.app14 [351] is already moved to STOPPING state, so it wont be deployed.|#] [#|2011-12-09T11:10:50.228+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app14 [351]|#] [#|2011-12-09T11:10:50.266+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-6|#] [#|2011-12-09T11:10:50.267+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-7|#] [#|2011-12-09T11:10:50.312+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app4/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:10:50.322+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app4 [352] from mvn:org.glassfish.fighterfish/test.app4/1.0.0-SNAPSHOT/war |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:50.331+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp6734915168332120581/|#] [#|2011-12-09T11:10:50.426+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:10:50.466+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app4_1.0.0.SNAPSHOT] at [/test.app4]|#] [#|2011-12-09T11:10:50.467+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app4, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app4} |#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:10:50.470+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app4 [352] at file:/tmp/osgiapp6734915168332120581/|#] [#|2011-12-09T11:10:50.895+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Hello

Hi, my name is Duke. What's yours?

Hello, superman!

|#] [#|2011-12-09T11:10:50.895+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app4 [352]|#] [#|2011-12-09T11:10:50.896+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:10:50.948+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp6734915168332120581|#] [#|2011-12-09T11:10:50.950+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app4 [352]|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:50.953+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app4 [352]|#] [#|2011-12-09T11:10:51.006+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-7|#] [#|2011-12-09T11:10:51.008+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-8|#] [#|2011-12-09T11:10:51.103+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app12/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:10:51.113+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app12 [353] from mvn:org.glassfish.fighterfish/test.app12/1.0.0-SNAPSHOT/war |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:51.133+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp1860775559653371870/|#] [#|2011-12-09T11:10:51.162+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:10:51.194+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app12_1.0.0.SNAPSHOT] at [/test.app12]|#] [#|2011-12-09T11:10:51.197+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app12, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app12} |#] [#|2011-12-09T11:10:51.198+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app12 [353] at file:/tmp/osgiapp1860775559653371870/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:10:51.215+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app12.fragment/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:10:51.225+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app12.fragment [354] from mvn:org.glassfish.fighterfish/test.app12.fragment/1.0.0-SNAPSHOT |#] [#|2011-12-09T11:10:51.225+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:10:51.258+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp1860775559653371870|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:51.259+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app12 [353]|#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:51.291+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp1529500718429633443/|#] [#|2011-12-09T11:10:51.395+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:10:51.429+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app12_1.0.0.SNAPSHOT] at [/test.app12]|#] [#|2011-12-09T11:10:51.433+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app12, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app12} |#] [#|2011-12-09T11:10:51.441+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app12 [353] at file:/tmp/osgiapp1529500718429633443/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:10:51.454+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app12 [353]|#] [#|2011-12-09T11:10:51.454+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:10:51.490+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp1529500718429633443|#] [#|2011-12-09T11:10:51.491+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app12 [353]|#] [#|2011-12-09T11:10:51.494+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app12 [353]|#] [#|2011-12-09T11:10:51.494+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app12.fragment [354]|#] [#|2011-12-09T11:10:51.496+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app12.fragment [354]|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:51.548+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-8|#] [#|2011-12-09T11:10:51.549+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-9|#] [#|2011-12-09T11:10:51.598+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app3/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:10:51.609+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app3 [355] from mvn:org.glassfish.fighterfish/test.app3/1.0.0-SNAPSHOT/war |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:51.618+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp1677508563613028717/|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.test.app3.Pojo] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.test.app3.TestServlet] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp1677508563613028717-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000100 Weld initialized. Validating beans org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:10:51.849+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:10:51.889+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app3_1.0.0.SNAPSHOT] at [/test.app3]|#] [#|2011-12-09T11:10:51.898+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app3, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app3} |#] [#|2011-12-09T11:10:51.899+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app3 [355] at file:/tmp/osgiapp1677508563613028717/|#] [#|2011-12-09T11:10:51.951+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = POJO Instance: org.glassfish.fighterfish.test.app3.Pojo@1e29df9POJO message: Hello from POJO!|#] [#|2011-12-09T11:10:51.951+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app3 [355]|#] [#|2011-12-09T11:10:51.951+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:10:51.993+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp1677508563613028717|#] [#|2011-12-09T11:10:51.993+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app3 [355]|#] [#|2011-12-09T11:10:51.996+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app3 [355]|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:52.031+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-9|#] [#|2011-12-09T11:10:52.032+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-10|#] [#|2011-12-09T11:10:52.088+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app11.ejb/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:10:52.099+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app11.ejb [356] from mvn:org.glassfish.fighterfish/test.app11.ejb/1.0.0-SNAPSHOT |#] [#|2011-12-09T11:10:52.109+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp2977494321610611042/|#] [#|2011-12-09T11:10:52.144+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|EJB5181:Portable JNDI names for EJB TestLocalBean: [java:global/org.glassfish.fighterfish.test.app11.ejb_1.0.0.SNAPSHOT/TestLocalBean!org.glassfish.fighterfish.test.app11.ejb.TestLocal, java:global/org.glassfish.fighterfish.test.app11.ejb_1.0.0.SNAPSHOT/TestLocalBean]|#] [#|2011-12-09T11:10:55.071+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.transaction.com.sun.jts.CosTransactions|_ThreadID=26;_ThreadName=pool-28-thread-1;|JTS5014: Recoverable JTS instance, serverId = [3700]|#] [#|2011-12-09T11:10:55.678+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|EJB5181:Portable JNDI names for EJB TestBean: [java:global/org.glassfish.fighterfish.test.app11.ejb_1.0.0.SNAPSHOT/TestBean, java:global/org.glassfish.fighterfish.test.app11.ejb_1.0.0.SNAPSHOT/TestBean!org.glassfish.fighterfish.test.app11.ejb.TestRemote]|#] [#|2011-12-09T11:10:55.679+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|EJB5182:Glassfish-specific (Non-portable) JNDI names for EJB TestBean: [org.glassfish.fighterfish.test.app11.ejb.TestRemote#org.glassfish.fighterfish.test.app11.ejb.TestRemote, org.glassfish.fighterfish.test.app11.ejb.TestRemote]|#] [#|2011-12-09T11:10:55.709+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=26;_ThreadName=pool-28-thread-1;|addingService: Found 2 no. of EJBs|#] [#|2011-12-09T11:10:55.710+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app11.ejb [356]|#] [#|2011-12-09T11:10:55.711+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app11.ejb [356] at file:/tmp/osgiapp2977494321610611042/|#] [#|2011-12-09T11:10:55.711+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 2 no. of EJBs|#] Session descriptor sessionType StatelessDisplay Names: lang[en] = TestLocalBean <== No attribute ==> homeClassName null remoteClassName null remoteBusinessIntfs [] localhomeClassName null localClassName null localBusinessIntfs [org.glassfish.fighterfish.test.app11.ejb.TestLocal] isLocalBean false jndiName ejbClassName org.glassfish.fighterfish.test.app11.ejb.TestLocalBean transactionType Container methodContainerTransactions {Method Descriptor name: test params: (java.lang.String p1) intf: Local=Container Transaction: Required@, Method Descriptor name: remove params: (java.lang.Object p1) intf: LocalHome=Container Transaction: Required@, Method Descriptor name: remove params: () intf: Local=Container Transaction: Required@, Method Descriptor name: create params: (java.lang.String p1) intf: LocalHome=Container Transaction: Required@} environmentProperties ejbReferences jmsDestReferences messageDestReferences resourceReferences serviceReferences roleReferences method-permission->method: unchecked -> [Method Descriptor name: test params: (java.lang.String p1) intf: Local] Session descriptor sessionType StatelessDisplay Names: lang[en] = TestBean <== No attribute ==> homeClassName null remoteClassName null remoteBusinessIntfs [org.glassfish.fighterfish.test.app11.ejb.TestRemote] localhomeClassName null localClassName null localBusinessIntfs [] isLocalBean false jndiName org.glassfish.fighterfish.test.app11.ejb.TestRemote ejbClassName org.glassfish.fighterfish.test.app11.ejb.TestBean transactionType Container methodContainerTransactions {Method Descriptor name: isDone params: (long p1) intf: Home=Container Transaction: Required@, Method Descriptor name: cancel params: (long p1) intf: Home=Container Transaction: Required@, Method Descriptor name: test params: (java.lang.String p1) intf: Remote=Container Transaction: Required@, Method Descriptor name: create params: (java.lang.String p1) intf: Home=Container Transaction: Required@, Method Descriptor name: get params: (long p1) intf: Home=Container Transaction: Required@, Method Descriptor name: remove params: (java.lang.Object p1) intf: Home=Container Transaction: Required@, Method Descriptor name: getHomeHandle params: () intf: Home=Container Transaction: Required@, Method Descriptor name: getWithTimeout params: (long p1, long p2, java.lang.String p3) intf: Home=Container Transaction: Required@, Method Descriptor name: getEJBMetaData params: () intf: Home=Container Transaction: Required@, Method Descriptor name: remove params: (javax.ejb.Handle p1) intf: Home=Container Transaction: Required@} environmentProperties ejbReferences jmsDestReferences messageDestReferences resourceReferences serviceReferences roleReferences method-permission->method: unchecked -> [Method Descriptor name: test params: (java.lang.String p1) intf: Remote] [#|2011-12-09T11:10:55.745+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp2977494321610611042|#] [#|2011-12-09T11:10:55.746+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app11.ejb [356]|#] [#|2011-12-09T11:10:55.747+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app11.ejb [356]|#] [#|2011-12-09T11:10:55.769+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-10|#] [#|2011-12-09T11:10:55.770+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-11|#] [#|2011-12-09T11:10:55.811+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app13/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:10:55.822+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app13 [357] from mvn:org.glassfish.fighterfish/test.app13/1.0.0-SNAPSHOT |#] [#|2011-12-09T11:10:55.826+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp2209039130844436738/|#] [#|2011-12-09T11:10:55.858+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|EJB5181:Portable JNDI names for EJB DummySessionBean: [java:global/org.glassfish.fighterfish.test.app13_1.0.0.SNAPSHOT/DummySessionBean, java:global/org.glassfish.fighterfish.test.app13_1.0.0.SNAPSHOT/DummySessionBean!org.glassfish.fighterfish.test.app13.DummySessionBeanLocal]|#] [#|2011-12-09T11:10:55.874+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=26;_ThreadName=pool-28-thread-1;|addingService: Found 1 no. of EJBs|#] [#|2011-12-09T11:10:55.876+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app13 [357] at file:/tmp/osgiapp2209039130844436738/|#] Session descriptor [#|2011-12-09T11:10:55.876+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app13 [357]|#] [#|2011-12-09T11:10:55.877+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 1 no. of EJBs|#] [#|2011-12-09T11:10:55.890+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp2209039130844436738|#] [#|2011-12-09T11:10:55.891+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app13 [357]|#] [#|2011-12-09T11:10:55.893+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app13 [357]|#] sessionType StatelessDisplay Names: lang[en] = DummySessionBean <== No attribute ==> homeClassName null remoteClassName null remoteBusinessIntfs [] localhomeClassName null localClassName null localBusinessIntfs [org.glassfish.fighterfish.test.app13.DummySessionBeanLocal] isLocalBean false jndiName ejbClassName org.glassfish.fighterfish.test.app13.DummySessionBean transactionType Container methodContainerTransactions {Method Descriptor name: remove params: (java.lang.Object p1) intf: LocalHome=Container Transaction: Required@, Method Descriptor name: test params: () intf: Local=Container Transaction: Required@, Method Descriptor name: remove params: () intf: Local=Container Transaction: Required@, Method Descriptor name: create params: (java.lang.String p1) intf: LocalHome=Container Transaction: Required@} environmentProperties ejbReferences jmsDestReferences messageDestReferences resourceReferences serviceReferences roleReferences method-permission->method: unchecked -> [Method Descriptor name: test params: () intf: Local] [#|2011-12-09T11:10:55.919+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-11|#] [#|2011-12-09T11:10:55.920+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-12|#] [#|2011-12-09T11:10:55.957+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app1/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:10:55.974+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app1 [358] from mvn:org.glassfish.fighterfish/test.app1/1.0.0-SNAPSHOT/war |#] sql = create table USERINFO (NAME VARCHAR(10) NOT NULL, PASSWORD VARCHAR(10) NOT NULL, PRIMARY KEY(NAME)) [#|2011-12-09T11:10:56.920+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp8862450641741023747/|#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:57.012+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=26;_ThreadName=pool-28-thread-1;|EJB5181:Portable JNDI names for EJB UserAuthServiceEJB: [java:global/org.glassfish.fighterfish.test.app1_1.0.0.SNAPSHOT/UserAuthServiceEJB, java:global/org.glassfish.fighterfish.test.app1_1.0.0.SNAPSHOT/UserAuthServiceEJB!org.glassfish.fighterfish.test.app1.UserAuthServiceEJB]|#] [#|2011-12-09T11:10:57.034+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:10:57.068+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app1_1.0.0.SNAPSHOT] at [/test.app1]|#] [#|2011-12-09T11:10:57.070+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app1, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app1} |#] [#|2011-12-09T11:10:57.071+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app1 [358] at file:/tmp/osgiapp8862450641741023747/|#] UserAuthServiceEJB.postConstruct UserAuthServiceEJB: registering foo sql = insert into USERINFO values('foo', 'bar') [#|2011-12-09T11:10:57.107+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Registration Registered foo |#] UserAuthServiceEJBuser: logging in foo sql = select count(*) as record_count from USERINFO where name = 'foo' and password= 'bar' Login successful [#|2011-12-09T11:10:57.284+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Login Welcome foo |#] [#|2011-12-09T11:10:57.284+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app1 [358]|#] [#|2011-12-09T11:10:57.285+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 1 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 sql = drop table USERINFO [#|2011-12-09T11:10:57.332+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp8862450641741023747|#] [#|2011-12-09T11:10:57.333+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app1 [358]|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:10:57.373+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app1 [358]|#] [#|2011-12-09T11:10:57.408+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-12|#] [#|2011-12-09T11:10:57.409+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-13|#] [#|2011-12-09T11:10:57.456+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app17/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:10:57.476+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app17 [359] from mvn:org.glassfish.fighterfish/test.app17/1.0.0-SNAPSHOT/war |#] TestApp17Activator.start(): registered service org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:10:57.490+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp9123303459294445271/|#] [#|2011-12-09T11:10:59.460+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices.metroglue|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS10010: Web service endpoint deployment events listener registered successfully.|#] [#|2011-12-09T11:10:59.536+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS00018: Webservice Endpoint deployed HelloWebService listening at address at http://ejp-172x-174.India.Sun.COM:8080/test.app17/HelloWebServiceService|#] [#|2011-12-09T11:10:59.539+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices.metroglue|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS10001: Loading WS-TX Services. Please wait.|#] [#|2011-12-09T11:10:59.898+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS00018: Webservice Endpoint deployed RegistrationPortTypeImpl listening at address at http://ejp-172x-174.India.Sun.COM:8080/__wstx-services/RegistrationPortTypeRPC|#] [#|2011-12-09T11:10:59.903+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS00018: Webservice Endpoint deployed RegistrationRequesterPortTypeImpl listening at address at http://ejp-172x-174.India.Sun.COM:8080/__wstx-services/RegistrationRequesterPortType|#] [#|2011-12-09T11:10:59.908+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS00018: Webservice Endpoint deployed RegistrationRequesterPortTypePortImpl listening at address at http://ejp-172x-174.India.Sun.COM:8080/__wstx-services/RegistrationRequesterPortType11|#] [#|2011-12-09T11:10:59.913+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS00018: Webservice Endpoint deployed CoordinatorPortTypeImpl listening at address at http://ejp-172x-174.India.Sun.COM:8080/__wstx-services/CoordinatorPortType|#] [#|2011-12-09T11:10:59.918+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS00018: Webservice Endpoint deployed RegistrationPortTypeRPCPortImpl listening at address at http://ejp-172x-174.India.Sun.COM:8080/__wstx-services/RegistrationPortTypeRPC11|#] [#|2011-12-09T11:10:59.925+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS00018: Webservice Endpoint deployed CoordinatorPortTypePortImpl listening at address at http://ejp-172x-174.India.Sun.COM:8080/__wstx-services/CoordinatorPortType11|#] [#|2011-12-09T11:10:59.931+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS00018: Webservice Endpoint deployed ParticipantPortTypeImpl listening at address at http://ejp-172x-174.India.Sun.COM:8080/__wstx-services/ParticipantPortType|#] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:10:59.936+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS00018: Webservice Endpoint deployed ParticipantPortTypePortImpl listening at address at http://ejp-172x-174.India.Sun.COM:8080/__wstx-services/ParticipantPortType11|#] [#|2011-12-09T11:10:59.964+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:11:01.405+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=26;_ThreadName=pool-28-thread-1;|Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-Coordinator-Registration|#] [#|2011-12-09T11:11:05.302+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=26;_ThreadName=pool-28-thread-1;|Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-Coordinator-RegistrationRequester|#] [#|2011-12-09T11:11:05.628+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=26;_ThreadName=pool-28-thread-1;|Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-RegistrationService_V11-RegistrationRequesterPort|#] [#|2011-12-09T11:11:05.935+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=26;_ThreadName=pool-28-thread-1;|Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-WSATCoordinator-Coordinator|#] [#|2011-12-09T11:11:06.046+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=26;_ThreadName=pool-28-thread-1;|Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-RegistrationService_V11-RegistrationPort|#] [#|2011-12-09T11:11:06.310+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=26;_ThreadName=pool-28-thread-1;|Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-WSAT11Service-CoordinatorPort|#] [#|2011-12-09T11:11:06.415+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=26;_ThreadName=pool-28-thread-1;|Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-WSATCoordinator-Participant|#] [#|2011-12-09T11:11:06.505+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=26;_ThreadName=pool-28-thread-1;|Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-WSAT11Service-ParticipantPort|#] [#|2011-12-09T11:11:06.594+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [wstx-services] at [/__wstx-services]|#] [#|2011-12-09T11:11:06.595+0530|INFO|glassfish3.1.2|javax.enterprise.webservices.org.glassfish.webservices.metroglue|_ThreadID=26;_ThreadName=pool-28-thread-1;|WS10002: WS-TX Services successfully started.|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] [#|2011-12-09T11:11:06.693+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.test.app17.Hello and annotated with dynamic=false, serviceCriteria=|#] [#|2011-12-09T11:11:06.694+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.test.app17.Hello and annotated with dynamic=false, serviceCriteria=|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.test.app17.HelloWebService] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.test.app17.TestApp17Activator] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.test.app17.HelloImpl] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp9123303459294445271-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [#|2011-12-09T11:11:06.935+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:11:07.203+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=26;_ThreadName=pool-28-thread-1;|Metro monitoring rootname successfully set to: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/test.app17-HelloWebServiceService-HelloWebServicePort|#] [#|2011-12-09T11:11:07.261+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app17_1.0.0.SNAPSHOT] at [/test.app17]|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000100 Weld initialized. Validating beans [#|2011-12-09T11:11:07.270+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app17, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app17} |#] [#|2011-12-09T11:11:07.271+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app17 [359] at file:/tmp/osgiapp9123303459294445271/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:11:07.370+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = |#] [#|2011-12-09T11:11:07.370+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app17 [359]|#] [#|2011-12-09T11:11:07.371+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] [#|2011-12-09T11:11:07.390+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=10;_ThreadName=main;|Closing Metro monitoring root: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/test.app17-HelloWebServiceService-HelloWebServicePort|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:11:07.412+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp9123303459294445271|#] [#|2011-12-09T11:11:07.413+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app17 [359]|#] TestApp17Activator.stop() org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:11:07.416+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app17 [359]|#] [#|2011-12-09T11:11:07.453+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-13|#] [#|2011-12-09T11:11:07.454+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-14|#] [#|2011-12-09T11:11:07.501+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app10/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:11:07.515+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app10 [360] from mvn:org.glassfish.fighterfish/test.app10/1.0.0-SNAPSHOT |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:11:07.534+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp2162102066016406775/|#] [#|2011-12-09T11:11:07.622+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|class org.glassfish.fighterfish.test.app10.bean.Bean contains interface javax.faces.bean.ManagedBean|#] [#|2011-12-09T11:11:07.623+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 1|#] [#|2011-12-09T11:11:07.649+0530|INFO|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=26;_ThreadName=pool-28-thread-1;|Initializing Mojarra 2.1.4 (SNAPSHOT 20111107) for context '/test.app10'|#] [#|2011-12-09T11:11:07.652+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Faces Config uris excluding the ones named as faces-config.xml = []|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:11:07.705+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Facelet Config uris = []|#] [#|2011-12-09T11:11:07.705+0530|INFO|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=26;_ThreadName=pool-28-thread-1;|Monitoring jndi:/server/test.app10/WEB-INF/faces-config.xml for modifications|#] [#|2011-12-09T11:11:07.729+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app10_1.0.0.SNAPSHOT] at [/test.app10]|#] [#|2011-12-09T11:11:07.732+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app10, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app10} |#] [#|2011-12-09T11:11:07.735+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app10 [360] at file:/tmp/osgiapp2162102066016406775/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:11:07.865+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response =

bean: bar

|#] [#|2011-12-09T11:11:07.866+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app10 [360]|#] [#|2011-12-09T11:11:07.866+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:11:07.926+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp2162102066016406775|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:11:07.928+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app10 [360]|#] [#|2011-12-09T11:11:07.933+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app10 [360]|#] [#|2011-12-09T11:11:07.974+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-14|#] [#|2011-12-09T11:11:07.976+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-15|#] [#|2011-12-09T11:11:08.294+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app16.entities/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:11:08.323+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Bundle having id 361 is a JPA bundle|#] [#|2011-12-09T11:11:08.329+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Exploded bundle org.glassfish.fighterfish.test.app16.entities [361] at /tmp/osgiapp3970665796493825721 |#] [#|2011-12-09T11:11:08.332+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Source = /tmp/osgiapp3970665796493825721, Target = /tmp/enhanced-osgiapp3132557801385980502|#] [#|2011-12-09T11:11:08.362+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp3970665796493825721 |#] [#|2011-12-09T11:11:08.376+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Deferring refresh to framework restart, so enhanced bytes won't come into effect until then for bundle 361 if there are existing wires to this bundle.|#] [#|2011-12-09T11:11:08.376+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app16.entities [361] from mvn:org.glassfish.fighterfish/test.app16.entities/1.0.0-SNAPSHOT |#] [#|2011-12-09T11:11:08.394+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=30;_ThreadName=Thread-109;|Deleted /tmp/enhanced-osgiapp3132557801385980502 |#] [#|2011-12-09T11:11:08.811+0530|INFO|glassfish3.1.2|org.eclipse.persistence.session.bundle://361.1:1/_test.app16.entities|_ThreadID=10;_ThreadName=main;|EclipseLink, version: Eclipse Persistence Services - 2.3.1.v20111018-r10243|#] [#|2011-12-09T11:11:09.802+0530|INFO|glassfish3.1.2|org.eclipse.persistence.session.bundle://361.1:1/_test.app16.entities|_ThreadID=10;_ThreadName=main;|bundle://361.1:1/_test.app16.entities login successful|#] [#|2011-12-09T11:11:09.832+0530|WARNING|glassfish3.1.2|org.eclipse.persistence.session.bundle://361.1:1/_test.app16.entities|_ThreadID=10;_ThreadName=main;|Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MESSAGE' because it does not exist. Error Code: 30000 Call: DROP TABLE MESSAGE Query: DataModifyQuery(sql="DROP TABLE MESSAGE") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:644) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:535) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:1717) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:566) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:207) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:193) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:236) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:216) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:85) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:844) at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2831) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1516) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1498) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1449) at org.eclipse.persistence.internal.sessions.AbstractSession.priviledgedExecuteNonSelectingCall(AbstractSession.java:4545) at org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition.dropFromDatabase(DatabaseObjectDefinition.java:138) at org.eclipse.persistence.tools.schemaframework.SchemaManager.dropObject(SchemaManager.java:450) at org.eclipse.persistence.tools.schemaframework.SchemaManager.replaceObject(SchemaManager.java:883) at org.eclipse.persistence.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:297) at org.eclipse.persistence.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:260) at org.eclipse.persistence.tools.schemaframework.SchemaManager.replaceDefaultTables(SchemaManager.java:954) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.createOrReplaceDefaultTables(EntityManagerFactoryProvider.java:90) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.writeDDLToDatabase(EntityManagerFactoryProvider.java:365) at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.generateDDL(EntityManagerSetupImpl.java:2824) at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:493) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:272) at org.glassfish.fighterfish.test.app16.entities.TestApp16EntitiesActivator.createEMF(TestApp16EntitiesActivator.java:82) at org.glassfish.fighterfish.test.app16.entities.TestApp16EntitiesActivator.start(TestApp16EntitiesActivator.java:65) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1835) at org.apache.felix.framework.Felix.startBundle(Felix.java:1752) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:922) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:909) at org.glassfish.fighterfish.test.it.T2_Test.testapp16(T2_Test.java:594) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.injectContextAndInvoke(ProbeInvokerImpl.java:112) at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.findAndInvoke(ProbeInvokerImpl.java:71) at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.call(ProbeInvokerImpl.java:58) at org.ops4j.pax.exam.nat.internal.NativeTestContainer.call(NativeTestContainer.java:83) at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.invoke(EagerSingleStagedReactor.java:85) at org.ops4j.pax.exam.junit.JUnit4TestRunner$2.evaluate(JUnit4TestRunner.java:259) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.ops4j.pax.exam.junit.JUnit4TestRunner.run(JUnit4TestRunner.java:86) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at $Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) Caused by: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MESSAGE' because it does not exist. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement30.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement40.(Unknown Source) at org.apache.derby.jdbc.Driver40.newEmbedPreparedStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source) at org.apache.derby.iapi.jdbc.BrokeredConnection.prepareStatement(Unknown Source) at com.sun.gjc.spi.base.ConnectionHolder.prepareStatement(ConnectionHolder.java:562) at com.sun.gjc.spi.jdbc40.ConnectionWrapper40.prepareCachedStatement(ConnectionWrapper40.java:255) at com.sun.gjc.spi.jdbc40.ConnectionWrapper40.prepareCachedStatement(ConnectionWrapper40.java:52) at com.sun.gjc.spi.ManagedConnection.prepareCachedStatement(ManagedConnection.java:964) at com.sun.gjc.spi.jdbc40.ConnectionWrapper40.prepareStatement(ConnectionWrapper40.java:173) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1474) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1423) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:697) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:585) ... 67 more Caused by: java.sql.SQLException: 'DROP TABLE' cannot be performed on 'MESSAGE' because it does not exist. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) ... 90 more Caused by: ERROR 42Y55: 'DROP TABLE' cannot be performed on 'MESSAGE' because it does not exist. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) at org.apache.derby.impl.sql.compile.DDLStatementNode.justGetDescriptor(Unknown Source) at org.apache.derby.impl.sql.compile.DDLStatementNode.getTableDescriptor(Unknown Source) at org.apache.derby.impl.sql.compile.DDLStatementNode.getTableDescriptor(Unknown Source) at org.apache.derby.impl.sql.compile.DropTableNode.bindStatement(Unknown Source) at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source) at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source) at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source) ... 84 more |#] TestApp16EntitiesActivator: registered org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl@1dd188 [#|2011-12-09T11:11:09.953+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app16.mdb/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:11:09.964+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app16.mdb [362] from mvn:org.glassfish.fighterfish/test.app16.mdb/1.0.0-SNAPSHOT |#] [#|2011-12-09T11:11:09.971+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp2164986789005623678/|#] [#|2011-12-09T11:11:09.973+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app16.msgproducer/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:11:09.990+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app16.msgproducer [363] from mvn:org.glassfish.fighterfish/test.app16.msgproducer/1.0.0-SNAPSHOT |#] Message producer started - waiting to be configured with topic name [#|2011-12-09T11:11:10.006+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app16/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:11:10.031+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app16 [364] from mvn:org.glassfish.fighterfish/test.app16/1.0.0-SNAPSHOT/war |#] [#|2011-12-09T11:11:10.150+0530|INFO|glassfish3.1.2|javax.enterprise.resource.jms.com.sun.enterprise.connectors.jms.system|_ThreadID=26;_ThreadName=pool-28-thread-1;|JMS010: ADDRESSLIST in setJmsServiceProvider: mq://localhost:7676/|#] [#|2011-12-09T11:11:10.151+0530|INFO|glassfish3.1.2|javax.enterprise.resource.jms.com.sun.enterprise.connectors.jms.system|_ThreadID=26;_ThreadName=pool-28-thread-1;|JMS08: JMS Service Connection URL is : mq://localhost:7676/|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:11:10.195+0530|INFO|glassfish3.1.2|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=26;_ThreadName=pool-28-thread-1;|MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 4.5.2 (Build 1-d) Compile: Thu Nov 3 12:15:52 PDT 2011|#] [#|2011-12-09T11:11:10.196+0530|INFO|glassfish3.1.2|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=26;_ThreadName=pool-28-thread-1;|MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter starting: broker is EMBEDDED, connection mode is Direct|#] [#|2011-12-09T11:11:11.610+0530|INFO|glassfish3.1.2|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=26;_ThreadName=pool-28-thread-1;|MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:EMBEDDED|#] [#|2011-12-09T11:11:11.624+0530|INFO|glassfish3.1.2|javax.enterprise.resource.jms.com.sun.enterprise.connectors.jms.system|_ThreadID=26;_ThreadName=pool-28-thread-1;|JMS013: end point determine destionation name, Res name: javax.jms.Topic, JNDI name: TestApp16MDB_CMT descriptor name : {3}|#] [#|2011-12-09T11:11:12.018+0530|INFO|glassfish3.1.2|javax.enterprise.resource.jms.com.sun.enterprise.connectors.jms.system|_ThreadID=26;_ThreadName=pool-28-thread-1;|JMS013: end point determine destionation name, Res name: javax.jms.Topic, JNDI name: TestApp16MDB_BMT descriptor name : {3}|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [#|2011-12-09T11:11:12.060+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface javax.persistence.EntityManagerFactory and annotated with dynamic=true, serviceCriteria=(persistence-unit=test.app16.entities)|#] [#|2011-12-09T11:11:12.061+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface javax.transaction.UserTransaction and annotated with dynamic=false, serviceCriteria=|#] [#|2011-12-09T11:11:12.061+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface javax.persistence.EntityManagerFactory and annotated with dynamic=true, serviceCriteria=(persistence-unit=test.app16.entities)|#] [#|2011-12-09T11:11:12.063+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface javax.persistence.EntityManagerFactory and annotated with dynamic=true, serviceCriteria=(persistence-unit=test.app16.entities)|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.bound.BoundSessionContext [#|2011-12-09T11:11:12.107+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface javax.persistence.EntityManagerFactory and annotated with dynamic=true, serviceCriteria=(persistence-unit=test.app16.entities)|#] [#|2011-12-09T11:11:12.107+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface javax.persistence.EntityManagerFactory and annotated with dynamic=true, serviceCriteria=(persistence-unit=test.app16.entities)|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.test.app16.mdb.TestApp16MDB_Base] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.ejb.EjbRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2164986789005623678-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.ejb.EjbRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.ejb.EjbRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000100 Weld initialized. Validating beans [#|2011-12-09T11:11:12.171+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=26;_ThreadName=pool-28-thread-1;|addingService: Found 2 no. of EJBs|#] [#|2011-12-09T11:11:12.171+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app16.mdb [362] at file:/tmp/osgiapp2164986789005623678/|#] [#|2011-12-09T11:11:12.179+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp7809487773519204717/|#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [#|2011-12-09T11:11:12.240+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface javax.persistence.EntityManagerFactory and annotated with dynamic=true, serviceCriteria=(persistence-unit=test.app16.entities)|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.test.app16.MessageReaderServlet] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp7809487773519204717-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [#|2011-12-09T11:11:12.300+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface javax.persistence.EntityManagerFactory and annotated with dynamic=true, serviceCriteria=(persistence-unit=test.app16.entities)|#] [#|2011-12-09T11:11:12.301+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=26;_ThreadName=pool-28-thread-1;|---- Injection requested for framework service type interface javax.persistence.EntityManagerFactory and annotated with dynamic=true, serviceCriteria=(persistence-unit=test.app16.entities)|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.RequestScoped] Registered beans: 0 Specialized beans: 0 : [] [#|2011-12-09T11:11:12.342+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:11:12.380+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app16_1.0.0.SNAPSHOT] at [/test.app16]|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000100 Weld initialized. Validating beans [#|2011-12-09T11:11:12.390+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app16, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app16} |#] [#|2011-12-09T11:11:12.391+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app16 [364] at file:/tmp/osgiapp7809487773519204717/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] Sending message: This is message 1 Sending message: This is message 2 TestApp16MDB_BMT: entering setEM() TestApp16MDB_CMT: entering setEM() TestApp16MDB_BMT: entering setEM() TestApp16MDB_CMT: entering setEM() TestApp16MDB_BMT: entering setEM() TestApp16MDB_BMT: com.sun.messaging.jms.ra.DirectPacket@1abe81a is being ignored as it is not a TextMessage TestApp16MDB_BMT: exiting setEM() TestApp16MDB_CMT: entering setEM() TestApp16MDB_CMT: com.sun.messaging.jms.ra.DirectPacket@12675af is being ignored as it is not a TextMessage TestApp16MDB_CMT: exiting setEM() TestApp16MDB_CMT: This is message 1 TestApp16MDB_CMT: exiting setEM() TestApp16MDB_BMT: This is message 1 TestApp16MDB_BMT: exiting setEM() TestApp16MDB_CMT: This is message 2 TestApp16MDB_CMT: exiting setEM() TestApp16MDB_BMT: This is message 2 TestApp16MDB_BMT: exiting setEM() MessageReaderServlet: This is message 1 MessageReaderServlet: This is message 1 MessageReaderServlet: This is message 2 MessageReaderServlet: This is message 2 [#|2011-12-09T11:11:42.488+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = MessageReaderServlet

Total number of messages: 4

This is message 1

This is message 1

This is message 2

This is message 2

|#] [#|2011-12-09T11:11:42.489+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app16.entities [361]|#] [#|2011-12-09T11:11:42.492+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app16.entities [361]|#] [#|2011-12-09T11:11:42.492+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app16.mdb [362]|#] [#|2011-12-09T11:11:42.493+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 2 no. of EJBs|#] [#|2011-12-09T11:11:42.570+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp2164986789005623678|#] [#|2011-12-09T11:11:42.571+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app16.mdb [362]|#] [#|2011-12-09T11:11:42.574+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app16.mdb [362]|#] [#|2011-12-09T11:11:42.574+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app16.msgproducer [363]|#] [#|2011-12-09T11:11:42.578+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app16.msgproducer [363]|#] [#|2011-12-09T11:11:42.579+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app16 [364]|#] [#|2011-12-09T11:11:42.579+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:11:42.621+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp7809487773519204717|#] [#|2011-12-09T11:11:42.622+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app16 [364]|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:11:42.624+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app16 [364]|#] [#|2011-12-09T11:11:42.724+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-15|#] [#|2011-12-09T11:11:42.726+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-16|#] [#|2011-12-09T11:11:42.790+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app15/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:11:42.801+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app15 [365] from mvn:org.glassfish.fighterfish/test.app15/1.0.0-SNAPSHOT |#] ConnectionFactoryImpl.activate() ConnectionFactoryImpl.activate() com.sun.gjc.spi.jdbc40.DataSource40@c1a4f [#|2011-12-09T11:11:43.715+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app15 [365]|#] [#|2011-12-09T11:11:43.722+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app15 [365]|#] ConnectionFactoryImpl.deactivate() [#|2011-12-09T11:11:43.786+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-16|#] [#|2011-12-09T11:11:43.787+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T2_Test-17|#] [#|2011-12-09T11:11:43.856+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/test.app8/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:11:43.904+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Bundle having id 366 is a JPA bundle|#] [#|2011-12-09T11:11:43.910+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Exploded bundle org.glassfish.fighterfish.test.app8 [366] at /tmp/osgiapp5828854521599746350 |#] [#|2011-12-09T11:11:43.913+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Source = /tmp/osgiapp5828854521599746350/WEB-INF/lib/test.app8.entities.jar, Target = /tmp/enhanced-osgiapp5525164568755211187/WEB-INF/lib/test.app8.entities.jar|#] [#|2011-12-09T11:11:44.000+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp5828854521599746350 |#] [#|2011-12-09T11:11:44.013+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Deferring refresh to framework restart, so enhanced bytes won't come into effect until then for bundle 366 if there are existing wires to this bundle.|#] [#|2011-12-09T11:11:44.014+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.test.app8 [366] from mvn:org.glassfish.fighterfish/test.app8/1.0.0-SNAPSHOT |#] [#|2011-12-09T11:11:44.017+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=31;_ThreadName=Thread-113;|Deleted /tmp/enhanced-osgiapp5525164568755211187 |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:11:44.039+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|Expanded at file:/tmp/osgiapp1645646984725843182/|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:11:44.156+0530|INFO|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp1645646984725843182/WEB-INF/lib/test.app8.entities.jar_test.app8.entities|_ThreadID=26;_ThreadName=pool-28-thread-1;|EclipseLink, version: Eclipse Persistence Services - 2.3.1.v20111018-r10243|#] [#|2011-12-09T11:11:45.229+0530|INFO|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp1645646984725843182/WEB-INF/lib/test.app8.entities.jar_test.app8.entities|_ThreadID=26;_ThreadName=pool-28-thread-1;|file:/tmp/osgiapp1645646984725843182/WEB-INF/lib/test.app8.entities.jar_test.app8.entities login successful|#] [#|2011-12-09T11:11:45.413+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:11:45.492+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=pool-28-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.test.app8_1.0.0.SNAPSHOT] at [/test.app8]|#] [#|2011-12-09T11:11:45.495+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=26;_ThreadName=pool-28-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.test.app8, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/test.app8} |#] [#|2011-12-09T11:11:45.497+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=26;_ThreadName=pool-28-thread-1;|deployed bundle org.glassfish.fighterfish.test.app8 [366] at file:/tmp/osgiapp1645646984725843182/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] [#|2011-12-09T11:11:45.523+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@1aee4b5action = createDepartmentCreated Department(hr, []) |#] [#|2011-12-09T11:11:45.530+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@10a88caction = createDepartmentCreated Department(finance, []) |#] [#|2011-12-09T11:11:45.580+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@1adb7a0action = createEmployeeCreated Employee(1) |#] [#|2011-12-09T11:11:45.599+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@a64569action = createEmployeeCreated Employee(2) |#] [#|2011-12-09T11:11:45.603+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@6dfb07action = readEmployeeFound Employee(1) |#] [#|2011-12-09T11:11:45.605+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@ad1759action = readDepartmentFound Department(hr, {IndirectList: not instantiated}) |#] [#|2011-12-09T11:11:45.608+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@146a50caction = readDepartmentFound Department(hr, {IndirectList: not instantiated}) |#] [#|2011-12-09T11:11:45.623+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@8a2db2action = deleteEmployeeDeleted Employee(2) |#] [#|2011-12-09T11:11:45.630+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@138ce2action = deleteEmployeeDeleted Employee(1) |#] [#|2011-12-09T11:11:45.646+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@e31856action = deleteDepartmentDeleted Department(hr, {[]}) |#] [#|2011-12-09T11:11:45.651+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Employee-Department CRUD org.eclipse.persistence.internal.jpa.EntityManagerImpl@14ad288action = deleteDepartmentDeleted Department(finance, {[]}) |#] [#|2011-12-09T11:11:45.651+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.test.app8 [366]|#] [#|2011-12-09T11:11:45.651+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] [#|2011-12-09T11:11:45.700+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp1645646984725843182|#] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 org/osgi/service/web/UNDEPLOYED [#|2011-12-09T11:11:45.701+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.test.app8 [366]|#] event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:11:45.705+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.test.app8 [366]|#] [#|2011-12-09T11:11:45.757+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T2_Test-17|#] [#|2011-12-09T11:11:45.822+0530|WARNING|glassfish3.1.2|javax.enterprise.resource.corba.orbutil.threadpool|_ThreadID=32;_ThreadName=p: thread-pool-1; w: 1;|ORBTPOOL00007: Worker thread Thread[p: thread-pool-1; w: 1,5,main] caught throwable while executing work.|#] [#|2011-12-09T11:11:45.842+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=19;_ThreadName=FelixStartLevel;|Closing Metro monitoring root: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-Coordinator-Registration|#] [#|2011-12-09T11:11:45.842+0530|WARNING|glassfish3.1.2|javax.enterprise.resource.corba.orbutil.threadpool|_ThreadID=33;_ThreadName=p: thread-pool-1; w: 2;|ORBTPOOL00007: Worker thread Thread[p: thread-pool-1; w: 2,5,main] caught throwable while executing work.|#] [#|2011-12-09T11:11:45.848+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=19;_ThreadName=FelixStartLevel;|Closing Metro monitoring root: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-Coordinator-RegistrationRequester|#] [#|2011-12-09T11:11:45.849+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=19;_ThreadName=FelixStartLevel;|Closing Metro monitoring root: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-RegistrationService_V11-RegistrationRequesterPort|#] [#|2011-12-09T11:11:45.850+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=19;_ThreadName=FelixStartLevel;|Closing Metro monitoring root: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-WSATCoordinator-Coordinator|#] [#|2011-12-09T11:11:45.851+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=19;_ThreadName=FelixStartLevel;|Closing Metro monitoring root: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-RegistrationService_V11-RegistrationPort|#] [#|2011-12-09T11:11:45.852+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=19;_ThreadName=FelixStartLevel;|Closing Metro monitoring root: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-WSAT11Service-CoordinatorPort|#] [#|2011-12-09T11:11:45.853+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=19;_ThreadName=FelixStartLevel;|Closing Metro monitoring root: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-WSATCoordinator-Participant|#] [#|2011-12-09T11:11:45.854+0530|INFO|glassfish3.1.2|com.sun.xml.ws.monitoring|_ThreadID=19;_ThreadName=FelixStartLevel;|Closing Metro monitoring root: amx:pp=/mon/server-mon[server],type=WSEndpoint,name=/__wstx-services-WSAT11Service-ParticipantPort|#] [#|2011-12-09T11:11:45.873+0530|INFO|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.enterprise.connectors.service|_ThreadID=34;_ThreadName=Thread-118;|RAR7094: __xa_jdbc_ra shutdown successful.|#] [#|2011-12-09T11:11:45.874+0530|INFO|glassfish3.1.2|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=35;_ThreadName=Thread-119;|MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter stopping...|#] [#|2011-12-09T11:11:47.310+0530|INFO|glassfish3.1.2|org.eclipse.persistence.session.bundle://361.1:1/_test.app16.entities|_ThreadID=36;_ThreadName=Finalizer;|bundle://361.1:1/_test.app16.entities logout successful|#] [#|2011-12-09T11:11:50.961+0530|INFO|glassfish3.1.2|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=35;_ThreadName=Thread-119;|MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter stopped.|#] [#|2011-12-09T11:11:50.962+0530|INFO|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.enterprise.connectors.service|_ThreadID=37;_ThreadName=Thread-117;|RAR7094: jmsra shutdown successful.|#] [#|2011-12-09T11:11:55.458+0530|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=19;_ThreadName=FelixStartLevel;|JMX002: JMXStartupService: Stopped JMXConnectorServer: null|#] [#|2011-12-09T11:11:55.459+0530|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=19;_ThreadName=FelixStartLevel;|JMX001: JMXStartupService and JMXConnectors have been shut down.|#] [#|2011-12-09T11:11:55.460+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=19;_ThreadName=FelixStartLevel;|Shutdown procedure finished|#] Completed shutdown of Log manager service [#|2011-12-09T11:11:55.461+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=38;_ThreadName=GlassFish Kernel Main Thread;|[Thread[GlassFish Kernel Main Thread,5,main]] exiting|#] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. [#|2011-12-09T11:11:55.480+0530|INFO|glassfish3.1.2|org.jvnet.hk2.osgiadapter|_ThreadID=19;_ThreadName=FelixStartLevel;|Stopping com.sun.enterprise.v3.server.AppServerStartup@f3b8be|#] [#|2011-12-09T11:11:55.480+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=19;_ThreadName=FelixStartLevel;|Already stopped, so just returning|#] Tests run: 21, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 91.877 sec Running org.glassfish.fighterfish.test.it.T1_SamplesTest [#|2011-12-09T11:11:55.557+0530|INFO|glassfish3.1.2|org.ops4j.pax.exam.spi.DefaultExamSystem|_ThreadID=10;_ThreadName=main;|Pax Exam System (Version: 2.2.0) created.|#] [#|2011-12-09T11:11:55.561+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|fwConfigFileName = OSGiFramework.properties|#] [#|2011-12-09T11:11:55.563+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|FighterFish Test Util Version = 1.1.0-SNAPSHOT|#] [org.ops4j.pax.exam.rbc.internal.Activator] : Name, port or host is null. So this RBC remains inactive. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. Provisioning options are {glassfish.osgi.auto.start=file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/endorsed/ file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/osgi-adapter.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/osgi-resource-locator.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/org.apache.felix.configadmin.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/org.apache.felix.fileinstall.jar file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/autostart/ , glassfish.osgi.auto.install=file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/endorsed/ file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/ file:/space/bhhs/osgi/as/glassfish3/glassfish/modules/autostart/ } [#|2011-12-09T11:11:57.961+0530|INFO|glassfish3.1.2|org.glassfish.ha.store.spi.BackingStoreFactoryRegistry|_ThreadID=39;_ThreadName=FelixStartLevel;|Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry|#] [#|2011-12-09T11:11:58.301+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=40;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 89ms - bound to [0.0.0.0:4848]|#] [#|2011-12-09T11:11:58.303+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=41;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 97ms - bound to [0.0.0.0:8181]|#] [#|2011-12-09T11:11:58.320+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=42;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 61ms - bound to [0.0.0.0:3700]|#] [#|2011-12-09T11:11:58.329+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=43;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 49ms - bound to [0.0.0.0:7676]|#] [#|2011-12-09T11:11:58.355+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=44;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.41 started in: 193ms - bound to [0.0.0.0:8080]|#] [#|2011-12-09T11:11:58.517+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=39;_ThreadName=FelixStartLevel;|GlassFish Server Open Source Edition 3.1.2-b12 (12) startup time : Felix (549ms), startup services(880ms), total(1,429ms)|#] [#|2011-12-09T11:11:59.046+0530|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=45;_ThreadName=Thread-146;|JMX005: JMXStartupService had Started JMXConnector on JMXService URL service:jmx:rmi://ejp-172x-174:8686/jndi/rmi://ejp-172x-174:8686/jmxrmi|#] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-666baa97-b7f7-44b1-9079-197813e9b1bf to be in PaxExam-666baa97-b7f7-44b1-9079-197813e9b1bf,PaxExam-d629a290-db1f-4728-81f5-dab24d5469cf, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-666baa97-b7f7-44b1-9079-197813e9b1bf" and expression="org.glassfish.fighterfish.test.it.T1_SamplesTest;osgihttp_helloworld_sample_test" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-666baa97-b7f7-44b1-9079-197813e9b1bf,PaxExam-d629a290-db1f-4728-81f5-dab24d5469cf, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-d629a290-db1f-4728-81f5-dab24d5469cf to be in PaxExam-666baa97-b7f7-44b1-9079-197813e9b1bf,PaxExam-d629a290-db1f-4728-81f5-dab24d5469cf, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d629a290-db1f-4728-81f5-dab24d5469cf" and expression="org.glassfish.fighterfish.test.it.T1_SamplesTest;uas_sample_test" [#|2011-12-09T11:11:59.069+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T1_SamplesTest-1|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.util.Version] : Hibernate Validator 4.2.0.Final org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No default context class loader, fall back to Bean Validation's loader org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:11:59.881+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=10;_ThreadName=main;|WEB0169: Created HTTP listener [http-listener-1] on host/port [0.0.0.0:8080]|#] [#|2011-12-09T11:11:59.890+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=10;_ThreadName=main;|WEB0169: Created HTTP listener [http-listener-2] on host/port [0.0.0.0:8181]|#] [#|2011-12-09T11:11:59.895+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=10;_ThreadName=main;|WEB0169: Created HTTP listener [admin-listener] on host/port [0.0.0.0:4848]|#] [#|2011-12-09T11:11:59.963+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=10;_ThreadName=main;|WEB0171: Created virtual server [server]|#] [#|2011-12-09T11:11:59.969+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=10;_ThreadName=main;|WEB0171: Created virtual server [__asadmin]|#] [#|2011-12-09T11:12:00.436+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=10;_ThreadName=main;|WEB0172: Virtual server [server] loaded default web module []|#] [#|2011-12-09T11:12:00.958+0530|INFO|glassfish3.1.2|org.glassfish.osgihttp|_ThreadID=10;_ThreadName=main;|defaultVirtualServer = server|#] [#|2011-12-09T11:12:00.999+0530|INFO|glassfish3.1.2|org.apache.catalina.startup.ContextConfig|_ThreadID=10;_ThreadName=main;|No default web.xml|#] [#|2011-12-09T11:12:01.003+0530|INFO|glassfish3.1.2|org.glassfish.osgihttp|_ThreadID=10;_ThreadName=main;|standardContext = StandardEngine[glassfish-web].StandardHost[server].StandardContext[/osgi]|#] [#|2011-12-09T11:12:01.011+0530|INFO|glassfish3.1.2|org.apache.catalina.startup.ContextConfig|_ThreadID=10;_ThreadName=main;|No default web.xml|#] [#|2011-12-09T11:12:01.015+0530|INFO|glassfish3.1.2|org.glassfish.osgihttp|_ThreadID=10;_ThreadName=main;|standardContext = StandardEngine[glassfish-web].StandardHost[__asadmin].StandardContext[/osgi]|#] [#|2011-12-09T11:12:01.017+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/sample.osgihttp.helloworld/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:12:01.028+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.sample.osgihttp.helloworld [368] from mvn:org.glassfish.fighterfish/sample.osgihttp.helloworld/1.0.0-SNAPSHOT |#] HelloWorldHttpActivator.start() org.glassfish.fighterfish.sample.osgihttp.helloworld.HelloWorldServlet1@1a3a7f7.init(org.glassfish.osgihttp.OSGiServletConfig@1688577) org.apache.catalina.core.ApplicationContextFacade@1126e4e org.glassfish.fighterfish.sample.osgihttp.helloworld.HelloWorldServlet2@9c81f4.init(org.glassfish.osgihttp.OSGiServletConfig@117cae6) org.apache.catalina.core.ApplicationContextFacade@1126e4e org.glassfish.fighterfish.sample.osgihttp.helloworld.HelloWorldServlet3@a4516.init(org.glassfish.osgihttp.OSGiServletConfig@3dcd53) org.apache.catalina.core.ApplicationContextFacade@173399c raised event org.osgi.service.event.Event [topic=org/glassfish/fighterfish/sample/osgihttp/helloworld] [#|2011-12-09T11:12:01.152+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=46;_ThreadName=Thread-148;|event = org.osgi.service.event.Event [topic=org/glassfish/fighterfish/sample/osgihttp/helloworld]|#] [#|2011-12-09T11:12:01.251+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response =

Hello World -- sample servlet #1:

servlet context counter = 0

http session counter = null

|#] [#|2011-12-09T11:12:01.262+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response =

Hello World -- sample servlet #1:

servlet context counter = 1

http session counter = null

|#] [#|2011-12-09T11:12:01.264+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response =

Hello World -- sample servlet #2:

servlet context counter = 2

http session counter = null

|#] [#|2011-12-09T11:12:01.267+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response =

Hello World -- sample servlet #1:

servlet context counter = 3

http session counter = null

|#] [#|2011-12-09T11:12:01.276+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response =

Hello World -- sample servlet #3:

servlet context counter = null

http session counter = null

|#] [#|2011-12-09T11:12:01.276+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.sample.osgihttp.helloworld [368]|#] org.glassfish.fighterfish.sample.osgihttp.helloworld.HelloWorldServlet1@1a3a7f7.destroy() org.glassfish.fighterfish.sample.osgihttp.helloworld.HelloWorldServlet2@9c81f4.destroy() org.glassfish.fighterfish.sample.osgihttp.helloworld.HelloWorldServlet3@a4516.destroy() [#|2011-12-09T11:12:01.288+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.sample.osgihttp.helloworld [368]|#] [#|2011-12-09T11:12:01.364+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T1_SamplesTest-1|#] [#|2011-12-09T11:12:01.365+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Creating test context for test id: org.glassfish.fighterfish.test.it.T1_SamplesTest-2|#] [#|2011-12-09T11:12:01.472+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/sample.uas.api/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:12:01.481+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.sample.uas.api [369] from mvn:org.glassfish.fighterfish/sample.uas.api/1.0.0-SNAPSHOT |#] [#|2011-12-09T11:12:01.482+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/sample.uas.simpleservice/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:12:01.491+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.sample.uas.simpleservice [370] from mvn:org.glassfish.fighterfish/sample.uas.simpleservice/1.0.0-SNAPSHOT |#] [#|2011-12-09T11:12:01.491+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/sample.uas.simplewab/1.0.0-SNAPSHOT/war|#] [#|2011-12-09T11:12:01.512+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.sample.uas.simplewab [371] from mvn:org.glassfish.fighterfish/sample.uas.simplewab/1.0.0-SNAPSHOT/war |#] org/osgi/service/web/DEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYING] [#|2011-12-09T11:12:01.590+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=47;_ThreadName=pool-67-thread-1;|Expanded at file:/tmp/osgiapp2871147993690492495/|#] [#|2011-12-09T11:12:01.660+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=47;_ThreadName=pool-67-thread-1;|SEC1002: Security Manager is OFF.|#] [#|2011-12-09T11:12:01.712+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=47;_ThreadName=pool-67-thread-1;|SEC1010: Entering Security Startup Service|#] [#|2011-12-09T11:12:01.713+0530|WARNING|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=47;_ThreadName=pool-67-thread-1;|SEC1146: Policy configuration factory overridden by property javax.security.jacc.PolicyConfigurationFactory.provider with value com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl|#] [#|2011-12-09T11:12:01.715+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=47;_ThreadName=pool-67-thread-1;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#] [#|2011-12-09T11:12:01.756+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=47;_ThreadName=pool-67-thread-1;|SEC1115: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.|#] [#|2011-12-09T11:12:01.757+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=47;_ThreadName=pool-67-thread-1;|SEC1115: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.|#] [#|2011-12-09T11:12:01.763+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=47;_ThreadName=pool-67-thread-1;|SEC1115: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.|#] [#|2011-12-09T11:12:01.772+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=47;_ThreadName=pool-67-thread-1;|SEC1011: Security Service(s) Started Successfully|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Version] : WELD-000900 1.1.3 (SP1) org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [#|2011-12-09T11:12:02.414+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=47;_ThreadName=pool-67-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.sample.uas.api.UserAuthService and annotated with dynamic=true, serviceCriteria=|#] [#|2011-12-09T11:12:02.419+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=47;_ThreadName=pool-67-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.sample.uas.api.UserAuthService and annotated with dynamic=true, serviceCriteria=|#] [#|2011-12-09T11:12:02.426+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=47;_ThreadName=pool-67-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.sample.uas.api.UserAuthService and annotated with dynamic=true, serviceCriteria=|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-com.sun.jersey.server.impl.cdi.CDIExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.http.HttpSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.SingletonContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-org.glassfish.osgicdi.impl.OSGiServiceExtension-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.bound.BoundConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.event.Event] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.http.HttpRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.bound.BoundSessionContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.Instance] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.Validator] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.SingletonContext [#|2011-12-09T11:12:02.613+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=47;_ThreadName=pool-67-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.sample.uas.api.UserAuthService and annotated with dynamic=true, serviceCriteria=|#] [#|2011-12-09T11:12:02.615+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=47;_ThreadName=pool-67-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.sample.uas.api.UserAuthService and annotated with dynamic=true, serviceCriteria=|#] [#|2011-12-09T11:12:02.617+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=47;_ThreadName=pool-67-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.sample.uas.api.UserAuthService and annotated with dynamic=true, serviceCriteria=|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.sample.uas.simplewab.LoginServlet] with qualifiers [@Any @Default] [#|2011-12-09T11:12:02.617+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=47;_ThreadName=pool-67-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.sample.uas.api.UserAuthService and annotated with dynamic=true, serviceCriteria=|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.sample.uas.simplewab.RegistrationServlet] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.http.HttpSessionContext [#|2011-12-09T11:12:02.618+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=47;_ThreadName=pool-67-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.sample.uas.api.UserAuthService and annotated with dynamic=true, serviceCriteria=|#] [#|2011-12-09T11:12:02.619+0530|INFO|glassfish3.1.2|org.glassfish.osgicdi.impl|_ThreadID=47;_ThreadName=pool-67-thread-1;|---- Injection requested for framework service type interface org.glassfish.fighterfish.sample.uas.api.UserAuthService and annotated with dynamic=true, serviceCriteria=|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Managed Bean [class org.glassfish.fighterfish.sample.uas.simplewab.UnregistrationServlet] with qualifiers [@Any @Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.transaction.UserTransaction] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.ApplicationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.RequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-javax.enterprise.context.Conversation org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.bound.BoundRequestContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.http.HttpConversationContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [java.security.Principal] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Implicit Bean [javax.enterprise.inject.spi.InjectionPoint] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: Built-in Bean [javax.validator.ValidatorFactory] with qualifiers [@Default] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000106 Bean: org.jboss.weld.bean-osgiapp2871147993690492495-Built-in-org.jboss.weld.context.DependentContext org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000103 Enabled alternatives for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000104 Enabled decorator types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000105 Enabled interceptor types for Manager Enabled alternatives: [] [] Registered contexts: [interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.ConversationScoped, interface javax.inject.Singleton, interface javax.enterprise.context.ApplicationScoped, interface javax.enterprise.context.Dependent] Registered beans: 0 Specialized beans: 0 : [] [#|2011-12-09T11:12:02.733+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=47;_ThreadName=pool-67-thread-1;|total number of classes with faces annotation = 0|#] [#|2011-12-09T11:12:02.847+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=47;_ThreadName=pool-67-thread-1;|WEB0671: Loading application [org.glassfish.fighterfish.sample.uas.simplewab_1.0.0.SNAPSHOT] at [/uas]|#] org.jboss.weld.osgi-bundle[org.jboss.weld.Bootstrap] : WELD-000100 Weld initialized. Validating beans [#|2011-12-09T11:12:02.863+0530|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=47;_ThreadName=pool-67-thread-1;|Registered ServletContext as a service with properties: {osgi.web.symbolicname=org.glassfish.fighterfish.sample.uas.simplewab, osgi.web.version=1.0.0.SNAPSHOT, osgi.web.contextpath=/uas} |#] [#|2011-12-09T11:12:02.865+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=47;_ThreadName=pool-67-thread-1;|deployed bundle org.glassfish.fighterfish.sample.uas.simplewab [371] at file:/tmp/osgiapp2871147993690492495/|#] org/osgi/service/web/DEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/DEPLOYED] UserAuthService: Registered service [#|2011-12-09T11:12:02.992+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Login Service is not yet available |#] UserAuthService: Fri Dec 09 11:12:03 IST 2011LoginAttempt: (foo, bar): false [#|2011-12-09T11:12:03.001+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Login Incorrect user name or password. Try again |#] UserAuthService: Fri Dec 09 11:12:03 IST 2011LoginAttempt: (foo, bar): true [#|2011-12-09T11:12:03.005+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Login Registered foo |#] UserAuthService: Fri Dec 09 11:12:03 IST 2011LoginAttempt: (foo, bar): true [#|2011-12-09T11:12:03.008+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Login Welcome foo |#] [#|2011-12-09T11:12:03.014+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Login Unregistered foo |#] [#|2011-12-09T11:12:03.018+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.it|_ThreadID=10;_ThreadName=main;|response = Login Service is not yet available |#] [#|2011-12-09T11:12:03.018+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installing bundle = mvn:org.glassfish.fighterfish/sample.uas.ejbservice/1.0.0-SNAPSHOT|#] [#|2011-12-09T11:12:03.382+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Bundle having id 372 is a JPA bundle|#] [#|2011-12-09T11:12:03.391+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Exploded bundle org.glassfish.fighterfish.sample.uas.ejbservice [372] at /tmp/osgiapp6075571728170605413 |#] [#|2011-12-09T11:12:03.397+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Source = /tmp/osgiapp6075571728170605413, Target = /tmp/enhanced-osgiapp7992998989216306320|#] [#|2011-12-09T11:12:04.046+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp6075571728170605413 |#] [#|2011-12-09T11:12:04.061+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=10;_ThreadName=main;|Deferring refresh to framework restart, so enhanced bytes won't come into effect until then for bundle 372 if there are existing wires to this bundle.|#] [#|2011-12-09T11:12:04.061+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Installed bundle = org.glassfish.fighterfish.sample.uas.ejbservice [372] from mvn:org.glassfish.fighterfish/sample.uas.ejbservice/1.0.0-SNAPSHOT |#] [#|2011-12-09T11:12:04.065+0530|INFO|glassfish3.1.2|org.glassfish.osgijpa|_ThreadID=48;_ThreadName=Thread-159;|Deleted /tmp/enhanced-osgiapp7992998989216306320 |#] [#|2011-12-09T11:12:04.084+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=47;_ThreadName=pool-67-thread-1;|Expanded at file:/tmp/osgiapp6234864474817018192/|#] [#|2011-12-09T11:12:04.213+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=47;_ThreadName=pool-67-thread-1;|Created EjbThreadPoolExecutor with thread-core-pool-size 16 thread-max-pool-size 32 thread-keep-alive-seconds 60 thread-queue-capacity 2147483647 allow-core-thread-timeout false |#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:12:05.136+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|Begin predeploying Persistence Unit sample.uas.entities; session file:/tmp/osgiapp6234864474817018192/_sample.uas.entities; state Initial; factoryCount 0|#] [#|2011-12-09T11:12:05.137+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.orm.throw.exceptions; default value=true|#] [#|2011-12-09T11:12:05.137+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.weaving.changetracking; default value=true|#] [#|2011-12-09T11:12:05.138+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.weaving.lazy; default value=true|#] [#|2011-12-09T11:12:05.138+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.weaving.eager; default value=false|#] [#|2011-12-09T11:12:05.138+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.weaving.fetchgroups; default value=true|#] [#|2011-12-09T11:12:05.138+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.weaving.internal; default value=true|#] [#|2011-12-09T11:12:05.139+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.multitenant.tenants-share-emf; default value=true|#] [#|2011-12-09T11:12:05.139+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.multitenant.tenants-share-cache; default value=false|#] [#|2011-12-09T11:12:05.139+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.metadata-source; default value=null|#] [#|2011-12-09T11:12:05.141+0530|FINER|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|Searching for default mapping file in file:/tmp/osgiapp6234864474817018192/|#] [#|2011-12-09T11:12:05.143+0530|FINER|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|Searching for default mapping file in file:/tmp/osgiapp6234864474817018192/|#] [#|2011-12-09T11:12:05.159+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The access type for the persistent class [class org.glassfish.fighterfish.sample.uas.entities.LoginAttempt] is set to [FIELD].|#] [#|2011-12-09T11:12:05.167+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The target entity (reference) class for the many to one mapping element [field userCredential] is being defaulted to: class org.glassfish.fighterfish.sample.uas.entities.UserCredential.|#] [#|2011-12-09T11:12:05.168+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The access type for the persistent class [class org.glassfish.fighterfish.sample.uas.entities.UserCredential] is set to [FIELD].|#] [#|2011-12-09T11:12:05.169+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The target entity (reference) class for the one to many mapping element [field loginAttempts] is being defaulted to: class org.glassfish.fighterfish.sample.uas.entities.LoginAttempt.|#] [#|2011-12-09T11:12:05.170+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The alias name for the entity class [class org.glassfish.fighterfish.sample.uas.entities.LoginAttempt] is being defaulted to: LoginAttempt.|#] [#|2011-12-09T11:12:05.171+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The table name for entity [class org.glassfish.fighterfish.sample.uas.entities.LoginAttempt] is being defaulted to: LOGINATTEMPT.|#] [#|2011-12-09T11:12:05.171+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The column name for element [timeStamp] is being defaulted to: TIMESTAMP.|#] [#|2011-12-09T11:12:05.171+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The column name for element [serialNumber] is being defaulted to: SERIALNUMBER.|#] [#|2011-12-09T11:12:05.172+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The column name for element [successful] is being defaulted to: SUCCESSFUL.|#] [#|2011-12-09T11:12:05.172+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The alias name for the entity class [class org.glassfish.fighterfish.sample.uas.entities.UserCredential] is being defaulted to: UserCredential.|#] [#|2011-12-09T11:12:05.172+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The table name for entity [class org.glassfish.fighterfish.sample.uas.entities.UserCredential] is being defaulted to: USERCREDENTIAL.|#] [#|2011-12-09T11:12:05.172+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The column name for element [name] is being defaulted to: NAME.|#] [#|2011-12-09T11:12:05.173+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The column name for element [password] is being defaulted to: PASSWORD.|#] [#|2011-12-09T11:12:05.173+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The primary key column name for the mapping element [field userCredential] is being defaulted to: NAME.|#] [#|2011-12-09T11:12:05.173+0530|CONFIG|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb_or_metadata|_ThreadID=47;_ThreadName=pool-67-thread-1;|The foreign key column name for the mapping element [userCredential] is being defaulted to: USERCREDENTIAL_NAME.|#] [#|2011-12-09T11:12:05.174+0530|FINER|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.weaver|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|Class [org.glassfish.fighterfish.sample.uas.entities.LoginAttempt] registered to be processed by weaver.|#] [#|2011-12-09T11:12:05.181+0530|FINER|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.weaver|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|Class [org.glassfish.fighterfish.sample.uas.entities.UserCredential] registered to be processed by weaver.|#] [#|2011-12-09T11:12:05.182+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|End predeploying Persistence Unit sample.uas.entities; session file:/tmp/osgiapp6234864474817018192/_sample.uas.entities; state Predeployed; factoryCount 1|#] addTransformer called org.glassfish.persistence.jpa.ServerProviderContainerContractInfo$1@15392d5 [#|2011-12-09T11:12:05.198+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|Begin deploying Persistence Unit sample.uas.entities; session file:/tmp/osgiapp6234864474817018192/_sample.uas.entities; state Predeployed; factoryCount 1|#] org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver org.glassfish.hk2.external.bean-validator[org.hibernate.validator.engine.resolver.DefaultTraversableResolver] : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.engine.resolver.JPATraversableResolver. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. org.glassfish.hk2.external.bean-validator[org.hibernate.validator.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only [#|2011-12-09T11:12:05.254+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.target-server; value=SunAS9; translated value=org.eclipse.persistence.platform.server.sunas.SunAS9ServerPlatform|#] [#|2011-12-09T11:12:05.255+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.logging.level; value=FINEST; translated value=FINEST|#] [#|2011-12-09T11:12:05.256+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|property=eclipselink.logging.level; value=FINEST; translated value=FINEST|#] [#|2011-12-09T11:12:05.275+0530|INFO|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities|_ThreadID=47;_ThreadName=pool-67-thread-1;|EclipseLink, version: Eclipse Persistence Services - 2.3.1.v20111018-r10243|#] [#|2011-12-09T11:12:06.811+0530|WARNING|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.enterprise.resource.allocator|_ThreadID=47;_ThreadName=pool-67-thread-1;|RAR5038:Unexpected exception while creating resource for pool org.glassfish.fighterfish.test.it.T1_SamplesTest-2. Exception : javax.resource.spi.ResourceAllocationException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details.|#] [#|2011-12-09T11:12:06.812+0530|WARNING|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.enterprise.connectors|_ThreadID=47;_ThreadName=pool-67-thread-1;|RAR5117 : Failed to obtain/create connection from connection pool [ org.glassfish.fighterfish.test.it.T1_SamplesTest-2 ]. Reason : com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details.|#] [#|2011-12-09T11:12:06.815+0530|WARNING|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.gjc.spi|_ThreadID=47;_ThreadName=pool-67-thread-1;|RAR5114 : Error allocating connection : [Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details.]|#] [#|2011-12-09T11:12:06.820+0530|SEVERE|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb|_ThreadID=47;_ThreadName=pool-67-thread-1;|Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. Error Code: 0 at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:309) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:135) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162) at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:584) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206) at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:272) at org.glassfish.persistence.jpa.PersistenceUnitLoader.doJava2DB(PersistenceUnitLoader.java:373) at org.glassfish.persistence.jpa.JPADeployer$2.visitPUD(JPADeployer.java:435) at org.glassfish.persistence.jpa.JPADeployer$PersistenceUnitDescriptorIterator.iteratePUDs(JPADeployer.java:483) at org.glassfish.persistence.jpa.JPADeployer.iterateInitializedPUsAtApplicationPrepare(JPADeployer.java:465) at org.glassfish.persistence.jpa.JPADeployer.event(JPADeployer.java:389) at org.glassfish.kernel.event.EventsImpl.send(EventsImpl.java:128) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:453) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240) at org.glassfish.osgijavaeebase.OSGiDeploymentRequest.deploy(OSGiDeploymentRequest.java:183) at org.glassfish.osgijavaeebase.OSGiDeploymentRequest.execute(OSGiDeploymentRequest.java:118) at org.glassfish.osgijavaeebase.AbstractOSGiDeployer.deploy(AbstractOSGiDeployer.java:121) at org.glassfish.osgijavaeebase.OSGiContainer.deploy(OSGiContainer.java:154) at org.glassfish.osgijavaeebase.JavaEEExtender.deploy(JavaEEExtender.java:107) at org.glassfish.osgijavaeebase.JavaEEExtender.access$200(JavaEEExtender.java:61) at org.glassfish.osgijavaeebase.JavaEEExtender$HybridBundleTrackerCustomizer$1.call(JavaEEExtender.java:151) at org.glassfish.osgijavaeebase.JavaEEExtender$HybridBundleTrackerCustomizer$1.call(JavaEEExtender.java:148) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Caused by: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:120) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:123) ... 29 more Caused by: javax.resource.spi.ResourceAllocationException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:307) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:190) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:165) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:160) at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:113) ... 30 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:103) at com.sun.enterprise.resource.pool.ConnectionPool.addResource(ConnectionPool.java:282) at com.sun.enterprise.resource.pool.ConnectionPool.createResourceAndAddToPool(ConnectionPool.java:1501) at com.sun.enterprise.resource.pool.ConnectionPool.createResources(ConnectionPool.java:944) at com.sun.enterprise.resource.pool.ConnectionPool.initPool(ConnectionPool.java:230) at com.sun.enterprise.resource.pool.ConnectionPool.internalGetResource(ConnectionPool.java:511) at com.sun.enterprise.resource.pool.ConnectionPool.getResource(ConnectionPool.java:381) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:242) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResource(PoolManagerImpl.java:167) at com.sun.enterprise.connectors.ConnectionManagerImpl.getResource(ConnectionManagerImpl.java:332) at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:301) ... 34 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:924) at com.sun.enterprise.resource.pool.ConnectionPool.createResource(ConnectionPool.java:1185) at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:98) ... 44 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:181) at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:907) ... 46 more Caused by: javax.resource.spi.ResourceAllocationException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:128) at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:160) ... 47 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.setupResourceAdapter(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.getXAConnection(Unknown Source) at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:115) ... 48 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) ... 62 more Caused by: java.sql.SQLException: Startup failed due to an exception. See next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) ... 59 more Caused by: java.sql.SQLException: Exception during creation of file /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat for container at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 62 more Caused by: java.sql.SQLException: Java exception: '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files): java.io.FileNotFoundException'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 63 more Caused by: java.io.FileNotFoundException: /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.(RandomAccessFile.java:216) at org.apache.derby.impl.io.DirRandomAccessFile.(Unknown Source) at org.apache.derby.impl.io.DirFile4.getRandomAccessFile(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at org.apache.derby.impl.store.raw.data.RAFContainer.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer4.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdent(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdentity(Unknown Source) at org.apache.derby.impl.services.cache.ConcurrentCache.create(Unknown Source) at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addContainer(Unknown Source) at org.apache.derby.impl.store.raw.xact.Xact.addContainer(Unknown Source) at org.apache.derby.impl.store.access.btree.BTree.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2I.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2IFactory.createConglomerate(Unknown Source) at org.apache.derby.impl.store.access.RAMTransaction.createConglomerate(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootstrapOneIndex(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootStrapSystemIndexes(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.makeCatalog(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.createDictionaryTables(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source) ... 59 more |#] [#|2011-12-09T11:12:06.834+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=47;_ThreadName=pool-67-thread-1;ClassName=null;MethodName=null;|End deploying Persistence Unit sample.uas.entities; session file:/tmp/osgiapp6234864474817018192/_sample.uas.entities; state Deployed; factoryCount 1|#] [#|2011-12-09T11:12:06.843+0530|WARNING|glassfish3.1.2|javax.org.glassfish.persistence.org.glassfish.persistence.jpa|_ThreadID=47;_ThreadName=pool-67-thread-1;|Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. Error Code: 0 at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:517) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:272) at org.glassfish.persistence.jpa.PersistenceUnitLoader.doJava2DB(PersistenceUnitLoader.java:373) at org.glassfish.persistence.jpa.JPADeployer$2.visitPUD(JPADeployer.java:435) at org.glassfish.persistence.jpa.JPADeployer$PersistenceUnitDescriptorIterator.iteratePUDs(JPADeployer.java:483) at org.glassfish.persistence.jpa.JPADeployer.iterateInitializedPUsAtApplicationPrepare(JPADeployer.java:465) at org.glassfish.persistence.jpa.JPADeployer.event(JPADeployer.java:389) at org.glassfish.kernel.event.EventsImpl.send(EventsImpl.java:128) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:453) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240) at org.glassfish.osgijavaeebase.OSGiDeploymentRequest.deploy(OSGiDeploymentRequest.java:183) at org.glassfish.osgijavaeebase.OSGiDeploymentRequest.execute(OSGiDeploymentRequest.java:118) at org.glassfish.osgijavaeebase.AbstractOSGiDeployer.deploy(AbstractOSGiDeployer.java:121) at org.glassfish.osgijavaeebase.OSGiContainer.deploy(OSGiContainer.java:154) at org.glassfish.osgijavaeebase.JavaEEExtender.deploy(JavaEEExtender.java:107) at org.glassfish.osgijavaeebase.JavaEEExtender.access$200(JavaEEExtender.java:61) at org.glassfish.osgijavaeebase.JavaEEExtender$HybridBundleTrackerCustomizer$1.call(JavaEEExtender.java:151) at org.glassfish.osgijavaeebase.JavaEEExtender$HybridBundleTrackerCustomizer$1.call(JavaEEExtender.java:148) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. Error Code: 0 at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:309) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:135) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162) at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:584) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206) at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488) ... 25 more Caused by: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:120) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:123) ... 29 more Caused by: javax.resource.spi.ResourceAllocationException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:307) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:190) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:165) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:160) at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:113) ... 30 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:103) at com.sun.enterprise.resource.pool.ConnectionPool.addResource(ConnectionPool.java:282) at com.sun.enterprise.resource.pool.ConnectionPool.createResourceAndAddToPool(ConnectionPool.java:1501) at com.sun.enterprise.resource.pool.ConnectionPool.createResources(ConnectionPool.java:944) at com.sun.enterprise.resource.pool.ConnectionPool.initPool(ConnectionPool.java:230) at com.sun.enterprise.resource.pool.ConnectionPool.internalGetResource(ConnectionPool.java:511) at com.sun.enterprise.resource.pool.ConnectionPool.getResource(ConnectionPool.java:381) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:242) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResource(PoolManagerImpl.java:167) at com.sun.enterprise.connectors.ConnectionManagerImpl.getResource(ConnectionManagerImpl.java:332) at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:301) ... 34 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:924) at com.sun.enterprise.resource.pool.ConnectionPool.createResource(ConnectionPool.java:1185) at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:98) ... 44 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:181) at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:907) ... 46 more Caused by: javax.resource.spi.ResourceAllocationException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:128) at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:160) ... 47 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.setupResourceAdapter(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.getXAConnection(Unknown Source) at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:115) ... 48 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) ... 62 more Caused by: java.sql.SQLException: Startup failed due to an exception. See next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) ... 59 more Caused by: java.sql.SQLException: Exception during creation of file /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat for container at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 62 more Caused by: java.sql.SQLException: Java exception: '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files): java.io.FileNotFoundException'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 63 more Caused by: java.io.FileNotFoundException: /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.(RandomAccessFile.java:216) at org.apache.derby.impl.io.DirRandomAccessFile.(Unknown Source) at org.apache.derby.impl.io.DirFile4.getRandomAccessFile(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at org.apache.derby.impl.store.raw.data.RAFContainer.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer4.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdent(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdentity(Unknown Source) at org.apache.derby.impl.services.cache.ConcurrentCache.create(Unknown Source) at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addContainer(Unknown Source) at org.apache.derby.impl.store.raw.xact.Xact.addContainer(Unknown Source) at org.apache.derby.impl.store.access.btree.BTree.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2I.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2IFactory.createConglomerate(Unknown Source) at org.apache.derby.impl.store.access.RAMTransaction.createConglomerate(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootstrapOneIndex(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootStrapSystemIndexes(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.makeCatalog(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.createDictionaryTables(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source) ... 59 more |#] [#|2011-12-09T11:12:06.855+0530|WARNING|glassfish3.1.2|javax.org.glassfish.persistence.org.glassfish.persistence.common|_ThreadID=47;_ThreadName=pool-67-thread-1;|Cannot create tables for application org.glassfish.fighterfish.sample.uas.ejbservice_1.0.0.SNAPSHOT. The expected DDL file org.glassfish.fighterfish.sample.uas.ejbservice_1.0.0.SNAPSHOT_sample.uas.entities_createDDL.jdbc is not available.|#] [#|2011-12-09T11:12:06.960+0530|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=47;_ThreadName=pool-67-thread-1;|EJB5181:Portable JNDI names for EJB UserAuthServiceEJB: [java:global/org.glassfish.fighterfish.sample.uas.ejbservice_1.0.0.SNAPSHOT/UserAuthServiceEJB, java:global/org.glassfish.fighterfish.sample.uas.ejbservice_1.0.0.SNAPSHOT/UserAuthServiceEJB!org.glassfish.fighterfish.sample.uas.api.UserAuthService]|#] [#|2011-12-09T11:12:07.055+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=47;_ThreadName=pool-67-thread-1;|addingService: Found 1 no. of EJBs|#] [#|2011-12-09T11:12:07.058+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=47;_ThreadName=pool-67-thread-1;|deployed bundle org.glassfish.fighterfish.sample.uas.ejbservice [372] at file:/tmp/osgiapp6234864474817018192/|#] Session descriptor sessionType StatelessDisplay Names: lang[en] = UserAuthServiceEJB <== No attribute ==> homeClassName null remoteClassName null remoteBusinessIntfs [] localhomeClassName null localClassName null localBusinessIntfs [org.glassfish.fighterfish.sample.uas.api.UserAuthService] isLocalBean false jndiName ejbClassName org.glassfish.fighterfish.sample.uas.ejbservice.UserAuthServiceEJB transactionType Container methodContainerTransactions {Method Descriptor name: login params: (java.lang.String p1, java.lang.String p2) intf: Local=Container Transaction: Required@, Method Descriptor name: register params: (java.lang.String p1, java.lang.String p2) intf: Local=Container Transaction: Required@, Method Descriptor name: remove params: (java.lang.Object p1) intf: LocalHome=Container Transaction: Required@, Method Descriptor name: getReport params: () intf: Local=Container Transaction: Required@, Method Descriptor name: remove params: () intf: Local=Container Transaction: Required@, Method Descriptor name: create params: (java.lang.String p1) intf: LocalHome=Container Transaction: Required@, Method Descriptor name: unregister params: (java.lang.String p1) intf: Local=Container Transaction: Required@} environmentProperties ejbReferences jmsDestReferences messageDestReferences resourceReferences serviceReferences roleReferences method-permission->method: unchecked -> [Method Descriptor name: unregister params: (java.lang.String p1) intf: Local, Method Descriptor name: getReport params: () intf: Local, Method Descriptor name: register params: (java.lang.String p1, java.lang.String p2) intf: Local, Method Descriptor name: login params: (java.lang.String p1, java.lang.String p2) intf: Local] [#|2011-12-09T11:12:07.093+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);ClassName=null;MethodName=null;|Begin deploying Persistence Unit sample.uas.entities; session file:/tmp/osgiapp6234864474817018192/_sample.uas.entities; state Deployed; factoryCount 1|#] [#|2011-12-09T11:12:07.094+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);ClassName=null;MethodName=null;|property=eclipselink.target-server; value=org.eclipse.persistence.platform.server.sunas.SunAS9ServerPlatform|#] [#|2011-12-09T11:12:07.095+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);ClassName=null;MethodName=null;|property=eclipselink.logging.level; value=FINEST; translated value=FINEST|#] [#|2011-12-09T11:12:07.095+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);ClassName=null;MethodName=null;|property=eclipselink.logging.level; value=FINEST; translated value=FINEST|#] [#|2011-12-09T11:12:07.096+0530|WARNING|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);|The DatabaseSession has an external transaction controller defined by something other than the ServerPlatform. EclipseLink will permit the override of the external transaction controller, but we recommend you consider the alternative of subclassing org.eclipse.persistence.platform.server.ServerPlatformBase and override getExternalTransactionControllerClass().|#] [#|2011-12-09T11:12:07.097+0530|INFO|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);|EclipseLink, version: Eclipse Persistence Services - 2.3.1.v20111018-r10243|#] UserAuthServiceEJB: Unregistering (foo) [#|2011-12-09T11:12:07.697+0530|WARNING|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.enterprise.resource.allocator|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);|RAR5038:Unexpected exception while creating resource for pool org.glassfish.fighterfish.test.it.T1_SamplesTest-2. Exception : javax.resource.spi.ResourceAllocationException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details.|#] [#|2011-12-09T11:12:07.699+0530|WARNING|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.enterprise.connectors|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);|RAR5117 : Failed to obtain/create connection from connection pool [ org.glassfish.fighterfish.test.it.T1_SamplesTest-2 ]. Reason : com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details.|#] [#|2011-12-09T11:12:07.700+0530|WARNING|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.gjc.spi|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);|RAR5114 : Error allocating connection : [Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details.]|#] [#|2011-12-09T11:12:07.702+0530|SEVERE|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.ejb|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);|Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. Error Code: 0 at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:309) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:135) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162) at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:584) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206) at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:279) at com.sun.enterprise.container.common.impl.EntityManagerWrapper._getDelegate(EntityManagerWrapper.java:208) at com.sun.enterprise.container.common.impl.EntityManagerWrapper.find(EntityManagerWrapper.java:320) at org.glassfish.fighterfish.sample.uas.ejbservice.UserAuthServiceEJB.unregister(UserAuthServiceEJB.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.glassfish.ejb.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:1052) at org.glassfish.ejb.security.application.EJBSecurityManager.invoke(EJBSecurityManager.java:1124) at com.sun.ejb.containers.BaseContainer.invokeBeanMethod(BaseContainer.java:5388) at com.sun.ejb.EjbInvocation.invokeBeanMethod(EjbInvocation.java:619) at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:800) at com.sun.ejb.EjbInvocation.proceed(EjbInvocation.java:571) at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.doAround(SystemInterceptorProxy.java:162) at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(SystemInterceptorProxy.java:144) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.ejb.containers.interceptors.AroundInvokeInterceptor.intercept(InterceptorManager.java:861) at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:800) at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:370) at com.sun.ejb.containers.BaseContainer.__intercept(BaseContainer.java:5360) at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:5348) at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:214) at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke(EJBLocalObjectInvocationHandlerDelegate.java:88) at $Proxy584.unregister(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.glassfish.osgicdi.impl.OSGiServiceFactory$DynamicInvocationHandler.invoke(OSGiServiceFactory.java:234) at $Proxy556.unregister(Unknown Source) at org.glassfish.fighterfish.sample.uas.simplewab.UnregistrationServlet.service(UnregistrationServlet.java:85) at javax.servlet.http.HttpServlet.service(HttpServlet.java:770) at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1542) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:281) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:98) at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:91) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:162) at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:174) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:833) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:730) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1031) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:662) Caused by: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:120) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:123) ... 68 more Caused by: javax.resource.spi.ResourceAllocationException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:307) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:190) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:165) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:160) at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:113) ... 69 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:103) at com.sun.enterprise.resource.pool.ConnectionPool.addResource(ConnectionPool.java:282) at com.sun.enterprise.resource.pool.ConnectionPool.createResourceAndAddToPool(ConnectionPool.java:1501) at com.sun.enterprise.resource.pool.ConnectionPool.createResources(ConnectionPool.java:944) at com.sun.enterprise.resource.pool.ConnectionPool.initPool(ConnectionPool.java:230) at com.sun.enterprise.resource.pool.ConnectionPool.internalGetResource(ConnectionPool.java:511) at com.sun.enterprise.resource.pool.ConnectionPool.getResource(ConnectionPool.java:381) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:242) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResource(PoolManagerImpl.java:167) at com.sun.enterprise.connectors.ConnectionManagerImpl.getResource(ConnectionManagerImpl.java:332) at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:301) ... 73 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:924) at com.sun.enterprise.resource.pool.ConnectionPool.createResource(ConnectionPool.java:1185) at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:98) ... 83 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:181) at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:907) ... 85 more Caused by: javax.resource.spi.ResourceAllocationException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:128) at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:160) ... 86 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.setupResourceAdapter(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.getXAConnection(Unknown Source) at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:115) ... 87 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) ... 101 more Caused by: java.sql.SQLException: Startup failed due to an exception. See next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) ... 98 more Caused by: java.sql.SQLException: Exception during creation of file /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat for container at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 101 more Caused by: java.sql.SQLException: Java exception: '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files): java.io.FileNotFoundException'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 102 more Caused by: java.io.FileNotFoundException: /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.(RandomAccessFile.java:216) at org.apache.derby.impl.io.DirRandomAccessFile.(Unknown Source) at org.apache.derby.impl.io.DirFile4.getRandomAccessFile(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at org.apache.derby.impl.store.raw.data.RAFContainer.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer4.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdent(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdentity(Unknown Source) at org.apache.derby.impl.services.cache.ConcurrentCache.create(Unknown Source) at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addContainer(Unknown Source) at org.apache.derby.impl.store.raw.xact.Xact.addContainer(Unknown Source) at org.apache.derby.impl.store.access.btree.BTree.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2I.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2IFactory.createConglomerate(Unknown Source) at org.apache.derby.impl.store.access.RAMTransaction.createConglomerate(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootstrapOneIndex(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootStrapSystemIndexes(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.makeCatalog(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.createDictionaryTables(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source) ... 98 more |#] [#|2011-12-09T11:12:07.713+0530|FINEST|glassfish3.1.2|org.eclipse.persistence.session.file:/tmp/osgiapp6234864474817018192/_sample.uas.entities.properties|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);ClassName=null;MethodName=null;|End deploying Persistence Unit sample.uas.entities; session file:/tmp/osgiapp6234864474817018192/_sample.uas.entities; state Deployed; factoryCount 1|#] [#|2011-12-09T11:12:07.715+0530|WARNING|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);|EJB5184:A system exception occurred during an invocation on EJB UserAuthServiceEJB, method: public boolean org.glassfish.fighterfish.sample.uas.ejbservice.UserAuthServiceEJB.unregister(java.lang.String)|#] [#|2011-12-09T11:12:07.717+0530|WARNING|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);|javax.ejb.EJBException at com.sun.ejb.containers.BaseContainer.processSystemException(BaseContainer.java:5215) at com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:5113) at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:4901) at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:2045) at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1994) at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:222) at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke(EJBLocalObjectInvocationHandlerDelegate.java:88) at $Proxy584.unregister(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.glassfish.osgicdi.impl.OSGiServiceFactory$DynamicInvocationHandler.invoke(OSGiServiceFactory.java:234) at $Proxy556.unregister(Unknown Source) at org.glassfish.fighterfish.sample.uas.simplewab.UnregistrationServlet.service(UnregistrationServlet.java:85) at javax.servlet.http.HttpServlet.service(HttpServlet.java:770) at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1542) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:281) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:98) at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:91) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:162) at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:174) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:833) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:730) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1031) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:662) Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. Error Code: 0 at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:517) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:279) at com.sun.enterprise.container.common.impl.EntityManagerWrapper._getDelegate(EntityManagerWrapper.java:208) at com.sun.enterprise.container.common.impl.EntityManagerWrapper.find(EntityManagerWrapper.java:320) at org.glassfish.fighterfish.sample.uas.ejbservice.UserAuthServiceEJB.unregister(UserAuthServiceEJB.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.glassfish.ejb.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:1052) at org.glassfish.ejb.security.application.EJBSecurityManager.invoke(EJBSecurityManager.java:1124) at com.sun.ejb.containers.BaseContainer.invokeBeanMethod(BaseContainer.java:5388) at com.sun.ejb.EjbInvocation.invokeBeanMethod(EjbInvocation.java:619) at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:800) at com.sun.ejb.EjbInvocation.proceed(EjbInvocation.java:571) at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.doAround(SystemInterceptorProxy.java:162) at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(SystemInterceptorProxy.java:144) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.ejb.containers.interceptors.AroundInvokeInterceptor.intercept(InterceptorManager.java:861) at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:800) at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:370) at com.sun.ejb.containers.BaseContainer.__intercept(BaseContainer.java:5360) at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:5348) at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:214) ... 35 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. Error Code: 0 at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:309) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:135) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162) at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:584) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206) at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488) ... 64 more Caused by: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:120) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:123) ... 68 more Caused by: javax.resource.spi.ResourceAllocationException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:307) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:190) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:165) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:160) at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:113) ... 69 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:103) at com.sun.enterprise.resource.pool.ConnectionPool.addResource(ConnectionPool.java:282) at com.sun.enterprise.resource.pool.ConnectionPool.createResourceAndAddToPool(ConnectionPool.java:1501) at com.sun.enterprise.resource.pool.ConnectionPool.createResources(ConnectionPool.java:944) at com.sun.enterprise.resource.pool.ConnectionPool.initPool(ConnectionPool.java:230) at com.sun.enterprise.resource.pool.ConnectionPool.internalGetResource(ConnectionPool.java:511) at com.sun.enterprise.resource.pool.ConnectionPool.getResource(ConnectionPool.java:381) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:242) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResource(PoolManagerImpl.java:167) at com.sun.enterprise.connectors.ConnectionManagerImpl.getResource(ConnectionManagerImpl.java:332) at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:301) ... 73 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:924) at com.sun.enterprise.resource.pool.ConnectionPool.createResource(ConnectionPool.java:1185) at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:98) ... 83 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:181) at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:907) ... 85 more Caused by: javax.resource.spi.ResourceAllocationException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:128) at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:160) ... 86 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.setupResourceAdapter(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.getXAConnection(Unknown Source) at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:115) ... 87 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) ... 101 more Caused by: java.sql.SQLException: Startup failed due to an exception. See next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) ... 98 more Caused by: java.sql.SQLException: Exception during creation of file /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat for container at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 101 more Caused by: java.sql.SQLException: Java exception: '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files): java.io.FileNotFoundException'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 102 more Caused by: java.io.FileNotFoundException: /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.(RandomAccessFile.java:216) at org.apache.derby.impl.io.DirRandomAccessFile.(Unknown Source) at org.apache.derby.impl.io.DirFile4.getRandomAccessFile(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at org.apache.derby.impl.store.raw.data.RAFContainer.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer4.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdent(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdentity(Unknown Source) at org.apache.derby.impl.services.cache.ConcurrentCache.create(Unknown Source) at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addContainer(Unknown Source) at org.apache.derby.impl.store.raw.xact.Xact.addContainer(Unknown Source) at org.apache.derby.impl.store.access.btree.BTree.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2I.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2IFactory.createConglomerate(Unknown Source) at org.apache.derby.impl.store.access.RAMTransaction.createConglomerate(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootstrapOneIndex(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootStrapSystemIndexes(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.makeCatalog(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.createDictionaryTables(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source) ... 98 more |#] [#|2011-12-09T11:12:07.733+0530|WARNING|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=49;_ThreadName=http-thread-pool-8080(2);|StandardWrapperValve[org.glassfish.fighterfish.sample.uas.simplewab.UnregistrationServlet]: PWC1406: Servlet.service() for servlet org.glassfish.fighterfish.sample.uas.simplewab.UnregistrationServlet threw exception java.lang.reflect.UndeclaredThrowableException at $Proxy556.unregister(Unknown Source) at org.glassfish.fighterfish.sample.uas.simplewab.UnregistrationServlet.service(UnregistrationServlet.java:85) at javax.servlet.http.HttpServlet.service(HttpServlet.java:770) at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1542) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:281) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:98) at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:91) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:162) at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:174) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:833) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:730) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1031) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.glassfish.osgicdi.impl.OSGiServiceFactory$DynamicInvocationHandler.invoke(OSGiServiceFactory.java:234) ... 28 more Caused by: javax.ejb.EJBException at com.sun.ejb.containers.BaseContainer.processSystemException(BaseContainer.java:5215) at com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:5113) at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:4901) at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:2045) at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1994) at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:222) at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke(EJBLocalObjectInvocationHandlerDelegate.java:88) at $Proxy584.unregister(Unknown Source) ... 33 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. Error Code: 0 at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:517) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:279) at com.sun.enterprise.container.common.impl.EntityManagerWrapper._getDelegate(EntityManagerWrapper.java:208) at com.sun.enterprise.container.common.impl.EntityManagerWrapper.find(EntityManagerWrapper.java:320) at org.glassfish.fighterfish.sample.uas.ejbservice.UserAuthServiceEJB.unregister(UserAuthServiceEJB.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.glassfish.ejb.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:1052) at org.glassfish.ejb.security.application.EJBSecurityManager.invoke(EJBSecurityManager.java:1124) at com.sun.ejb.containers.BaseContainer.invokeBeanMethod(BaseContainer.java:5388) at com.sun.ejb.EjbInvocation.invokeBeanMethod(EjbInvocation.java:619) at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:800) at com.sun.ejb.EjbInvocation.proceed(EjbInvocation.java:571) at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.doAround(SystemInterceptorProxy.java:162) at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(SystemInterceptorProxy.java:144) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.ejb.containers.interceptors.AroundInvokeInterceptor.intercept(InterceptorManager.java:861) at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:800) at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:370) at com.sun.ejb.containers.BaseContainer.__intercept(BaseContainer.java:5360) at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:5348) at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:214) ... 35 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. Error Code: 0 at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:309) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:135) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162) at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:584) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206) at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488) ... 64 more Caused by: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:120) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:123) ... 68 more Caused by: javax.resource.spi.ResourceAllocationException: Error in allocating a connection. Cause: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:307) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:190) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:165) at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:160) at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:113) ... 69 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:103) at com.sun.enterprise.resource.pool.ConnectionPool.addResource(ConnectionPool.java:282) at com.sun.enterprise.resource.pool.ConnectionPool.createResourceAndAddToPool(ConnectionPool.java:1501) at com.sun.enterprise.resource.pool.ConnectionPool.createResources(ConnectionPool.java:944) at com.sun.enterprise.resource.pool.ConnectionPool.initPool(ConnectionPool.java:230) at com.sun.enterprise.resource.pool.ConnectionPool.internalGetResource(ConnectionPool.java:511) at com.sun.enterprise.resource.pool.ConnectionPool.getResource(ConnectionPool.java:381) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:242) at com.sun.enterprise.resource.pool.PoolManagerImpl.getResource(PoolManagerImpl.java:167) at com.sun.enterprise.connectors.ConnectionManagerImpl.getResource(ConnectionManagerImpl.java:332) at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:301) ... 73 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:924) at com.sun.enterprise.resource.pool.ConnectionPool.createResource(ConnectionPool.java:1185) at com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure.addResource(RWLockDataStructure.java:98) ... 83 more Caused by: com.sun.appserv.connectors.internal.api.PoolingException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:181) at com.sun.enterprise.resource.pool.ConnectionPool.createSingleResource(ConnectionPool.java:907) ... 85 more Caused by: javax.resource.spi.ResourceAllocationException: Connection could not be allocated because: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:128) at com.sun.enterprise.resource.allocator.ConnectorAllocator.createResource(ConnectorAllocator.java:160) ... 86 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.setupResourceAdapter(Unknown Source) at org.apache.derby.jdbc.EmbeddedXADataSource.getXAConnection(Unknown Source) at com.sun.gjc.spi.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:115) ... 87 more Caused by: java.sql.SQLException: Failed to create database '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2', see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) ... 101 more Caused by: java.sql.SQLException: Startup failed due to an exception. See next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) ... 98 more Caused by: java.sql.SQLException: Exception during creation of file /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat for container at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 101 more Caused by: java.sql.SQLException: Java exception: '/space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files): java.io.FileNotFoundException'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 102 more Caused by: java.io.FileNotFoundException: /space/bhhs/osgi/fighterfish/test/it/target/derby-databases/org.glassfish.fighterfish.test.it.T1_SamplesTest-2/seg0/c441.dat (Too many open files) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.(RandomAccessFile.java:216) at org.apache.derby.impl.io.DirRandomAccessFile.(Unknown Source) at org.apache.derby.impl.io.DirFile4.getRandomAccessFile(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at org.apache.derby.impl.store.raw.data.RAFContainer.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer4.createContainer(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdent(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.createIdentity(Unknown Source) at org.apache.derby.impl.services.cache.ConcurrentCache.create(Unknown Source) at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addContainer(Unknown Source) at org.apache.derby.impl.store.raw.xact.Xact.addContainer(Unknown Source) at org.apache.derby.impl.store.access.btree.BTree.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2I.create(Unknown Source) at org.apache.derby.impl.store.access.btree.index.B2IFactory.createConglomerate(Unknown Source) at org.apache.derby.impl.store.access.RAMTransaction.createConglomerate(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootstrapOneIndex(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootStrapSystemIndexes(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.makeCatalog(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.createDictionaryTables(Unknown Source) at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source) ... 98 more |#] [#|2011-12-09T11:12:07.748+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.sample.uas.api [369]|#] [#|2011-12-09T11:12:07.749+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.sample.uas.api [369]|#] [#|2011-12-09T11:12:07.749+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.sample.uas.simpleservice [370]|#] [#|2011-12-09T11:12:07.750+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.sample.uas.simpleservice [370]|#] [#|2011-12-09T11:12:07.750+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.sample.uas.simplewab [371]|#] [#|2011-12-09T11:12:07.752+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 0 no. of EJBs|#] org/osgi/service/web/UNDEPLOYING event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYING] classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:12:07.839+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp2871147993690492495|#] [#|2011-12-09T11:12:07.841+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.sample.uas.simplewab [371]|#] [#|2011-12-09T11:12:07.844+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.sample.uas.simplewab [371]|#] [#|2011-12-09T11:12:07.844+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalling bundle = org.glassfish.fighterfish.sample.uas.ejbservice [372]|#] [#|2011-12-09T11:12:07.852+0530|INFO|glassfish3.1.2|org.glassfish.osgiejb|_ThreadID=10;_ThreadName=main;|removedService: Found 1 no. of EJBs|#] org/osgi/service/web/UNDEPLOYED event = org.osgi.service.event.Event [topic=org/osgi/service/web/UNDEPLOYED] [#|2011-12-09T11:12:07.874+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Deleted /tmp/osgiapp6234864474817018192|#] [#|2011-12-09T11:12:07.874+0530|INFO|glassfish3.1.2|org.glassfish.osgijavaeebase|_ThreadID=10;_ThreadName=main;|Undeployed bundle org.glassfish.fighterfish.sample.uas.ejbservice [372]|#] [#|2011-12-09T11:12:07.876+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Uninstalled bundle = org.glassfish.fighterfish.sample.uas.ejbservice [372]|#] [#|2011-12-09T11:12:07.914+0530|INFO|glassfish3.1.2|org.glassfish.fighterfish.test.util|_ThreadID=10;_ThreadName=main;|Destroying test context for test id: org.glassfish.fighterfish.test.it.T1_SamplesTest-2|#] [#|2011-12-09T11:12:07.916+0530|SEVERE|glassfish3.1.2|org.ops4j.pax.exam.junit.JUnit4TestRunner|_ThreadID=10;_ThreadName=main;|Exception org.ops4j.pax.exam.TestContainerException: java.lang.reflect.InvocationTargetException at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.injectContextAndInvoke(ProbeInvokerImpl.java:118) at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.findAndInvoke(ProbeInvokerImpl.java:71) at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.call(ProbeInvokerImpl.java:58) at org.ops4j.pax.exam.nat.internal.NativeTestContainer.call(NativeTestContainer.java:83) at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.invoke(EagerSingleStagedReactor.java:85) at org.ops4j.pax.exam.junit.JUnit4TestRunner$2.evaluate(JUnit4TestRunner.java:259) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.ops4j.pax.exam.junit.JUnit4TestRunner.run(JUnit4TestRunner.java:86) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at $Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.injectContextAndInvoke(ProbeInvokerImpl.java:112) ... 26 more Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/uas/UnregistrationServlet?name=foo at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436) at org.glassfish.fighterfish.test.util.WebAppBundle.getResponse(WebAppBundle.java:161) at org.glassfish.fighterfish.test.it.T1_SamplesTest.uas_sample_test(T1_SamplesTest.java:161) ... 31 more |#] classLoader = WebappClassLoader (delegate=false; repositories=) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 classLoader = WebappClassLoader (delegate=false; repositories=) SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@109b429 [#|2011-12-09T11:12:08.024+0530|INFO|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.enterprise.connectors.service|_ThreadID=50;_ThreadName=Thread-170;|RAR7094: __xa_jdbc_ra shutdown successful.|#] [#|2011-12-09T11:12:10.358+0530|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=39;_ThreadName=FelixStartLevel;|JMX002: JMXStartupService: Stopped JMXConnectorServer: null|#] [#|2011-12-09T11:12:10.359+0530|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=39;_ThreadName=FelixStartLevel;|JMX001: JMXStartupService and JMXConnectors have been shut down.|#] [#|2011-12-09T11:12:10.360+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=39;_ThreadName=FelixStartLevel;|Shutdown procedure finished|#] Completed shutdown of Log manager service [#|2011-12-09T11:12:10.361+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=51;_ThreadName=GlassFish Kernel Main Thread;|[Thread[GlassFish Kernel Main Thread,5,main]] exiting|#] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. [#|2011-12-09T11:12:10.400+0530|INFO|glassfish3.1.2|org.jvnet.hk2.osgiadapter|_ThreadID=39;_ThreadName=FelixStartLevel;|Stopping com.sun.enterprise.v3.server.AppServerStartup@1a6edfc|#] [#|2011-12-09T11:12:10.401+0530|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=39;_ThreadName=FelixStartLevel;|Already stopped, so just returning|#] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.897 sec <<< FAILURE! Results : Failed tests: uas_sample_test:T1_SamplesTest.uas_sample_test:NativeContainer:org.apache.felix.framework.FrameworkFactory@16b35f4(org.glassfish.fighterfish.test.it.T1_SamplesTest): Server returned HTTP response code: 500 for URL: http://localhost:8080/uas/UnregistrationServlet?name=foo Tests run: 24, Failures: 1, Errors: 0, Skipped: 4 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. Please refer to /space/bhhs/osgi/fighterfish/test/it/target/surefire-reports for the individual test results. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 minutes 19 seconds [INFO] Finished at: Fri Dec 09 11:12:11 IST 2011 [INFO] Final Memory: 199M/476M [INFO] ------------------------------------------------------------------------