-*- mode: compilation; default-directory: "/Users/ljnelson/Projects/ngp/ngp-dao-ejb/" -*- Compilation started at Tue Feb 22 17:24:20 ~/bin/mvn clean install Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.jenzabar.ngp:ngp-dao-ejb:jar:1.0-SNAPSHOT [WARNING] 'parent.relativePath' points at com.jenzabar.ngp:ngp-aggregator instead of com.jenzabar.ngp:ngp-parent, please verify your project structure @ line 7, column 11 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building NGP DAO EJB 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ngp-dao-ejb --- [INFO] Deleting /Users/ljnelson/Projects/ngp/ngp-dao-ejb/target [INFO] Deleting /Users/ljnelson/Projects/ngp/ngp-dao-ejb (includes = [src/**/*~, *~], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ngp-dao-ejb --- [INFO] Using 'utf-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /Users/ljnelson/Projects/ngp/ngp-dao-ejb/src/main/uml [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ngp-dao-ejb --- [WARNING] File encoding has not been set, using platform encoding UTF8, i.e. build is platform dependent! [INFO] Compiling 1 source file to /Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/classes [WARNING] /Users/ljnelson/Projects/ngp/ngp-dao-ejb/src/main/java/com/jenzabar/ngp/dao/ejb/AbstractDAO.java:[294,74] [unchecked] unchecked cast found : java.util.List required: java.util.Collection [WARNING] /Users/ljnelson/Projects/ngp/ngp-dao-ejb/src/main/java/com/jenzabar/ngp/dao/ejb/AbstractDAO.java:[297,54] [unchecked] unchecked cast found : java.util.List required: java.util.Collection [WARNING] /Users/ljnelson/Projects/ngp/ngp-dao-ejb/src/main/java/com/jenzabar/ngp/dao/ejb/AbstractDAO.java:[323,43] [unchecked] unchecked cast found : java.lang.Object required: V [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ ngp-dao-ejb --- [INFO] Using 'utf-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ ngp-dao-ejb --- [WARNING] File encoding has not been set, using platform encoding UTF8, i.e. build is platform dependent! [INFO] Compiling 4 source files to /Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.6:test (default-test) @ ngp-dao-ejb --- [INFO] Surefire report directory: /Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/surefire-reports Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.jenzabar.ngp.dao.ejb.TestCaseAbstractDAO Feb 22, 2011 5:24:25 PM com.jenzabar.junit.liquibase.dbunit.mem.AbstractLiquibaseTestCase FINE: Liquibase change log graph: Feb 22, 2011 5:24:25 PM org.dbunit.AbstractDatabaseTester setSetUpOperation FINE: setSetUpOperation(setUpOperation=org.dbunit.operation.CompositeOperation[_actions=[org.dbunit.operation.DeleteAllOperation@19e3118a, org.dbunit.operation.InsertOperation[_reverseRowOrder=false, super=org.dbunit.operation.InsertOperation@a94884d]]]) - start Feb 22, 2011 5:24:25 PM org.dbunit.AbstractDatabaseTester setTearDownOperation FINE: setTearDownOperation(tearDownOperation=org.dbunit.operation.DatabaseOperation$DummyOperation@1d807ca8) - start Feb 22, 2011 5:24:25 PM org.dbunit.assertion.SimpleAssert assertNotNullNorEmpty FINE: assertNotNullNorEmpty(propertyName=driverClass, property=org.h2.Driver) - start Feb 22, 2011 5:24:25 PM org.dbunit.JdbcDatabaseTester getConnection FINE: getConnection() - start Feb 22, 2011 5:24:25 PM org.dbunit.assertion.SimpleAssert assertNotNullNorEmpty FINE: assertNotNullNorEmpty(propertyName=connectionUrl, property=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1) - start Feb 22, 2011 5:24:25 PM org.dbunit.AbstractDatabaseTester getSchema FINEST: getSchema() - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setFeature FINEST: setFeature(name=http://www.dbunit.org/features/batchedStatements, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/batchedStatements, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/batchedStatements, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/batchedStatements, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setFeature FINEST: setFeature(name=http://www.dbunit.org/features/qualifiedTableNames, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/qualifiedTableNames, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/qualifiedTableNames, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/qualifiedTableNames, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setFeature FINEST: setFeature(name=http://www.dbunit.org/features/caseSensitiveTableNames, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/caseSensitiveTableNames, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/caseSensitiveTableNames, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/caseSensitiveTableNames, value=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setFeature FINEST: setFeature(name=http://www.dbunit.org/features/datatypeWarning, value=true) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/datatypeWarning, value=true) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/datatypeWarning, value=true) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/datatypeWarning, value=true) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/statementFactory, value=org.dbunit.database.statement.PreparedStatementFactory@64633e5e) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/statementFactory, value=org.dbunit.database.statement.PreparedStatementFactory@64633e5e) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/statementFactory, value=org.dbunit.database.statement.PreparedStatementFactory@64633e5e) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/resultSetTableFactory, value=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/resultSetTableFactory, value=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/resultSetTableFactory, value=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.dataset.datatype.DefaultDataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@d576e70]) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.dataset.datatype.DefaultDataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@d576e70]) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.dataset.datatype.DefaultDataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@d576e70]) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/escapePattern, value=null) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/escapePattern, value=null) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/escapePattern, value=null) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/tableType, value=[TABLE]) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/tableType, value=[TABLE]) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/tableType, value=[TABLE]) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/batchSize, value=100) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/batchSize, value=100) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/batchSize, value=100) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/fetchSize, value=100) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/fetchSize, value=100) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/fetchSize, value=100) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/metadataHandler, value=org.dbunit.database.DefaultMetadataHandler@97494c8) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/metadataHandler, value=org.dbunit.database.DefaultMetadataHandler@97494c8) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/metadataHandler, value=org.dbunit.database.DefaultMetadataHandler@97494c8) - start Feb 22, 2011 5:24:25 PM org.dbunit.util.SQLHelper correctCase FINEST: correctCase(tableName=ngp, connection=conn0: url=jdbc:h2:mem:test user=SA) - start Feb 22, 2011 5:24:25 PM org.dbunit.util.SQLHelper correctCase FINEST: correctCase(tableName=ngp, databaseMetaData=dbMeta0: conn0: url=jdbc:h2:mem:test user=SA) - start Feb 22, 2011 5:24:25 PM org.dbunit.util.SQLHelper isEscaped FINEST: isEscaped(tableName=ngp, dbIdentifierQuoteString=") - start Feb 22, 2011 5:24:25 PM org.dbunit.util.SQLHelper isEscaped FINE: isEscaped returns 'false' for tableName=ngp (dbIdentifierQuoteString=") Feb 22, 2011 5:24:25 PM org.dbunit.util.SQLHelper logInfoIfValueChanged FINE: class org.dbunit.database.DatabaseConnection. Corrected schema name: oldValue=ngp newValue=NGP Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConnection printConnectionInfo FINE: Database connection info: database product name=H2 database version=1.3.148 (2010-12-12) database major version=1 database minor version=3 jdbc driver name=H2 JDBC Driver jdbc driver version=1.3.148 (2010-12-12) jdbc driver major version=1 jdbc driver minor version=3 Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConnection validateSchema FINE: validateSchema(validateStrict=false) - start Feb 22, 2011 5:24:25 PM org.dbunit.util.SQLHelper schemaExists FINEST: schemaExists(connection=conn0: url=jdbc:h2:mem:test user=SA, schema=NGP) - start Feb 22, 2011 5:24:25 PM org.dbunit.util.SQLHelper catalogExists FINEST: catalogExists(connection=conn0: url=jdbc:h2:mem:test user=SA, catalog=NGP) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConnection validateSchema WARNING: The given schema 'NGP' does not exist. Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/qualifiedTableNames, value=true) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/qualifiedTableNames, value=true) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/qualifiedTableNames, value=true) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig getProperty FINEST: getProperty(name=http://www.dbunit.org/features/qualifiedTableNames) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@313a53d]) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@313a53d]) - start Feb 22, 2011 5:24:25 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@313a53d]) - start Feb 22, 2011 5:24:25 PM com.sun.enterprise.glassfish.bootstrap.SingleHK2Factory initialize FINER: Singleton already initialized as com.sun.enterprise.module.impl.HK2Factory@212bcd4b Feb 22, 2011 5:24:26 PM com.sun.enterprise.glassfish.bootstrap.SingleHK2Factory initialize FINER: Reinitialized singleton as com.sun.enterprise.glassfish.bootstrap.SingleHK2Factory@2b8bbc5a Feb 22, 2011 5:24:26 PM com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntimeBuilder build FINER: Created GlassFishRuntime com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntime@402f0df1 with InstallRoot null, Bootstrap Options org.glassfish.embeddable.BootstrapProperties@555c07d8 Feb 22, 2011 5:24:26 PM com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntime copy FINER: Copied jar:file:/Users/ljnelson/.m2/repository/org/glassfish/extras/glassfish-embedded-all/3.1-b41/glassfish-embedded-all-3.1-b41.jar!/config/keyfile to file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/keyfile Feb 22, 2011 5:24:26 PM com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntime copy FINER: Copied jar:file:/Users/ljnelson/.m2/repository/org/glassfish/extras/glassfish-embedded-all/3.1-b41/glassfish-embedded-all-3.1-b41.jar!/config/server.policy to file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/server.policy Feb 22, 2011 5:24:26 PM com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntime copy FINER: Copied jar:file:/Users/ljnelson/.m2/repository/org/glassfish/extras/glassfish-embedded-all/3.1-b41/glassfish-embedded-all-3.1-b41.jar!/config/cacerts.jks to file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/cacerts.jks Feb 22, 2011 5:24:26 PM com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntime copy FINER: Copied jar:file:/Users/ljnelson/.m2/repository/org/glassfish/extras/glassfish-embedded-all/3.1-b41/glassfish-embedded-all-3.1-b41.jar!/config/keystore.jks to file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/keystore.jks Feb 22, 2011 5:24:26 PM com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntime copy FINER: Copied jar:file:/Users/ljnelson/.m2/repository/org/glassfish/extras/glassfish-embedded-all/3.1-b41/glassfish-embedded-all-3.1-b41.jar!/config/login.conf to file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/login.conf Feb 22, 2011 5:24:26 PM com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntime copy FINER: Copied jar:file:/Users/ljnelson/.m2/repository/org/glassfish/extras/glassfish-embedded-all/3.1-b41/glassfish-embedded-all-3.1-b41.jar!/config/admin-keyfile to file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/admin-keyfile Feb 22, 2011 5:24:26 PM com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntime copy FINER: Copied jar:file:/Users/ljnelson/.m2/repository/com/jenzabar/testing/junit-ejb-dbunit-mem/1.0-SNAPSHOT/junit-ejb-dbunit-mem-1.0-SNAPSHOT.jar!/org/glassfish/embed/domain.xml to file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/domain.xml Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1753896075(com.sun.enterprise.admin.cli.schemadoc.HtmlFormat, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1753896075(com.sun.enterprise.admin.cli.schemadoc.HtmlFormat, active: null) with typeName com.sun.enterprise.admin.cli.schemadoc.SchemaOutputFormat and name html to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-726882005(com.sun.enterprise.admin.cli.embeddable.DeployerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-726882005(com.sun.enterprise.admin.cli.embeddable.DeployerImpl, active: null) with typeName org.glassfish.embeddable.Deployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1818873899(com.sun.enterprise.admin.cli.StartDomainCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1818873899(com.sun.enterprise.admin.cli.StartDomainCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name start-domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-383905448(com.sun.enterprise.admin.cli.MultimodeCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-383905448(com.sun.enterprise.admin.cli.MultimodeCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name multimode to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1257988948(com.sun.enterprise.admin.cli.UnsetCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1257988948(com.sun.enterprise.admin.cli.UnsetCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name unset to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1043744321(com.sun.enterprise.admin.cli.ChangeAdminPasswordCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1043744321(com.sun.enterprise.admin.cli.ChangeAdminPasswordCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name change-admin-password to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1564374351(com.sun.enterprise.admin.cli.VersionCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1564374351(com.sun.enterprise.admin.cli.VersionCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name version to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-797427036(com.sun.enterprise.admin.cli.MonitorCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-797427036(com.sun.enterprise.admin.cli.MonitorCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name monitor to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2058236772(com.sun.enterprise.admin.cli.schemadoc.GenerateDomainSchema, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2058236772(com.sun.enterprise.admin.cli.schemadoc.GenerateDomainSchema, active: null) with typeName org.glassfish.api.admin.AdminCommand and name generate-domain-schema to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1118841128(com.sun.enterprise.admin.cli.RestartDomainCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1118841128(com.sun.enterprise.admin.cli.RestartDomainCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name restart-domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-996025164(com.sun.enterprise.admin.cli.embeddable.CommandExecutorImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-996025164(com.sun.enterprise.admin.cli.embeddable.CommandExecutorImpl, active: null) with typeName org.glassfish.embeddable.CommandRunner and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-559902983(com.sun.enterprise.admin.cli.ExportCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-559902983(com.sun.enterprise.admin.cli.ExportCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name export to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-16094127(com.sun.enterprise.admin.cli.StopDomainCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-16094127(com.sun.enterprise.admin.cli.StopDomainCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name stop-domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2058536614(com.sun.enterprise.admin.cli.HelpCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2058536614(com.sun.enterprise.admin.cli.HelpCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name help to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1863318328(com.sun.enterprise.admin.cli.ListCommandsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1863318328(com.sun.enterprise.admin.cli.ListCommandsCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name list-commands to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-37114495(org.glassfish.admin.cli.resources.DeleteResourceRef, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-37114495(org.glassfish.admin.cli.resources.DeleteResourceRef, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-resource-ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1013059835(org.glassfish.admin.cli.resources.ListResourceRefs, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1013059835(org.glassfish.admin.cli.resources.ListResourceRefs, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-resource-refs to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1246293429(org.glassfish.admin.cli.resources.ResourceFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2045652012(org.glassfish.admin.cli.resources.CreateResourceRef, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2045652012(org.glassfish.admin.cli.resources.CreateResourceRef, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-resource-ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-60177214(com.sun.enterprise.admin.util.CommandThreadPool, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-60177214(com.sun.enterprise.admin.util.CommandThreadPool, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2081121608(com.sun.enterprise.admin.util.InstanceStateService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2081121608(com.sun.enterprise.admin.util.InstanceStateService, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1344706967(org.glassfish.admin.cli.resources.AddResources, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1344706967(org.glassfish.admin.cli.resources.AddResources, active: null) with typeName org.glassfish.api.admin.AdminCommand and name add-resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-372093341(org.glassfish.admin.cli.resources.BindableResourcesHelper, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-300402123(org.glassfish.admin.cli.resources.ResourceUtil, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-124427164(org.glassfish.admin.amx.impl.AMXStartupService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-124427164(org.glassfish.admin.amx.impl.AMXStartupService, active: null) with typeName org.glassfish.admin.mbeanserver.AMXStartupServiceMBean and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-124427164(org.glassfish.admin.amx.impl.AMXStartupService, active: null) with typeName org.glassfish.api.amx.AMXLoader and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1745756817(org.glassfish.admin.amx.impl.util.InjectedValues, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2013238005(org.glassfish.admin.amx.impl.config.AMXConfigStartupService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2013238005(org.glassfish.admin.amx.impl.config.AMXConfigStartupService, active: null) with typeName org.glassfish.api.amx.AMXLoader and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-738807903(org.glassfish.admin.amx.impl.j2ee.loader.AMXJ2EEStartupService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-738807903(org.glassfish.admin.amx.impl.j2ee.loader.AMXJ2EEStartupService, active: null) with typeName org.glassfish.api.amx.AMXLoader and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-393978767(org.glassfish.admin.amx.impl.j2ee.loader.J2EEInjectedValues, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-909053268(org.glassfish.admin.amx.impl.ext.AMXExtStartupService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-909053268(org.glassfish.admin.amx.impl.ext.AMXExtStartupService, active: null) with typeName org.glassfish.api.amx.AMXLoader and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1259610518(org.glassfish.admin.amx.impl.ext.LoggingImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-380183900(org.glassfish.branding.GlassFishBranding, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-380183900(org.glassfish.branding.GlassFishBranding, active: null) with typeName org.glassfish.api.branding.Branding and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-986957475(com.sun.enterprise.admin.cli.optional.RestoreDomainCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-986957475(com.sun.enterprise.admin.cli.optional.RestoreDomainCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name restore-domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-630592897(com.sun.enterprise.admin.cli.optional.DeleteServiceCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-630592897(com.sun.enterprise.admin.cli.optional.DeleteServiceCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name _delete-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-543021934(com.sun.enterprise.admin.cli.optional.BackupDomainCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-543021934(com.sun.enterprise.admin.cli.optional.BackupDomainCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name backup-domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1911628635(com.sun.enterprise.admin.cli.optional.LoginCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1911628635(com.sun.enterprise.admin.cli.optional.LoginCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name login to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-239625678(com.sun.enterprise.admin.cli.optional.ChangeMasterPasswordCommandDAS, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-239625678(com.sun.enterprise.admin.cli.optional.ChangeMasterPasswordCommandDAS, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name _change-master-password-das to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-856932021(com.sun.enterprise.admin.cli.optional.StartDatabaseCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-856932021(com.sun.enterprise.admin.cli.optional.StartDatabaseCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name start-database to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1431140165(com.sun.enterprise.admin.cli.optional.CreateDomainCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1431140165(com.sun.enterprise.admin.cli.optional.CreateDomainCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name create-domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1355906755(com.sun.enterprise.admin.cli.optional.VerifyDomainXmlCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1355906755(com.sun.enterprise.admin.cli.optional.VerifyDomainXmlCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name verify-domain-xml to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1775852968(com.sun.enterprise.admin.cli.optional.CreateServiceCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1775852968(com.sun.enterprise.admin.cli.optional.CreateServiceCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name create-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-651584550(com.sun.enterprise.admin.cli.optional.ListDomainsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-651584550(com.sun.enterprise.admin.cli.optional.ListDomainsCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name list-domains to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1162415797(com.sun.enterprise.admin.cli.optional.ListBackupsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1162415797(com.sun.enterprise.admin.cli.optional.ListBackupsCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name list-backups to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1063563420(com.sun.enterprise.admin.cli.optional.ChangeMasterPasswordCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1063563420(com.sun.enterprise.admin.cli.optional.ChangeMasterPasswordCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name change-master-password to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1804005959(com.sun.enterprise.admin.cli.optional.DeleteDomainCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1804005959(com.sun.enterprise.admin.cli.optional.DeleteDomainCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name delete-domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1754024567(com.sun.enterprise.admin.cli.optional.StopDatabaseCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1754024567(com.sun.enterprise.admin.cli.optional.StopDatabaseCommand, active: null) with typeName com.sun.enterprise.admin.cli.CLICommand and name stop-database to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1382875200(com.sun.jdo.spi.persistence.support.ejb.codegen.CMPDeployerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1382875200(com.sun.jdo.spi.persistence.support.ejb.codegen.CMPDeployerImpl, active: null) with typeName org.glassfish.ejb.spi.CMPDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1915458566(com.sun.jdo.spi.persistence.support.ejb.ejbc.PersistenceManagerServiceImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1915458566(com.sun.jdo.spi.persistence.support.ejb.ejbc.PersistenceManagerServiceImpl, active: null) with typeName org.glassfish.ejb.spi.CMPService and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-184766585(com.sun.jdo.spi.persistence.support.sqlstore.utility.PersistenceManagerFactoryResourceMigrator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-184766585(com.sun.jdo.spi.persistence.support.sqlstore.utility.PersistenceManagerFactoryResourceMigrator, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-110640533(org.glassfish.server.ServerEnvironmentImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-110640533(org.glassfish.server.ServerEnvironmentImpl, active: null) with typeName org.glassfish.api.admin.ServerEnvironment and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1962083476(org.glassfish.common.util.admin.AuthTokenManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2125581447(com.sun.common.util.logging.LoggingConfigImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2125581447(com.sun.common.util.logging.LoggingConfigImpl, active: null) with typeName com.sun.common.util.logging.LoggingConfigImpl and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2125581447(com.sun.common.util.logging.LoggingConfigImpl, active: null) with typeName com.sun.common.util.logging.LoggingConfig and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1256911884(com.sun.appserv.server.util.Version, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-121398849(com.sun.enterprise.config.serverbeans.HttpServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-121398849(com.sun.enterprise.config.serverbeans.HttpServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name http-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-121398849(com.sun.enterprise.config.serverbeans.HttpServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.HttpService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-240990493(com.sun.enterprise.config.serverbeans.SshConnectorInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-240990493(com.sun.enterprise.config.serverbeans.SshConnectorInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ssh-connector to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-240990493(com.sun.enterprise.config.serverbeans.SshConnectorInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SshConnector to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-173057609(org.glassfish.config.support.GenericListCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-173057609(org.glassfish.config.support.GenericListCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-http-lbs to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-886376425(org.glassfish.config.support.GenericCreateCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-886376425(org.glassfish.config.support.GenericCreateCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _create-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-234515736(com.sun.enterprise.config.serverbeans.ServersInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-234515736(com.sun.enterprise.config.serverbeans.ServersInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name servers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-234515736(com.sun.enterprise.config.serverbeans.ServersInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Servers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-873482707(com.sun.enterprise.config.serverbeans.Cluster$DeleteDecorator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-425645657(org.glassfish.config.support.GenericDeleteCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-425645657(org.glassfish.config.support.GenericDeleteCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-http-lb-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-558529042(com.sun.enterprise.config.serverbeans.ResourceAdapterConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-558529042(com.sun.enterprise.config.serverbeans.ResourceAdapterConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name resource-adapter-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-558529042(com.sun.enterprise.config.serverbeans.ResourceAdapterConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ResourceAdapterConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-546587857(com.sun.enterprise.config.serverbeans.ProfilerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-546587857(com.sun.enterprise.config.serverbeans.ProfilerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name profiler to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-546587857(com.sun.enterprise.config.serverbeans.ProfilerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Profiler to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1714554380(com.sun.enterprise.config.serverbeans.SessionPropertiesInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1714554380(com.sun.enterprise.config.serverbeans.SessionPropertiesInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name session-properties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1714554380(com.sun.enterprise.config.serverbeans.SessionPropertiesInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SessionProperties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1579889214(com.sun.enterprise.config.serverbeans.ServerRefInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1579889214(com.sun.enterprise.config.serverbeans.ServerRefInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name server-ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1579889214(com.sun.enterprise.config.serverbeans.ServerRefInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ServerRef to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1710208190(com.sun.enterprise.config.serverbeans.AlertServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1710208190(com.sun.enterprise.config.serverbeans.AlertServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name alert-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1710208190(com.sun.enterprise.config.serverbeans.AlertServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AlertService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1547917882(com.sun.enterprise.config.serverbeans.JmsServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1547917882(com.sun.enterprise.config.serverbeans.JmsServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name jms-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1547917882(com.sun.enterprise.config.serverbeans.JmsServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.JmsService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-913828600(com.sun.enterprise.config.serverbeans.TransformationRuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-913828600(com.sun.enterprise.config.serverbeans.TransformationRuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name transformation-rule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-913828600(com.sun.enterprise.config.serverbeans.TransformationRuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.TransformationRule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2061720503(com.sun.enterprise.config.serverbeans.ConnectionPoolInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2061720503(com.sun.enterprise.config.serverbeans.ConnectionPoolInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2061720503(com.sun.enterprise.config.serverbeans.ConnectionPoolInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ConnectionPool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1687849576(com.sun.enterprise.config.serverbeans.HttpProtocolInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1687849576(com.sun.enterprise.config.serverbeans.HttpProtocolInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name http-protocol to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1687849576(com.sun.enterprise.config.serverbeans.HttpProtocolInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.HttpProtocol to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1576330609(com.sun.enterprise.config.serverbeans.GroupManagementServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1576330609(com.sun.enterprise.config.serverbeans.GroupManagementServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name group-management-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1576330609(com.sun.enterprise.config.serverbeans.GroupManagementServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.GroupManagementService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2030276071(com.sun.enterprise.config.serverbeans.ResourcesInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2030276071(com.sun.enterprise.config.serverbeans.ResourcesInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2030276071(com.sun.enterprise.config.serverbeans.ResourcesInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1482258114(com.sun.enterprise.config.serverbeans.GroupMapInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1482258114(com.sun.enterprise.config.serverbeans.GroupMapInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name group-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1482258114(com.sun.enterprise.config.serverbeans.GroupMapInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.GroupMap to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1501816798(com.sun.enterprise.config.serverbeans.MonitoringServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1501816798(com.sun.enterprise.config.serverbeans.MonitoringServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name monitoring-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1501816798(com.sun.enterprise.config.serverbeans.MonitoringServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.MonitoringService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1659620795(com.sun.enterprise.config.serverbeans.WebServiceEndpointInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1659620795(com.sun.enterprise.config.serverbeans.WebServiceEndpointInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name web-service-endpoint to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1659620795(com.sun.enterprise.config.serverbeans.WebServiceEndpointInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.WebServiceEndpoint to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:26 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1729094329(com.sun.enterprise.config.serverbeans.VirtualServerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1729094329(com.sun.enterprise.config.serverbeans.VirtualServerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name virtual-server to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1729094329(com.sun.enterprise.config.serverbeans.VirtualServerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.VirtualServer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1139676299(com.sun.enterprise.config.serverbeans.ConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1139676299(com.sun.enterprise.config.serverbeans.ConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1139676299(com.sun.enterprise.config.serverbeans.ConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1132909700(com.sun.enterprise.config.serverbeans.JmsAvailabilityInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1132909700(com.sun.enterprise.config.serverbeans.JmsAvailabilityInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name jms-availability to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1132909700(com.sun.enterprise.config.serverbeans.JmsAvailabilityInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.JmsAvailability to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1223313598(com.sun.enterprise.config.serverbeans.LbConfigsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1223313598(com.sun.enterprise.config.serverbeans.LbConfigsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name lb-configs to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1223313598(com.sun.enterprise.config.serverbeans.LbConfigsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.LbConfigs to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-223205208(com.sun.enterprise.config.serverbeans.SecureAdminPrincipalInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-223205208(com.sun.enterprise.config.serverbeans.SecureAdminPrincipalInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name secure-admin-principal to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-223205208(com.sun.enterprise.config.serverbeans.SecureAdminPrincipalInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SecureAdminPrincipal to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1903483194(com.sun.enterprise.config.serverbeans.WebContainerAvailabilityInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1903483194(com.sun.enterprise.config.serverbeans.WebContainerAvailabilityInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name web-container-availability to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1903483194(com.sun.enterprise.config.serverbeans.WebContainerAvailabilityInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.WebContainerAvailability to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-778152199(com.sun.enterprise.config.serverbeans.AppclientModuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-778152199(com.sun.enterprise.config.serverbeans.AppclientModuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name appclient-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-778152199(com.sun.enterprise.config.serverbeans.AppclientModuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AppclientModule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-228598363(com.sun.enterprise.config.serverbeans.NodeAgentsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-228598363(com.sun.enterprise.config.serverbeans.NodeAgentsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name node-agents to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-228598363(com.sun.enterprise.config.serverbeans.NodeAgentsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.NodeAgents to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-204442458(org.glassfish.config.support.GenericCreateCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-204442458(org.glassfish.config.support.GenericCreateCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-http-lb-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-90556406(com.sun.enterprise.config.serverbeans.ConfigBeansUtilities, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1563093566(org.glassfish.config.support.TypeAndNameResolver, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1563093566(org.glassfish.config.support.TypeAndNameResolver, active: null) with typeName org.glassfish.config.support.CrudResolver and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-746110011(com.sun.enterprise.config.serverbeans.EjbContainerAvailabilityInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-746110011(com.sun.enterprise.config.serverbeans.EjbContainerAvailabilityInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ejb-container-availability to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-746110011(com.sun.enterprise.config.serverbeans.EjbContainerAvailabilityInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.EjbContainerAvailability to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-713940044(com.sun.enterprise.config.serverbeans.ManagerPropertiesInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-713940044(com.sun.enterprise.config.serverbeans.ManagerPropertiesInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name manager-properties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-713940044(com.sun.enterprise.config.serverbeans.ManagerPropertiesInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ManagerProperties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1199183719(com.sun.enterprise.config.serverbeans.ClusterRefInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1199183719(com.sun.enterprise.config.serverbeans.ClusterRefInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name cluster-ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1199183719(com.sun.enterprise.config.serverbeans.ClusterRefInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ClusterRef to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-546738138(com.sun.enterprise.config.serverbeans.SshAuthInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-546738138(com.sun.enterprise.config.serverbeans.SshAuthInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ssh-auth to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-546738138(com.sun.enterprise.config.serverbeans.SshAuthInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SshAuth to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2092843500(com.sun.enterprise.config.serverbeans.WebModuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2092843500(com.sun.enterprise.config.serverbeans.WebModuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name web-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2092843500(com.sun.enterprise.config.serverbeans.WebModuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.WebModule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-786050287(com.sun.enterprise.config.serverbeans.EjbTimerServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-786050287(com.sun.enterprise.config.serverbeans.EjbTimerServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ejb-timer-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-786050287(com.sun.enterprise.config.serverbeans.EjbTimerServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.EjbTimerService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1975260912(com.sun.enterprise.config.serverbeans.ModuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1975260912(com.sun.enterprise.config.serverbeans.ModuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1975260912(com.sun.enterprise.config.serverbeans.ModuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-260449011(com.sun.enterprise.config.serverbeans.SslClientConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-260449011(com.sun.enterprise.config.serverbeans.SslClientConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ssl-client-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:27 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-260449011(com.sun.enterprise.config.serverbeans.SslClientConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SslClientConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-794855291(com.sun.enterprise.config.serverbeans.MailResourceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-794855291(com.sun.enterprise.config.serverbeans.MailResourceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name mail-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-794855291(com.sun.enterprise.config.serverbeans.MailResourceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.MailResource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1784591497(org.glassfish.config.support.DeletionDecorator$NoDecoration, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1872676077(com.sun.enterprise.config.serverbeans.ClustersInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1872676077(com.sun.enterprise.config.serverbeans.ClustersInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name clusters to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1872676077(com.sun.enterprise.config.serverbeans.ClustersInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Clusters to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-546495707(com.sun.enterprise.config.serverbeans.EjbContainerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-546495707(com.sun.enterprise.config.serverbeans.EjbContainerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ejb-container to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-546495707(com.sun.enterprise.config.serverbeans.EjbContainerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.EjbContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-165789330(com.sun.enterprise.config.serverbeans.EventInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-165789330(com.sun.enterprise.config.serverbeans.EventInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name event to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-165789330(com.sun.enterprise.config.serverbeans.EventInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Event to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1134979151(org.glassfish.config.support.GenericCreateCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1134979151(org.glassfish.config.support.GenericCreateCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-cluster to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1644838203(com.sun.enterprise.config.serverbeans.SecurityServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1644838203(com.sun.enterprise.config.serverbeans.SecurityServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name security-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1644838203(com.sun.enterprise.config.serverbeans.SecurityServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SecurityService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-238689990(com.sun.enterprise.config.serverbeans.IiopServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-238689990(com.sun.enterprise.config.serverbeans.IiopServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name iiop-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-238689990(com.sun.enterprise.config.serverbeans.IiopServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.IiopService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-163209334(com.sun.enterprise.config.serverbeans.AdminObjectResourceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-163209334(com.sun.enterprise.config.serverbeans.AdminObjectResourceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name admin-object-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-163209334(com.sun.enterprise.config.serverbeans.AdminObjectResourceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AdminObjectResource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-722659319(com.sun.enterprise.config.serverbeans.Server$DeleteDecorator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1715150648(org.glassfish.config.support.GenericDeleteCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1715150648(org.glassfish.config.support.GenericDeleteCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-cluster to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-863947255(com.sun.enterprise.config.serverbeans.ServerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-863947255(com.sun.enterprise.config.serverbeans.ServerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name server to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-863947255(com.sun.enterprise.config.serverbeans.ServerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Server to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1224577418(com.sun.enterprise.config.serverbeans.AmxPrefInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1224577418(com.sun.enterprise.config.serverbeans.AmxPrefInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name amx-pref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1224577418(com.sun.enterprise.config.serverbeans.AmxPrefInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AmxPref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2136875125(com.sun.enterprise.config.serverbeans.NodeInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2136875125(com.sun.enterprise.config.serverbeans.NodeInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name node to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2136875125(com.sun.enterprise.config.serverbeans.NodeInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Node to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2091197094(com.sun.enterprise.config.serverbeans.AuditModuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2091197094(com.sun.enterprise.config.serverbeans.AuditModuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name audit-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2091197094(com.sun.enterprise.config.serverbeans.AuditModuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AuditModule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1032192056(com.sun.enterprise.config.serverbeans.AuthRealmInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1032192056(com.sun.enterprise.config.serverbeans.AuthRealmInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name auth-realm to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1032192056(com.sun.enterprise.config.serverbeans.AuthRealmInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AuthRealm to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-678984726(com.sun.enterprise.config.serverbeans.SessionConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-678984726(com.sun.enterprise.config.serverbeans.SessionConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name session-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-678984726(com.sun.enterprise.config.serverbeans.SessionConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SessionConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2115673371(org.glassfish.config.support.GenericCreateCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2115673371(org.glassfish.config.support.GenericCreateCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _register-instance to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-88119371(com.sun.enterprise.config.serverbeans.ConnectorResourceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-88119371(com.sun.enterprise.config.serverbeans.ConnectorResourceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name connector-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-88119371(com.sun.enterprise.config.serverbeans.ConnectorResourceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ConnectorResource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1406035614(com.sun.enterprise.config.serverbeans.FailureDetectionInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1406035614(com.sun.enterprise.config.serverbeans.FailureDetectionInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name failure-detection to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1406035614(com.sun.enterprise.config.serverbeans.FailureDetectionInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.FailureDetection to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:29 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-330512910(com.sun.enterprise.config.serverbeans.WebContainerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-330512910(com.sun.enterprise.config.serverbeans.WebContainerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name web-container to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-330512910(com.sun.enterprise.config.serverbeans.WebContainerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.WebContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-288109351(com.sun.enterprise.config.serverbeans.NodeAgentInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-288109351(com.sun.enterprise.config.serverbeans.NodeAgentInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name node-agent to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-288109351(com.sun.enterprise.config.serverbeans.NodeAgentInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.NodeAgent to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1825721919(com.sun.enterprise.config.serverbeans.MessageSecurityConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1825721919(com.sun.enterprise.config.serverbeans.MessageSecurityConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name message-security-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1825721919(com.sun.enterprise.config.serverbeans.MessageSecurityConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.MessageSecurityConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1661944297(org.glassfish.config.support.datatypes.Port, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1661944297(org.glassfish.config.support.datatypes.Port, active: null) with typeName org.jvnet.hk2.config.DataType and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2125486797(com.sun.enterprise.config.serverbeans.ManagementRulesInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2125486797(com.sun.enterprise.config.serverbeans.ManagementRulesInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name management-rules to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2125486797(com.sun.enterprise.config.serverbeans.ManagementRulesInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ManagementRules to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1813612981(com.sun.enterprise.config.serverbeans.AdminServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1813612981(com.sun.enterprise.config.serverbeans.AdminServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name admin-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1813612981(com.sun.enterprise.config.serverbeans.AdminServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AdminService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-10486149(com.sun.enterprise.config.serverbeans.TransactionServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-10486149(com.sun.enterprise.config.serverbeans.TransactionServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name transaction-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-10486149(com.sun.enterprise.config.serverbeans.TransactionServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.TransactionService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-147047189(com.sun.enterprise.config.serverbeans.MdbContainerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-147047189(com.sun.enterprise.config.serverbeans.MdbContainerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name mdb-container to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-147047189(com.sun.enterprise.config.serverbeans.MdbContainerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.MdbContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1815911473(org.glassfish.config.support.SystemPropertyUpgrade, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1815911473(org.glassfish.config.support.SystemPropertyUpgrade, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2134019194(com.sun.enterprise.config.serverbeans.Node$Decorator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1336205011(com.sun.enterprise.config.serverbeans.JdbcResourceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1336205011(com.sun.enterprise.config.serverbeans.JdbcResourceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name jdbc-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1336205011(com.sun.enterprise.config.serverbeans.JdbcResourceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.JdbcResource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1361123198(com.sun.enterprise.config.serverbeans.J2eeApplicationInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1361123198(com.sun.enterprise.config.serverbeans.J2eeApplicationInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name j2ee-application to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1361123198(com.sun.enterprise.config.serverbeans.J2eeApplicationInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.J2eeApplication to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1401780942(com.sun.enterprise.config.serverbeans.RequestPolicyInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1401780942(com.sun.enterprise.config.serverbeans.RequestPolicyInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name request-policy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1401780942(com.sun.enterprise.config.serverbeans.RequestPolicyInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.RequestPolicy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1836684604(com.sun.enterprise.config.serverbeans.ConnectorConnectionPoolInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1836684604(com.sun.enterprise.config.serverbeans.ConnectorConnectionPoolInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name connector-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1836684604(com.sun.enterprise.config.serverbeans.ConnectorConnectionPoolInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ConnectorConnectionPool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1228197450(com.sun.enterprise.config.serverbeans.SystemApplicationsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1228197450(com.sun.enterprise.config.serverbeans.SystemApplicationsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name system-applications to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1228197450(com.sun.enterprise.config.serverbeans.SystemApplicationsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SystemApplications to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-701727186(org.glassfish.config.support.GenericDeleteCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-701727186(org.glassfish.config.support.GenericDeleteCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-http-lb to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2096109425(com.sun.enterprise.config.serverbeans.JmsHostInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2096109425(com.sun.enterprise.config.serverbeans.JmsHostInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name jms-host to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2096109425(com.sun.enterprise.config.serverbeans.JmsHostInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.JmsHost to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1989360587(org.glassfish.config.support.TargetBasedResolver, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1989360587(org.glassfish.config.support.TargetBasedResolver, active: null) with typeName org.glassfish.config.support.CrudResolver and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1010485566(com.sun.enterprise.config.serverbeans.LifecycleModuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1010485566(com.sun.enterprise.config.serverbeans.LifecycleModuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name lifecycle-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1010485566(com.sun.enterprise.config.serverbeans.LifecycleModuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.LifecycleModule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-930227286(com.sun.enterprise.config.serverbeans.HttpAccessLogInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:31 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-930227286(com.sun.enterprise.config.serverbeans.HttpAccessLogInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name http-access-log to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-930227286(com.sun.enterprise.config.serverbeans.HttpAccessLogInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.HttpAccessLog to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-649045642(com.sun.enterprise.config.serverbeans.Node$DeleteDecorator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1440661981(com.sun.enterprise.config.serverbeans.Cluster$Decorator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-327794742(com.sun.enterprise.config.serverbeans.LbConfig$Decorator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-950674239(com.sun.enterprise.config.serverbeans.CustomResourceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-950674239(com.sun.enterprise.config.serverbeans.CustomResourceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name custom-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-950674239(com.sun.enterprise.config.serverbeans.CustomResourceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.CustomResource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-703601193(com.sun.enterprise.config.serverbeans.IiopListenerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-703601193(com.sun.enterprise.config.serverbeans.IiopListenerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name iiop-listener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-703601193(com.sun.enterprise.config.serverbeans.IiopListenerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.IiopListener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1380290369(com.sun.enterprise.config.serverbeans.ThreadPoolsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1380290369(com.sun.enterprise.config.serverbeans.ThreadPoolsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name thread-pools to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1380290369(com.sun.enterprise.config.serverbeans.ThreadPoolsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ThreadPools to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1421876889(com.sun.enterprise.config.serverbeans.PersistenceManagerFactoryResourceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1421876889(com.sun.enterprise.config.serverbeans.PersistenceManagerFactoryResourceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name persistence-manager-factory-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1421876889(com.sun.enterprise.config.serverbeans.PersistenceManagerFactoryResourceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.PersistenceManagerFactoryResource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-286849607(com.sun.enterprise.config.serverbeans.ConnectorServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-286849607(com.sun.enterprise.config.serverbeans.ConnectorServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name connector-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-286849607(com.sun.enterprise.config.serverbeans.ConnectorServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ConnectorService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2128040981(com.sun.enterprise.config.serverbeans.DasConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2128040981(com.sun.enterprise.config.serverbeans.DasConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name das-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2128040981(com.sun.enterprise.config.serverbeans.DasConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.DasConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1792110529(com.sun.enterprise.config.serverbeans.AccessLogInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1792110529(com.sun.enterprise.config.serverbeans.AccessLogInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name access-log to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1792110529(com.sun.enterprise.config.serverbeans.AccessLogInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AccessLog to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1543511728(com.sun.enterprise.config.serverbeans.RegistryLocationInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1543511728(com.sun.enterprise.config.serverbeans.RegistryLocationInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name registry-location to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1543511728(com.sun.enterprise.config.serverbeans.RegistryLocationInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.RegistryLocation to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-199156736(com.sun.enterprise.config.serverbeans.HttpFileCacheInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-199156736(com.sun.enterprise.config.serverbeans.HttpFileCacheInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name http-file-cache to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-199156736(com.sun.enterprise.config.serverbeans.HttpFileCacheInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.HttpFileCache to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1447739926(com.sun.enterprise.config.serverbeans.ConnectorModuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1447739926(com.sun.enterprise.config.serverbeans.ConnectorModuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name connector-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1447739926(com.sun.enterprise.config.serverbeans.ConnectorModuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ConnectorModule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1175215772(com.sun.enterprise.config.serverbeans.EngineInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1175215772(com.sun.enterprise.config.serverbeans.EngineInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name engine to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1175215772(com.sun.enterprise.config.serverbeans.EngineInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Engine to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1444378545(com.sun.enterprise.config.serverbeans.ClusterInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1444378545(com.sun.enterprise.config.serverbeans.ClusterInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name cluster to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1444378545(com.sun.enterprise.config.serverbeans.ClusterInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Cluster to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-515060127(org.glassfish.config.support.GenericDeleteCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-515060127(org.glassfish.config.support.GenericDeleteCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _delete-node to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-108973432(com.sun.enterprise.config.serverbeans.JavaConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-108973432(com.sun.enterprise.config.serverbeans.JavaConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name java-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-108973432(com.sun.enterprise.config.serverbeans.JavaConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.JavaConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1860404380(org.glassfish.config.support.GrizzlyConfigSchemaMigrator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1860404380(org.glassfish.config.support.GrizzlyConfigSchemaMigrator, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name grizzlyconfigupgrade to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-454514340(com.sun.enterprise.config.serverbeans.HealthCheckerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-454514340(com.sun.enterprise.config.serverbeans.HealthCheckerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name health-checker to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-454514340(com.sun.enterprise.config.serverbeans.HealthCheckerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.HealthChecker to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-423180001(com.sun.enterprise.config.serverbeans.ListenerConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-423180001(com.sun.enterprise.config.serverbeans.ListenerConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name listener-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:33 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-423180001(com.sun.enterprise.config.serverbeans.ListenerConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ListenerConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2067921590(org.glassfish.config.support.datatypes.NonNegativeInteger, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2067921590(org.glassfish.config.support.datatypes.NonNegativeInteger, active: null) with typeName org.jvnet.hk2.config.DataType and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-682820082(com.sun.enterprise.config.serverbeans.ActionInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-682820082(com.sun.enterprise.config.serverbeans.ActionInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name action to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-682820082(com.sun.enterprise.config.serverbeans.ActionInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Action to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-4508606(org.glassfish.config.support.CreationDecorator$NoDecoration, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-614213397(com.sun.enterprise.config.serverbeans.EjbModuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-614213397(com.sun.enterprise.config.serverbeans.EjbModuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ejb-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-614213397(com.sun.enterprise.config.serverbeans.EjbModuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.EjbModule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-130672250(com.sun.enterprise.config.serverbeans.NodesInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-130672250(com.sun.enterprise.config.serverbeans.NodesInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name nodes to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-130672250(com.sun.enterprise.config.serverbeans.NodesInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Nodes to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1480218516(com.sun.enterprise.config.serverbeans.ProviderConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1480218516(com.sun.enterprise.config.serverbeans.ProviderConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name provider-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1480218516(com.sun.enterprise.config.serverbeans.ProviderConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ProviderConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1582031564(org.glassfish.config.support.TypeResolver, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1582031564(org.glassfish.config.support.TypeResolver, active: null) with typeName org.glassfish.config.support.CrudResolver and name type to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1209462641(com.sun.enterprise.config.serverbeans.ExtensionModuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1209462641(com.sun.enterprise.config.serverbeans.ExtensionModuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name extension-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1209462641(com.sun.enterprise.config.serverbeans.ExtensionModuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ExtensionModule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1505888432(com.sun.enterprise.config.serverbeans.HttpListenerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1505888432(com.sun.enterprise.config.serverbeans.HttpListenerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name http-listener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1505888432(com.sun.enterprise.config.serverbeans.HttpListenerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.HttpListener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1372096729(com.sun.enterprise.config.serverbeans.StorePropertiesInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1372096729(com.sun.enterprise.config.serverbeans.StorePropertiesInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name store-properties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1372096729(com.sun.enterprise.config.serverbeans.StorePropertiesInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.StoreProperties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1150322817(com.sun.enterprise.config.serverbeans.WorkSecurityMapInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1150322817(com.sun.enterprise.config.serverbeans.WorkSecurityMapInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name work-security-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1150322817(com.sun.enterprise.config.serverbeans.WorkSecurityMapInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.WorkSecurityMap to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1827795025(com.sun.enterprise.config.serverbeans.RefInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1827795025(com.sun.enterprise.config.serverbeans.RefInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1827795025(com.sun.enterprise.config.serverbeans.RefInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2144898487(com.sun.enterprise.config.serverbeans.JmxConnectorInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2144898487(com.sun.enterprise.config.serverbeans.JmxConnectorInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name jmx-connector to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2144898487(com.sun.enterprise.config.serverbeans.JmxConnectorInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.JmxConnector to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1648372467(com.sun.enterprise.config.serverbeans.ManagementRuleInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1648372467(com.sun.enterprise.config.serverbeans.ManagementRuleInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name management-rule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1648372467(com.sun.enterprise.config.serverbeans.ManagementRuleInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ManagementRule to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1657006569(com.sun.enterprise.config.serverbeans.FilterConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1657006569(com.sun.enterprise.config.serverbeans.FilterConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name filter-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1657006569(com.sun.enterprise.config.serverbeans.FilterConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.FilterConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-741470887(com.sun.enterprise.config.serverbeans.LoadBalancersInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-741470887(com.sun.enterprise.config.serverbeans.LoadBalancersInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name load-balancers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-741470887(com.sun.enterprise.config.serverbeans.LoadBalancersInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.LoadBalancers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-53594268(com.sun.enterprise.config.serverbeans.ApplicationInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-53594268(com.sun.enterprise.config.serverbeans.ApplicationInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name application to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-53594268(com.sun.enterprise.config.serverbeans.ApplicationInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Application to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-963214183(com.sun.enterprise.config.serverbeans.SystemPropertyInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-963214183(com.sun.enterprise.config.serverbeans.SystemPropertyInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name system-property to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-963214183(com.sun.enterprise.config.serverbeans.SystemPropertyInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SystemProperty to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1009042595(com.sun.enterprise.config.serverbeans.LogServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1009042595(com.sun.enterprise.config.serverbeans.LogServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name log-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:35 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1009042595(com.sun.enterprise.config.serverbeans.LogServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.LogService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-300533806(com.sun.enterprise.config.serverbeans.SessionManagerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-300533806(com.sun.enterprise.config.serverbeans.SessionManagerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name session-manager to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-300533806(com.sun.enterprise.config.serverbeans.SessionManagerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SessionManager to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-190139698(com.sun.enterprise.config.serverbeans.ConfigsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-190139698(com.sun.enterprise.config.serverbeans.ConfigsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name configs to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-190139698(com.sun.enterprise.config.serverbeans.ConfigsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Configs to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-222237550(com.sun.enterprise.config.serverbeans.ResourceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-222237550(com.sun.enterprise.config.serverbeans.ResourceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-222237550(com.sun.enterprise.config.serverbeans.ResourceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-672440717(com.sun.enterprise.config.serverbeans.ExternalJndiResourceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-672440717(com.sun.enterprise.config.serverbeans.ExternalJndiResourceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name external-jndi-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-672440717(com.sun.enterprise.config.serverbeans.ExternalJndiResourceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ExternalJndiResource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1652180105(com.sun.enterprise.config.serverbeans.LoadBalancerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1652180105(com.sun.enterprise.config.serverbeans.LoadBalancerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name load-balancer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1652180105(com.sun.enterprise.config.serverbeans.LoadBalancerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.LoadBalancer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1227469025(org.glassfish.config.support.HttpServicePropertiesUpgrade, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1227469025(org.glassfish.config.support.HttpServicePropertiesUpgrade, active: null) with typeName org.glassfish.api.admin.config.LegacyConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1343990093(org.glassfish.config.support.datatypes.PositiveInteger, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1343990093(org.glassfish.config.support.datatypes.PositiveInteger, active: null) with typeName org.jvnet.hk2.config.DataType and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1208493905(com.sun.enterprise.config.serverbeans.JaccProviderInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1208493905(com.sun.enterprise.config.serverbeans.JaccProviderInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name jacc-provider to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1208493905(com.sun.enterprise.config.serverbeans.JaccProviderInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.JaccProvider to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-256728009(com.sun.enterprise.config.serverbeans.ModuleLogLevelsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-256728009(com.sun.enterprise.config.serverbeans.ModuleLogLevelsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name module-log-levels to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-256728009(com.sun.enterprise.config.serverbeans.ModuleLogLevelsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ModuleLogLevels to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-533000440(org.glassfish.config.support.CrudResolver$DefaultResolver, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-533000440(org.glassfish.config.support.CrudResolver$DefaultResolver, active: null) with typeName org.glassfish.config.support.CrudResolver and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-984103443(org.glassfish.config.support.DefaultConfigUpgrade, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-984103443(org.glassfish.config.support.DefaultConfigUpgrade, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name defaultconfigupgrade to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2055000954(com.sun.enterprise.config.serverbeans.ApplicationRefInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2055000954(com.sun.enterprise.config.serverbeans.ApplicationRefInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name application-ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2055000954(com.sun.enterprise.config.serverbeans.ApplicationRefInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ApplicationRef to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-421539177(com.sun.enterprise.config.serverbeans.AlertSubscriptionInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-421539177(com.sun.enterprise.config.serverbeans.AlertSubscriptionInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name alert-subscription to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-421539177(com.sun.enterprise.config.serverbeans.AlertSubscriptionInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AlertSubscription to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-260396386(com.sun.enterprise.config.serverbeans.ModuleMonitoringLevelsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-260396386(com.sun.enterprise.config.serverbeans.ModuleMonitoringLevelsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name module-monitoring-levels to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-260396386(com.sun.enterprise.config.serverbeans.ModuleMonitoringLevelsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ModuleMonitoringLevels to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2057870563(com.sun.enterprise.config.serverbeans.ApplicationsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2057870563(com.sun.enterprise.config.serverbeans.ApplicationsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name applications to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2057870563(com.sun.enterprise.config.serverbeans.ApplicationsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Applications to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1406417406(com.sun.enterprise.config.serverbeans.RequestProcessingInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1406417406(com.sun.enterprise.config.serverbeans.RequestProcessingInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name request-processing to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1406417406(com.sun.enterprise.config.serverbeans.RequestProcessingInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.RequestProcessing to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-304840113(com.sun.enterprise.config.serverbeans.DomainInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-304840113(com.sun.enterprise.config.serverbeans.DomainInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-304840113(com.sun.enterprise.config.serverbeans.DomainInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1699281096(com.sun.enterprise.config.serverbeans.LbConfig$DeleteDecorator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-432359019(com.sun.enterprise.config.serverbeans.RefContainerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-432359019(com.sun.enterprise.config.serverbeans.RefContainerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ref-container to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-432359019(com.sun.enterprise.config.serverbeans.RefContainerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.RefContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:36 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1720854532(com.sun.enterprise.config.serverbeans.OrbInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1720854532(com.sun.enterprise.config.serverbeans.OrbInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name orb to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1720854532(com.sun.enterprise.config.serverbeans.OrbInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Orb to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-92361528(com.sun.enterprise.config.serverbeans.KeepAliveInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-92361528(com.sun.enterprise.config.serverbeans.KeepAliveInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name keep-alive to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-92361528(com.sun.enterprise.config.serverbeans.KeepAliveInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.KeepAlive to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1837007962(com.sun.enterprise.config.serverbeans.ApplicationConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1837007962(com.sun.enterprise.config.serverbeans.ApplicationConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name application-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1837007962(com.sun.enterprise.config.serverbeans.ApplicationConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ApplicationConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-220424415(com.sun.enterprise.config.serverbeans.DiagnosticServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-220424415(com.sun.enterprise.config.serverbeans.DiagnosticServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name diagnostic-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-220424415(com.sun.enterprise.config.serverbeans.DiagnosticServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.DiagnosticService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-263851830(org.glassfish.config.support.TargetAndNameBasedResolver, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-263851830(org.glassfish.config.support.TargetAndNameBasedResolver, active: null) with typeName org.glassfish.config.support.CrudResolver and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-3975755(com.sun.enterprise.config.serverbeans.Server$CreateDecorator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-248521228(com.sun.enterprise.config.serverbeans.PrincipalMapInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-248521228(com.sun.enterprise.config.serverbeans.PrincipalMapInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name principal-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-248521228(com.sun.enterprise.config.serverbeans.PrincipalMapInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.PrincipalMap to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-40585581(com.sun.enterprise.config.serverbeans.LbConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-40585581(com.sun.enterprise.config.serverbeans.LbConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name lb-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-40585581(com.sun.enterprise.config.serverbeans.LbConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.LbConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1369543768(com.sun.enterprise.config.serverbeans.SecurityMapInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1369543768(com.sun.enterprise.config.serverbeans.SecurityMapInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name security-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1369543768(com.sun.enterprise.config.serverbeans.SecurityMapInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SecurityMap to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1192380230(com.sun.enterprise.config.serverbeans.LoadBalancer$DeleteDecorator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-17131806(com.sun.enterprise.config.serverbeans.SecureAdminInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-17131806(com.sun.enterprise.config.serverbeans.SecureAdminInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name secure-admin to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-17131806(com.sun.enterprise.config.serverbeans.SecureAdminInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.SecureAdmin to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-171454744(org.glassfish.config.support.GenericCreateCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-171454744(org.glassfish.config.support.GenericCreateCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _create-node to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1864311781(com.sun.enterprise.config.serverbeans.BackendPrincipalInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1864311781(com.sun.enterprise.config.serverbeans.BackendPrincipalInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name backend-principal to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1864311781(com.sun.enterprise.config.serverbeans.BackendPrincipalInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.BackendPrincipal to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1701693537(com.sun.enterprise.config.serverbeans.JdbcConnectionPoolInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1701693537(com.sun.enterprise.config.serverbeans.JdbcConnectionPoolInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name jdbc-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1701693537(com.sun.enterprise.config.serverbeans.JdbcConnectionPoolInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.JdbcConnectionPool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-176065613(org.glassfish.config.support.UpgradeService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-176065613(org.glassfish.config.support.UpgradeService, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2049775772(com.sun.enterprise.config.serverbeans.ResourceRefInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2049775772(com.sun.enterprise.config.serverbeans.ResourceRefInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name resource-ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2049775772(com.sun.enterprise.config.serverbeans.ResourceRefInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ResourceRef to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-648734830(com.sun.enterprise.config.serverbeans.ResponsePolicyInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-648734830(com.sun.enterprise.config.serverbeans.ResponsePolicyInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name response-policy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-648734830(com.sun.enterprise.config.serverbeans.ResponsePolicyInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.ResponsePolicy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-511811991(org.glassfish.config.support.GenericDeleteCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-511811991(org.glassfish.config.support.GenericDeleteCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _unregister-instance to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1352126502(com.sun.enterprise.config.serverbeans.MbeanInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1352126502(com.sun.enterprise.config.serverbeans.MbeanInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name mbean to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1352126502(com.sun.enterprise.config.serverbeans.MbeanInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.Mbean to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-518166560(com.sun.enterprise.config.serverbeans.AvailabilityServiceInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-518166560(com.sun.enterprise.config.serverbeans.AvailabilityServiceInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name availability-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-518166560(com.sun.enterprise.config.serverbeans.AvailabilityServiceInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.enterprise.config.serverbeans.AvailabilityService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-412645939(org.jvnet.hk2.config.types.PropertyInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:38 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-412645939(org.jvnet.hk2.config.types.PropertyInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name property to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-412645939(org.jvnet.hk2.config.types.PropertyInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name org.jvnet.hk2.config.types.Property to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1115600610(org.jvnet.hk2.config.Transactions, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-219730313(org.jvnet.hk2.config.ConfiguredScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-219730313(org.jvnet.hk2.config.ConfiguredScanner, active: null) with typeName com.sun.hk2.component.IntrospectionScanner and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1482981398(org.jvnet.hk2.config.ConfigSupport, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-773149104(org.glassfish.connectors.admin.cli.internal.GetConnectorConfigJavaBeans, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-773149104(org.glassfish.connectors.admin.cli.internal.GetConnectorConfigJavaBeans, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-connector-config-java-beans to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2040926578(org.glassfish.connectors.admin.cli.JndiResourceManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2040926578(org.glassfish.connectors.admin.cli.JndiResourceManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name external-jndi-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-96702915(org.glassfish.connectors.admin.cli.CreateConnectorWorkSecurityMap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-96702915(org.glassfish.connectors.admin.cli.CreateConnectorWorkSecurityMap, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-connector-work-security-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1788255273(org.glassfish.connectors.admin.cli.DeleteConnectorWorkSecurityMap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1788255273(org.glassfish.connectors.admin.cli.DeleteConnectorWorkSecurityMap, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-connector-work-security-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1172733546(org.glassfish.connectors.admin.cli.ConnectorResourceManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1172733546(org.glassfish.connectors.admin.cli.ConnectorResourceManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name connector-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-527795456(org.glassfish.connectors.admin.cli.CreateResourceAdapterConfig, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-527795456(org.glassfish.connectors.admin.cli.CreateResourceAdapterConfig, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-resource-adapter-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1550766882(org.glassfish.connectors.admin.cli.CreateAdminObject, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1550766882(org.glassfish.connectors.admin.cli.CreateAdminObject, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-admin-object to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1877445782(org.glassfish.connectors.admin.cli.ConnectorWorkSecurityMapResourceManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1877445782(org.glassfish.connectors.admin.cli.ConnectorWorkSecurityMapResourceManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name work-security-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1254032703(org.glassfish.connectors.admin.cli.internal.GetAdminObjectClassNames, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1254032703(org.glassfish.connectors.admin.cli.internal.GetAdminObjectClassNames, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-admin-object-class-names to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1123127663(org.glassfish.connectors.admin.cli.internal.GetMCFConfigProperties, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1123127663(org.glassfish.connectors.admin.cli.internal.GetMCFConfigProperties, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-mcf-config-properties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-25374911(org.glassfish.connectors.admin.cli.ConnectionPoolUtil, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1274367071(org.glassfish.connectors.admin.cli.DeleteResourceAdapterConfig, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1274367071(org.glassfish.connectors.admin.cli.DeleteResourceAdapterConfig, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-resource-adapter-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1432950766(org.glassfish.connectors.admin.cli.internal.GetSystemRarsAllowingPoolCreation, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1432950766(org.glassfish.connectors.admin.cli.internal.GetSystemRarsAllowingPoolCreation, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-system-rars-allowing-pool-creation to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1721906704(org.glassfish.connectors.admin.cli.internal.GetConnectionDefinitionNames, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1721906704(org.glassfish.connectors.admin.cli.internal.GetConnectionDefinitionNames, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-connection-definition-names to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-596347156(org.glassfish.connectors.admin.cli.CreateConnectorSecurityMap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-596347156(org.glassfish.connectors.admin.cli.CreateConnectorSecurityMap, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-connector-security-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-500470343(org.glassfish.connectors.admin.cli.DeleteJavaMailResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-500470343(org.glassfish.connectors.admin.cli.DeleteJavaMailResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-javamail-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1859093149(org.glassfish.connectors.admin.cli.ListAdminObjects, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1859093149(org.glassfish.connectors.admin.cli.ListAdminObjects, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-admin-objects to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2038975040(org.glassfish.connectors.admin.cli.ListResources, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2038975040(org.glassfish.connectors.admin.cli.ListResources, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _list-resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1656942101(org.glassfish.connectors.admin.cli.CreateConnectorConnectionPool, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1656942101(org.glassfish.connectors.admin.cli.CreateConnectorConnectionPool, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-connector-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1805440858(org.glassfish.connectors.admin.cli.internal.GetBuiltInCustomResources, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1805440858(org.glassfish.connectors.admin.cli.internal.GetBuiltInCustomResources, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-built-in-custom-resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-100568296(org.glassfish.connectors.admin.cli.UpdateConnectorWorkSecurityMap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-100568296(org.glassfish.connectors.admin.cli.UpdateConnectorWorkSecurityMap, active: null) with typeName org.glassfish.api.admin.AdminCommand and name update-connector-work-security-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-181720683(org.glassfish.connectors.admin.cli.internal.GetAdminObjectInterfaceNames, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-181720683(org.glassfish.connectors.admin.cli.internal.GetAdminObjectInterfaceNames, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-admin-object-interface-names to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-457773147(org.glassfish.connectors.admin.cli.CreateJndiResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-457773147(org.glassfish.connectors.admin.cli.CreateJndiResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-jndi-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1506858075(org.glassfish.connectors.admin.cli.AdminObjectManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1506858075(org.glassfish.connectors.admin.cli.AdminObjectManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name admin-object-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-489017454(org.glassfish.connectors.admin.cli.PMFResourceManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-489017454(org.glassfish.connectors.admin.cli.PMFResourceManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name persistence-manager-factory-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:40 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-496432309(org.glassfish.connectors.admin.cli.internal.GetMessageListenerTypes, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-496432309(org.glassfish.connectors.admin.cli.internal.GetMessageListenerTypes, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-message-listener-types to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-563848768(org.glassfish.connectors.admin.cli.CreateConnectorResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-563848768(org.glassfish.connectors.admin.cli.CreateConnectorResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-connector-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1908393212(org.glassfish.connectors.admin.cli.DeleteAdminObject, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1908393212(org.glassfish.connectors.admin.cli.DeleteAdminObject, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-admin-object to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1696446139(org.glassfish.connectors.admin.cli.internal.GetMessageListenerConfigPropertyTypes, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1696446139(org.glassfish.connectors.admin.cli.internal.GetMessageListenerConfigPropertyTypes, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-message-listener-config-property-types to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-29876954(org.glassfish.connectors.admin.cli.ListResourceAdapterConfigs, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-29876954(org.glassfish.connectors.admin.cli.ListResourceAdapterConfigs, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-resource-adapter-configs to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1778276127(org.glassfish.connectors.admin.cli.DeleteJndiResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1778276127(org.glassfish.connectors.admin.cli.DeleteJndiResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-jndi-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-973617947(org.glassfish.connectors.admin.cli.ListConnectorWorkSecurityMaps, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-973617947(org.glassfish.connectors.admin.cli.ListConnectorWorkSecurityMaps, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-connector-work-security-maps to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-525855306(org.glassfish.connectors.admin.cli.DeleteConnectorConnectionPool, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-525855306(org.glassfish.connectors.admin.cli.DeleteConnectorConnectionPool, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-connector-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1154920537(org.glassfish.connectors.admin.cli.JavaMailResourceManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1154920537(org.glassfish.connectors.admin.cli.JavaMailResourceManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name mail-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1792263773(org.glassfish.connectors.admin.cli.DeleteCustomResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1792263773(org.glassfish.connectors.admin.cli.DeleteCustomResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-custom-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1971599989(org.glassfish.connectors.admin.cli.ListCustomResources, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1971599989(org.glassfish.connectors.admin.cli.ListCustomResources, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-custom-resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1008341913(org.glassfish.connectors.admin.cli.ListJndiResources, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1008341913(org.glassfish.connectors.admin.cli.ListJndiResources, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-jndi-resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1409073314(org.glassfish.connectors.admin.cli.CreateCustomResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1409073314(org.glassfish.connectors.admin.cli.CreateCustomResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-custom-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1993012929(org.glassfish.connectors.admin.cli.ListConnectorConnectionPools, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1993012929(org.glassfish.connectors.admin.cli.ListConnectorConnectionPools, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-connector-connection-pools to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-118371797(org.glassfish.connectors.admin.cli.internal.GetMessageListenerConfigProperties, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-118371797(org.glassfish.connectors.admin.cli.internal.GetMessageListenerConfigProperties, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-message-listener-config-properties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-904935057(org.glassfish.connectors.admin.cli.ListConnectorResources, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-904935057(org.glassfish.connectors.admin.cli.ListConnectorResources, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-connector-resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-764314945(org.glassfish.connectors.admin.cli.CustomResourceManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-764314945(org.glassfish.connectors.admin.cli.CustomResourceManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name custom-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1741587908(org.glassfish.connectors.admin.cli.ConnectorConnectionPoolManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1741587908(org.glassfish.connectors.admin.cli.ConnectorConnectionPoolManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name connector-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-665861146(org.glassfish.connectors.admin.cli.internal.GetActivationSpecClass, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-665861146(org.glassfish.connectors.admin.cli.internal.GetActivationSpecClass, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-activation-spec-class to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-590996305(org.glassfish.connectors.admin.cli.internal.GetAdminObjectConfigProps, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-590996305(org.glassfish.connectors.admin.cli.internal.GetAdminObjectConfigProps, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-admin-object-config-properties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-763030760(org.glassfish.connectors.admin.cli.DeleteConnectorSecurityMap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-763030760(org.glassfish.connectors.admin.cli.DeleteConnectorSecurityMap, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-connector-security-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1633127083(org.glassfish.connectors.admin.cli.PingConnectionPool, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1633127083(org.glassfish.connectors.admin.cli.PingConnectionPool, active: null) with typeName org.glassfish.api.admin.AdminCommand and name ping-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-978391674(org.glassfish.connectors.admin.cli.ListConnectorSecurityMaps, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-978391674(org.glassfish.connectors.admin.cli.ListConnectorSecurityMaps, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-connector-security-maps to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-546579839(org.glassfish.connectors.admin.cli.ListJavaMailResources, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-546579839(org.glassfish.connectors.admin.cli.ListJavaMailResources, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-javamail-resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1579795854(org.glassfish.connectors.admin.cli.ResourceAdapterConfigManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1579795854(org.glassfish.connectors.admin.cli.ResourceAdapterConfigManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name resource-adapter-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-141106670(org.glassfish.connectors.admin.cli.internal.GetConnectionDefinitionPropertiesAndDefaults, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-141106670(org.glassfish.connectors.admin.cli.internal.GetConnectionDefinitionPropertiesAndDefaults, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-connection-definition-properties-and-defaults to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-757856402(org.glassfish.connectors.admin.cli.DeleteConnectorResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-757856402(org.glassfish.connectors.admin.cli.DeleteConnectorResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-connector-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:42 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-567038057(org.glassfish.connectors.admin.cli.FlushConnectionPool, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-567038057(org.glassfish.connectors.admin.cli.FlushConnectionPool, active: null) with typeName org.glassfish.api.admin.AdminCommand and name flush-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1741133836(org.glassfish.connectors.admin.cli.CreateJavaMailResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1741133836(org.glassfish.connectors.admin.cli.CreateJavaMailResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-javamail-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1624207630(org.glassfish.connectors.admin.cli.UpdateConnectorSecurityMap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1624207630(org.glassfish.connectors.admin.cli.UpdateConnectorSecurityMap, active: null) with typeName org.glassfish.api.admin.AdminCommand and name update-connector-security-map to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1393000393(org.glassfish.connectors.admin.cli.internal.GetResourceAdapterConfigProperties, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1393000393(org.glassfish.connectors.admin.cli.internal.GetResourceAdapterConfigProperties, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-resource-adapter-config-properties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-290885557(com.sun.enterprise.connectors.inbound.deployment.annotation.handlers.ActivationHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-290885557(com.sun.enterprise.connectors.inbound.deployment.annotation.handlers.ActivationHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1240775927(com.sun.enterprise.connectors.inbound.ConnectorMessageBeanClientFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1240775927(com.sun.enterprise.connectors.inbound.ConnectorMessageBeanClientFactory, active: null) with typeName org.glassfish.ejb.spi.MessageBeanClientFactory and name ConnectorMessageBeanClientFactory to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1654792719(com.sun.enterprise.connectors.inbound.InboundRecoveryHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1654792719(com.sun.enterprise.connectors.inbound.InboundRecoveryHandler, active: null) with typeName com.sun.enterprise.transaction.spi.RecoveryResourceHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-40515936(com.sun.enterprise.connectors.inbound.ActiveInboundResourceAdapterImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-40515936(com.sun.enterprise.connectors.inbound.ActiveInboundResourceAdapterImpl, active: null) with typeName com.sun.enterprise.connectors.ActiveResourceAdapter and name ActiveInboundResourceAdapter to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-199020253(com.sun.appserv.connectors.internal.api.ConnectorClassLoaderServiceImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-199020253(com.sun.appserv.connectors.internal.api.ConnectorClassLoaderServiceImpl, active: null) with typeName org.glassfish.internal.api.ConnectorClassLoaderService and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1301353792(com.sun.appserv.connectors.internal.api.ResourceNamingService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1879721096(com.sun.appserv.connectors.internal.api.ConnectorsClassLoaderUtil, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-840529455(com.sun.appserv.connectors.internal.api.AppSpecificConnectorClassLoaderUtil, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-631120219(com.sun.enterprise.connectors.module.ConnectorContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-631120219(com.sun.enterprise.connectors.module.ConnectorContainer, active: null) with typeName org.glassfish.api.container.Container and name com.sun.enterprise.connectors.module.ConnectorContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-815788200(com.sun.enterprise.resource.deployer.AdminObjectResourceDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-815788200(com.sun.enterprise.resource.deployer.AdminObjectResourceDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1416674952(com.sun.enterprise.resource.deployer.MailResourceDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1416674952(com.sun.enterprise.resource.deployer.MailResourceDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-904723975(com.sun.enterprise.resource.pool.monitor.ConnectionPoolStatsProviderBootstrap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1511627065(com.sun.enterprise.resource.recovery.ThirdPartyRecoveryResourceHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1511627065(com.sun.enterprise.resource.recovery.ThirdPartyRecoveryResourceHandler, active: null) with typeName com.sun.enterprise.transaction.spi.RecoveryResourceHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1184537445(com.sun.enterprise.connectors.ConnectorRuntime, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1184537445(com.sun.enterprise.connectors.ConnectorRuntime, active: null) with typeName com.sun.appserv.connectors.internal.api.ConnectorRuntime and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1347430425(com.sun.enterprise.connectors.ActiveResourceAdapterImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1347430425(com.sun.enterprise.connectors.ActiveResourceAdapterImpl, active: null) with typeName com.sun.enterprise.connectors.ActiveResourceAdapter and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1048095360(com.sun.enterprise.resource.deployer.ExternalJndiResourceDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1048095360(com.sun.enterprise.resource.deployer.ExternalJndiResourceDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1677842826(com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectorAnnotationHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1677842826(com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectorAnnotationHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-896607825(com.sun.enterprise.connectors.deployment.annotation.handlers.ConfigPropertyHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-896607825(com.sun.enterprise.connectors.deployment.annotation.handlers.ConfigPropertyHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-394963776(com.sun.enterprise.resource.deployer.ConnectorConnectionPoolDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-394963776(com.sun.enterprise.resource.deployer.ConnectorConnectionPoolDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-284230355(com.sun.enterprise.resource.deployer.JdbcResourceDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-284230355(com.sun.enterprise.resource.deployer.JdbcResourceDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1055945557(com.sun.enterprise.connectors.module.ResourcesApplication, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-472117691(com.sun.enterprise.resource.deployer.ConnectorResourceDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-472117691(com.sun.enterprise.resource.deployer.ConnectorResourceDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2077440619(com.sun.enterprise.connectors.ActiveRAFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1755350607(com.sun.enterprise.connectors.deployment.util.ConnectorValidator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1755350607(com.sun.enterprise.connectors.deployment.util.ConnectorValidator, active: null) with typeName com.sun.enterprise.deployment.util.ConnectorVisitor and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-47309363(com.sun.enterprise.resource.deployer.ResourceAdapterConfigDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-47309363(com.sun.enterprise.resource.deployer.ResourceAdapterConfigDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-559514551(com.sun.enterprise.resource.pool.monitor.PoolMonitoringLevelListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2077652091(com.sun.enterprise.connectors.module.ConnectorDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1014593217(com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:43 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1014593217(com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1248040939(com.sun.enterprise.resource.pool.monitor.ConnectionPoolProbeProviderUtil, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1351281524(com.sun.enterprise.connectors.module.ResourcesDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1349006843(com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionsHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1349006843(com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionsHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1773148922(com.sun.enterprise.connectors.ActiveOutboundResourceAdapter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1773148922(com.sun.enterprise.connectors.ActiveOutboundResourceAdapter, active: null) with typeName com.sun.enterprise.connectors.ActiveResourceAdapter and name ActiveOutboundResourceAdapter to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-683362635(com.sun.enterprise.connectors.util.ConnectorJavaBeanValidator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-533262289(com.sun.enterprise.resource.deployer.ConnectorWorkSecurityMapDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-533262289(com.sun.enterprise.resource.deployer.ConnectorWorkSecurityMapDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1090032292(com.sun.enterprise.resource.deployer.CustomResourceDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1090032292(com.sun.enterprise.resource.deployer.CustomResourceDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2137222734(com.sun.enterprise.resource.recovery.ConnectorsRecoveryResourceHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2137222734(com.sun.enterprise.resource.recovery.ConnectorsRecoveryResourceHandler, active: null) with typeName com.sun.enterprise.transaction.spi.RecoveryResourceHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1491010616(com.sun.enterprise.resource.deployer.DataSourceDefinitionDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1491010616(com.sun.enterprise.resource.deployer.DataSourceDefinitionDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-428746269(com.sun.enterprise.connectors.module.ResourcesContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-428746269(com.sun.enterprise.connectors.module.ResourcesContainer, active: null) with typeName org.glassfish.api.container.Container and name com.sun.enterprise.connectors.module.ResourcesContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1130907398(com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1130907398(com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer, active: null) with typeName com.sun.appserv.connectors.internal.spi.ResourceDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1930362236(com.sun.enterprise.resource.pool.PoolManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1930362236(com.sun.enterprise.resource.pool.PoolManagerImpl, active: null) with typeName com.sun.appserv.connectors.internal.api.TransactedPoolManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1930362236(com.sun.enterprise.resource.pool.PoolManagerImpl, active: null) with typeName com.sun.enterprise.resource.pool.PoolManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1930362236(com.sun.enterprise.resource.pool.PoolManagerImpl, active: null) with typeName org.glassfish.api.invocation.ComponentInvocationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1800743798(com.sun.enterprise.resource.recovery.JdbcRecoveryResourceHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1800743798(com.sun.enterprise.resource.recovery.JdbcRecoveryResourceHandler, active: null) with typeName com.sun.enterprise.transaction.spi.RecoveryResourceHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-613975815(com.sun.enterprise.connectors.util.DriverLoader, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-432598870(com.sun.enterprise.connectors.deployment.annotation.handlers.AdministeredObjectHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-432598870(com.sun.enterprise.connectors.deployment.annotation.handlers.AdministeredObjectHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1457062995(com.sun.enterprise.container.common.spi.util.JavaEEObjectStreamFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1101730224(org.glassfish.javaee.services.ResourceManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1101730224(org.glassfish.javaee.services.ResourceManager, active: null) with typeName org.glassfish.internal.api.PostStartup and name ResourceManager to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1175870334(org.glassfish.javaee.services.ConnectorDescriptorProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1175870334(org.glassfish.javaee.services.ConnectorDescriptorProxy, active: null) with typeName org.glassfish.api.naming.NamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1708183844(com.sun.enterprise.container.common.impl.JavaModuleNamingProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1708183844(com.sun.enterprise.container.common.impl.JavaModuleNamingProxy, active: null) with typeName org.glassfish.api.naming.NamedNamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1884473012(org.glassfish.javaee.services.ApplicationScopedResourcesManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1884473012(org.glassfish.javaee.services.ApplicationScopedResourcesManager, active: null) with typeName org.glassfish.internal.api.PostStartup and name ApplicationScopedResourcesManager to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1249086728(com.sun.enterprise.container.common.impl.util.InjectionManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1249086728(com.sun.enterprise.container.common.impl.util.InjectionManagerImpl, active: null) with typeName com.sun.enterprise.container.common.spi.util.InjectionManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1747988071(org.glassfish.javaee.services.WebSocketsAsyncFilterProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1747988071(org.glassfish.javaee.services.WebSocketsAsyncFilterProvider, active: null) with typeName com.sun.grizzly.arp.AsyncFilter and name websockets to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-859218337(com.sun.enterprise.container.common.impl.util.ComponentNamingUtilImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-859218337(com.sun.enterprise.container.common.impl.util.ComponentNamingUtilImpl, active: null) with typeName org.glassfish.api.naming.ComponentNamingUtil and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1202547531(com.sun.enterprise.container.common.impl.util.DummyCallFlowAgentImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1202547531(com.sun.enterprise.container.common.impl.util.DummyCallFlowAgentImpl, active: null) with typeName com.sun.enterprise.container.common.spi.util.CallFlowAgent and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1247751600(com.sun.enterprise.container.common.impl.util.JavaEEObjectStreamHandlerForJNDIContext, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1247751600(com.sun.enterprise.container.common.impl.util.JavaEEObjectStreamHandlerForJNDIContext, active: null) with typeName com.sun.enterprise.container.common.spi.util.JavaEEObjectStreamHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-783328245(org.glassfish.javaee.services.ResourceProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-783328245(org.glassfish.javaee.services.ResourceProxy, active: null) with typeName org.glassfish.api.naming.NamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1323057605(com.sun.enterprise.container.common.impl.ContainerUtilImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1323057605(com.sun.enterprise.container.common.impl.ContainerUtilImpl, active: null) with typeName com.sun.enterprise.container.common.spi.util.ContainerUtil and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1583486197(org.glassfish.javaee.services.ResourcesBinder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2035159355(com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2035159355(com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl, active: null) with typeName com.sun.enterprise.container.common.spi.util.ComponentEnvManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:44 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1951233716(org.glassfish.ha.common.NoopHAReplicaPredictor, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1951233716(org.glassfish.ha.common.NoopHAReplicaPredictor, active: null) with typeName org.glassfish.ha.common.GlassFishHAReplicaPredictor and name noop to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-162291475(com.sun.enterprise.container.common.impl.managedbean.ManagedBeanManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-162291475(com.sun.enterprise.container.common.impl.managedbean.ManagedBeanManagerImpl, active: null) with typeName com.sun.enterprise.container.common.spi.ManagedBeanManager and name ManagedBeanManagerImpl to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-162291475(com.sun.enterprise.container.common.impl.managedbean.ManagedBeanManagerImpl, active: null) with typeName org.glassfish.internal.api.PostStartup and name ManagedBeanManagerImpl to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-328588635(org.glassfish.javaee.services.DataSourceDefinitionProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-328588635(org.glassfish.javaee.services.DataSourceDefinitionProxy, active: null) with typeName org.glassfish.api.naming.NamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1408732008(org.glassfish.javaee.services.CometAsyncFilterProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1408732008(org.glassfish.javaee.services.CometAsyncFilterProvider, active: null) with typeName com.sun.grizzly.arp.AsyncFilter and name comet to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-551650281(com.sun.enterprise.container.common.GenericAdminAuthenticator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-551650281(com.sun.enterprise.container.common.GenericAdminAuthenticator, active: null) with typeName org.glassfish.internal.api.AdminAccessController and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-551650281(com.sun.enterprise.container.common.GenericAdminAuthenticator, active: null) with typeName javax.management.remote.JMXAuthenticator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-899368668(org.glassfish.deployment.admin.ListApplicationsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-899368668(org.glassfish.deployment.admin.ListApplicationsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-applications to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1699295490(org.glassfish.deployment.admin.DeleteLifecycleModuleCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1699295490(org.glassfish.deployment.admin.DeleteLifecycleModuleCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-lifecycle-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-674278977(org.glassfish.deployment.admin.ValidateRemoteDirDeploymentCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-674278977(org.glassfish.deployment.admin.ValidateRemoteDirDeploymentCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _validateRemoteDirDeployment to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-674278977(org.glassfish.deployment.admin.ValidateRemoteDirDeploymentCommand, active: null) with typeName org.glassfish.api.admin.Supplemental and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-335561220(org.glassfish.deployment.admin.InstanceValidateRemoteDirDeploymentCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-335561220(org.glassfish.deployment.admin.InstanceValidateRemoteDirDeploymentCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _instanceValidateRemoteDirDeployment to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-485367518(org.glassfish.deployment.admin.DeployCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-485367518(org.glassfish.deployment.admin.DeployCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name deploy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1428983720(org.glassfish.deployment.admin.DeleteApplicationRefCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1428983720(org.glassfish.deployment.admin.DeleteApplicationRefCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-application-ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1619757639(org.glassfish.deployment.admin.ListComponentsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1619757639(org.glassfish.deployment.admin.ListComponentsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-components to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1763929301(org.glassfish.deployment.admin.CreateLifecycleModuleCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1763929301(org.glassfish.deployment.admin.CreateLifecycleModuleCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-lifecycle-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-348015072(org.glassfish.deployment.admin.PostDeployCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-348015072(org.glassfish.deployment.admin.PostDeployCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _postdeploy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-348015072(org.glassfish.deployment.admin.PostDeployCommand, active: null) with typeName org.glassfish.api.admin.Supplemental and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1491344323(org.glassfish.deployment.admin.ReDeployCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1491344323(org.glassfish.deployment.admin.ReDeployCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name redeploy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1742392524(org.glassfish.deployment.admin.EnableCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1742392524(org.glassfish.deployment.admin.EnableCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name enable to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1304140376(org.glassfish.deployment.admin.GetTargetsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1304140376(org.glassfish.deployment.admin.GetTargetsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-targets to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1469198150(org.glassfish.deployment.admin.InstanceDeployCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1469198150(org.glassfish.deployment.admin.InstanceDeployCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _deploy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1046333844(org.glassfish.deployment.admin.CreateApplicationRefCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1046333844(org.glassfish.deployment.admin.CreateApplicationRefCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-application-ref to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2136814472(org.glassfish.deployment.admin.GetDeploymentConfigurationsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2136814472(org.glassfish.deployment.admin.GetDeploymentConfigurationsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-deployment-configurations to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1071802123(org.glassfish.deployment.admin.ListAppRefsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1071802123(org.glassfish.deployment.admin.ListAppRefsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _list-app-refs to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-685450225(org.glassfish.deployment.admin.ShowComponentStatusCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-685450225(org.glassfish.deployment.admin.ShowComponentStatusCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name show-component-status to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1259649067(org.glassfish.deployment.admin.IsSnifferUserVisibleCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1259649067(org.glassfish.deployment.admin.IsSnifferUserVisibleCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _is-sniffer-user-visible to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1028076943(org.glassfish.deployment.admin.DeployDirCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1028076943(org.glassfish.deployment.admin.DeployDirCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name deploydir to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-235757239(org.glassfish.deployment.admin.InstanceLifecycleModuleCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-235757239(org.glassfish.deployment.admin.InstanceLifecycleModuleCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _lifecycle to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-264587158(org.glassfish.deployment.admin.DisableCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-264587158(org.glassfish.deployment.admin.DisableCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name disable to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:45 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1625215216(org.glassfish.deployment.admin.GetHostAndPortCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1625215216(org.glassfish.deployment.admin.GetHostAndPortCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-host-and-port to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1147629119(org.glassfish.deployment.admin.ListLifecycleModulesCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1147629119(org.glassfish.deployment.admin.ListLifecycleModulesCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-lifecycle-modules to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1651969326(org.glassfish.deployment.admin.ListApplicationRefsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1651969326(org.glassfish.deployment.admin.ListApplicationRefsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-application-refs to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1979873666(org.glassfish.deployment.admin.UndeployCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1979873666(org.glassfish.deployment.admin.UndeployCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name undeploy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-477594197(org.glassfish.deployment.autodeploy.AutoDeploymentOperation, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1779280140(org.glassfish.deployment.autodeploy.AutoUndeploymentOperation, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-651528505(org.glassfish.deployment.autodeploy.AutoDeployService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-651528505(org.glassfish.deployment.autodeploy.AutoDeployService, active: null) with typeName org.glassfish.internal.api.PostStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-220467482(org.glassfish.deployment.autodeploy.AutodeployRetryManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-987678899(org.glassfish.deployment.autodeploy.AutoOperation, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2018147830(org.glassfish.deployment.versioning.VersioningService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1653858092(com.sun.enterprise.deploy.shared.FileArchive, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1653858092(com.sun.enterprise.deploy.shared.FileArchive, active: null) with typeName org.glassfish.api.deployment.archive.WritableArchive and name file to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1653858092(com.sun.enterprise.deploy.shared.FileArchive, active: null) with typeName org.glassfish.api.deployment.archive.ReadableArchive and name file to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1512109123(com.sun.enterprise.deployment.deploy.shared.OutputJarArchive, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1512109123(com.sun.enterprise.deployment.deploy.shared.OutputJarArchive, active: null) with typeName org.glassfish.api.deployment.archive.WritableArchive and name jar to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-696551663(com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-696551663(com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive, active: null) with typeName org.glassfish.api.deployment.archive.ReadableArchive and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1010440244(com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1010440244(com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive, active: null) with typeName org.glassfish.api.deployment.archive.ReadableArchive and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-168500432(com.sun.enterprise.deploy.jar.JarHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-168500432(com.sun.enterprise.deploy.jar.JarHandler, active: null) with typeName org.glassfish.api.deployment.archive.ArchiveHandler and name DEFAULT to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1603313878(com.sun.enterprise.deploy.shared.ArchiveFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1603313878(com.sun.enterprise.deploy.shared.ArchiveFactory, active: null) with typeName org.glassfish.api.ContractProvider and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-271544990(com.sun.enterprise.deployment.deploy.shared.InputJarArchive, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-271544990(com.sun.enterprise.deployment.deploy.shared.InputJarArchive, active: null) with typeName org.glassfish.api.deployment.archive.ReadableArchive and name jar to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-453897055(org.glassfish.javaee.core.deployment.GetContextRootCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-453897055(org.glassfish.javaee.core.deployment.GetContextRootCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-context-root to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-785889241(org.glassfish.javaee.core.deployment.DolProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-785889241(org.glassfish.javaee.core.deployment.DolProvider, active: null) with typeName org.glassfish.api.deployment.ApplicationMetaDataProvider and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-785889241(org.glassfish.javaee.core.deployment.DolProvider, active: null) with typeName org.glassfish.internal.deployment.ApplicationInfoProvider and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1416044437(org.glassfish.javaee.core.deployment.ListSubComponentsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1416044437(org.glassfish.javaee.core.deployment.ListSubComponentsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-sub-components to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1045076605(org.glassfish.javaee.full.deployment.EarDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-333751422(org.glassfish.javaee.full.deployment.EarSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-333751422(org.glassfish.javaee.full.deployment.EarSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name ear to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-333751422(org.glassfish.javaee.full.deployment.EarSniffer, active: null) with typeName org.glassfish.api.container.CompositeSniffer and name ear to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-132863590(org.glassfish.javaee.full.deployment.EarHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-132863590(org.glassfish.javaee.full.deployment.EarHandler, active: null) with typeName org.glassfish.api.deployment.archive.CompositeHandler and name ear to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-132863590(org.glassfish.javaee.full.deployment.EarHandler, active: null) with typeName org.glassfish.api.deployment.archive.ArchiveHandler and name ear to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1802847897(org.glassfish.javaee.full.deployment.EarContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1802847897(org.glassfish.javaee.full.deployment.EarContainer, active: null) with typeName org.glassfish.api.container.Container and name ear to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1617829356(com.sun.enterprise.deployment.annotation.introspection.DefaultAnnotationScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1617829356(com.sun.enterprise.deployment.annotation.introspection.DefaultAnnotationScanner, active: null) with typeName com.sun.enterprise.deployment.annotation.introspection.AnnotationScanner and name default to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1567531625(com.sun.enterprise.deployment.annotation.handlers.AuthenticationMechanismHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1567531625(com.sun.enterprise.deployment.annotation.handlers.AuthenticationMechanismHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-174639979(com.sun.enterprise.deployment.annotation.handlers.PreDestroyHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-174639979(com.sun.enterprise.deployment.annotation.handlers.PreDestroyHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1711465251(com.sun.enterprise.deployment.annotation.introspection.EjbComponentAnnotationScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1711465251(com.sun.enterprise.deployment.annotation.introspection.EjbComponentAnnotationScanner, active: null) with typeName com.sun.enterprise.deployment.annotation.introspection.AnnotationScanner and name ejb to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1200505639(com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferenceHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1200505639(com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferenceHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:46 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1289411108(com.sun.enterprise.deployment.archivist.EjbArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1289411108(com.sun.enterprise.deployment.archivist.EjbArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.Archivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-329744497(com.sun.enterprise.deployment.annotation.handlers.DenyAllHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-329744497(com.sun.enterprise.deployment.annotation.handlers.DenyAllHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1507951819(com.sun.enterprise.deployment.annotation.introspection.ResourceAdapterAnnotationScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1507951819(com.sun.enterprise.deployment.annotation.introspection.ResourceAdapterAnnotationScanner, active: null) with typeName com.sun.enterprise.deployment.annotation.introspection.AnnotationScanner and name rar to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1691703686(com.sun.enterprise.deployment.archivist.ServerSidePersistenceArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1691703686(com.sun.enterprise.deployment.archivist.ServerSidePersistenceArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.ExtensionsArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1927847969(com.sun.enterprise.deployment.annotation.handlers.ResourceHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1927847969(com.sun.enterprise.deployment.annotation.handlers.ResourceHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-107549047(com.sun.enterprise.deployment.annotation.handlers.WebListenerHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-107549047(com.sun.enterprise.deployment.annotation.handlers.WebListenerHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1543085802(com.sun.enterprise.deployment.annotation.handlers.ResourcesHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1543085802(com.sun.enterprise.deployment.annotation.handlers.ResourcesHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1630553042(com.sun.enterprise.deployment.annotation.handlers.ServletSecurityHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1630553042(com.sun.enterprise.deployment.annotation.handlers.ServletSecurityHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-666157527(com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferenceHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-666157527(com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferenceHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1277304478(com.sun.enterprise.deployment.annotation.handlers.WebServletHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1277304478(com.sun.enterprise.deployment.annotation.handlers.WebServletHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1409826334(com.sun.enterprise.deployment.archivist.WLWebArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1409826334(com.sun.enterprise.deployment.archivist.WLWebArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.ExtensionsArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1764118187(com.sun.enterprise.deployment.annotation.handlers.SecurityPermissionHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1764118187(com.sun.enterprise.deployment.annotation.handlers.SecurityPermissionHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1375138427(com.sun.enterprise.deployment.archivist.ConnectorArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1375138427(com.sun.enterprise.deployment.archivist.ConnectorArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.Archivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-732533575(com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferencesHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-732533575(com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferencesHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-168046774(com.sun.enterprise.deployment.annotation.handlers.ManagedBeanHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-168046774(com.sun.enterprise.deployment.annotation.handlers.ManagedBeanHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-421134813(com.sun.enterprise.deployment.annotation.handlers.RolesAllowedHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-421134813(com.sun.enterprise.deployment.annotation.handlers.RolesAllowedHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2054185226(com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionsHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2054185226(com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionsHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1743984210(com.sun.enterprise.deployment.archivist.WLApplicationArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1743984210(com.sun.enterprise.deployment.archivist.WLApplicationArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.ExtensionsArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-138319567(com.sun.enterprise.deployment.annotation.handlers.MultipartConfigHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-138319567(com.sun.enterprise.deployment.annotation.handlers.MultipartConfigHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1159656515(com.sun.enterprise.deployment.annotation.handlers.DeclareRolesHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1159656515(com.sun.enterprise.deployment.annotation.handlers.DeclareRolesHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1932951080(com.sun.enterprise.deployment.archivist.DescriptorArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2123673391(com.sun.enterprise.deployment.archivist.WLEjbArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2123673391(com.sun.enterprise.deployment.archivist.WLEjbArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.ExtensionsArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1400469397(com.sun.enterprise.deployment.annotation.handlers.PermitAllHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1400469397(com.sun.enterprise.deployment.annotation.handlers.PermitAllHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1268384259(com.sun.enterprise.deployment.annotation.impl.RarScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1268384259(com.sun.enterprise.deployment.annotation.impl.RarScanner, active: null) with typeName org.glassfish.apf.Scanner and name rar to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1811560891(com.sun.enterprise.deployment.archivist.ArchivistFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1811560891(com.sun.enterprise.deployment.archivist.ArchivistFactory, active: null) with typeName org.glassfish.api.ContractProvider and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2028231518(com.sun.enterprise.deployment.archivist.ACCPersistenceArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2028231518(com.sun.enterprise.deployment.archivist.ACCPersistenceArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.ExtensionsArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1479194195(com.sun.enterprise.deployment.annotation.handlers.WebFilterHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1479194195(com.sun.enterprise.deployment.annotation.handlers.WebFilterHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1546137693(com.sun.enterprise.deployment.annotation.handlers.PostConstructHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1546137693(com.sun.enterprise.deployment.annotation.handlers.PostConstructHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:47 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1384077551(com.sun.enterprise.deployment.archivist.ApplicationArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1384077551(com.sun.enterprise.deployment.archivist.ApplicationArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.CompositeArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1384077551(com.sun.enterprise.deployment.archivist.ApplicationArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.Archivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-648535353(com.sun.enterprise.deployment.archivist.AppClientArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-648535353(com.sun.enterprise.deployment.archivist.AppClientArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.Archivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1454169346(com.sun.enterprise.deployment.annotation.introspection.AppClientPersistenceDependencyAnnotationScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1454169346(com.sun.enterprise.deployment.annotation.introspection.AppClientPersistenceDependencyAnnotationScanner, active: null) with typeName com.sun.enterprise.deployment.annotation.introspection.AnnotationScanner and name car to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1860295362(com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1860295362(com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-769732461(com.sun.enterprise.deployment.annotation.impl.AppClientScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-769732461(com.sun.enterprise.deployment.annotation.impl.AppClientScanner, active: null) with typeName org.glassfish.apf.Scanner and name car to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-451982499(com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferencesHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-451982499(com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferencesHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-820201254(com.sun.enterprise.deployment.archivist.WebServicesArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-820201254(com.sun.enterprise.deployment.archivist.WebServicesArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.ExtensionsArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-424945885(com.sun.enterprise.deployment.archivist.WarPersistenceArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-424945885(com.sun.enterprise.deployment.archivist.WarPersistenceArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.ExtensionsArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1682362920(com.sun.enterprise.deployment.annotation.impl.EjbJarScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1682362920(com.sun.enterprise.deployment.annotation.impl.EjbJarScanner, active: null) with typeName org.glassfish.apf.Scanner and name ejb to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1703900038(com.sun.enterprise.deployment.annotation.handlers.RunAsHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1703900038(com.sun.enterprise.deployment.annotation.handlers.RunAsHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-753505921(com.sun.enterprise.deployment.annotation.impl.WarScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-753505921(com.sun.enterprise.deployment.annotation.impl.WarScanner, active: null) with typeName org.glassfish.apf.Scanner and name war to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-462947888(com.sun.enterprise.deployment.archivist.EarPersistenceArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-462947888(com.sun.enterprise.deployment.archivist.EarPersistenceArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.ExtensionsArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-431900535(com.sun.enterprise.deployment.archivist.ApplicationFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-431900535(com.sun.enterprise.deployment.archivist.ApplicationFactory, active: null) with typeName org.glassfish.api.ContractProvider and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: SingletonInhabitant-1115416770(org.glassfish.web.embed.impl.EmbeddedWebArchivist) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: SingletonInhabitant-1115416770(org.glassfish.web.embed.impl.EmbeddedWebArchivist) with typeName com.sun.enterprise.deployment.archivist.Archivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: SingletonInhabitant-1115416770(org.glassfish.web.embed.impl.EmbeddedWebArchivist) with typeName com.sun.enterprise.deployment.archivist.WebArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-247420245(com.sun.enterprise.deployment.annotation.factory.SJSASFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-247420245(com.sun.enterprise.deployment.annotation.factory.SJSASFactory, active: null) with typeName org.glassfish.api.ContractProvider and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-863717123(com.sun.enterprise.deployment.util.ApplicationValidator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-863717123(com.sun.enterprise.deployment.util.ApplicationValidator, active: null) with typeName com.sun.enterprise.deployment.util.ApplicationVisitor and name application_deploy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-863717123(com.sun.enterprise.deployment.util.ApplicationValidator, active: null) with typeName com.sun.enterprise.deployment.util.ConnectorVisitor and name application_deploy to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1651716188(com.sun.enterprise.deployment.io.DeploymentDescriptorFileFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1651716188(com.sun.enterprise.deployment.io.DeploymentDescriptorFileFactory, active: null) with typeName org.glassfish.api.ContractProvider and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2020350594(com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2020350594(com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl, active: null) with typeName org.glassfish.ejb.api.DistributedEJBTimerService and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-21006994(org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-21006994(org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-877230050(org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-877230050(org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler, active: null) with typeName org.glassfish.api.invocation.RegisteredComponentInvocationHandler and name ejbSecurityCIH to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1130213695(org.glassfish.ejb.admin.cli.MigrateTimers, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1130213695(org.glassfish.ejb.admin.cli.MigrateTimers, active: null) with typeName org.glassfish.api.admin.AdminCommand and name migrate-timers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1008714150(com.sun.ejb.containers.builder.StatefulContainerBuilder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1222809632(org.glassfish.ejb.admin.cli.ListTimers, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1222809632(org.glassfish.ejb.admin.cli.ListTimers, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-timers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-342983234(org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-342983234(org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-673105290(com.sun.ejb.containers.InternalInterceptorBindingNamingProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-673105290(com.sun.ejb.containers.InternalInterceptorBindingNamingProxy, active: null) with typeName org.glassfish.api.naming.NamedNamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2084240281(org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2084240281(org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-73152903(com.sun.ejb.containers.ContainerFactoryImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-73152903(com.sun.ejb.containers.ContainerFactoryImpl, active: null) with typeName com.sun.ejb.ContainerFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1120194637(org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:48 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1120194637(org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-122130810(org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-122130810(org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1805640785(com.sun.ejb.base.container.util.CacheProperties, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1313257738(org.glassfish.ejb.startup.EjbContainerStarter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1313257738(org.glassfish.ejb.startup.EjbContainerStarter, active: null) with typeName org.glassfish.api.container.Container and name org.glassfish.ejb.startup.EjbContainerStarter to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-85878700(com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderFactoryImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-85878700(com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderFactoryImpl, active: null) with typeName com.sun.enterprise.container.common.spi.JavaEEInterceptorBuilderFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-254300116(org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-254300116(org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-529592082(org.glassfish.ejb.deployment.annotation.handlers.AroundTimeoutHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-529592082(org.glassfish.ejb.deployment.annotation.handlers.AroundTimeoutHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1681889006(org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1681889006(org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-181278381(org.glassfish.ejb.deployment.annotation.handlers.SchedulesHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-181278381(org.glassfish.ejb.deployment.annotation.handlers.SchedulesHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1613938021(org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1613938021(org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-590373690(com.sun.ejb.base.io.JavaEEIOUtilsImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-590373690(com.sun.ejb.base.io.JavaEEIOUtilsImpl, active: null) with typeName com.sun.enterprise.container.common.spi.util.JavaEEIOUtils and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1036158690(org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1036158690(org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-774209307(org.glassfish.ejb.security.factory.EJBSecurityManagerFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-532405576(org.glassfish.ejb.deployment.annotation.handlers.LockHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-532405576(org.glassfish.ejb.deployment.annotation.handlers.LockHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1851406627(org.glassfish.ejb.deployment.annotation.handlers.RemoveHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1851406627(org.glassfish.ejb.deployment.annotation.handlers.RemoveHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1700618606(com.sun.ejb.containers.TimerServiceNamingProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1700618606(com.sun.ejb.containers.TimerServiceNamingProxy, active: null) with typeName org.glassfish.api.naming.NamedNamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1437053119(com.sun.ejb.containers.EjbAsyncInvocationManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1950676871(org.glassfish.ejb.deployment.archivist.EjbInWarArchivist, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1950676871(org.glassfish.ejb.deployment.archivist.EjbInWarArchivist, active: null) with typeName com.sun.enterprise.deployment.archivist.ExtensionsArchivist and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1540815795(com.sun.ejb.containers.EjbContainerServicesImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1540815795(com.sun.ejb.containers.EjbContainerServicesImpl, active: null) with typeName org.glassfish.ejb.api.EjbContainerServices and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2133251039(com.sun.ejb.containers.EJBTimerServiceConfigListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1310725808(org.glassfish.ejb.startup.EjbDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-481404130(org.glassfish.ejb.upgrade.EJBTimerServiceUpgrade, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-481404130(org.glassfish.ejb.upgrade.EJBTimerServiceUpgrade, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name ejbTimerServiceUpgrade to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1388314661(org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1388314661(org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-994682772(org.glassfish.ejb.deployment.annotation.handlers.EJBHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-994682772(org.glassfish.ejb.deployment.annotation.handlers.EJBHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1620640756(com.sun.ejb.base.sfsb.util.EJBServerConfigLookup, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1574091191(org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1574091191(org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-899599744(org.glassfish.ejb.startup.EjbApplication, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1288022528(org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1288022528(org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1159466336(com.sun.ejb.containers.EJBContextNamingProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1159466336(com.sun.ejb.containers.EJBContextNamingProxy, active: null) with typeName org.glassfish.api.naming.NamedNamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-884096274(org.glassfish.ejb.deployment.annotation.handlers.InitHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-884096274(org.glassfish.ejb.deployment.annotation.handlers.InitHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-566723525(com.sun.ejb.spi.distributed.ReadOnlyBeanMessageCallBack, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-832310230(org.glassfish.ejb.deployment.ScheduledTimerValidatorImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-832310230(org.glassfish.ejb.deployment.ScheduledTimerValidatorImpl, active: null) with typeName com.sun.enterprise.deployment.util.ScheduledTimerValidator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2077042699(org.glassfish.ejb.deployment.annotation.handlers.EJBsHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2077042699(org.glassfish.ejb.deployment.annotation.handlers.EJBsHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:49 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1509960108(org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1509960108(org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1085278557(com.sun.ejb.containers.EjbContainerUtilImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1085278557(com.sun.ejb.containers.EjbContainerUtilImpl, active: null) with typeName com.sun.ejb.containers.EjbContainerUtil and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1698093528(org.glassfish.ejb.deployment.annotation.handlers.ExcludeClassInterceptorsHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1698093528(org.glassfish.ejb.deployment.annotation.handlers.ExcludeClassInterceptorsHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1947740113(org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1947740113(org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1574847970(org.glassfish.ejb.embedded.EjbBuilder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1574847970(org.glassfish.ejb.embedded.EjbBuilder, active: null) with typeName org.glassfish.internal.embedded.ContainerBuilder and name ejb to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-733882515(com.sun.ejb.EjbNamingReferenceManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-733882515(com.sun.ejb.EjbNamingReferenceManagerImpl, active: null) with typeName com.sun.enterprise.container.common.spi.EjbNamingReferenceManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1364844884(org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1364844884(org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1675131781(com.sun.ejb.containers.JavaEEObjectStreamHandlerForEJBs, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1675131781(com.sun.ejb.containers.JavaEEObjectStreamHandlerForEJBs, active: null) with typeName com.sun.enterprise.container.common.spi.util.JavaEEObjectStreamHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-429231097(org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-429231097(org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-689477006(com.sun.ejb.containers.EjbIiopServiceImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-689477006(com.sun.ejb.containers.EjbIiopServiceImpl, active: null) with typeName org.glassfish.enterprise.iiop.spi.EjbService and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-218280630(org.glassfish.ejb.deployment.annotation.impl.EjbInWarScanner, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-218280630(org.glassfish.ejb.deployment.annotation.impl.EjbInWarScanner, active: null) with typeName org.glassfish.apf.Scanner and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-740479334(org.glassfish.ejb.deployment.EjbAnnotationTypesProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-740479334(org.glassfish.ejb.deployment.EjbAnnotationTypesProvider, active: null) with typeName com.sun.enterprise.deployment.AnnotationTypesProvider and name EJB to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-568432173(org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-568432173(org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1632269755(org.glassfish.ejb.deployment.annotation.handlers.TimeoutHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1632269755(org.glassfish.ejb.deployment.annotation.handlers.TimeoutHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1601665507(org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1601665507(org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-484661004(org.glassfish.ejb.startup.EjbApplicationContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-292021157(org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-292021157(org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-999452304(org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-999452304(org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-177786494(org.glassfish.ejb.deployment.BeanMethodCalculatorImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-177786494(org.glassfish.ejb.deployment.BeanMethodCalculatorImpl, active: null) with typeName com.sun.enterprise.deployment.util.BeanMethodCalculator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-907851681(com.sun.enterprise.iiop.security.IIOPSSLUtilImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-907851681(com.sun.enterprise.iiop.security.IIOPSSLUtilImpl, active: null) with typeName org.glassfish.enterprise.iiop.api.IIOPSSLUtil and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-391890632(com.sun.enterprise.iiop.security.SecurityIIOPInterceptorFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-391890632(com.sun.enterprise.iiop.security.SecurityIIOPInterceptorFactory, active: null) with typeName org.glassfish.enterprise.iiop.api.IIOPInterceptorFactory and name ServerSecurityInterceptorFactory to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-173506675(com.sun.enterprise.iiop.security.SecurityContextUtil, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1991377746(com.sun.enterprise.iiop.security.SecurityMechanismSelector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-553138527(com.sun.enterprise.iiop.security.GSSUtilsService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-553138527(com.sun.enterprise.iiop.security.GSSUtilsService, active: null) with typeName com.sun.enterprise.common.iiop.security.GSSUtilsContract and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-142515426(org.glassfish.flashlight.impl.provider.FlashlightProbeProviderFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-142515426(org.glassfish.flashlight.impl.provider.FlashlightProbeProviderFactory, active: null) with typeName org.glassfish.flashlight.provider.ProbeProviderFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-812498377(org.glassfish.flashlight.client.ProbeClientInvokerFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1959194613(org.glassfish.flashlight.provider.ProbeProviderEventManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-817101240(org.glassfish.flashlight.provider.ProbeRegistry, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2010101762(org.glassfish.flashlight.impl.core.ProbeFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1715062977(org.glassfish.flashlight.cli.MonitoringConfig, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1537944405(org.glassfish.flashlight.cli.DisableMonitoring, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1537944405(org.glassfish.flashlight.cli.DisableMonitoring, active: null) with typeName org.glassfish.api.admin.AdminCommand and name disable-monitoring to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1118439543(org.glassfish.flashlight.impl.client.FlashlightProbeClientMediator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1118439543(org.glassfish.flashlight.impl.client.FlashlightProbeClientMediator, active: null) with typeName org.glassfish.flashlight.client.ProbeClientMediator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-689037010(org.glassfish.flashlight.cli.EnableMonitoring, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-689037010(org.glassfish.flashlight.cli.EnableMonitoring, active: null) with typeName org.glassfish.api.admin.AdminCommand and name enable-monitoring to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:50 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1413202446(org.glassfish.flashlight.impl.core.ComputedParamsHandlerManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-524374102(com.sun.enterprise.connectors.connector.module.ConnectorHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-524374102(com.sun.enterprise.connectors.connector.module.ConnectorHandler, active: null) with typeName org.glassfish.api.deployment.archive.ArchiveHandler and name connector to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2030128673(com.sun.enterprise.connectors.connector.module.ResourcesCompositeSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2030128673(com.sun.enterprise.connectors.connector.module.ResourcesCompositeSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name resources_ear to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2030128673(com.sun.enterprise.connectors.connector.module.ResourcesCompositeSniffer, active: null) with typeName org.glassfish.api.container.CompositeSniffer and name resources_ear to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1152423575(com.sun.enterprise.connectors.connector.module.ConnectorSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1152423575(com.sun.enterprise.connectors.connector.module.ConnectorSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name connector to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-628012732(com.sun.enterprise.connectors.connector.module.ResourcesSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-628012732(com.sun.enterprise.connectors.connector.module.ResourcesSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-127861719(org.glassfish.ejb.EjbSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-127861719(org.glassfish.ejb.EjbSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name Ejb to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1488264233(org.glassfish.web.sniffer.WebSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1488264233(org.glassfish.web.sniffer.WebSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name web to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1514927422(org.glassfish.api.admin.config.ApplicationNameInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1514927422(org.glassfish.api.admin.config.ApplicationNameInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name application-name to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1514927422(org.glassfish.api.admin.config.ApplicationNameInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name org.glassfish.api.admin.config.ApplicationName to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-616991384(org.glassfish.api.admin.AdminCommandLock, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1723143172(org.glassfish.api.monitoring.ContainerMonitoringInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1723143172(org.glassfish.api.monitoring.ContainerMonitoringInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name container-monitoring to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1723143172(org.glassfish.api.monitoring.ContainerMonitoringInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name org.glassfish.api.monitoring.ContainerMonitoring to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2050312009(org.glassfish.api.admin.ProcessEnvironment, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1071335501(org.glassfish.api.invocation.InvocationManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1071335501(org.glassfish.api.invocation.InvocationManagerImpl, active: null) with typeName org.glassfish.api.invocation.InvocationManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1432868859(org.glassfish.api.invocation.ComponentInvocation, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-345295755(org.glassfish.api.invocation.InvocationException, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-345295755(org.glassfish.api.invocation.InvocationException, active: null) with typeName org.glassfish.api.invocation.InvocationException and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-884940091(org.glassfish.api.admin.config.ContainerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-884940091(org.glassfish.api.admin.config.ContainerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name container to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-884940091(org.glassfish.api.admin.config.ContainerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name org.glassfish.api.admin.config.Container to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1863853962(org.glassfish.api.admin.config.NamedInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1863853962(org.glassfish.api.admin.config.NamedInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name named to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1863853962(org.glassfish.api.admin.config.NamedInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name org.glassfish.api.admin.config.Named to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-449580545(org.glassfish.api.admin.ExecuteOn$TargetBasedExecutor, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-449580545(org.glassfish.api.admin.ExecuteOn$TargetBasedExecutor, active: null) with typeName org.glassfish.api.admin.ClusterExecutor and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1252749669(org.glassfish.api.admin.config.ConfigExtensionInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1252749669(org.glassfish.api.admin.config.ConfigExtensionInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name config-extension to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1252749669(org.glassfish.api.admin.config.ConfigExtensionInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name org.glassfish.api.admin.config.ConfigExtension to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1034011695(org.glassfish.admin.mbeanserver.ssl.JMXMasterPasswordImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1034011695(org.glassfish.admin.mbeanserver.ssl.JMXMasterPasswordImpl, active: null) with typeName org.glassfish.security.common.MasterPassword and name JMX SSL Password Provider Service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1196886341(org.glassfish.admin.mbeanserver.PendingConfigBeans, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1196886341(org.glassfish.admin.mbeanserver.PendingConfigBeans, active: null) with typeName org.jvnet.hk2.config.TransactionListener and name PendingConfigBeans to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1196886341(org.glassfish.admin.mbeanserver.PendingConfigBeans, active: null) with typeName org.jvnet.hk2.component.CageBuilder and name PendingConfigBeans to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-423106912(org.glassfish.admin.mbeanserver.MBeanServerFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-423106912(org.glassfish.admin.mbeanserver.MBeanServerFactory, active: null) with typeName org.glassfish.internal.api.PostStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-423106912(org.glassfish.admin.mbeanserver.MBeanServerFactory, active: null) with typeName org.jvnet.hk2.annotations.FactoryFor and name javax.management.MBeanServer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1868012080(org.glassfish.admin.mbeanserver.JMXStartupService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1868012080(org.glassfish.admin.mbeanserver.JMXStartupService, active: null) with typeName org.glassfish.internal.api.PostStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1615593067(com.sun.enterprise.naming.util.SimpleNamingObjectFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1615593067(com.sun.enterprise.naming.util.SimpleNamingObjectFactory, active: null) with typeName org.glassfish.api.naming.NamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1615593067(com.sun.enterprise.naming.util.SimpleNamingObjectFactory, active: null) with typeName com.sun.enterprise.naming.spi.NamingObjectFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-489444401(com.sun.enterprise.naming.util.DelegatingNamingObjectFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-489444401(com.sun.enterprise.naming.util.DelegatingNamingObjectFactory, active: null) with typeName org.glassfish.api.naming.NamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-489444401(com.sun.enterprise.naming.util.DelegatingNamingObjectFactory, active: null) with typeName com.sun.enterprise.naming.spi.NamingObjectFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1229679597(com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1229679597(com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl, active: null) with typeName org.glassfish.api.naming.GlassfishNamingManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:51 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1989851698(com.sun.enterprise.naming.util.JndiNamingObjectFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1989851698(com.sun.enterprise.naming.util.JndiNamingObjectFactory, active: null) with typeName org.glassfish.api.naming.NamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1989851698(com.sun.enterprise.naming.util.JndiNamingObjectFactory, active: null) with typeName com.sun.enterprise.naming.spi.NamingObjectFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-674653555(com.sun.enterprise.naming.impl.ClientNamingConfiguratorImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-674653555(com.sun.enterprise.naming.impl.ClientNamingConfiguratorImpl, active: null) with typeName org.glassfish.api.naming.ClientNamingConfigurator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-188642725(com.sun.enterprise.naming.util.NamingUtilsImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-188642725(com.sun.enterprise.naming.util.NamingUtilsImpl, active: null) with typeName com.sun.enterprise.naming.spi.NamingUtils and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-832416103(com.sun.enterprise.naming.GlassFishNamingBuilder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-832416103(com.sun.enterprise.naming.GlassFishNamingBuilder, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1708966563(com.sun.enterprise.naming.util.CloningNamingObjectFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1708966563(com.sun.enterprise.naming.util.CloningNamingObjectFactory, active: null) with typeName org.glassfish.api.naming.NamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1708966563(com.sun.enterprise.naming.util.CloningNamingObjectFactory, active: null) with typeName com.sun.enterprise.naming.spi.NamingObjectFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-7245716(com.sun.enterprise.naming.util.ObjectInputStreamWithLoader, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1519664580(org.glassfish.gms.bootstrap.GMSAdapterService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1519664580(org.glassfish.gms.bootstrap.GMSAdapterService, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-979582289(com.sun.grizzly.config.dom.NetworkListenerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-979582289(com.sun.grizzly.config.dom.NetworkListenerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name network-listener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-979582289(com.sun.grizzly.config.dom.NetworkListenerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.NetworkListener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1229893321(com.sun.grizzly.config.dom.TransportInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1229893321(com.sun.grizzly.config.dom.TransportInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name transport to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1229893321(com.sun.grizzly.config.dom.TransportInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.Transport to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1286943672(com.sun.grizzly.config.dom.ProtocolFinderInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1286943672(com.sun.grizzly.config.dom.ProtocolFinderInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name protocol-finder to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1286943672(com.sun.grizzly.config.dom.ProtocolFinderInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.ProtocolFinder to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-207002720(com.sun.grizzly.config.dom.HttpInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-207002720(com.sun.grizzly.config.dom.HttpInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name http to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-207002720(com.sun.grizzly.config.dom.HttpInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.Http to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-171206900(com.sun.grizzly.config.dom.TransportsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-171206900(com.sun.grizzly.config.dom.TransportsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name transports to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-171206900(com.sun.grizzly.config.dom.TransportsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.Transports to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1993764967(com.sun.grizzly.config.dom.HttpRedirectInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1993764967(com.sun.grizzly.config.dom.HttpRedirectInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name http-redirect to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1993764967(com.sun.grizzly.config.dom.HttpRedirectInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.HttpRedirect to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2020456228(com.sun.grizzly.config.dom.NetworkListenersInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2020456228(com.sun.grizzly.config.dom.NetworkListenersInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name network-listeners to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2020456228(com.sun.grizzly.config.dom.NetworkListenersInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.NetworkListeners to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1796397632(com.sun.grizzly.config.dom.ProtocolChainInstanceHandlerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1796397632(com.sun.grizzly.config.dom.ProtocolChainInstanceHandlerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name protocol-chain-instance-handler to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1796397632(com.sun.grizzly.config.dom.ProtocolChainInstanceHandlerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.ProtocolChainInstanceHandler to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-582407851(com.sun.grizzly.config.dom.SslInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-582407851(com.sun.grizzly.config.dom.SslInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name ssl to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-582407851(com.sun.grizzly.config.dom.SslInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.Ssl to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-298288731(com.sun.grizzly.config.dom.ProtocolsInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-298288731(com.sun.grizzly.config.dom.ProtocolsInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name protocols to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-298288731(com.sun.grizzly.config.dom.ProtocolsInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.Protocols to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1111869819(com.sun.grizzly.config.dom.FileCacheInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1111869819(com.sun.grizzly.config.dom.FileCacheInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name file-cache to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1111869819(com.sun.grizzly.config.dom.FileCacheInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.FileCache to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1940835386(com.sun.grizzly.config.dom.ThreadPoolInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1940835386(com.sun.grizzly.config.dom.ThreadPoolInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name thread-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1940835386(com.sun.grizzly.config.dom.ThreadPoolInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.ThreadPool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1491218219(com.sun.grizzly.config.dom.ProtocolFilterInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1491218219(com.sun.grizzly.config.dom.ProtocolFilterInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name protocol-filter to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1491218219(com.sun.grizzly.config.dom.ProtocolFilterInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.ProtocolFilter to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1770446243(com.sun.grizzly.config.dom.PortUnificationInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1770446243(com.sun.grizzly.config.dom.PortUnificationInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name port-unification to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1770446243(com.sun.grizzly.config.dom.PortUnificationInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.PortUnification to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-356593269(com.sun.grizzly.config.dom.ProtocolInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-356593269(com.sun.grizzly.config.dom.ProtocolInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name protocol to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-356593269(com.sun.grizzly.config.dom.ProtocolInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.Protocol to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1783696953(com.sun.grizzly.config.dom.NetworkConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1783696953(com.sun.grizzly.config.dom.NetworkConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name network-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1783696953(com.sun.grizzly.config.dom.NetworkConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.NetworkConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1870460598(com.sun.grizzly.config.dom.ProtocolChainInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1870460598(com.sun.grizzly.config.dom.ProtocolChainInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name protocol-chain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1870460598(com.sun.grizzly.config.dom.ProtocolChainInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.ProtocolChain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1965645800(com.sun.grizzly.config.dom.SelectionKeyHandlerInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1965645800(com.sun.grizzly.config.dom.SelectionKeyHandlerInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name selection-key-handler to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1965645800(com.sun.grizzly.config.dom.SelectionKeyHandlerInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name com.sun.grizzly.config.dom.SelectionKeyHandler to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1868018799(org.glassfish.extras.grizzly.GrizzlyDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1728519300(org.glassfish.extras.grizzly.GrizzlyAdapterSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1728519300(org.glassfish.extras.grizzly.GrizzlyAdapterSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name grizzly to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-65098484(org.glassfish.extras.grizzly.GrizzlyContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-65098484(org.glassfish.extras.grizzly.GrizzlyContainer, active: null) with typeName org.glassfish.api.container.Container and name grizzly to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1041044265(org.glassfish.ha.store.impl.NoOpBackingStoreFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1041044265(org.glassfish.ha.store.impl.NoOpBackingStoreFactory, active: null) with typeName org.glassfish.ha.store.api.BackingStoreFactory and name noop to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1281689746(org.glassfish.ha.store.spi.ObjectInputStreamWithLoader, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2098581612(org.glassfish.ha.store.adapter.file.FileBackingStoreFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2098581612(org.glassfish.ha.store.adapter.file.FileBackingStoreFactory, active: null) with typeName org.glassfish.ha.store.api.BackingStoreFactory and name file to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-589734556(org.glassfish.internal.data.ApplicationRegistry, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1031651787(org.glassfish.internal.api.Target, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-188618231(org.glassfish.internal.api.Globals, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-188618231(org.glassfish.internal.api.Globals, active: null) with typeName org.glassfish.internal.api.Init and name globals to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-420745445(org.glassfish.internal.grizzly.ContextMapper, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-420745445(org.glassfish.internal.grizzly.ContextMapper, active: null) with typeName com.sun.grizzly.util.http.mapper.Mapper and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1952528191(org.glassfish.internal.deployment.GenericDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-443696330(org.glassfish.internal.config.UnprocessedConfigListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-443696330(org.glassfish.internal.config.UnprocessedConfigListener, active: null) with typeName org.glassfish.internal.api.PostStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-443696330(org.glassfish.internal.config.UnprocessedConfigListener, active: null) with typeName org.jvnet.hk2.config.TransactionListener and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1140995926(org.glassfish.internal.data.ContainerRegistry, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1837044219(org.glassfish.internal.embedded.admin.AdminInfo, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1837044219(org.glassfish.internal.embedded.admin.AdminInfo, active: null) with typeName org.glassfish.internal.embedded.ContainerBuilder and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-829795814(org.glassfish.internal.grizzly.V3Mapper, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-829795814(org.glassfish.internal.grizzly.V3Mapper, active: null) with typeName com.sun.grizzly.util.http.mapper.Mapper and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-619442280(org.glassfish.kernel.javaee.MEJBService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-619442280(org.glassfish.kernel.javaee.MEJBService, active: null) with typeName org.glassfish.internal.api.Init and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2113162951(org.glassfish.jdbc.admin.cli.DeleteJdbcConnectionPool, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2113162951(org.glassfish.jdbc.admin.cli.DeleteJdbcConnectionPool, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-jdbc-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-845163371(org.glassfish.jdbc.admin.cli.internal.GetValidationTableNames, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-845163371(org.glassfish.jdbc.admin.cli.internal.GetValidationTableNames, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-validation-table-names to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1203935139(org.glassfish.jdbc.admin.cli.JDBCConnectionPoolManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1203935139(org.glassfish.jdbc.admin.cli.JDBCConnectionPoolManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name jdbc-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-946959139(org.glassfish.jdbc.admin.cli.ListJdbcConnectionPools, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-946959139(org.glassfish.jdbc.admin.cli.ListJdbcConnectionPools, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-jdbc-connection-pools to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-540941256(org.glassfish.jdbc.admin.cli.JDBCResourceManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-540941256(org.glassfish.jdbc.admin.cli.JDBCResourceManager, active: null) with typeName org.glassfish.admin.cli.resources.ResourceManager and name jdbc-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-540941256(org.glassfish.jdbc.admin.cli.JDBCResourceManager, active: null) with typeName org.jvnet.hk2.config.ConfiguredBy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1301411841(org.glassfish.jdbc.admin.cli.internal.GetJdbcDriverClassNames, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1301411841(org.glassfish.jdbc.admin.cli.internal.GetJdbcDriverClassNames, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-jdbc-driver-class-names to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-707866992(org.glassfish.jdbc.admin.cli.CreateJdbcResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-707866992(org.glassfish.jdbc.admin.cli.CreateJdbcResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-jdbc-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-61130164(org.glassfish.jdbc.admin.cli.internal.GetValidationClassNames, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-61130164(org.glassfish.jdbc.admin.cli.internal.GetValidationClassNames, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-validation-class-names to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-917483082(org.glassfish.jdbc.admin.cli.internal.GetDatabaseVendorNames, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:52 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-917483082(org.glassfish.jdbc.admin.cli.internal.GetDatabaseVendorNames, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-database-vendor-names to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1205573714(org.glassfish.jdbc.admin.cli.CreateJdbcConnectionPool, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1205573714(org.glassfish.jdbc.admin.cli.CreateJdbcConnectionPool, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-jdbc-connection-pool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-569201753(org.glassfish.jdbc.admin.cli.ListJdbcResources, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-569201753(org.glassfish.jdbc.admin.cli.ListJdbcResources, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-jdbc-resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1681698933(org.glassfish.jdbc.admin.cli.DeleteJdbcResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1681698933(org.glassfish.jdbc.admin.cli.DeleteJdbcResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-jdbc-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1281688764(org.glassfish.jms.admin.cli.ConfigureJMSCluster, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1281688764(org.glassfish.jms.admin.cli.ConfigureJMSCluster, active: null) with typeName org.glassfish.api.admin.AdminCommand and name configure-jms-cluster to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2082077138(org.glassfish.jms.admin.cli.JMSPing, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2082077138(org.glassfish.jms.admin.cli.JMSPing, active: null) with typeName org.glassfish.api.admin.AdminCommand and name jms-ping to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-224430501(org.glassfish.jms.admin.cli.UpdateJmsPhysicalDestinationCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-224430501(org.glassfish.jms.admin.cli.UpdateJmsPhysicalDestinationCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __update-jmsdest to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1022146175(org.glassfish.jms.admin.cli.CreateJMSDestination, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1022146175(org.glassfish.jms.admin.cli.CreateJMSDestination, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-jmsdest to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1489070872(org.glassfish.jms.admin.cli.DeleteJMSResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1489070872(org.glassfish.jms.admin.cli.DeleteJMSResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-jms-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-39723566(org.glassfish.jms.admin.cli.ChangeMasterBrokerCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-39723566(org.glassfish.jms.admin.cli.ChangeMasterBrokerCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name change-master-broker to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1914043192(org.glassfish.jms.admin.cli.CreateJMSHost, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1914043192(org.glassfish.jms.admin.cli.CreateJMSHost, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-jms-host to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-18895884(org.glassfish.jms.admin.cli.GetJmsPhysicalDestinationCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-18895884(org.glassfish.jms.admin.cli.GetJmsPhysicalDestinationCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __get-jmsdest to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1903026279(org.glassfish.jms.admin.cli.FlushJMSDestination, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1903026279(org.glassfish.jms.admin.cli.FlushJMSDestination, active: null) with typeName org.glassfish.api.admin.AdminCommand and name flush-jmsdest to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1688716382(org.glassfish.jms.admin.cli.ListJMSHosts, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1688716382(org.glassfish.jms.admin.cli.ListJMSHosts, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-jms-hosts to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1112353522(org.glassfish.jms.admin.cli.ListJMSResources, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1112353522(org.glassfish.jms.admin.cli.ListJMSResources, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-jms-resources to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1480497119(org.glassfish.jms.admin.cli.DeleteJMSDestination, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1480497119(org.glassfish.jms.admin.cli.DeleteJMSDestination, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-jmsdest to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1969544891(org.glassfish.jms.admin.cli.DeleteJMSHost, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1969544891(org.glassfish.jms.admin.cli.DeleteJMSHost, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-jms-host to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-828048179(org.glassfish.jms.admin.cli.ListJMSDestinations, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-828048179(org.glassfish.jms.admin.cli.ListJMSDestinations, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-jmsdest to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1311711893(org.glassfish.jms.admin.cli.CreateJMSResource, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1311711893(org.glassfish.jms.admin.cli.CreateJMSResource, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-jms-resource to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2022149196(com.sun.enterprise.connectors.jms.system.LegacyJmsRecoveryResourceHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2022149196(com.sun.enterprise.connectors.jms.system.LegacyJmsRecoveryResourceHandler, active: null) with typeName com.sun.enterprise.transaction.spi.RecoveryResourceHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-185339750(com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-185339750(com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle, active: null) with typeName org.glassfish.internal.api.PostStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1153890100(com.sun.enterprise.connectors.jms.system.JMSConfigListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1653578290(com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1653578290(com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter, active: null) with typeName org.glassfish.internal.grizzly.LazyServiceInitializer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1653578290(com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter, active: null) with typeName com.sun.enterprise.connectors.ActiveResourceAdapter and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1104444203(org.glassfish.persistence.jpa.JPADeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1692558800(org.glassfish.persistence.jpa.JPASniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1692558800(org.glassfish.persistence.jpa.JPASniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name jpa to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1267363438(org.glassfish.persistence.jpa.JPAContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1267363438(org.glassfish.persistence.jpa.JPAContainer, active: null) with typeName org.glassfish.api.container.Container and name org.glassfish.persistence.jpa.JPAContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1834491520(org.glassfish.persistence.jpa.JPACompositeSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1834491520(org.glassfish.persistence.jpa.JPACompositeSniffer, active: null) with typeName org.glassfish.api.container.CompositeSniffer and name jpaCompositeSniffer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1834491520(org.glassfish.persistence.jpa.JPACompositeSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name jpaCompositeSniffer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-876256661(org.glassfish.faces.integration.GlassFishTldProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-876256661(org.glassfish.faces.integration.GlassFishTldProvider, active: null) with typeName org.glassfish.api.web.TldProvider and name jsfTld to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1950333948(org.glassfish.jspcaching.integration.GlassFishTldProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1950333948(org.glassfish.jspcaching.integration.GlassFishTldProvider, active: null) with typeName org.glassfish.api.web.TldProvider and name jspCachingTld to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:53 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-72276228(org.glassfish.webservices.annotation.handlers.WebServiceHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-72276228(org.glassfish.webservices.annotation.handlers.WebServiceHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1418303441(org.glassfish.webservices.WebServiceContractImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1418303441(org.glassfish.webservices.WebServiceContractImpl, active: null) with typeName org.glassfish.webservices.WebServicesContract and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-357451187(org.glassfish.webservices.WebServicesDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1170339250(org.glassfish.webservices.JAXRPCCodeGenFacadeImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1170339250(org.glassfish.webservices.JAXRPCCodeGenFacadeImpl, active: null) with typeName org.glassfish.internal.api.JAXRPCCodeGenFacade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1089051877(org.glassfish.webservices.cli.ListWebServicesCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1089051877(org.glassfish.webservices.cli.ListWebServicesCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __list-webservices to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-691773358(org.glassfish.webservices.annotation.handlers.WebServiceRefHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-691773358(org.glassfish.webservices.annotation.handlers.WebServiceRefHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-158363048(org.glassfish.webservices.annotation.handlers.HandlerChainHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-158363048(org.glassfish.webservices.annotation.handlers.HandlerChainHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-875509103(org.glassfish.webservices.WebServiceEjbEndpointRegistry, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-875509103(org.glassfish.webservices.WebServiceEjbEndpointRegistry, active: null) with typeName org.glassfish.ejb.spi.WSEjbEndpointRegistry and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-123544877(org.glassfish.webservices.deployment.WSDolSupportImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-123544877(org.glassfish.webservices.deployment.WSDolSupportImpl, active: null) with typeName com.sun.enterprise.deployment.WSDolSupport and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1949544737(org.glassfish.webservices.annotation.handlers.WebServiceRefsHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1949544737(org.glassfish.webservices.annotation.handlers.WebServiceRefsHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1840392480(org.glassfish.webservices.WebServiceReferenceManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1840392480(org.glassfish.webservices.WebServiceReferenceManagerImpl, active: null) with typeName com.sun.enterprise.container.common.spi.WebServiceReferenceManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1269443619(org.glassfish.webservices.WebServicesContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1269443619(org.glassfish.webservices.WebServicesContainer, active: null) with typeName org.glassfish.api.container.Container and name org.glassfish.webservices.WebServicesContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-288871588(org.glassfish.webservices.annotation.handlers.WebServiceProviderHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-288871588(org.glassfish.webservices.annotation.handlers.WebServiceProviderHandler, active: null) with typeName org.glassfish.apf.AnnotationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1751737296(org.glassfish.jstl.integration.GlassFishTldProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1751737296(org.glassfish.jstl.integration.GlassFishTldProvider, active: null) with typeName org.glassfish.api.web.TldProvider and name jstlTld to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1595417149(com.sun.enterprise.transaction.UserTransactionImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1595417149(com.sun.enterprise.transaction.UserTransactionImpl, active: null) with typeName javax.transaction.UserTransaction and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-695206801(com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-695206801(com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2029664727(com.sun.enterprise.transaction.JavaEETransactionManagerSimplifiedDelegate, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2029664727(com.sun.enterprise.transaction.JavaEETransactionManagerSimplifiedDelegate, active: null) with typeName com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1944817741(com.sun.enterprise.transaction.TransactionServiceConfigListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1850665647(org.glassfish.jta.admin.cli.UnFreezeTransactionService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1850665647(org.glassfish.jta.admin.cli.UnFreezeTransactionService, active: null) with typeName org.glassfish.api.admin.AdminCommand and name unfreeze-transaction-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2131869628(com.sun.enterprise.transaction.TransactionSynchronizationRegistryImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2131869628(com.sun.enterprise.transaction.TransactionSynchronizationRegistryImpl, active: null) with typeName javax.transaction.TransactionSynchronizationRegistry and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1715671248(com.sun.enterprise.transaction.TransactionManagerHelper, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1715671248(com.sun.enterprise.transaction.TransactionManagerHelper, active: null) with typeName javax.transaction.TransactionManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1023736867(org.glassfish.jta.admin.cli.RollbackTransaction, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1023736867(org.glassfish.jta.admin.cli.RollbackTransaction, active: null) with typeName org.glassfish.api.admin.AdminCommand and name rollback-transaction to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-306543905(com.sun.enterprise.transaction.TransactionInvocationHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-306543905(com.sun.enterprise.transaction.TransactionInvocationHandler, active: null) with typeName org.glassfish.api.invocation.ComponentInvocationHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-224301783(com.sun.enterprise.transaction.JavaEETransactionManagerSimplified, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-224301783(com.sun.enterprise.transaction.JavaEETransactionManagerSimplified, active: null) with typeName javax.transaction.TransactionManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-224301783(com.sun.enterprise.transaction.JavaEETransactionManagerSimplified, active: null) with typeName com.sun.enterprise.transaction.api.JavaEETransactionManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1006266396(org.glassfish.jta.admin.cli.FreezeTransactionService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1006266396(org.glassfish.jta.admin.cli.FreezeTransactionService, active: null) with typeName org.glassfish.api.admin.AdminCommand and name freeze-transaction-service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-885597447(com.sun.enterprise.transaction.TransactionNamingProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-885597447(com.sun.enterprise.transaction.TransactionNamingProxy, active: null) with typeName org.glassfish.api.naming.NamedNamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-885597447(com.sun.enterprise.transaction.TransactionNamingProxy, active: null) with typeName org.glassfish.api.naming.NamingObjectsProvider and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-27134372(com.sun.enterprise.transaction.jts.iiop.TransactionInterceptorFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-27134372(com.sun.enterprise.transaction.jts.iiop.TransactionInterceptorFactory, active: null) with typeName org.glassfish.enterprise.iiop.api.IIOPInterceptorFactory and name TransactionInterceptorFactory to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-780857040(org.glassfish.jts.admin.cli.RecoverTransactionsInternal, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-780857040(org.glassfish.jts.admin.cli.RecoverTransactionsInternal, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _recover-transactions-internal to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:54 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-591704463(com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-591704463(com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate, active: null) with typeName com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1927624031(org.glassfish.jts.admin.cli.RecoverTransactions, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1927624031(org.glassfish.jts.admin.cli.RecoverTransactions, active: null) with typeName org.glassfish.api.admin.AdminCommand and name recover-transactions to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-638790375(com.sun.enterprise.transaction.jts.ResourceRecoveryManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-638790375(com.sun.enterprise.transaction.jts.ResourceRecoveryManagerImpl, active: null) with typeName com.sun.enterprise.transaction.api.ResourceRecoveryManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-879081272(com.sun.enterprise.transaction.jts.iiop.TransactionIIOPInterceptorFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-879081272(com.sun.enterprise.transaction.jts.iiop.TransactionIIOPInterceptorFactory, active: null) with typeName org.glassfish.enterprise.iiop.api.IIOPInterceptorFactory and name TransactionIIOPInterceptorFactory to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-31447144(com.sun.enterprise.v3.admin.GetRestartRequiredCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-31447144(com.sun.enterprise.v3.admin.GetRestartRequiredCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-restart-required to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-251172046(com.sun.enterprise.v3.server.SnifferManagerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-251172046(com.sun.enterprise.v3.server.SnifferManagerImpl, active: null) with typeName org.glassfish.internal.deployment.SnifferManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1643210767(com.sun.enterprise.v3.server.ContainerStarter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-803660549(org.glassfish.kernel.bean_validator.BeanValidatorNamingProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-803660549(org.glassfish.kernel.bean_validator.BeanValidatorNamingProxy, active: null) with typeName org.glassfish.api.naming.NamedNamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1762056890(com.sun.enterprise.v3.admin.ListCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1762056890(com.sun.enterprise.v3.admin.ListCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1917759555(com.sun.enterprise.v3.admin.ListCommandsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1917759555(com.sun.enterprise.v3.admin.ListCommandsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-commands to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-202783062(com.sun.enterprise.v3.admin.InserverCommandRunnerHelper, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-118375245(com.sun.enterprise.v3.common.XMLContentActionReporter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-118375245(com.sun.enterprise.v3.common.XMLContentActionReporter, active: null) with typeName org.glassfish.api.ActionReport and name metadata to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-962885593(com.sun.enterprise.v3.admin.commands.ListThreadpools, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-962885593(com.sun.enterprise.v3.admin.commands.ListThreadpools, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-threadpools to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1928881406(com.sun.enterprise.v3.admin.listener.SystemPropertyListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-296655530(com.sun.enterprise.v3.server.DomainCreationStartup, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-296655530(com.sun.enterprise.v3.server.DomainCreationStartup, active: null) with typeName com.sun.enterprise.module.bootstrap.ModuleStartup and name DomainCreation to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1579948023(com.sun.enterprise.v3.server.UpgradeStartup, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1579948023(com.sun.enterprise.v3.server.UpgradeStartup, active: null) with typeName com.sun.enterprise.module.bootstrap.ModuleStartup and name upgrade to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-551127406(com.sun.enterprise.v3.admin.DumpHK2Command, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-551127406(com.sun.enterprise.v3.admin.DumpHK2Command, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _dump-hk2 to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-701343131(com.sun.enterprise.v3.admin.GetCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-701343131(com.sun.enterprise.v3.admin.GetCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name get to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2083747981(com.sun.enterprise.v3.admin.RestartDomainCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2083747981(com.sun.enterprise.v3.admin.RestartDomainCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name restart-domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-389001391(com.sun.enterprise.v3.server.ScheduledExecutorServiceFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-389001391(com.sun.enterprise.v3.server.ScheduledExecutorServiceFactory, active: null) with typeName org.jvnet.hk2.annotations.FactoryFor and name java.util.concurrent.ScheduledExecutorService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-817914456(com.sun.enterprise.v3.admin.GetHabitatInfo, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-817914456(com.sun.enterprise.v3.admin.GetHabitatInfo, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-habitat-info to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-645437545(com.sun.enterprise.v3.admin.DeleteSsl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-645437545(com.sun.enterprise.v3.admin.DeleteSsl, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-ssl to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-928917818(com.sun.enterprise.v3.admin.listener.GenericJavaConfigListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-115653436(com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-314598317(com.sun.enterprise.v3.server.APIClassLoaderServiceImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-349174905(com.sun.enterprise.v3.server.StAXParserFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-349174905(com.sun.enterprise.v3.server.StAXParserFactory, active: null) with typeName org.jvnet.hk2.annotations.FactoryFor and name javax.xml.stream.XMLInputFactory to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1277634913(com.sun.enterprise.v3.server.ApplicationConfigListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1277634913(com.sun.enterprise.v3.server.ApplicationConfigListener, active: null) with typeName org.jvnet.hk2.config.TransactionListener and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1277634913(com.sun.enterprise.v3.server.ApplicationConfigListener, active: null) with typeName org.glassfish.internal.api.PostStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-520996438(com.sun.enterprise.v3.admin.SetCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-520996438(com.sun.enterprise.v3.admin.SetCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name set to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: SingletonInhabitant-182510869(org.glassfish.kernel.embedded.EmbeddedDomainPersistence) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: SingletonInhabitant-182510869(org.glassfish.kernel.embedded.EmbeddedDomainPersistence) with typeName org.glassfish.config.support.ConfigurationAccess and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: SingletonInhabitant-182510869(org.glassfish.kernel.embedded.EmbeddedDomainPersistence) with typeName org.glassfish.config.support.ConfigurationPersistence and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: SingletonInhabitant-182510869(org.glassfish.kernel.embedded.EmbeddedDomainPersistence) with typeName com.sun.enterprise.v3.server.DomainXmlPersistence and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-853527367(com.sun.enterprise.v3.server.SystemTasks, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-853527367(com.sun.enterprise.v3.server.SystemTasks, active: null) with typeName org.glassfish.internal.api.Init and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-43695209(com.sun.enterprise.v3.services.impl.SnifferAdapter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:55 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2093454036(com.sun.enterprise.v3.common.HTMLActionReporter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2093454036(com.sun.enterprise.v3.common.HTMLActionReporter, active: null) with typeName org.glassfish.api.ActionReport and name html to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-309910604(com.sun.enterprise.v3.services.impl.GrizzlyService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-309910604(com.sun.enterprise.v3.services.impl.GrizzlyService, active: null) with typeName org.glassfish.api.container.RequestDispatcher and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-309910604(com.sun.enterprise.v3.services.impl.GrizzlyService, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1019677453(com.sun.enterprise.v3.server.AppServerStartup, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1019677453(com.sun.enterprise.v3.server.AppServerStartup, active: null) with typeName com.sun.enterprise.module.bootstrap.ModuleStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-799449511(com.sun.enterprise.v3.admin.IdmService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-799449511(com.sun.enterprise.v3.admin.IdmService, active: null) with typeName org.glassfish.internal.api.Init and name jks-based to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: SingletonInhabitant-1690235745(org.glassfish.kernel.embedded.EmbeddedDomainXml) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: SingletonInhabitant-1690235745(org.glassfish.kernel.embedded.EmbeddedDomainXml) with typeName com.sun.enterprise.module.bootstrap.Populator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: SingletonInhabitant-1690235745(org.glassfish.kernel.embedded.EmbeddedDomainXml) with typeName com.sun.enterprise.v3.server.GFDomainXml and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-878483699(org.glassfish.kernel.embedded.EmbeddedDeployerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-878483699(org.glassfish.kernel.embedded.EmbeddedDeployerImpl, active: null) with typeName org.glassfish.internal.embedded.EmbeddedDeployer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-725455968(com.sun.enterprise.v3.server.PostInitializer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-725455968(com.sun.enterprise.v3.server.PostInitializer, active: null) with typeName org.glassfish.internal.api.PostStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1473790157(com.sun.enterprise.v3.admin.MbeanService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1473790157(com.sun.enterprise.v3.admin.MbeanService, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-914784201(com.sun.enterprise.v3.admin.AdminRESTConfigUpgrade, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-914784201(com.sun.enterprise.v3.admin.AdminRESTConfigUpgrade, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-942637334(com.sun.enterprise.v3.common.XMLActionReporter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-942637334(com.sun.enterprise.v3.common.XMLActionReporter, active: null) with typeName org.glassfish.api.ActionReport and name xml to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-918808619(com.sun.enterprise.v3.common.JsonActionReporter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-918808619(com.sun.enterprise.v3.common.JsonActionReporter, active: null) with typeName org.glassfish.api.ActionReport and name json to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2009037603(com.sun.enterprise.v3.server.ApplicationLoaderService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2009037603(com.sun.enterprise.v3.server.ApplicationLoaderService, active: null) with typeName org.glassfish.api.Startup and name ApplicationLoaderService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1009611840(com.sun.enterprise.v3.admin.LocationsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1009611840(com.sun.enterprise.v3.admin.LocationsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __locations to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1277899933(com.sun.enterprise.v3.server.ExecutorServiceFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1277899933(com.sun.enterprise.v3.server.ExecutorServiceFactory, active: null) with typeName org.jvnet.hk2.annotations.FactoryFor and name java.util.concurrent.ExecutorService to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1406860207(com.sun.enterprise.v3.server.AppLibClassLoaderServiceImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1304545579(com.sun.enterprise.v3.server.DynamicReloadService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1304545579(com.sun.enterprise.v3.server.DynamicReloadService, active: null) with typeName org.glassfish.internal.api.PostStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1836994030(com.sun.enterprise.v3.admin.VersionCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1836994030(com.sun.enterprise.v3.admin.VersionCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name version to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2133752938(com.sun.enterprise.v3.admin.ListCommandDescriptorsCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2133752938(com.sun.enterprise.v3.admin.ListCommandDescriptorsCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-descriptors to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1156207713(com.sun.enterprise.v3.admin.commands.DeleteJvmOptions, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1156207713(com.sun.enterprise.v3.admin.commands.DeleteJvmOptions, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-jvm-options to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1950994335(com.sun.enterprise.v3.common.PropsFileActionReporter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1950994335(com.sun.enterprise.v3.common.PropsFileActionReporter, active: null) with typeName org.glassfish.api.ActionReport and name hk2-agent to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-433982302(com.sun.enterprise.v3.admin.RuntimeInfo, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-433982302(com.sun.enterprise.v3.admin.RuntimeInfo, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-runtime-info to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1086084502(com.sun.enterprise.v3.server.ClassLoaderHierarchyImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1086084502(com.sun.enterprise.v3.server.ClassLoaderHierarchyImpl, active: null) with typeName org.glassfish.internal.api.ClassLoaderHierarchy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-211225614(com.sun.enterprise.v3.admin.CreateSystemProperties, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-211225614(com.sun.enterprise.v3.admin.CreateSystemProperties, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-system-properties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-278426007(com.sun.enterprise.v3.admin.CreateProfiler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-278426007(com.sun.enterprise.v3.admin.CreateProfiler, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-profiler to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-139032836(com.sun.enterprise.v3.server.ApplicationLifecycle, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-139032836(com.sun.enterprise.v3.server.ApplicationLifecycle, active: null) with typeName org.glassfish.internal.deployment.Deployment and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-262666716(com.sun.enterprise.v3.admin.commands.ListJvmOptions, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-262666716(com.sun.enterprise.v3.admin.commands.ListJvmOptions, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-jvm-options to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1560601227(com.sun.enterprise.v3.common.PlainTextActionReporter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1560601227(com.sun.enterprise.v3.common.PlainTextActionReporter, active: null) with typeName org.glassfish.api.ActionReport and name plain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1807041378(com.sun.enterprise.v3.admin.commands.CreateJvmOptions, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1807041378(com.sun.enterprise.v3.admin.commands.CreateJvmOptions, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-jvm-options to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1230704172(com.sun.enterprise.v3.admin.LocalPasswordImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:56 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1230704172(com.sun.enterprise.v3.admin.LocalPasswordImpl, active: null) with typeName org.glassfish.internal.api.LocalPassword and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1230704172(com.sun.enterprise.v3.admin.LocalPasswordImpl, active: null) with typeName org.glassfish.internal.api.Init and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1381791540(com.sun.enterprise.v3.admin.MonitoringReporter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-882254122(com.sun.enterprise.v3.admin.commands.CreateThreadpool, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-882254122(com.sun.enterprise.v3.admin.commands.CreateThreadpool, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-threadpool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1817929566(org.glassfish.kernel.embedded.PortsImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1817929566(org.glassfish.kernel.embedded.PortsImpl, active: null) with typeName org.glassfish.internal.embedded.Ports and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1692369893(com.sun.enterprise.v3.admin.DeleteProfiler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1692369893(com.sun.enterprise.v3.admin.DeleteProfiler, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-profiler to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-239887136(com.sun.enterprise.v3.admin.commands.GenerateJvmReportCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-239887136(com.sun.enterprise.v3.admin.commands.GenerateJvmReportCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name generate-jvm-report to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-956289333(org.glassfish.kernel.embedded.PortImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-956289333(org.glassfish.kernel.embedded.PortImpl, active: null) with typeName org.glassfish.internal.embedded.Port and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-587205583(org.glassfish.kernel.FileMonitoringImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-587205583(org.glassfish.kernel.FileMonitoringImpl, active: null) with typeName org.glassfish.api.admin.FileMonitoring and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1476875516(com.sun.enterprise.v3.admin.AdminConsoleConfigUpgrade, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1476875516(com.sun.enterprise.v3.admin.AdminConsoleConfigUpgrade, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1230805386(com.sun.enterprise.v3.admin.ListModulesCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1230805386(com.sun.enterprise.v3.admin.ListModulesCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-modules to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1583634598(com.sun.enterprise.v3.admin.UptimeCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1583634598(com.sun.enterprise.v3.admin.UptimeCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name uptime to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-234367668(com.sun.enterprise.v3.services.impl.WebContainerStarter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-234367668(com.sun.enterprise.v3.services.impl.WebContainerStarter, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-532387478(com.sun.enterprise.v3.server.ServerContextImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-532387478(com.sun.enterprise.v3.server.ServerContextImpl, active: null) with typeName org.glassfish.internal.api.ServerContext and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1419469344(org.glassfish.kernel.embedded.EmbeddedAdminCtrImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1419469344(org.glassfish.kernel.embedded.EmbeddedAdminCtrImpl, active: null) with typeName org.glassfish.internal.embedded.EmbeddedContainer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1419469344(org.glassfish.kernel.embedded.EmbeddedAdminCtrImpl, active: null) with typeName org.glassfish.internal.embedded.admin.EmbeddedAdminContainer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-625430085(com.sun.enterprise.v3.admin.commands.DeleteThreadpool, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-625430085(com.sun.enterprise.v3.admin.commands.DeleteThreadpool, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-threadpool to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1818470177(org.glassfish.kernel.config.DefaultConfigParser, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1818470177(org.glassfish.kernel.config.DefaultConfigParser, active: null) with typeName org.glassfish.api.admin.config.ConfigParser and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-41000735(com.sun.enterprise.v3.admin.StopDomainCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-41000735(com.sun.enterprise.v3.admin.StopDomainCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name stop-domain to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1904586105(com.sun.enterprise.v3.admin.DeleteSystemProperty, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1904586105(com.sun.enterprise.v3.admin.DeleteSystemProperty, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-system-property to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2134908200(com.sun.enterprise.v3.admin.CommandRunnerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2134908200(com.sun.enterprise.v3.admin.CommandRunnerImpl, active: null) with typeName org.glassfish.api.admin.CommandRunner and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1245343324(com.sun.enterprise.v3.admin.ListContainersCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1245343324(com.sun.enterprise.v3.admin.ListContainersCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-containers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1109622806(com.sun.enterprise.v3.server.LifecycleModuleService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1109622806(com.sun.enterprise.v3.server.LifecycleModuleService, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-682509894(org.glassfish.kernel.event.EventsImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-682509894(org.glassfish.kernel.event.EventsImpl, active: null) with typeName org.glassfish.api.event.Events and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1233629831(com.sun.enterprise.v3.admin.ListSystemProperties, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1233629831(com.sun.enterprise.v3.admin.ListSystemProperties, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-system-properties to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1809441479(com.sun.enterprise.v3.admin.CreateSsl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1809441479(com.sun.enterprise.v3.admin.CreateSsl, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-ssl to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-767012386(com.sun.enterprise.server.logging.UniformLogFormatter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-767012386(com.sun.enterprise.server.logging.UniformLogFormatter, active: null) with typeName java.util.logging.Formatter and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1980322208(com.sun.enterprise.server.logging.commands.ListLoggerLevels, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1980322208(com.sun.enterprise.server.logging.commands.ListLoggerLevels, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-log-levels to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1573788650(com.sun.enterprise.server.logging.SyslogHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1573788650(com.sun.enterprise.server.logging.SyslogHandler, active: null) with typeName java.util.logging.Handler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-109760451(com.sun.enterprise.server.logging.logviewer.backend.LogFilter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-55447184(com.sun.enterprise.server.logging.commands.ListLogAttributes, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-55447184(com.sun.enterprise.server.logging.commands.ListLogAttributes, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-log-attributes to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2040402337(com.sun.enterprise.server.logging.commands.CollectLogFiles, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:57 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2040402337(com.sun.enterprise.server.logging.commands.CollectLogFiles, active: null) with typeName org.glassfish.api.admin.AdminCommand and name collect-log-files to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2023202663(com.sun.enterprise.server.logging.commands.SetLogAttributes, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2023202663(com.sun.enterprise.server.logging.commands.SetLogAttributes, active: null) with typeName org.glassfish.api.admin.AdminCommand and name set-log-attributes to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-711090443(com.sun.enterprise.server.logging.commands.InstanceGetLogFileCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-711090443(com.sun.enterprise.server.logging.commands.InstanceGetLogFileCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-log-file to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-550579946(com.sun.enterprise.server.logging.commands.RotateLog, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-550579946(com.sun.enterprise.server.logging.commands.RotateLog, active: null) with typeName org.glassfish.api.admin.AdminCommand and name rotate-log to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-90117499(com.sun.enterprise.server.logging.commands.SetLogLevel, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-90117499(com.sun.enterprise.server.logging.commands.SetLogLevel, active: null) with typeName org.glassfish.api.admin.AdminCommand and name set-log-levels to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-628834558(com.sun.enterprise.server.logging.GFFileHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-628834558(com.sun.enterprise.server.logging.GFFileHandler, active: null) with typeName java.util.logging.Handler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1055389419(org.glassfish.webservices.metroglue.MetroDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1862524560(org.glassfish.webservices.metroglue.MetroContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1862524560(org.glassfish.webservices.metroglue.MetroContainer, active: null) with typeName org.glassfish.api.container.Container and name org.glassfish.webservices.metroglue.MetroContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1728641248(org.glassfish.admin.monitor.jvm.JVMStatsProviderBootstrap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1728641248(org.glassfish.admin.monitor.jvm.JVMStatsProviderBootstrap, active: null) with typeName org.glassfish.internal.api.PostStartup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2114678520(org.glassfish.admin.monitor.cli.ListJndiEntries, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2114678520(org.glassfish.admin.monitor.cli.ListJndiEntries, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-jndi-entries to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-547527790(org.glassfish.admin.monitor.cli.Monitor, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-547527790(org.glassfish.admin.monitor.cli.Monitor, active: null) with typeName org.glassfish.api.admin.AdminCommand and name monitor to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-332139135(org.glassfish.flashlight.statistics.impl.TimeStatsNanosImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-332139135(org.glassfish.flashlight.statistics.impl.TimeStatsNanosImpl, active: null) with typeName org.glassfish.flashlight.statistics.TimeStatsNanos and name timeStatsNanos to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-952443392(org.glassfish.flashlight.statistics.impl.CounterImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-952443392(org.glassfish.flashlight.statistics.impl.CounterImpl, active: null) with typeName org.glassfish.flashlight.statistics.Counter and name counter to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-372984606(org.glassfish.admin.monitor.MonitoringBootstrap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-372984606(org.glassfish.admin.monitor.MonitoringBootstrap, active: null) with typeName org.glassfish.internal.api.Init and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-247507449(org.glassfish.admin.monitor.jvm.statistics.JVMStatsImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-247507449(org.glassfish.admin.monitor.jvm.statistics.JVMStatsImpl, active: null) with typeName org.glassfish.admin.monitor.cli.MonitorContract and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-181871104(org.glassfish.flashlight.impl.MonitoringRuntimeDataRegistryImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-181871104(org.glassfish.flashlight.impl.MonitoringRuntimeDataRegistryImpl, active: null) with typeName org.glassfish.flashlight.MonitoringRuntimeDataRegistry and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-838415247(org.glassfish.flashlight.statistics.impl.AverageImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-838415247(org.glassfish.flashlight.statistics.impl.AverageImpl, active: null) with typeName org.glassfish.flashlight.statistics.Average and name average to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1604848362(org.glassfish.flashlight.statistics.impl.TimeStatsMillisImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1604848362(org.glassfish.flashlight.statistics.impl.TimeStatsMillisImpl, active: null) with typeName org.glassfish.flashlight.statistics.TimeStatsMillis and name timeStatsMillis to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-291813814(org.glassfish.orb.admin.cli.DeleteIiopListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-291813814(org.glassfish.orb.admin.cli.DeleteIiopListener, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-iiop-listener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1809605797(org.glassfish.orb.admin.cli.ListIiopListeners, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1809605797(org.glassfish.orb.admin.cli.ListIiopListeners, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-iiop-listeners to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1381221365(org.glassfish.enterprise.iiop.api.GlassFishORBHelper, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1381221365(org.glassfish.enterprise.iiop.api.GlassFishORBHelper, active: null) with typeName org.glassfish.internal.api.ORBLocator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2036741132(org.glassfish.enterprise.iiop.api.ORBLazyServiceInitializer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2036741132(org.glassfish.enterprise.iiop.api.ORBLazyServiceInitializer, active: null) with typeName org.glassfish.internal.grizzly.LazyServiceInitializer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-618872344(org.glassfish.orb.admin.cli.CreateIiopListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-618872344(org.glassfish.orb.admin.cli.CreateIiopListener, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-iiop-listener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1124183187(org.glassfish.enterprise.iiop.util.IIOPUtils, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-585697603(org.glassfish.enterprise.iiop.api.HandleDelegateNamingProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-585697603(org.glassfish.enterprise.iiop.api.HandleDelegateNamingProxy, active: null) with typeName org.glassfish.api.naming.NamedNamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1902059420(org.glassfish.enterprise.iiop.api.ORBNamingProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1902059420(org.glassfish.enterprise.iiop.api.ORBNamingProxy, active: null) with typeName org.glassfish.api.naming.NamedNamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-471102698(org.glassfish.enterprise.api.enabler.ORBConnectorStartup, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-471102698(org.glassfish.enterprise.api.enabler.ORBConnectorStartup, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-50838797(org.glassfish.enterprise.iiop.impl.HandleDelegateFacadeImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-50838797(org.glassfish.enterprise.iiop.impl.HandleDelegateFacadeImpl, active: null) with typeName org.glassfish.enterprise.iiop.api.HandleDelegateFacade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1896653320(org.glassfish.enterprise.iiop.impl.GlassFishORBFactoryImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1896653320(org.glassfish.enterprise.iiop.impl.GlassFishORBFactoryImpl, active: null) with typeName org.glassfish.enterprise.iiop.api.GlassFishORBFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1952576819(org.glassfish.enterprise.iiop.impl.POAProtocolMgr, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1952576819(org.glassfish.enterprise.iiop.impl.POAProtocolMgr, active: null) with typeName org.glassfish.enterprise.iiop.api.ProtocolManager and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:58 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1260987126(org.glassfish.extras.osgicontainer.OSGiSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1260987126(org.glassfish.extras.osgicontainer.OSGiSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name osgi to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2041998086(org.glassfish.extras.osgicontainer.OSGiContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2041998086(org.glassfish.extras.osgicontainer.OSGiContainer, active: null) with typeName org.glassfish.api.container.Container and name osgi to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-925668695(org.glassfish.extras.osgicontainer.OSGiArchiveHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-925668695(org.glassfish.extras.osgicontainer.OSGiArchiveHandler, active: null) with typeName org.glassfish.api.deployment.archive.ArchiveHandler and name osgi to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-925668695(org.glassfish.extras.osgicontainer.OSGiArchiveHandler, active: null) with typeName org.glassfish.api.deployment.archive.CompositeHandler and name osgi to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1342217997(org.glassfish.extras.osgicontainer.OSGiDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1489647491(org.glassfish.osgijpa.extension.JPAStartupService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1489647491(org.glassfish.osgijpa.extension.JPAStartupService, active: null) with typeName org.glassfish.api.Startup and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1141024511(org.glassfish.admin.rest.cli.SetRestConfig, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1141024511(org.glassfish.admin.rest.cli.SetRestConfig, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _set-rest-admin-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-169988667(org.glassfish.admin.rest.cli.DeletePrincipalCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-169988667(org.glassfish.admin.rest.cli.DeletePrincipalCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __delete-principal to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-846275759(org.glassfish.admin.rest.cli.IsAnonymousUserEnabledCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-846275759(org.glassfish.admin.rest.cli.IsAnonymousUserEnabledCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __anonymous-user-enabled to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-572487432(org.glassfish.admin.rest.RestConfigInjector, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-572487432(org.glassfish.admin.rest.RestConfigInjector, active: null) with typeName org.jvnet.hk2.config.ConfigInjector and name rest-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-572487432(org.glassfish.admin.rest.RestConfigInjector, active: null) with typeName org.jvnet.hk2.config.InjectionTarget and name org.glassfish.admin.rest.RestConfig to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1069531064(org.glassfish.admin.rest.cli.SynchronizeRealmFromConfig, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1069531064(org.glassfish.admin.rest.cli.SynchronizeRealmFromConfig, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __synchronize-realm-from-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1170467258(org.glassfish.admin.rest.cli.PredefinedAuthRealmClassNamesCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1170467258(org.glassfish.admin.rest.cli.PredefinedAuthRealmClassNamesCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __list-predefined-authrealm-classnames to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1092998686(org.glassfish.admin.rest.cli.CreatePrincipalCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1092998686(org.glassfish.admin.rest.cli.CreatePrincipalCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __create-principal to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-453799164(org.glassfish.admin.rest.cli.DeleteUserGroup, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-453799164(org.glassfish.admin.rest.cli.DeleteUserGroup, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __delete-user-group to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1288118851(org.glassfish.admin.rest.cli.SupportsUserManagementCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1288118851(org.glassfish.admin.rest.cli.SupportsUserManagementCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __supports-user-management to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-630883350(org.glassfish.admin.rest.cli.GetGroupNamesCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-630883350(org.glassfish.admin.rest.cli.GetGroupNamesCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __list-group-names to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1129698211(org.glassfish.admin.rest.cli.CreateUserGroup, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1129698211(org.glassfish.admin.rest.cli.CreateUserGroup, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __create-user-group to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-934909150(org.glassfish.admin.rest.cli.GetTokensCommand, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-934909150(org.glassfish.admin.rest.cli.GetTokensCommand, active: null) with typeName org.glassfish.api.admin.AdminCommand and name __resolve-tokens to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2027722598(org.glassfish.admin.rest.cli.GetRestConfig, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2027722598(org.glassfish.admin.rest.cli.GetRestConfig, active: null) with typeName org.glassfish.api.admin.AdminCommand and name _get-rest-admin-config to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1515710343(com.sun.enterprise.security.cli.CreateMessageSecurityProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1515710343(com.sun.enterprise.security.cli.CreateMessageSecurityProvider, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-message-security-provider to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1092714087(com.sun.enterprise.security.cli.CreateAuthRealm, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1092714087(com.sun.enterprise.security.cli.CreateAuthRealm, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-auth-realm to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2112994712(com.sun.enterprise.security.cli.ListJaccProviders, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2112994712(com.sun.enterprise.security.cli.ListJaccProviders, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-jacc-providers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-165054145(com.sun.enterprise.security.cli.DeleteFileUser, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-165054145(com.sun.enterprise.security.cli.DeleteFileUser, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-file-user to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1663626738(com.sun.enterprise.security.cli.CreateJACCProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1663626738(com.sun.enterprise.security.cli.CreateJACCProvider, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-jacc-provider to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-337501626(com.sun.enterprise.security.common.EmbeddedSecurityLifeCycle, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-337501626(com.sun.enterprise.security.common.EmbeddedSecurityLifeCycle, active: null) with typeName org.glassfish.internal.embedded.EmbeddedLifecycle and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-885516455(com.sun.enterprise.security.cli.CreateFileUser, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-885516455(com.sun.enterprise.security.cli.CreateFileUser, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-file-user to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-813385475(com.sun.enterprise.security.web.integration.WebSecurityManagerFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1836265170(com.sun.enterprise.security.PolicyLoader, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-621221153(com.sun.enterprise.security.jmac.callback.ContainerCallbackHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-621221153(com.sun.enterprise.security.jmac.callback.ContainerCallbackHandler, active: null) with typeName javax.security.auth.callback.CallbackHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1945910404(com.sun.enterprise.security.cli.CreateAuditModule, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1945910404(com.sun.enterprise.security.cli.CreateAuditModule, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-audit-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:24:59 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-887699865(com.sun.enterprise.security.cli.ListPasswordAlias, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-887699865(com.sun.enterprise.security.cli.ListPasswordAlias, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-password-aliases to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1002735346(com.sun.enterprise.security.SecurityConfigListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1668782213(com.sun.enterprise.security.SecurityContext, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1668782213(com.sun.enterprise.security.SecurityContext, active: null) with typeName com.sun.enterprise.security.integration.AppServSecurityContext and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-409478150(com.sun.appserv.security.ProgrammaticLogin, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-409478150(com.sun.appserv.security.ProgrammaticLogin, active: null) with typeName com.sun.enterprise.security.common.ProgrammaticLoginInterface and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1561662062(com.sun.enterprise.security.auth.realm.pam.PamRealm, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1561662062(com.sun.enterprise.security.auth.realm.pam.PamRealm, active: null) with typeName com.sun.enterprise.security.auth.realm.Realm and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-309142400(com.sun.enterprise.security.embedded.EmbeddedSecurityUtil, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-309142400(com.sun.enterprise.security.embedded.EmbeddedSecurityUtil, active: null) with typeName com.sun.enterprise.security.EmbeddedSecurity and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-993374707(com.sun.enterprise.security.cli.ListFileUser, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-993374707(com.sun.enterprise.security.cli.ListFileUser, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-file-users to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1110828771(com.sun.enterprise.security.cli.UpdatePasswordAlias, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1110828771(com.sun.enterprise.security.cli.UpdatePasswordAlias, active: null) with typeName org.glassfish.api.admin.AdminCommand and name update-password-alias to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1623810826(com.sun.enterprise.security.cli.ListSupportedCipherSuites, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1623810826(com.sun.enterprise.security.cli.ListSupportedCipherSuites, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-supported-cipher-suites to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1166366506(com.sun.enterprise.security.cli.DeleteAuthRealm, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1166366506(com.sun.enterprise.security.cli.DeleteAuthRealm, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-auth-realm to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-891136526(com.sun.enterprise.security.cli.ListFileGroup, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-891136526(com.sun.enterprise.security.cli.ListFileGroup, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-file-groups to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-780638304(com.sun.enterprise.security.auth.realm.RealmsManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1210375805(com.sun.enterprise.security.cli.UpdateFileUser, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1210375805(com.sun.enterprise.security.cli.UpdateFileUser, active: null) with typeName org.glassfish.api.admin.AdminCommand and name update-file-user to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1821050251(com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1821050251(com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl, active: null) with typeName javax.security.jacc.PolicyConfigurationFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-454631513(com.sun.enterprise.security.ssl.SSLUtils, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-245022965(com.sun.enterprise.security.SecurityServicesUtil, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1374821456(com.sun.enterprise.security.auth.realm.solaris.SolarisRealm, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1374821456(com.sun.enterprise.security.auth.realm.solaris.SolarisRealm, active: null) with typeName com.sun.enterprise.security.auth.realm.Realm and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1847652919(com.sun.enterprise.security.SecuritySniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1847652919(com.sun.enterprise.security.SecuritySniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name Security to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-889074013(com.sun.enterprise.security.auth.realm.certificate.CertificateRealm, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-889074013(com.sun.enterprise.security.auth.realm.certificate.CertificateRealm, active: null) with typeName com.sun.enterprise.security.auth.realm.Realm and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-475720665(com.sun.enterprise.security.ssl.GlassfishSSLImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-475720665(com.sun.enterprise.security.ssl.GlassfishSSLImpl, active: null) with typeName com.sun.grizzly.util.net.SSLImplementation and name com.sun.enterprise.security.ssl.GlassfishSSLImpl to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-355598874(com.sun.enterprise.security.audit.AuditManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-103285717(com.sun.enterprise.security.auth.realm.jdbc.JDBCRealm, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-103285717(com.sun.enterprise.security.auth.realm.jdbc.JDBCRealm, active: null) with typeName com.sun.enterprise.security.auth.realm.Realm and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-756258843(com.sun.enterprise.security.cli.ListAuthRealm, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-756258843(com.sun.enterprise.security.cli.ListAuthRealm, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-auth-realms to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1634151355(com.sun.enterprise.security.cli.DeleteMessageSecurityProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1634151355(com.sun.enterprise.security.cli.DeleteMessageSecurityProvider, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-message-security-provider to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1013462002(com.sun.enterprise.security.cli.DeletePasswordAlias, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1013462002(com.sun.enterprise.security.cli.DeletePasswordAlias, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-password-alias to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1563063257(com.sun.enterprise.security.jmac.MessageSecurityConfigEventListenerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1563063257(com.sun.enterprise.security.jmac.MessageSecurityConfigEventListenerImpl, active: null) with typeName org.jvnet.hk2.config.ConfigListener and name MessageSecurityConfigListener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-236706648(com.sun.enterprise.security.cli.CreatePasswordAlias, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-236706648(com.sun.enterprise.security.cli.CreatePasswordAlias, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-password-alias to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1188918692(com.sun.enterprise.security.auth.realm.file.FileRealm, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1188918692(com.sun.enterprise.security.auth.realm.file.FileRealm, active: null) with typeName com.sun.enterprise.security.auth.realm.Realm and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1968604756(com.sun.enterprise.security.common.Util, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-59584763(com.sun.enterprise.security.cli.DeleteAuditModule, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-59584763(com.sun.enterprise.security.cli.DeleteAuditModule, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-audit-module to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-713732239(com.sun.enterprise.security.cli.ListAuditModule, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-713732239(com.sun.enterprise.security.cli.ListAuditModule, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-audit-modules to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2001572378(com.sun.enterprise.security.SecurityLifecycle, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-95626791(com.sun.enterprise.security.cli.ChangeAdminPassword, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:00 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-95626791(com.sun.enterprise.security.cli.ChangeAdminPassword, active: null) with typeName org.glassfish.api.admin.AdminCommand and name change-admin-password to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1235595167(com.sun.enterprise.security.acl.RoleMapperFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1235595167(com.sun.enterprise.security.acl.RoleMapperFactory, active: null) with typeName com.sun.enterprise.deployment.interfaces.SecurityRoleMapperFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-481105279(com.sun.appserv.security.AppservPasswordLoginModule, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-481105279(com.sun.appserv.security.AppservPasswordLoginModule, active: null) with typeName com.sun.enterprise.security.common.AppservPasswordLoginModuleInterface and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-660493198(com.sun.enterprise.security.SecurityUpgradeService, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-660493198(com.sun.enterprise.security.SecurityUpgradeService, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-566207443(com.sun.enterprise.security.SecurityDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-748454644(com.sun.enterprise.security.SecurityContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-748454644(com.sun.enterprise.security.SecurityContainer, active: null) with typeName org.glassfish.api.container.Container and name com.sun.enterprise.security.SecurityContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1465481229(com.sun.enterprise.security.auth.realm.ldap.LDAPRealm, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1465481229(com.sun.enterprise.security.auth.realm.ldap.LDAPRealm, active: null) with typeName com.sun.enterprise.security.auth.realm.Realm and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-853068360(com.sun.enterprise.security.cli.ListMessageSecurityProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-853068360(com.sun.enterprise.security.cli.ListMessageSecurityProvider, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-message-security-providers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-919099148(com.sun.enterprise.security.cli.DeleteJaccProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-919099148(com.sun.enterprise.security.cli.DeleteJaccProvider, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-jacc-provider to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-449507565(com.sun.enterprise.security.cli.LDAPAdminAccessConfigurator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-449507565(com.sun.enterprise.security.cli.LDAPAdminAccessConfigurator, active: null) with typeName org.glassfish.api.admin.AdminCommand and name configure-ldap-for-admin to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-26174809(com.sun.enterprise.admin.servermgmt.V2ToV3ConfigUpgrade, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-26174809(com.sun.enterprise.admin.servermgmt.V2ToV3ConfigUpgrade, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1833350875(com.sun.enterprise.admin.servermgmt.logging.UpgradeLogging, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1833350875(com.sun.enterprise.admin.servermgmt.logging.UpgradeLogging, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1032788969(com.sun.enterprise.admin.servermgmt.V2ToV3ConfigUpgradeTester, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1032788969(com.sun.enterprise.admin.servermgmt.V2ToV3ConfigUpgradeTester, active: null) with typeName org.glassfish.api.admin.AdminCommand and name test-upgrade to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2121366929(com.sun.enterprise.admin.servermgmt.UpgradeFilesystem, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2121366929(com.sun.enterprise.admin.servermgmt.UpgradeFilesystem, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1290468209(com.sun.enterprise.security.ssl.impl.SecuritySupportImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1290468209(com.sun.enterprise.security.ssl.impl.SecuritySupportImpl, active: null) with typeName com.sun.enterprise.server.pluggable.SecuritySupport and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1461837610(com.sun.enterprise.security.ssl.impl.MasterPasswordImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1461837610(com.sun.enterprise.security.ssl.impl.MasterPasswordImpl, active: null) with typeName org.glassfish.security.common.MasterPassword and name Security SSL Password Provider Service to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1891789590(com.sun.enterprise.transaction.api.RecoveryResourceRegistry, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1812245295(com.sun.enterprise.glassfish.web.ScatteredWarHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1812245295(com.sun.enterprise.glassfish.web.ScatteredWarHandler, active: null) with typeName org.glassfish.api.deployment.archive.ArchiveHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-646107664(com.sun.enterprise.glassfish.web.WarHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-646107664(com.sun.enterprise.glassfish.web.WarHandler, active: null) with typeName org.glassfish.api.deployment.archive.ArchiveHandler and name war to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1454189616(org.glassfish.web.admin.cli.ListVirtualServers, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1454189616(org.glassfish.web.admin.cli.ListVirtualServers, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-virtual-servers to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-53489605(org.glassfish.web.admin.monitor.statistics.WebModuleVirtualServerStatsImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-53489605(org.glassfish.web.admin.monitor.statistics.WebModuleVirtualServerStatsImpl, active: null) with typeName org.glassfish.admin.monitor.cli.MonitorContract and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1351626789(org.glassfish.web.admin.cli.CreateVirtualServer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1351626789(org.glassfish.web.admin.cli.CreateVirtualServer, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-virtual-server to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-709424757(org.glassfish.web.admin.cli.DeleteProtocol, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-709424757(org.glassfish.web.admin.cli.DeleteProtocol, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-protocol to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-472682755(org.glassfish.web.admin.monitor.statistics.HTTPListenerStatsImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-472682755(org.glassfish.web.admin.monitor.statistics.HTTPListenerStatsImpl, active: null) with typeName org.glassfish.admin.monitor.cli.MonitorContract and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-837053032(org.glassfish.web.admin.cli.CreateHttp, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-837053032(org.glassfish.web.admin.cli.CreateHttp, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-http to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-184937327(org.glassfish.web.admin.cli.DeleteHttpListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-184937327(org.glassfish.web.admin.cli.DeleteHttpListener, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-http-listener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-832817680(org.glassfish.web.admin.cli.ListProtocolFilters, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-832817680(org.glassfish.web.admin.cli.ListProtocolFilters, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-protocol-filters to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2015820261(org.glassfish.web.admin.cli.DeleteTransport, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2015820261(org.glassfish.web.admin.cli.DeleteTransport, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-transport to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1189111555(org.glassfish.web.admin.cli.CreateProtocolFilter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1189111555(org.glassfish.web.admin.cli.CreateProtocolFilter, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-protocol-filter to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-915085903(org.glassfish.web.admin.cli.DeleteNetworkListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-915085903(org.glassfish.web.admin.cli.DeleteNetworkListener, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-network-listener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:01 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1718375554(org.glassfish.web.admin.cli.CreateNetworkListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1718375554(org.glassfish.web.admin.cli.CreateNetworkListener, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-network-listener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1377851222(org.glassfish.web.admin.monitor.statistics.AltServletStatsImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1377851222(org.glassfish.web.admin.monitor.statistics.AltServletStatsImpl, active: null) with typeName org.glassfish.admin.monitor.cli.MonitorContract and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1229322553(org.glassfish.web.admin.cli.CreateProtocol, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1229322553(org.glassfish.web.admin.cli.CreateProtocol, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-protocol to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-283980484(org.glassfish.web.admin.cli.ListTransports, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-283980484(org.glassfish.web.admin.cli.ListTransports, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-transports to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1151330954(org.glassfish.web.admin.cli.ListHttpListeners, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1151330954(org.glassfish.web.admin.cli.ListHttpListeners, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-http-listeners to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1591684408(org.glassfish.web.admin.cli.DeleteProtocolFinder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1591684408(org.glassfish.web.admin.cli.DeleteProtocolFinder, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-protocol-finder to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-236054577(org.glassfish.web.admin.cli.ListProtocolFinders, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-236054577(org.glassfish.web.admin.cli.ListProtocolFinders, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-protocol-finders to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-966979630(org.glassfish.web.admin.monitor.HttpServiceStatsProviderBootstrap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2017884561(org.glassfish.web.admin.cli.DeleteHttpRedirect, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2017884561(org.glassfish.web.admin.cli.DeleteHttpRedirect, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-http-redirect to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1524063303(org.glassfish.web.admin.cli.ListProtocols, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1524063303(org.glassfish.web.admin.cli.ListProtocols, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-protocols to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1894475752(org.glassfish.web.admin.cli.DeleteHttp, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1894475752(org.glassfish.web.admin.cli.DeleteHttp, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-http to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1861413442(org.glassfish.web.admin.cli.DeleteVirtualServer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1861413442(org.glassfish.web.admin.cli.DeleteVirtualServer, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-virtual-server to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-233950198(org.glassfish.web.admin.cli.CreateHttpRedirect, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-233950198(org.glassfish.web.admin.cli.CreateHttpRedirect, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-http-redirect to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2105903776(org.glassfish.web.admin.cli.ListNetworkListeners, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2105903776(org.glassfish.web.admin.cli.ListNetworkListeners, active: null) with typeName org.glassfish.api.admin.AdminCommand and name list-network-listeners to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1246777025(org.glassfish.web.admin.cli.CreateProtocolFinder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1246777025(org.glassfish.web.admin.cli.CreateProtocolFinder, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-protocol-finder to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1583515396(org.glassfish.web.admin.monitor.WebStatsProviderBootstrap, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-378423301(org.glassfish.web.admin.cli.DeleteProtocolFilter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-378423301(org.glassfish.web.admin.cli.DeleteProtocolFilter, active: null) with typeName org.glassfish.api.admin.AdminCommand and name delete-protocol-filter to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1461341140(org.glassfish.web.admin.cli.CreateHttpListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1461341140(org.glassfish.web.admin.cli.CreateHttpListener, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-http-listener to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2137552888(org.glassfish.web.admin.cli.CreateTransport, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-2137552888(org.glassfish.web.admin.cli.CreateTransport, active: null) with typeName org.glassfish.api.admin.AdminCommand and name create-transport to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-597457953(org.apache.catalina.startup.DigesterFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1989766346(org.glassfish.web.embed.impl.WebContainerImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1989766346(org.glassfish.web.embed.impl.WebContainerImpl, active: null) with typeName org.glassfish.embeddable.web.WebContainer and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1387626138(com.sun.enterprise.web.PEWebContainerFeatureFactoryImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1387626138(com.sun.enterprise.web.PEWebContainerFeatureFactoryImpl, active: null) with typeName com.sun.enterprise.web.pluggable.WebContainerFeatureFactory and name pe to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-160094946(com.sun.enterprise.web.ServerConfigLookup, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-2066231378(com.sun.enterprise.web.WebDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-192714409(com.sun.web.server.DecoratorForJ2EEInstanceListener, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-192714409(com.sun.web.server.DecoratorForJ2EEInstanceListener, active: null) with typeName com.sun.enterprise.web.WebModuleDecorator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-545732387(com.sun.enterprise.web.WebContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-545732387(com.sun.enterprise.web.WebContainer, active: null) with typeName org.glassfish.api.container.Container and name com.sun.enterprise.web.WebContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-221571972(com.sun.enterprise.web.EmbeddedWebContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-223489506(com.sun.enterprise.web.FileStrategyBuilder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-223489506(com.sun.enterprise.web.FileStrategyBuilder, active: null) with typeName com.sun.enterprise.web.PersistenceStrategyBuilder and name file to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-239228739(org.glassfish.web.LibrariesTldProvider, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-239228739(org.glassfish.web.LibrariesTldProvider, active: null) with typeName org.glassfish.api.web.TldProvider and name librariesTld to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-628029189(com.sun.enterprise.web.CookieStrategyBuilder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-628029189(com.sun.enterprise.web.CookieStrategyBuilder, active: null) with typeName com.sun.enterprise.web.PersistenceStrategyBuilder and name cookie to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-404454518(org.glassfish.web.upgrade.WebConfigurationUpgrade, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-404454518(org.glassfish.web.upgrade.WebConfigurationUpgrade, active: null) with typeName org.glassfish.api.admin.config.ConfigurationUpgrade and name webConfigurationUpgrade to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: SingletonInhabitant-881341271(org.glassfish.web.embed.impl.EmbeddedWebEntityResolver) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: SingletonInhabitant-881341271(org.glassfish.web.embed.impl.EmbeddedWebEntityResolver) with typeName org.xml.sax.EntityResolver and name web to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: SingletonInhabitant-881341271(org.glassfish.web.embed.impl.EmbeddedWebEntityResolver) with typeName org.glassfish.web.WebEntityResolver and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1508028338(com.sun.enterprise.web.MemoryStrategyBuilder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1508028338(com.sun.enterprise.web.MemoryStrategyBuilder, active: null) with typeName com.sun.enterprise.web.PersistenceStrategyBuilder and name memory to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-830274872(com.sun.enterprise.web.logger.FileLoggerHandlerFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-81035498(org.glassfish.web.ha.strategy.builder.ReplicatedWebMethodSessionStrategyBuilder, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-81035498(org.glassfish.web.ha.strategy.builder.ReplicatedWebMethodSessionStrategyBuilder, active: null) with typeName com.sun.enterprise.web.PersistenceStrategyBuilder and name replicated to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-458982688(org.glassfish.web.ha.session.management.ReplicationWebEventPersistentManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-360777192(org.glassfish.web.ha.authenticator.HASSOFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1235930463(org.glassfish.web.ha.HAWebContainerFeatureFactoryImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1235930463(org.glassfish.web.ha.HAWebContainerFeatureFactoryImpl, active: null) with typeName com.sun.enterprise.web.pluggable.WebContainerFeatureFactory and name ha to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1821457857(com.sun.web.security.WebProgrammaticLoginImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1821457857(com.sun.web.security.WebProgrammaticLoginImpl, active: null) with typeName com.sun.enterprise.security.web.integration.WebProgrammaticLogin and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-862814614(com.sun.web.security.RealmAdapter, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-862814614(com.sun.web.security.RealmAdapter, active: null) with typeName org.apache.catalina.Realm and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1515632954(com.sun.web.security.WebSecurityComponentInvocationHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1515632954(com.sun.web.security.WebSecurityComponentInvocationHandler, active: null) with typeName org.glassfish.api.invocation.RegisteredComponentInvocationHandler and name webSecurityCIH to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1939520811(org.glassfish.webservices.connector.WebServicesSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1939520811(org.glassfish.webservices.connector.WebServicesSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name webservices to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-871992664(com.sun.enterprise.security.webservices.WebServicesDelegateImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-871992664(com.sun.enterprise.security.webservices.WebServicesDelegateImpl, active: null) with typeName com.sun.enterprise.security.jmac.WebServicesDelegate and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1152296720(com.sun.enterprise.security.webservices.GFServerPipeCreator, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1152296720(com.sun.enterprise.security.webservices.GFServerPipeCreator, active: null) with typeName org.glassfish.webservices.ServerPipeCreator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-643444394(com.sun.enterprise.security.webservices.SecurityServiceImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-643444394(com.sun.enterprise.security.webservices.SecurityServiceImpl, active: null) with typeName org.glassfish.webservices.SecurityService and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1789767313(org.glassfish.weld.WeldSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1789767313(org.glassfish.weld.WeldSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name weld to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-815786062(org.glassfish.weld.WeldDeployer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1380741586(org.glassfish.weld.WeldCompositeSniffer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1380741586(org.glassfish.weld.WeldCompositeSniffer, active: null) with typeName org.glassfish.api.container.Sniffer and name weldCompositeSniffer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1380741586(org.glassfish.weld.WeldCompositeSniffer, active: null) with typeName org.glassfish.api.container.CompositeSniffer and name weldCompositeSniffer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-415546420(org.glassfish.weld.WebComponentInjectionManager, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-415546420(org.glassfish.weld.WebComponentInjectionManager, active: null) with typeName com.sun.enterprise.web.WebComponentDecorator and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-471860896(org.glassfish.weld.WeldContainer, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-471860896(org.glassfish.weld.WeldContainer, active: null) with typeName org.glassfish.api.container.Container and name org.glassfish.weld.WeldContainer to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-758742620(org.glassfish.weld.BeanManagerNamingProxy, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-758742620(org.glassfish.weld.BeanManagerNamingProxy, active: null) with typeName org.glassfish.api.naming.NamedNamingObjectProxy and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-429318454(org.glassfish.weld.services.JCDIServiceImpl, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-429318454(org.glassfish.weld.services.JCDIServiceImpl, active: null) with typeName com.sun.enterprise.container.common.spi.JCDIService and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1629818866(com.sun.enterprise.connectors.work.context.WorkContextHandler, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1629818866(com.sun.enterprise.connectors.work.context.WorkContextHandler, active: null) with typeName com.sun.appserv.connectors.internal.api.WorkContextHandler and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser add FINE: adding inhabitant: LazyInhabitant-1211763377(com.sun.enterprise.connectors.work.WorkManagerFactory, active: null) to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:02 PM com.sun.hk2.component.InhabitantsParser addIndex FINE: adding index for inhabitant: LazyInhabitant-1211763377(com.sun.enterprise.connectors.work.WorkManagerFactory, active: null) with typeName com.sun.appserv.connectors.internal.api.WorkManagerFactory and name null to habitat org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.kernel.embedded.EmbeddedDomainXml@1451ef4e Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.kernel.embedded.EmbeddedDomainXml@1451ef4e Feb 22, 2011 5:25:03 PM com.sun.hk2.component.FactoryCreator create FINER: factory LazyInhabitant-349174905(com.sun.enterprise.v3.server.StAXParserFactory, active: null) invoked Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.StAXParserFactory@b478a2d Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.StAXParserFactory@b478a2d Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.StAXParserFactory@b478a2d Feb 22, 2011 5:25:03 PM com.sun.hk2.component.FactoryCreator create FINER: factory created object com.ctc.wstx.stax.WstxInputFactory@4f2b3349 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.ctc.wstx.stax.WstxInputFactory@4f2b3349 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.ctc.wstx.stax.WstxInputFactory@4f2b3349 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.ctc.wstx.stax.WstxInputFactory@4f2b3349 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.server.ServerEnvironmentImpl@3bd840d9 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.server.ServerEnvironmentImpl@3bd840d9 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.server.ServerEnvironmentImpl@3bd840d9 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.server.ServerEnvironmentImpl@3bd840d9 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.kernel.embedded.EmbeddedDomainPersistence@4876db09 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.kernel.embedded.EmbeddedDomainPersistence@4876db09 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.kernel.embedded.EmbeddedDomainPersistence@4876db09 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.kernel.embedded.EmbeddedDomainXml@1451ef4e Feb 22, 2011 5:25:03 PM com.sun.enterprise.util.EarlyLogger add FINE: Startup class : org.glassfish.kernel.embedded.EmbeddedDomainXml Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.jvnet.hk2.config.Transactions@3c63e8c Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.jvnet.hk2.config.Transactions@3c63e8c Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.jvnet.hk2.config.Transactions@3c63e8c Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.jvnet.hk2.config.Transactions@3c63e8c Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.admin.mbeanserver.PendingConfigBeans@381eb0c6 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.admin.mbeanserver.PendingConfigBeans@381eb0c6 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.admin.mbeanserver.PendingConfigBeans@381eb0c6 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.admin.mbeanserver.PendingConfigBeans@381eb0c6 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.DomainInjector@53706eb7 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.DomainInjector@53706eb7 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.DomainInjector@53706eb7 Feb 22, 2011 5:25:03 PM com.sun.enterprise.util.EarlyLogger add FINE: Total time to parse domain.xml: 104 milliseconds Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ServerInjector@1f47e668 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ServerInjector@1f47e668 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ServerInjector@1f47e668 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.Server Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ConfigInjector@795e0c2b Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ConfigInjector@795e0c2b Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ConfigInjector@795e0c2b Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.Config Feb 22, 2011 5:25:03 PM org.jvnet.hk2.component.internal.runlevel.DefaultRunLevelService$Worker run FINE: proceedTo(-1) - curr=null, act=null, plan=-1, env=class java.lang.Void, thrd=Thread[main,5,main] Feb 22, 2011 5:25:03 PM org.jvnet.hk2.component.internal.runlevel.DefaultRunLevelService event FINE: event PROGRESS - curr=-1, act=-1, plan=-1, env=class java.lang.Void, thrd=Thread[main,5,main] Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.AppServerStartup@1531164 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.AppServerStartup@1531164 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.FactoryCreator create FINER: factory LazyInhabitant-1277899933(com.sun.enterprise.v3.server.ExecutorServiceFactory, active: null) invoked Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.ExecutorServiceFactory@6361f39e Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.ExecutorServiceFactory@6361f39e Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.ExecutorServiceFactory@6361f39e Feb 22, 2011 5:25:03 PM com.sun.hk2.component.FactoryCreator create FINER: factory created object java.util.concurrent.ThreadPoolExecutor@3ebfbbe3 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on java.util.concurrent.ThreadPoolExecutor@3ebfbbe3 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on java.util.concurrent.ThreadPoolExecutor@3ebfbbe3 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object java.util.concurrent.ThreadPoolExecutor@3ebfbbe3 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.kernel.event.EventsImpl@7e7f8062 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.kernel.event.EventsImpl@7e7f8062 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.FactoryCreator create FINER: factory LazyInhabitant-1277899933(com.sun.enterprise.v3.server.ExecutorServiceFactory, active: SingletonInhabitant-2074982328(com.sun.enterprise.v3.server.ExecutorServiceFactory)) invoked Feb 22, 2011 5:25:03 PM com.sun.hk2.component.FactoryCreator create FINER: factory created object java.util.concurrent.ThreadPoolExecutor@49f8d077 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on java.util.concurrent.ThreadPoolExecutor@49f8d077 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on java.util.concurrent.ThreadPoolExecutor@49f8d077 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object java.util.concurrent.ThreadPoolExecutor@49f8d077 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.kernel.event.EventsImpl@7e7f8062 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.appserv.server.util.Version@48a826da Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.appserv.server.util.Version@48a826da Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.appserv.server.util.Version@48a826da Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.branding.GlassFishBranding@17991de1 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.branding.GlassFishBranding@17991de1 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.branding.GlassFishBranding@17991de1 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.branding.GlassFishBranding@17991de1 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.appserv.server.util.Version@48a826da Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl@2781b3d4 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl@2781b3d4 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.APIClassLoaderServiceImpl@4eb8176d Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.APIClassLoaderServiceImpl@4eb8176d Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.server.APIClassLoaderServiceImpl@4eb8176d Feb 22, 2011 5:25:03 PM APIClassLoaderService createAPIClassLoader FINE: APIClassLoader = APIClassLoader Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.APIClassLoaderServiceImpl@4eb8176d Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl@2781b3d4 Feb 22, 2011 5:25:03 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. Feb 22, 2011 5:25:03 PM CommonClassLoaderManager Skipping creation of CommonClassLoader as there are no libraries available FINE: urls = [] Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl@2781b3d4 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.SystemTasks@9c4ff2c Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.SystemTasks@9c4ff2c Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.JavaConfigInjector@1343a083 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.JavaConfigInjector@1343a083 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.JavaConfigInjector@1343a083 Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.JavaConfig Feb 22, 2011 5:25:03 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.Domain Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.server.SystemTasks@9c4ff2c Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ConfigsInjector@4cdf4bfc Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ConfigsInjector@4cdf4bfc Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ConfigsInjector@4cdf4bfc Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ClustersInjector@19d8f162 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ClustersInjector@19d8f162 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ClustersInjector@19d8f162 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.Clusters Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.admin.mbeanserver.ssl.JMXMasterPasswordImpl@4883d37a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.admin.mbeanserver.ssl.JMXMasterPasswordImpl@4883d37a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.admin.mbeanserver.ssl.JMXMasterPasswordImpl@4883d37a Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.SystemTasks resolveJavaConfig FINE: Setting javax.net.ssl.keyStore = /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/keystore.jks Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.SystemTasks resolveJavaConfig FINE: Setting javax.net.ssl.trustStore = /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/cacerts.jks Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.SystemTasks resolveJavaConfig FINE: Setting org.glassfish.jms.InitializeOnDemand = true Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.SystemTasks postConstruct FINE: SystemTasks: loaded server named: server Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.SystemTasks@9c4ff2c Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.AppServerStartup@1531164 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.admin.cli.embeddable.CommandExecutorImpl@372943ac Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.admin.cli.embeddable.CommandExecutorImpl@372943ac Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.admin.CommandRunnerImpl@16528780 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.admin.CommandRunnerImpl@16528780 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.ServerContextImpl@514d556e Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.ServerContextImpl@514d556e Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.server.ServerContextImpl@514d556e Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.ServerContextImpl@514d556e Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.api.admin.ProcessEnvironment@4eb5ad68 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.api.admin.ProcessEnvironment@4eb5ad68 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.api.admin.ProcessEnvironment@4eb5ad68 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.admin.util.InstanceStateService@7953113d Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.admin.util.InstanceStateService@7953113d Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.admin.util.CommandThreadPool@339214b1 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.admin.util.CommandThreadPool@339214b1 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.admin.util.CommandThreadPool@339214b1 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.grizzly.config.dom.NetworkConfigInjector@1a9db992 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.grizzly.config.dom.NetworkConfigInjector@1a9db992 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.grizzly.config.dom.NetworkConfigInjector@1a9db992 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.grizzly.config.dom.NetworkListenersInjector@50bfd66a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.grizzly.config.dom.NetworkListenersInjector@50bfd66a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.grizzly.config.dom.NetworkListenersInjector@50bfd66a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.grizzly.config.dom.NetworkListenerInjector@22a010ba Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.grizzly.config.dom.NetworkListenerInjector@22a010ba Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.grizzly.config.dom.NetworkListenerInjector@22a010ba Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.admin.util.CommandThreadPool@339214b1 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.admin.util.InstanceStateService@7953113d Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.api.admin.AdminCommandLock@232549c4 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.api.admin.AdminCommandLock@232549c4 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.api.admin.AdminCommandLock@232549c4 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.admin.CommandRunnerImpl@16528780 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.admin.cli.embeddable.CommandExecutorImpl@372943ac Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup class : com.sun.enterprise.v3.server.AppServerStartup Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.internal.api.Globals@3ddcc4cd Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.internal.api.Globals@3ddcc4cd Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ConfigBeansUtilities@1a5e68a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ConfigBeansUtilities@1a5e68a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ApplicationsInjector@6a69ed4a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ApplicationsInjector@6a69ed4a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ApplicationsInjector@6a69ed4a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.Applications Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ConfigBeansUtilities@1a5e68a Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.internal.api.Globals@3ddcc4cd Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: class org.glassfish.internal.api.Globals Init done in 38523 ms Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.kernel.javaee.MEJBService@15db4492 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.kernel.javaee.MEJBService@15db4492 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.kernel.javaee.MEJBService@15db4492 Feb 22, 2011 5:25:04 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory} Feb 22, 2011 5:25:04 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:04 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl@49d31859 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl@49d31859 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl@49d31859 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.kernel.javaee.MEJBService@15db4492 Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: class org.glassfish.kernel.javaee.MEJBService Init done in 38554 ms Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: class com.sun.enterprise.v3.server.SystemTasks Init done in 38555 ms Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.admin.IdmService@50c713d2 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.admin.IdmService@50c713d2 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.ssl.impl.MasterPasswordImpl@127e5130 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.ssl.impl.MasterPasswordImpl@127e5130 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.ssl.impl.MasterPasswordImpl@127e5130 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.admin.IdmService@50c713d2 Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.admin.IdmService setFromMasterPasswordFile FINE: The JCEKS file: /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/master-password does not exist, master password was not saved on disk during domain creation Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.admin.IdmService@50c713d2 Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: class com.sun.enterprise.v3.admin.IdmService Init done in 38559 ms Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.admin.LocalPasswordImpl@16ad339b Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.admin.LocalPasswordImpl@16ad339b Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.admin.LocalPasswordImpl@16ad339b Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.admin.LocalPasswordImpl postConstruct FINE: Generating local password Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.admin.LocalPasswordImpl@16ad339b Feb 22, 2011 5:25:04 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: class com.sun.enterprise.v3.admin.LocalPasswordImpl Init done in 38563 ms Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.admin.monitor.MonitoringBootstrap@63db6942 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.admin.monitor.MonitoringBootstrap@63db6942 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.flashlight.impl.MonitoringRuntimeDataRegistryImpl@443acc67 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.flashlight.impl.MonitoringRuntimeDataRegistryImpl@443acc67 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.flashlight.impl.MonitoringRuntimeDataRegistryImpl@443acc67 Feb 22, 2011 5:25:04 PM com.sun.enterprise.util.ObjectAnalyzer setupSetAccessibleMethod FINER: Found setAccessible: public static void java.lang.reflect.AccessibleObject.setAccessible(java.lang.reflect.AccessibleObject[],boolean) throws java.lang.SecurityException Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object Class Modifiers Field Value FlashlightProbeProviderFactory (package) monitoringServiceConfig FlashlightProbeProviderFactory (package) ppem FlashlightProbeProviderFactory (package) habitat FlashlightProbeProviderFactory private listeners [] FlashlightProbeProviderFactory private static final allProbeProviders [] FlashlightProbeProviderFactory private static final logger com.sun.logging.LogDomains$1@531ed166 FlashlightProbeProviderFactory private static final rb java.util.PropertyResourceBundle@c45aa2c FlashlightProbeProviderFactory private final primTypes {short=short, char=char, byte=byte, int=int, void=void, boolean=boolean, double=double, long=long, float=float} Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on Class Modifiers Field Value FlashlightProbeProviderFactory (package) monitoringServiceConfig FlashlightProbeProviderFactory (package) ppem FlashlightProbeProviderFactory (package) habitat FlashlightProbeProviderFactory private listeners [] FlashlightProbeProviderFactory private static final allProbeProviders [] FlashlightProbeProviderFactory private static final logger com.sun.logging.LogDomains$1@531ed166 FlashlightProbeProviderFactory private static final rb java.util.PropertyResourceBundle@c45aa2c FlashlightProbeProviderFactory private final primTypes {short=short, char=char, byte=byte, int=int, void=void, boolean=boolean, double=double, long=long, float=float} Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.MonitoringServiceInjector@58886ad0 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.MonitoringServiceInjector@58886ad0 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.MonitoringServiceInjector@58886ad0 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.MonitoringService Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.flashlight.provider.ProbeProviderEventManager@5893bca2 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.flashlight.provider.ProbeProviderEventManager@5893bca2 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.flashlight.provider.ProbeProviderEventManager@5893bca2 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on Class Modifiers Field Value FlashlightProbeProviderFactory (package) monitoringServiceConfig GlassFishConfigBean.com.sun.enterprise.config.serverbeans.MonitoringService FlashlightProbeProviderFactory (package) ppem org.glassfish.flashlight.provider.ProbeProviderEventManager@5893bca2 FlashlightProbeProviderFactory (package) habitat org.jvnet.hk2.component.Habitat@51b4a74b FlashlightProbeProviderFactory private listeners [] FlashlightProbeProviderFactory private static final allProbeProviders [] FlashlightProbeProviderFactory private static final logger com.sun.logging.LogDomains$1@531ed166 FlashlightProbeProviderFactory private static final rb java.util.PropertyResourceBundle@c45aa2c FlashlightProbeProviderFactory private final primTypes {short=short, char=char, byte=byte, int=int, void=void, boolean=boolean, double=double, long=long, float=float} Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on Class Modifiers Field Value FlashlightProbeProviderFactory (package) monitoringServiceConfig GlassFishConfigBean.com.sun.enterprise.config.serverbeans.MonitoringService FlashlightProbeProviderFactory (package) ppem org.glassfish.flashlight.provider.ProbeProviderEventManager@5893bca2 FlashlightProbeProviderFactory (package) habitat org.jvnet.hk2.component.Habitat@51b4a74b FlashlightProbeProviderFactory private listeners [] FlashlightProbeProviderFactory private static final allProbeProviders [] FlashlightProbeProviderFactory private static final logger com.sun.logging.LogDomains$1@531ed166 FlashlightProbeProviderFactory private static final rb java.util.PropertyResourceBundle@c45aa2c FlashlightProbeProviderFactory private final primTypes {short=short, char=char, byte=byte, int=int, void=void, boolean=boolean, double=double, long=long, float=float} Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.flashlight.impl.client.FlashlightProbeClientMediator@59bdbfec Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.flashlight.impl.client.FlashlightProbeClientMediator@59bdbfec Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.flashlight.impl.client.FlashlightProbeClientMediator@59bdbfec Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.flashlight.impl.client.FlashlightProbeClientMediator@59bdbfec Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.flashlight.provider.ProbeRegistry@44d5575 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.flashlight.provider.ProbeRegistry@44d5575 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.flashlight.provider.ProbeRegistry@44d5575 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.admin.monitor.MonitoringBootstrap@63db6942 Feb 22, 2011 5:25:04 PM org.glassfish.admin.monitor.MonitoringBootstrap discoverProbeProviders FINE: MNTG0101:Discovering the ProbeProviders Feb 22, 2011 5:25:04 PM org.glassfish.admin.monitor.MonitoringBootstrap discoverProbeProviders FINE: In (discoverProbeProviders) ModuleState - READY : Static Module Feb 22, 2011 5:25:04 PM org.glassfish.admin.monitor.MonitoringBootstrap addProvider FINE: Adding the Provider - verified the module Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ServersInjector@4d898115 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ServersInjector@4d898115 Feb 22, 2011 5:25:04 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ServersInjector@4d898115 Feb 22, 2011 5:25:04 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl FINE: In the ctor : instance name server Feb 22, 2011 5:25:04 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl FINE: In the ctor : MONITORING SERVER null Feb 22, 2011 5:25:04 PM org.glassfish.admin.monitor.MonitoringBootstrap setStatsProviderManagerDelegate FINE: StatsProviderManagerDelegate is assigned Feb 22, 2011 5:25:04 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = JMImplementation:type=MBeanServerDelegate Feb 22, 2011 5:25:04 PM Repository addMBean FINER: name=JMImplementation:type=MBeanServerDelegate Feb 22, 2011 5:25:04 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object JMImplementation:type=MBeanServerDelegate Feb 22, 2011 5:25:04 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered JMImplementation:type=MBeanServerDelegate Feb 22, 2011 5:25:04 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.ClassLoadingImpl Feb 22, 2011 5:25:04 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=ClassLoading Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=ClassLoading Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:type=ClassLoading Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=ClassLoading Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.MemoryImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=Memory Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=Memory Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:type=Memory Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=Memory Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for com.sun.management.UnixOperatingSystem Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=OperatingSystem Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=OperatingSystem Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:type=OperatingSystem Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=OperatingSystem Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.RuntimeImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=Runtime Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=Runtime Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:type=Runtime Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=Runtime Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.ThreadImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=Threading Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=Threading Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:type=Threading Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=Threading Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.HotSpotDiagnostic Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = com.sun.management:type=HotSpotDiagnostic Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=com.sun.management:type=HotSpotDiagnostic Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object com.sun.management:type=HotSpotDiagnostic Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered com.sun.management:type=HotSpotDiagnostic Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.CompilationImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=Compilation Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=Compilation Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:type=Compilation Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=Compilation Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.MemoryManagerImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=MemoryManager,name=CodeCacheManager Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=MemoryManager,name=CodeCacheManager Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:name=CodeCacheManager,type=MemoryManager Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=MemoryManager,name=CodeCacheManager Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.GarbageCollectorImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=GarbageCollector,name=ParNew Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=GarbageCollector,name=ParNew Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:name=ParNew,type=GarbageCollector Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=GarbageCollector,name=ParNew Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.GarbageCollectorImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=GarbageCollector,name=ConcurrentMarkSweep Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=GarbageCollector,name=ConcurrentMarkSweep Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:name=ConcurrentMarkSweep,type=GarbageCollector Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=GarbageCollector,name=ConcurrentMarkSweep Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.MemoryPoolImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=MemoryPool,name=Code Cache Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=MemoryPool,name=Code Cache Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:name=Code Cache,type=MemoryPool Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=MemoryPool,name=Code Cache Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.MemoryPoolImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=MemoryPool,name=Par Eden Space Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=MemoryPool,name=Par Eden Space Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:name=Par Eden Space,type=MemoryPool Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=MemoryPool,name=Par Eden Space Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.MemoryPoolImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=MemoryPool,name=Par Survivor Space Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=MemoryPool,name=Par Survivor Space Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:name=Par Survivor Space,type=MemoryPool Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=MemoryPool,name=Par Survivor Space Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.MemoryPoolImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=MemoryPool,name=CMS Old Gen Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=MemoryPool,name=CMS Old Gen Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:name=CMS Old Gen,type=MemoryPool Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=MemoryPool,name=CMS Old Gen Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for sun.management.MemoryPoolImpl Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.lang:type=MemoryPool,name=CMS Perm Gen Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.lang:type=MemoryPool,name=CMS Perm Gen Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.lang:name=CMS Perm Gen,type=MemoryPool Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.lang:type=MemoryPool,name=CMS Perm Gen Feb 22, 2011 5:25:05 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for java.util.logging.Logging Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = java.util.logging:type=Logging Feb 22, 2011 5:25:05 PM Repository addMBean FINER: name=java.util.logging:type=Logging Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object java.util.logging:type=Logging Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered java.util.logging:type=Logging Feb 22, 2011 5:25:05 PM DefaultMBeanServerInterceptor addNotificationListener FINER: obj= JMImplementation:type=MBeanServerDelegate Feb 22, 2011 5:25:05 PM Repository retrieve FINER: name=JMImplementation:type=MBeanServerDelegate Feb 22, 2011 5:25:05 PM Repository contains FINER: name=amx:pp=,type=domain-root Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.admin.monitor.MonitoringBootstrap@63db6942 Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: class org.glassfish.admin.monitor.MonitoringBootstrap Init done in 39452 ms Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class com.sun.enterprise.admin.util.CommandThreadPool Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedcom.sun.enterprise.admin.util.CommandThreadPool@339214b1 Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class org.glassfish.osgijpa.extension.JPAStartupService Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.osgijpa.extension.JPAStartupService@da2da17 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.osgijpa.extension.JPAStartupService@da2da17 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.osgijpa.extension.JPAStartupService@da2da17 Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedorg.glassfish.osgijpa.extension.JPAStartupService@da2da17 Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class org.glassfish.enterprise.api.enabler.ORBConnectorStartup Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.enterprise.api.enabler.ORBConnectorStartup@7cbdb375 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.enterprise.api.enabler.ORBConnectorStartup@7cbdb375 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.enterprise.api.enabler.ORBConnectorStartup@7cbdb375 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.enterprise.api.enabler.ORBConnectorStartup@7cbdb375 Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedorg.glassfish.enterprise.api.enabler.ORBConnectorStartup@7cbdb375 Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class com.sun.enterprise.v3.server.LifecycleModuleService Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.LifecycleModuleService@3844006e Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.LifecycleModuleService@3844006e Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.server.LifecycleModuleService@3844006e Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.LifecycleModuleService@3844006e Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedcom.sun.enterprise.v3.server.LifecycleModuleService@3844006e Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class com.sun.enterprise.v3.services.impl.WebContainerStarter Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.services.impl.WebContainerStarter@19ded4c9 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.services.impl.WebContainerStarter@19ded4c9 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.internal.data.ContainerRegistry@3882e4f3 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.internal.data.ContainerRegistry@3882e4f3 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.internal.data.ContainerRegistry@3882e4f3 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.ContainerStarter@4d2f9924 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.ContainerStarter@4d2f9924 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.ContainerStarter@4d2f9924 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.services.impl.WebContainerStarter@19ded4c9 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.HttpServiceInjector@41a7c484 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.HttpServiceInjector@41a7c484 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.HttpServiceInjector@41a7c484 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.VirtualServerInjector@4d3af084 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.VirtualServerInjector@4d3af084 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.VirtualServerInjector@4d3af084 Feb 22, 2011 5:25:05 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.services.impl.WebContainerStarter@19ded4c9 Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedcom.sun.enterprise.v3.services.impl.WebContainerStarter@19ded4c9 Feb 22, 2011 5:25:05 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class com.sun.enterprise.admin.util.InstanceStateService Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedcom.sun.enterprise.admin.util.InstanceStateService@7953113d Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class com.sun.enterprise.v3.admin.MbeanService Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.admin.MbeanService@2945c761 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.admin.MbeanService@2945c761 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.internal.api.Target@63a1bc40 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.internal.api.Target@63a1bc40 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.internal.api.Target@63a1bc40 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.admin.MbeanService@2945c761 Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedcom.sun.enterprise.v3.admin.MbeanService@2945c761 Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class com.sun.enterprise.v3.services.impl.GrizzlyService Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.services.impl.GrizzlyService@32f9f91d Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.services.impl.GrizzlyService@32f9f91d Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.services.impl.GrizzlyService@32f9f91d Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.services.impl.GrizzlyService createNetworkProxy INFO: Network listener http-listener on port 0 disabled per domain.xml Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.services.impl.GrizzlyService createNetworkProxy INFO: Network listener https-listener on port 0 disabled per domain.xml Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.IiopServiceInjector@7e4e194f Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.IiopServiceInjector@7e4e194f Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.IiopServiceInjector@7e4e194f Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.IiopListenerInjector@4adf9095 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.IiopListenerInjector@4adf9095 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.IiopListenerInjector@4adf9095 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.JmsServiceInjector@3435ec9 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.JmsServiceInjector@3435ec9 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.JmsServiceInjector@3435ec9 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.JmsHostInjector@2f7fc44f Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.JmsHostInjector@2f7fc44f Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.JmsHostInjector@2f7fc44f Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ModuleMonitoringLevelsInjector@7f1fc4b8 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ModuleMonitoringLevelsInjector@7f1fc4b8 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ModuleMonitoringLevelsInjector@7f1fc4b8 Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = http-service statsProvider = com.sun.enterprise.v3.services.impl.monitor.stats.ThreadPoolStatsProviderGlobal PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = http-service statsProvider = com.sun.enterprise.v3.services.impl.monitor.stats.KeepAliveStatsProviderGlobal PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = http-service statsProvider = com.sun.enterprise.v3.services.impl.monitor.stats.FileCacheStatsProviderGlobal PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = http-service statsProvider = com.sun.enterprise.v3.services.impl.monitor.stats.ConnectionQueueStatsProviderGlobal PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:06 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.services.impl.GrizzlyService@32f9f91d Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedcom.sun.enterprise.v3.services.impl.GrizzlyService@32f9f91d Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper@32b95f72 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper@32b95f72 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper@32b95f72 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper@32b95f72 Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedcom.sun.enterprise.transaction.startup.TransactionRecoveryWrapper@32b95f72 Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class org.glassfish.gms.bootstrap.GMSAdapterService Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GMS Loader Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on GMS Loader Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on GMS Loader Feb 22, 2011 5:25:06 PM org.glassfish.gms.bootstrap.GMSAdapterService checkAllClusters FINE: In DAS. Checking all clusters. Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on GMS Loader Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedGMS Loader Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class com.sun.enterprise.naming.GlassFishNamingBuilder Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.naming.GlassFishNamingBuilder@56b4d39c Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.naming.GlassFishNamingBuilder@56b4d39c Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.naming.GlassFishNamingBuilder@56b4d39c Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.naming.GlassFishNamingBuilder@56b4d39c Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedcom.sun.enterprise.naming.GlassFishNamingBuilder@56b4d39c Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Running Startup services class com.sun.enterprise.v3.server.ApplicationLoaderService Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object Application Loader Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on Application Loader Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.ApplicationLifecycle@4a009ab0 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.ApplicationLifecycle@4a009ab0 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.SnifferManagerImpl@71d382ab Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.SnifferManagerImpl@71d382ab Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.SnifferManagerImpl@71d382ab Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deploy.shared.ArchiveFactory@76539f0d Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deploy.shared.ArchiveFactory@76539f0d Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deploy.shared.ArchiveFactory@76539f0d Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.internal.data.ApplicationRegistry@677210a5 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.internal.data.ApplicationRegistry@677210a5 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.internal.data.ApplicationRegistry@677210a5 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.jvnet.hk2.config.ConfigSupport@279977bd Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.jvnet.hk2.config.ConfigSupport@279977bd Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.jvnet.hk2.config.ConfigSupport@279977bd Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.server.ApplicationLifecycle@4a009ab0 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.ApplicationLifecycle@4a009ab0 Feb 22, 2011 5:25:06 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on Application Loader Feb 22, 2011 5:25:06 PM com.sun.enterprise.v3.server.ApplicationLoaderService postConstruct FINE: CORE5098: Satisfying Optional Packages dependencies... Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver initializeInstalledLibRegistryForExtDirs FINE: ext-Dir-Str : /Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver initializeInstalledLibRegistryForExtDirs FINE: string tokens.../Library/Java/Extensions Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver initializeInstalledLibRegistryForExtDirs FINE: string tokens.../System/Library/Java/Extensions Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver initializeInstalledLibRegistryForExtDirs FINE: string tokens.../System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver initializeInstalledLibRegistryForExtDirs FINE: extension dir.../Library/Java/Extensions Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library directory : /Library/Java/Extensions Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /Library/Java/Extensions/libsvnjavahl-1.jnilib Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Skipping installed library processing on /Library/Java/Extensions/libsvnjavahl-1.jnilib; it does not appear to be a JAR file based on its file type Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver initializeInstalledLibRegistryForExtDirs FINE: extension dir.../System/Library/Java/Extensions Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library directory : /System/Library/Java/Extensions Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/AppleScriptEngine.jar Feb 22, 2011 5:25:06 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/AppleScriptEngine.jar, extNameOfOPtionalPkg...null, specVersion...null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/dns_sd.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/dns_sd.jar, extNameOfOPtionalPkg...null, specVersion...null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/j3daudio.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/j3daudio.jar, extNameOfOPtionalPkg...javax.media.j3d, specVersion...1.3 Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/j3dcore.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/j3dcore.jar, extNameOfOPtionalPkg...javax.media.j3d, specVersion...1.3 Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/j3dutils.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/j3dutils.jar, extNameOfOPtionalPkg...javax.media.j3d, specVersion...1.3 Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/jai_codec.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/jai_codec.jar, extNameOfOPtionalPkg...com.sun.media.jai.codec, specVersion...1.1-mr Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/jai_core.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/jai_core.jar, extNameOfOPtionalPkg...javax.media.jai, specVersion...1.1-mr Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/libAppleScriptEngine.jnilib Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Skipping installed library processing on /System/Library/Java/Extensions/libAppleScriptEngine.jnilib; it does not appear to be a JAR file based on its file type Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/libJ3D.jnilib Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Skipping installed library processing on /System/Library/Java/Extensions/libJ3D.jnilib; it does not appear to be a JAR file based on its file type Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/libJ3DAudio.jnilib Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Skipping installed library processing on /System/Library/Java/Extensions/libJ3DAudio.jnilib; it does not appear to be a JAR file based on its file type Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/libJ3DUtils.jnilib Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Skipping installed library processing on /System/Library/Java/Extensions/libJ3DUtils.jnilib; it does not appear to be a JAR file based on its file type Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/libmlib_jai.jnilib Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Skipping installed library processing on /System/Library/Java/Extensions/libmlib_jai.jnilib; it does not appear to be a JAR file based on its file type Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/libQTJNative.jnilib Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Skipping installed library processing on /System/Library/Java/Extensions/libQTJNative.jnilib; it does not appear to be a JAR file based on its file type Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/libShark.jnilib Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Skipping installed library processing on /System/Library/Java/Extensions/libShark.jnilib; it does not appear to be a JAR file based on its file type Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/mlibwrapper_jai.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/mlibwrapper_jai.jar, extNameOfOPtionalPkg...null, specVersion...1.1 Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/MRJToolkit.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/MRJToolkit.jar, extNameOfOPtionalPkg...null, specVersion...null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/QTJava.zip Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Skipping installed library processing on /System/Library/Java/Extensions/QTJava.zip; it does not appear to be a JAR file based on its file type Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/Extensions/vecmath.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/Extensions/vecmath.jar, extNameOfOPtionalPkg...javax.vecmath, specVersion...1.3 Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/AppleScriptEngine.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/dns_sd.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/j3daudio.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/j3dcore.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/j3dutils.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/jai_codec.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/jai_core.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/mlibwrapper_jai.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/MRJToolkit.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/Extensions/vecmath.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver initializeInstalledLibRegistryForExtDirs FINE: extension dir.../System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library directory : /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/apple_provider.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/apple_provider.jar, extNameOfOPtionalPkg...null, specVersion...null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/dnsns.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/dnsns.jar, extNameOfOPtionalPkg...null, specVersion...null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/localedata.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/localedata.jar, extNameOfOPtionalPkg...null, specVersion...null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunjce_provider.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunjce_provider.jar, extNameOfOPtionalPkg...javax.crypto, specVersion...1.6 Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library : /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunpkcs11.jar Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunpkcs11.jar, extNameOfOPtionalPkg...null, specVersion...null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/apple_provider.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/dnsns.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/localedata.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunjce_provider.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunpkcs11.jar] : null Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver initializeInstalledLibRegistryForApplibs FINE: applib-Dir-String.../var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/applibs Feb 22, 2011 5:25:07 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: installed library directory : /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/applibs Feb 22, 2011 5:25:07 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:07 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:07 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = deployment statsProvider = org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:07 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:07 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.SystemApplicationsInjector@12d28dfa Feb 22, 2011 5:25:07 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.SystemApplicationsInjector@12d28dfa Feb 22, 2011 5:25:07 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.SystemApplicationsInjector@12d28dfa Feb 22, 2011 5:25:07 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on Application Loader Feb 22, 2011 5:25:07 PM com.sun.enterprise.v3.server.AppServerStartup run FINE: Startup services finishedApplication Loader Feb 22, 2011 5:25:07 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: GlassFish Server Open Source Edition 3.1-b41 (java_re-private) startup time : Embedded (37,847ms), startup services(3,456ms), total(41,303ms) Feb 22, 2011 5:25:07 PM com.sun.enterprise.v3.server.AppServerStartup printModuleStatus FINE: Module Status Report Begins com.sun.enterprise.module.single.ProxyModule@3166aab6 Module Status Report Ends Feb 22, 2011 5:25:07 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.admin.util.CommandThreadPool took 0 ms Feb 22, 2011 5:25:07 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class org.glassfish.internal.api.Globals took 674 ms Feb 22, 2011 5:25:07 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class org.glassfish.enterprise.api.enabler.ORBConnectorStartup took 1 ms Feb 22, 2011 5:25:07 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.v3.services.impl.GrizzlyService took 46 ms Feb 22, 2011 5:25:07 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class org.glassfish.osgijpa.extension.JPAStartupService took 1 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.v3.admin.LocalPasswordImpl took 4 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.v3.server.ApplicationLoaderService took 911 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.admin.util.InstanceStateService took 840 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.naming.GlassFishNamingBuilder took 2 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.v3.admin.IdmService took 4 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class org.glassfish.admin.monitor.MonitoringBootstrap took 889 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class org.glassfish.kernel.javaee.MEJBService took 32 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.v3.services.impl.WebContainerStarter took 27 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.v3.admin.MbeanService took 6 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.v3.server.SystemTasks took 0 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.v3.server.LifecycleModuleService took 3 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class org.glassfish.gms.bootstrap.GMSAdapterService took 3 ms Feb 22, 2011 5:25:08 PM com.sun.enterprise.v3.server.AppServerStartup run INFO: Service : class com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper took 2 ms Feb 22, 2011 5:25:08 PM org.glassfish.admin.monitor.MonitoringBootstrap event FINE: MNTG0102:Discovering the XML ProbeProviders from lib/monitor Feb 22, 2011 5:25:08 PM org.glassfish.admin.monitor.MonitoringBootstrap discoverXMLProviders FINE: ProviderXML's Dir = /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp//lib/monitor Feb 22, 2011 5:25:08 PM org.glassfish.admin.monitor.MonitoringBootstrap discoverXMLProviders FINE: ProviderXML's Dir exists = false Feb 22, 2011 5:25:08 PM org.glassfish.admin.monitor.MonitoringBootstrap discoverXMLProviders FINE: ProviderXML's Dir path - /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/monitor Feb 22, 2011 5:25:08 PM com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper$1 event FINE: ON READY Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ResourceManager@76c5d9c1 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ResourceManager@76c5d9c1 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ResourcesBinder@7059c8b5 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ResourcesBinder@7059c8b5 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.appserv.connectors.internal.api.ResourceNamingService@47e7d503 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.appserv.connectors.internal.api.ResourceNamingService@47e7d503 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.container.common.impl.util.ComponentNamingUtilImpl@141ed7ac Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.container.common.impl.util.ComponentNamingUtilImpl@141ed7ac Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.container.common.impl.util.ComponentNamingUtilImpl@141ed7ac Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.appserv.connectors.internal.api.ResourceNamingService@47e7d503 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ResourcesBinder@7059c8b5 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.javaee.services.ResourceManager@76c5d9c1 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ConnectorDescriptorProxy@7b99f8e6 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ConnectorDescriptorProxy@7b99f8e6 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ConnectorDescriptorProxy@7b99f8e6 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ConnectorDescriptorProxy@7846a55e Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ConnectorDescriptorProxy@7846a55e Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ConnectorDescriptorProxy@7846a55e Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ConnectorDescriptorProxy@6612fc02 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ConnectorDescriptorProxy@6612fc02 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ConnectorDescriptorProxy@6612fc02 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ConnectorDescriptorProxy@685f1ba8 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ConnectorDescriptorProxy@685f1ba8 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ConnectorDescriptorProxy@685f1ba8 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ConnectorDescriptorProxy@3c10e820 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ConnectorDescriptorProxy@3c10e820 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ConnectorDescriptorProxy@3c10e820 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ConnectorDescriptorProxy@79f7abae Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ConnectorDescriptorProxy@79f7abae Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ConnectorDescriptorProxy@79f7abae Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ResourcesInjector@628d2280 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ResourcesInjector@628d2280 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ResourcesInjector@628d2280 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.JdbcResourceInjector@12381a9c Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.JdbcResourceInjector@12381a9c Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.JdbcResourceInjector@12381a9c Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.JdbcConnectionPoolInjector@6d13e8f3 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.JdbcConnectionPoolInjector@6d13e8f3 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.JdbcConnectionPoolInjector@6d13e8f3 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ResourceRefInjector@6a24eafa Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ResourceRefInjector@6a24eafa Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ResourceRefInjector@6a24eafa Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ResourceProxy@4e0a39de Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ResourceProxy@4e0a39de Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ResourceProxy@4e0a39de Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ResourceProxy@1294aa42 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ResourceProxy@1294aa42 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ResourceProxy@1294aa42 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ResourceProxy@5e35dc95 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ResourceProxy@5e35dc95 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ResourceProxy@5e35dc95 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ResourceManager@76c5d9c1 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.services.ApplicationScopedResourcesManager@25a0d346 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.services.ApplicationScopedResourcesManager@25a0d346 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.javaee.services.ApplicationScopedResourcesManager@25a0d346 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.services.ApplicationScopedResourcesManager@25a0d346 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.container.common.impl.managedbean.ManagedBeanManagerImpl@3b06433d Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.container.common.impl.managedbean.ManagedBeanManagerImpl@3b06433d Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl@11c0b8a0 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl@11c0b8a0 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.container.common.impl.util.DummyCallFlowAgentImpl@27ed688f Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.container.common.impl.util.DummyCallFlowAgentImpl@27ed688f Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.container.common.impl.util.DummyCallFlowAgentImpl@27ed688f Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.transaction.TransactionManagerHelper@2340b8fd Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.transaction.TransactionManagerHelper@2340b8fd Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.transaction.JavaEETransactionManagerSimplified@cae1393 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.transaction.JavaEETransactionManagerSimplified@cae1393 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.api.invocation.InvocationManagerImpl@30e33af5 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.api.invocation.InvocationManagerImpl@30e33af5 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.pool.PoolManagerImpl@201532fc Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.pool.PoolManagerImpl@201532fc Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.pool.PoolManagerImpl@201532fc Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.transaction.TransactionInvocationHandler@3c6b93c5 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.transaction.TransactionInvocationHandler@3c6b93c5 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.transaction.TransactionInvocationHandler@3c6b93c5 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.api.invocation.InvocationManagerImpl@30e33af5 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.transaction.JavaEETransactionManagerSimplified@cae1393 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.transaction.JavaEETransactionManagerSimplifiedDelegate@5da631c2 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.transaction.JavaEETransactionManagerSimplifiedDelegate@5da631c2 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.transaction.JavaEETransactionManagerSimplifiedDelegate@5da631c2 Feb 22, 2011 5:25:08 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.transaction.JavaEETransactionManagerSimplifiedDelegate@5da631c2 Feb 22, 2011 5:25:08 PM com.sun.enterprise.transaction.JavaEETransactionManagerSimplified setDelegate FINE: Replaced delegate with com.sun.enterprise.transaction.JavaEETransactionManagerSimplifiedDelegate Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate@30c26c8f Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate@30c26c8f Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate@30c26c8f Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.TransactionServiceInjector@54cee271 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.TransactionServiceInjector@54cee271 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.TransactionServiceInjector@54cee271 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.TransactionService Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate@30c26c8f Feb 22, 2011 5:25:09 PM com.sun.enterprise.transaction.JavaEETransactionManagerSimplified setDelegate FINE: Replaced delegate with com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate Feb 22, 2011 5:25:09 PM com.sun.enterprise.transaction.JavaEETransactionManagerSimplified initDelegates INFO: DTX5019: Transaction Manager is ready. Using [com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate] as the delegate Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.transaction.TransactionServiceConfigListener@28f52a14 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.transaction.TransactionServiceConfigListener@28f52a14 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.ModuleMonitoringLevels Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.transaction.TransactionServiceConfigListener@28f52a14 Feb 22, 2011 5:25:09 PM com.sun.enterprise.transaction.JavaEETransactionManagerSimplified initProperties FINE: TM: Tx Timeout = 0 Feb 22, 2011 5:25:09 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:09 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:09 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = transaction-service statsProvider = com.sun.enterprise.transaction.monitoring.TransactionServiceStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:09 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.transaction.JavaEETransactionManagerSimplified@cae1393 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.transaction.TransactionManagerHelper@2340b8fd Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.naming.util.NamingUtilsImpl@111edceb Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.naming.util.NamingUtilsImpl@111edceb Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.naming.util.NamingUtilsImpl@111edceb Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl@11c0b8a0 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.container.common.impl.util.InjectionManagerImpl@2e39d325 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.container.common.impl.util.InjectionManagerImpl@2e39d325 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.container.common.impl.util.InjectionManagerImpl@2e39d325 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.container.common.impl.util.InjectionManagerImpl@2e39d325 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.container.common.impl.managedbean.ManagedBeanManagerImpl@3b06433d Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.container.common.impl.managedbean.ManagedBeanManagerImpl@3b06433d Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.deployment.autodeploy.AutoDeployService@13ce64f6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.deployment.autodeploy.AutoDeployService@13ce64f6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.DasConfigInjector@4e9e75f6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.DasConfigInjector@4e9e75f6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.DasConfigInjector@4e9e75f6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.DasConfig Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.deployment.autodeploy.AutoDeployService@13ce64f6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.deployment.autodeploy.AutodeployRetryManager@1b6aa42e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.deployment.autodeploy.AutodeployRetryManager@1b6aa42e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.deployment.autodeploy.AutodeployRetryManager@1b6aa42e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.deployment.autodeploy.AutodeployRetryManager@1b6aa42e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.deployment.autodeploy.AutoDeployService@13ce64f6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.admin.mbeanserver.MBeanServerFactory@575738e0 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.admin.mbeanserver.MBeanServerFactory@575738e0 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.admin.mbeanserver.MBeanServerFactory@575738e0 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.admin.mbeanserver.JMXStartupService@d44752d Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.admin.mbeanserver.JMXStartupService@d44752d Feb 22, 2011 5:25:09 PM com.sun.hk2.component.FactoryCreator create FINER: factory LazyInhabitant-423106912(org.glassfish.admin.mbeanserver.MBeanServerFactory, active: SingletonInhabitant-355807572(org.glassfish.admin.mbeanserver.MBeanServerFactory)) invoked Feb 22, 2011 5:25:09 PM com.sun.hk2.component.FactoryCreator create FINER: factory created object com.sun.jmx.mbeanserver.JmxMBeanServer@7adafa2c Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.jmx.mbeanserver.JmxMBeanServer@7adafa2c Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.jmx.mbeanserver.JmxMBeanServer@7adafa2c Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.jmx.mbeanserver.JmxMBeanServer@7adafa2c Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.AdminServiceInjector@31bd669d Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.AdminServiceInjector@31bd669d Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.AdminServiceInjector@31bd669d Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.AdminService Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.admin.mbeanserver.JMXStartupService@d44752d Feb 22, 2011 5:25:09 PM Repository contains FINER: name=amx-support:type=boot-amx Feb 22, 2011 5:25:09 PM StandardMBean getMBeanInfo FINER: Building MBeanInfo for org.glassfish.admin.mbeanserver.BootAMX Feb 22, 2011 5:25:09 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = amx-support:type=boot-amx Feb 22, 2011 5:25:09 PM Repository addMBean FINER: name=amx-support:type=boot-amx Feb 22, 2011 5:25:09 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object amx-support:type=boot-amx Feb 22, 2011 5:25:09 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered amx-support:type=boot-amx Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.admin.mbeanserver.JMXStartupService@d44752d Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.JmxConnectorInjector@5dd41318 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.JmxConnectorInjector@5dd41318 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.JmxConnectorInjector@5dd41318 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.internal.config.UnprocessedConfigListener@6360f5bf Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.internal.config.UnprocessedConfigListener@6360f5bf Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.internal.config.UnprocessedConfigListener@6360f5bf Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.internal.config.UnprocessedConfigListener@6360f5bf Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle@d0cc53e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle@d0cc53e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle@d0cc53e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.Configs Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.jms.system.JMSConfigListener@6701fa9e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.jms.system.JMSConfigListener@6701fa9e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.JmsService Feb 22, 2011 5:25:09 PM org.glassfish.admin.mbeanserver.JMXStartupService$JMXConnectorsStarterThread run INFO: JMXStartupService: JMXConnector system is disabled, skipping. Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.Servers Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.jms.system.JMSConfigListener@6701fa9e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle@d0cc53e Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.ApplicationConfigListener@c4ce427 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.ApplicationConfigListener@c4ce427 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.server.ApplicationConfigListener@c4ce427 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.ApplicationConfigListener@c4ce427 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.PostInitializer@57a3eab6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.PostInitializer@57a3eab6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.server.PostInitializer@57a3eab6 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.full.deployment.EarSniffer@188b9 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.full.deployment.EarSniffer@188b9 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.full.deployment.EarSniffer@188b9 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.connector.module.ResourcesCompositeSniffer@3b73db9f Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.connector.module.ResourcesCompositeSniffer@3b73db9f Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.connector.module.ResourcesCompositeSniffer@3b73db9f Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.connector.module.ConnectorSniffer@dd79f5b0 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.connector.module.ConnectorSniffer@dd79f5b0 Feb 22, 2011 5:25:09 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.connector.module.ConnectorSniffer@dd79f5b0 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.connector.module.ResourcesSniffer@89ccbf88 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.connector.module.ResourcesSniffer@89ccbf88 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.connector.module.ResourcesSniffer@89ccbf88 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.EjbSniffer@189c0 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.EjbSniffer@189c0 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.EjbSniffer@189c0 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.web.sniffer.WebSniffer@1ccb7 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.web.sniffer.WebSniffer@1ccb7 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.web.sniffer.WebSniffer@1ccb7 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.extras.grizzly.GrizzlyAdapterSniffer@112b400e Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.extras.grizzly.GrizzlyAdapterSniffer@112b400e Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.extras.grizzly.GrizzlyAdapterSniffer@112b400e Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.persistence.jpa.JPASniffer@19d3e Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.persistence.jpa.JPASniffer@19d3e Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.persistence.jpa.JPASniffer@19d3e Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.persistence.jpa.JPACompositeSniffer@19d3e Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.persistence.jpa.JPACompositeSniffer@19d3e Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.persistence.jpa.JPACompositeSniffer@19d3e Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.extras.osgicontainer.OSGiSniffer@343329 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.extras.osgicontainer.OSGiSniffer@343329 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.extras.osgicontainer.OSGiSniffer@343329 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.SecuritySniffer@389278a3 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.SecuritySniffer@389278a3 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.SecuritySniffer@389278a3 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.webservices.connector.WebServicesSniffer@abb04915 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.webservices.connector.WebServicesSniffer@abb04915 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.webservices.connector.WebServicesSniffer@abb04915 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.weld.WeldSniffer@37a229 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.weld.WeldSniffer@37a229 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.weld.WeldSniffer@37a229 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.weld.WeldCompositeSniffer@37a229 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.weld.WeldCompositeSniffer@37a229 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.weld.WeldCompositeSniffer@37a229 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.PostInitializer@57a3eab6 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.DynamicReloadService@3eaa3e5b Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.DynamicReloadService@3eaa3e5b Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.v3.server.DynamicReloadService@3eaa3e5b Feb 22, 2011 5:25:10 PM com.sun.enterprise.v3.server.DynamicReloadService postConstruct FINE: [Reloader] ReloaderService starting Feb 22, 2011 5:25:10 PM com.sun.enterprise.v3.server.DynamicReloader initAppReloadInfo FINE: [Reloader] Preparing list of apps to monitor: Feb 22, 2011 5:25:10 PM com.sun.enterprise.v3.server.DynamicReloadService start FINE: [Reloader] Started, monitoring every 2 seconds Feb 22, 2011 5:25:10 PM com.sun.enterprise.v3.server.DynamicReloadService postConstruct FINE: [Reloader] Service start-up complete Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.DynamicReloadService@3eaa3e5b Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.admin.monitor.jvm.JVMStatsProviderBootstrap@55ad6c98 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.admin.monitor.jvm.JVMStatsProviderBootstrap@55ad6c98 Feb 22, 2011 5:25:10 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.admin.monitor.jvm.JVMStatsProviderBootstrap@55ad6c98 Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.ServerRuntimeStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMClassLoadingStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMCompilationStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMGCStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMGCStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMMemoryStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMOSStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMRuntimeStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadSystemStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister *** Bean classpath root: /Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/test-classes FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null *** Deploying file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/test-classes.jar parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:10 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jvm statsProvider = org.glassfish.admin.monitor.jvm.JVMThreadInfoStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:11 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.admin.monitor.jvm.JVMStatsProviderBootstrap@55ad6c98 Feb 22, 2011 5:25:11 PM com.sun.enterprise.v3.server.AppServerStartup printModuleStatus FINE: Module Status Report Begins com.sun.enterprise.module.single.ProxyModule@3166aab6 Module Status Report Ends Feb 22, 2011 5:25:11 PM AppServerStartup run FINE: [Thread[GlassFish Kernel Main Thread,5,main]] started Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.admin.cli.embeddable.DeployerImpl@24ec42e0 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.admin.cli.embeddable.DeployerImpl@24ec42e0 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.admin.cli.embeddable.DeployerImpl@24ec42e0 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.admin.cli.embeddable.CommandExecutorImpl@661e937f Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.admin.cli.embeddable.CommandExecutorImpl@661e937f Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.admin.cli.embeddable.CommandExecutorImpl@661e937f Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.deployment.admin.DeployCommand@3d484a8a Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.deployment.admin.DeployCommand@3d484a8a Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.deployment.versioning.VersioningService@3b500efd Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.deployment.versioning.VersioningService@3b500efd Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.deployment.versioning.VersioningService@3b500efd Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.deployment.admin.DeployCommand@3d484a8a Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.common.PlainTextActionReporter@7d7082d8 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.common.PlainTextActionReporter@7d7082d8 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.common.PlainTextActionReporter@7d7082d8 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.deployment.admin.DeployCommand@6d7ffbf Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.deployment.admin.DeployCommand@6d7ffbf Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.deployment.versioning.VersioningService@4ed7581b Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.deployment.versioning.VersioningService@4ed7581b Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.deployment.versioning.VersioningService@4ed7581b Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.deployment.admin.DeployCommand@6d7ffbf Feb 22, 2011 5:25:11 PM com.sun.enterprise.v3.admin.CommandRunnerImpl doCommand FINE: The GlassFish environment does not have any clusters or instances present; Dynamic reconfiguration is turned off Feb 22, 2011 5:25:11 PM com.sun.enterprise.v3.admin.CommandRunnerImpl doCommand FINE: Parameter mapping, validation, injection completed successfully; Starting paramater injection Feb 22, 2011 5:25:11 PM com.sun.enterprise.v3.admin.CommandRunnerImpl doCommand FINE: @Cluster parsing and default settings done; Current target is {0} Feb 22, 2011 5:25:11 PM com.sun.enterprise.v3.admin.CommandRunnerImpl doCommand FINE: RuntimeTypes are : {0} Feb 22, 2011 5:25:11 PM com.sun.enterprise.v3.admin.CommandRunnerImpl doCommand FINE: TargetTypes are : {0} Feb 22, 2011 5:25:11 PM com.sun.enterprise.v3.admin.CommandRunnerImpl doCommand FINE: All @Cluster attribute and type validation completed successfully. Starting replication stages Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.deploy.shared.InputJarArchive@62cc9d70 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.deploy.shared.InputJarArchive@62cc9d70 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.deploy.shared.InputJarArchive@62cc9d70 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.full.deployment.EarHandler@f3f348b Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.full.deployment.EarHandler@f3f348b Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.full.deployment.EarHandler@f3f348b Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.extras.osgicontainer.OSGiArchiveHandler@64428527 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.extras.osgicontainer.OSGiArchiveHandler@64428527 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.extras.osgicontainer.OSGiArchiveHandler@64428527 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deploy.jar.JarHandler@39b6a053 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deploy.jar.JarHandler@39b6a053 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deploy.jar.JarHandler@39b6a053 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.connector.module.ConnectorHandler@35fb2ef9 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.connector.module.ConnectorHandler@35fb2ef9 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.appserv.connectors.internal.api.ConnectorsClassLoaderUtil@2242f64e Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.appserv.connectors.internal.api.ConnectorsClassLoaderUtil@2242f64e Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.ClassLoaderHierarchyImpl@3241b635 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.ClassLoaderHierarchyImpl@3241b635 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.appserv.connectors.internal.api.ConnectorClassLoaderServiceImpl@d89d7eb Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.appserv.connectors.internal.api.ConnectorClassLoaderServiceImpl@d89d7eb Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.appserv.connectors.internal.api.AppSpecificConnectorClassLoaderUtil@308a1f38 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.appserv.connectors.internal.api.AppSpecificConnectorClassLoaderUtil@308a1f38 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.appserv.connectors.internal.api.AppSpecificConnectorClassLoaderUtil@308a1f38 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.appserv.connectors.internal.api.ConnectorClassLoaderServiceImpl@d89d7eb Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.v3.server.AppLibClassLoaderServiceImpl@67c354e6 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.v3.server.AppLibClassLoaderServiceImpl@67c354e6 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.AppLibClassLoaderServiceImpl@67c354e6 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.v3.server.ClassLoaderHierarchyImpl@3241b635 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.appserv.connectors.internal.api.ConnectorsClassLoaderUtil@2242f64e Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.connector.module.ConnectorHandler@35fb2ef9 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.glassfish.web.ScatteredWarHandler@238e8fe0 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.glassfish.web.ScatteredWarHandler@238e8fe0 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.glassfish.web.ScatteredWarHandler@238e8fe0 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.glassfish.web.WarHandler@6080669d Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.glassfish.web.WarHandler@6080669d Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.glassfish.web.WarHandler@6080669d Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.javaee.core.deployment.DolProvider@3b064a6d Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.javaee.core.deployment.DolProvider@3b064a6d Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.ArchivistFactory@4f7f1d92 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.ArchivistFactory@4f7f1d92 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.EjbArchivist@44091520 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.EjbArchivist@44091520 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.factory.SJSASFactory@70bb6255 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.factory.SJSASFactory@70bb6255 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.inbound.deployment.annotation.handlers.ActivationHandler@152e7cb6 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.inbound.deployment.annotation.handlers.ActivationHandler@152e7cb6 Feb 22, 2011 5:25:11 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.EjbAnnotationTypesProvider@2b52b6f5 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.EjbAnnotationTypesProvider@2b52b6f5 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.EjbAnnotationTypesProvider@2b52b6f5 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.inbound.deployment.annotation.handlers.ActivationHandler@152e7cb6 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectorAnnotationHandler@6d3d422d Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectorAnnotationHandler@6d3d422d Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectorAnnotationHandler@6d3d422d Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.deployment.annotation.handlers.ConfigPropertyHandler@132f4538 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.deployment.annotation.handlers.ConfigPropertyHandler@132f4538 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.deployment.annotation.handlers.ConfigPropertyHandler@132f4538 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionHandler@6648938 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionHandler@6648938 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionHandler@6648938 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionsHandler@7a73bc22 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionsHandler@7a73bc22 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.deployment.annotation.handlers.ConnectionDefinitionsHandler@7a73bc22 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.deployment.annotation.handlers.AdministeredObjectHandler@74021a1e Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.deployment.annotation.handlers.AdministeredObjectHandler@74021a1e Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.deployment.annotation.handlers.AdministeredObjectHandler@74021a1e Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.AuthenticationMechanismHandler@26e56ae Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.AuthenticationMechanismHandler@26e56ae Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.AuthenticationMechanismHandler@26e56ae Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.PreDestroyHandler@49d29a78 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.PreDestroyHandler@49d29a78 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.PreDestroyHandler@49d29a78 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferenceHandler@530ce397 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferenceHandler@530ce397 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferenceHandler@530ce397 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.DenyAllHandler@38f8ff42 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.DenyAllHandler@38f8ff42 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.DenyAllHandler@38f8ff42 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.ResourceHandler@7ff0a34 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.ResourceHandler@7ff0a34 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.ResourceHandler@7ff0a34 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.WebListenerHandler@5ce8787a Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.WebListenerHandler@5ce8787a Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.WebListenerHandler@5ce8787a Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.ResourcesHandler@20a83c2a Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.ResourcesHandler@20a83c2a Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.ResourcesHandler@20a83c2a Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.ServletSecurityHandler@9ad5d46 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.ServletSecurityHandler@9ad5d46 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.ServletSecurityHandler@9ad5d46 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferenceHandler@61e58565 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferenceHandler@61e58565 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferenceHandler@61e58565 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.WebServletHandler@313816e0 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.WebServletHandler@313816e0 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.WebServletHandler@313816e0 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.SecurityPermissionHandler@673a95af Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.SecurityPermissionHandler@673a95af Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.SecurityPermissionHandler@673a95af Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferencesHandler@4b5386c2 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferencesHandler@4b5386c2 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.EntityManagerFactoryReferencesHandler@4b5386c2 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.ManagedBeanHandler@45f04ea6 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.ManagedBeanHandler@45f04ea6 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.ManagedBeanHandler@45f04ea6 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.RolesAllowedHandler@3eeabd2f Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.RolesAllowedHandler@3eeabd2f Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.RolesAllowedHandler@3eeabd2f Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionsHandler@1839474b Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionsHandler@1839474b Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionsHandler@1839474b Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.MultipartConfigHandler@19e06de8 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.MultipartConfigHandler@19e06de8 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.MultipartConfigHandler@19e06de8 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.DeclareRolesHandler@14df33ae Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.DeclareRolesHandler@14df33ae Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.DeclareRolesHandler@14df33ae Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.PermitAllHandler@6913108b Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.PermitAllHandler@6913108b Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.PermitAllHandler@6913108b Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.WebFilterHandler@4b17b450 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.WebFilterHandler@4b17b450 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.WebFilterHandler@4b17b450 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.PostConstructHandler@322b2057 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.PostConstructHandler@322b2057 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.PostConstructHandler@322b2057 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionHandler@64623367 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionHandler@64623367 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.DataSourceDefinitionHandler@64623367 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferencesHandler@6e62be97 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferencesHandler@6e62be97 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.EntityManagerReferencesHandler@6e62be97 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.handlers.RunAsHandler@1b1a772d Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.handlers.RunAsHandler@1b1a772d Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.handlers.RunAsHandler@1b1a772d Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler@312cfd62 Feb 22, 2011 5:25:12 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler@312cfd62 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler@312cfd62 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler@6dfbe226 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler@6dfbe226 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler@6dfbe226 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler@32b8f675 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler@32b8f675 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler@32b8f675 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler@57e2793d Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler@57e2793d Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler@57e2793d Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler@7570b819 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler@7570b819 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler@7570b819 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler@1ad8e902 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler@1ad8e902 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler@1ad8e902 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.AroundTimeoutHandler@63220fd1 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.AroundTimeoutHandler@63220fd1 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.AroundTimeoutHandler@63220fd1 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler@706c08b2 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler@706c08b2 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler@706c08b2 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.SchedulesHandler@7f0ab78a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.SchedulesHandler@7f0ab78a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.SchedulesHandler@7f0ab78a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler@39bde3d2 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler@39bde3d2 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler@39bde3d2 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler@4dc67b54 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler@4dc67b54 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler@4dc67b54 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.LockHandler@2beb717e Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.LockHandler@2beb717e Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.LockHandler@2beb717e Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.RemoveHandler@6d1576d7 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.RemoveHandler@6d1576d7 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.RemoveHandler@6d1576d7 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler@4927d15e Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler@4927d15e Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler@4927d15e Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.EJBHandler@64e4776b Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.EJBHandler@64e4776b Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.EJBHandler@64e4776b Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler@1e01d652 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler@1e01d652 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler@1e01d652 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler@36d83365 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler@36d83365 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler@36d83365 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.InitHandler@66f4652 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.InitHandler@66f4652 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.InitHandler@66f4652 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.EJBsHandler@410c6406 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.EJBsHandler@410c6406 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.EJBsHandler@410c6406 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler@682573a8 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler@682573a8 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler@682573a8 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.ExcludeClassInterceptorsHandler@6d3d7254 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.ExcludeClassInterceptorsHandler@6d3d7254 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.ExcludeClassInterceptorsHandler@6d3d7254 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler@6e7d3050 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler@6e7d3050 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler@6e7d3050 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler@7a0aae8a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler@7a0aae8a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler@7a0aae8a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler@67032bc9 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler@67032bc9 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler@67032bc9 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler@6da05bdb Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler@6da05bdb Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler@6da05bdb Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.TimeoutHandler@470794d4 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.TimeoutHandler@470794d4 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.TimeoutHandler@470794d4 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler@66a33414 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler@66a33414 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler@66a33414 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler@66e9b6a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler@66e9b6a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler@66e9b6a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler@21cf243b Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler@21cf243b Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler@21cf243b Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.webservices.annotation.handlers.WebServiceHandler@7f32e910 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.webservices.annotation.handlers.WebServiceHandler@7f32e910 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.webservices.annotation.handlers.WebServiceHandler@7f32e910 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.webservices.annotation.handlers.WebServiceRefHandler@14b03ea Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.webservices.annotation.handlers.WebServiceRefHandler@14b03ea Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.webservices.annotation.handlers.WebServiceRefHandler@14b03ea Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.webservices.annotation.handlers.HandlerChainHandler@3876e5d Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.webservices.annotation.handlers.HandlerChainHandler@3876e5d Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.webservices.annotation.handlers.HandlerChainHandler@3876e5d Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.webservices.annotation.handlers.WebServiceRefsHandler@6f7834de Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.webservices.annotation.handlers.WebServiceRefsHandler@6f7834de Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.webservices.annotation.handlers.WebServiceRefsHandler@6f7834de Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.webservices.annotation.handlers.WebServiceProviderHandler@108a9d2a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.webservices.annotation.handlers.WebServiceProviderHandler@108a9d2a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.webservices.annotation.handlers.WebServiceProviderHandler@108a9d2a Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.deployment.annotation.factory.SJSASFactory@70bb6255 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.factory.SJSASFactory@70bb6255 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.ServerSidePersistenceArchivist@51b1ab1d Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.ServerSidePersistenceArchivist@51b1ab1d Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.ServerSidePersistenceArchivist@51b1ab1d Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@5fe940a6 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@5fe940a6 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@5fe940a6 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@502c06b2 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@502c06b2 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@502c06b2 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@6c28ca1c Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@6c28ca1c Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@6c28ca1c Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.ACCPersistenceArchivist@621bedb0 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.ACCPersistenceArchivist@621bedb0 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.ACCPersistenceArchivist@621bedb0 Feb 22, 2011 5:25:13 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WebServicesArchivist@205074de Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WebServicesArchivist@205074de Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WebServicesArchivist@205074de Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WarPersistenceArchivist@e75be38 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WarPersistenceArchivist@e75be38 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WarPersistenceArchivist@e75be38 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.EarPersistenceArchivist@6290ebfe Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.EarPersistenceArchivist@6290ebfe Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.EarPersistenceArchivist@6290ebfe Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@4fb7a553 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@4fb7a553 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@4fb7a553 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.EjbArchivist@44091520 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.ConnectorArchivist@510699ea Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.ConnectorArchivist@510699ea Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.deployment.util.ConnectorValidator@15e7d12b Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.deployment.util.ConnectorValidator@15e7d12b Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.deployment.util.ConnectorValidator@15e7d12b Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@31734b48 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@31734b48 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@31734b48 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@8537d55 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@8537d55 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@8537d55 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@21495bb8 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@21495bb8 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@21495bb8 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@57249e1a Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@57249e1a Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@57249e1a Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.ConnectorArchivist@510699ea Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.ApplicationArchivist@57c501f7 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.ApplicationArchivist@57c501f7 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@62ee558f Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@62ee558f Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@62ee558f Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@d335207 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@d335207 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@d335207 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@244e5056 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@244e5056 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@244e5056 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@117c50b9 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@117c50b9 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@117c50b9 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@7897aaa6 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@7897aaa6 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@7897aaa6 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@2d44b624 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@2d44b624 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@2d44b624 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@7a120cb3 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@7a120cb3 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@7a120cb3 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@36fffa61 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@36fffa61 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@36fffa61 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.ApplicationArchivist@57c501f7 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.AppClientArchivist@37d6d61d Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.AppClientArchivist@37d6d61d Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@115872f5 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@115872f5 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@115872f5 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@45e33bb8 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@45e33bb8 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@45e33bb8 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@4965d0e0 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@4965d0e0 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@4965d0e0 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@3b7447c5 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@3b7447c5 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@3b7447c5 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.AppClientArchivist@37d6d61d Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.web.embed.impl.EmbeddedWebArchivist@5efe087b Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.web.embed.impl.EmbeddedWebArchivist@5efe087b Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@2abbaa16 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@2abbaa16 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@2abbaa16 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@69ba045 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@69ba045 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@69ba045 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@53371566 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@53371566 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@53371566 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@455e0638 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@455e0638 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@455e0638 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.web.embed.impl.EmbeddedWebArchivist@5efe087b Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.ApplicationArchivist@1fea6a1c Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.ApplicationArchivist@1fea6a1c Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@56dc64a2 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@56dc64a2 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@56dc64a2 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@1f52f43b Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@1f52f43b Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@1f52f43b Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@7f205d8d Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@7f205d8d Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@7f205d8d Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@25de152f Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@25de152f Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@25de152f Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@1740d415 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@1740d415 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@1740d415 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@2123baa0 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@2123baa0 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@2123baa0 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@30b16f5f Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@30b16f5f Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@30b16f5f Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@5106def2 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@5106def2 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@5106def2 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.ApplicationArchivist@1fea6a1c Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@1a170b6d Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@1a170b6d Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@1a170b6d Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@5eef2e7c Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@5eef2e7c Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@5eef2e7c Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@28d4ff95 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@28d4ff95 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@28d4ff95 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@37d7a424 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@37d7a424 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@37d7a424 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.ArchivistFactory@4f7f1d92 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.ApplicationFactory@2e595420 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.ApplicationFactory@2e595420 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.ApplicationFactory@2e595420 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.DescriptorArchivist@38002f54 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.DescriptorArchivist@38002f54 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.DescriptorArchivist@38002f54 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.ApplicationArchivist@1a7b5617 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.ApplicationArchivist@1a7b5617 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@17510d96 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@17510d96 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@17510d96 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@4a52fecf Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@4a52fecf Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@4a52fecf Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@ed6ee28 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@ed6ee28 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@ed6ee28 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@40ad8bb4 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@40ad8bb4 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@40ad8bb4 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@41aef798 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@41aef798 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@41aef798 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@46013dd8 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@46013dd8 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@46013dd8 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@7b8353cf Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@7b8353cf Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@7b8353cf Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@6af37a62 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@6af37a62 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@6af37a62 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.ApplicationArchivist@1a7b5617 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.javaee.core.deployment.DolProvider@3b064a6d Feb 22, 2011 5:25:14 PM com.sun.enterprise.util.io.FileUtils deleteFile FINE: UTIL6049: Attempt to delete /private/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes failed; the file is reported as non-existent Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deploy.shared.FileArchive@5b25d568 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deploy.shared.FileArchive@5b25d568 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deploy.shared.FileArchive@5b25d568 Feb 22, 2011 5:25:14 PM com.sun.enterprise.v3.server.ApplicationLifecycle getContext FINE: Deployment expansion took 6 Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deploy.shared.FileArchive@568bf3ec Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deploy.shared.FileArchive@568bf3ec Feb 22, 2011 5:25:14 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deploy.shared.FileArchive@568bf3ec Feb 22, 2011 5:25:14 PM com.sun.enterprise.util.io.FileUtils deleteFile FINE: UTIL6049: Attempt to delete /private/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/generated/xml/test-classes failed; the file is reported as non-existent Feb 22, 2011 5:25:15 PM com.sun.enterprise.util.io.FileUtils deleteFile FINE: UTIL6049: Attempt to delete /private/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/generated/ejb/test-classes failed; the file is reported as non-existent Feb 22, 2011 5:25:15 PM com.sun.enterprise.util.io.FileUtils deleteFile FINE: UTIL6049: Attempt to delete /private/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/generated/jsp/test-classes failed; the file is reported as non-existent Feb 22, 2011 5:25:15 PM com.sun.enterprise.util.io.FileUtils deleteFile FINE: UTIL6049: Attempt to delete /private/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/__internal/test-classes failed; the file is reported as non-existent Feb 22, 2011 5:25:15 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ApplicationInjector@39d7af3 Feb 22, 2011 5:25:15 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ApplicationInjector@39d7af3 Feb 22, 2011 5:25:15 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ApplicationInjector@39d7af3 Feb 22, 2011 5:25:15 PM org.hibernate.validator.util.Version FINEST: Manifest file jar:file:/Users/ljnelson/.m2/repository/org/glassfish/extras/glassfish-embedded-all/3.1-b41/glassfish-embedded-all-3.1-b41.jar!/META-INF/MANIFEST.MF Feb 22, 2011 5:25:15 PM org.hibernate.validator.util.Version INFO: Hibernate Validator null Feb 22, 2011 5:25:15 PM org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA FINE: Found javax.persistence.PersistenceUtil on classpath. Feb 22, 2011 5:25:15 PM org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver. Feb 22, 2011 5:25:15 PM org.hibernate.validator.xml.ValidationXmlParser getInputStreamForPath FINE: No default context class loader, fall back to Bean Validation's loader Feb 22, 2011 5:25:15 PM org.hibernate.validator.xml.ValidationXmlParser getValidationConfig FINE: No META-INF/validation.xml found. Using annotation based configuration only Feb 22, 2011 5:25:15 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean com.sun.enterprise.config.serverbeans.Application are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:15 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value test-classes against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_IN_HIERARCHY, groups=[interface org.glassfish.api.admin.config.ApplicationName, interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@381bd13, groups=[Ljava.lang.Class;@3aa42c31}} Feb 22, 2011 5:25:15 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value test-classes against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[interface org.glassfish.api.admin.config.ApplicationName], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_IN_HIERARCHY, groups=[interface org.glassfish.api.admin.config.ApplicationName, interface javax.validation.groups.Default], attributes={message={app.invalid.name}, payload=[Ljava.lang.Class;@10bfb545, flags=[Ljavax.validation.constraints.Pattern$Flag;@1a15cd9a, regexp=[\p{L}\p{N}_][\p{L}\p{N}\-_\./;:#]*, groups=[Ljava.lang.Class;@d6d46d7}} Feb 22, 2011 5:25:15 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value user against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@381bd13, groups=[Ljava.lang.Class;@3aa42c31}} Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: InstalledLibrariesResolver : exception occurred : java.lang.NullPointerException Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jaxr-ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jaxr-ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__cp_jdbc_ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__cp_jdbc_ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__xa_jdbc_ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__xa_jdbc_ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__dm_jdbc_ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__dm_jdbc_ra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:15 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imq.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../imq.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../jms.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imq.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/jms.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../../../share/lib/imq.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../../../share/lib/jms.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/fscontext.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ja.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_CN.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_fr.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_de.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_es.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_it.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_sw.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ko.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_TW.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_lang1.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../imq.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../jms.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imq.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/jms.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../../../share/lib/imq.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../../../share/lib/jms.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ja.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_CN.jar Feb 22, 2011 5:25:15 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_fr.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_de.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_es.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_it.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_sw.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ko.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_TW.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_lang1.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ja.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_CN.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_fr.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_de.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_es.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_it.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_sw.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ko.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_TW.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_lang1.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imqjmsbridge.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imqbroker.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imqjmx.jar Feb 22, 2011 5:25:16 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imqstomp.jar Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser parse FINE: at 1298413516713in org.glassfish.hk2.classmodel.reflect.Parser@34a083f2 submitting file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser parse FINE: submitting file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser$3 call FINE: elected file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser awaitTermination FINE: Await iterating at 1298413516715 waiting for 1 Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser$3 call FINE: started working at 1298413516715in org.glassfish.hk2.classmodel.reflect.Parser$3@1d30b5e2 on /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: Parsing file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ on thread deployment-jar-scanner Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: Parsing file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/jenzabar/ngp/dao/ejb/Gorp.class Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/jenzabar/ngp/dao/ejb/Gorp.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/jenzabar/ngp/dao/ejb/GorpManager.class Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/jenzabar/ngp/dao/ejb/GorpManager.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/jenzabar/ngp/dao/ejb/GorpManagerBean.class Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/jenzabar/ngp/dao/ejb/GorpManagerBean.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/jenzabar/ngp/dao/ejb/TestCaseAbstractDAO.class Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/jenzabar/ngp/dao/ejb/TestCaseAbstractDAO.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM com.sun.enterprise.v3.server.ReadableArchiveScannerAdapter onSelectedEntries FINE: Finished parsing file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: Finished parsing /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ at 1298413516739 in 24 ms Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: before running doneHook/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: after running doneHook /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser awaitTermination FINE: future finished at 1298413516740 for /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM org.glassfish.hk2.classmodel.reflect.Parser awaitTermination FINER: result org.glassfish.hk2.classmodel.reflect.Parser$Result@17e319a Result for /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.startup.EjbContainerStarter@1f98a654 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.startup.EjbContainerStarter@1f98a654 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.ejb.containers.EjbContainerUtilImpl@6153e0c0 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.ejb.containers.EjbContainerUtilImpl@6153e0c0 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.EjbContainerInjector@7794566d Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.EjbContainerInjector@7794566d Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.EjbContainerInjector@7794566d Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.EjbContainer Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.enterprise.iiop.api.GlassFishORBHelper@4a393167 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.enterprise.iiop.api.GlassFishORBHelper@4a393167 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.enterprise.iiop.api.GlassFishORBHelper@4a393167 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.enterprise.iiop.impl.GlassFishORBFactoryImpl@b45c414 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.enterprise.iiop.impl.GlassFishORBFactoryImpl@b45c414 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.enterprise.iiop.util.IIOPUtils@4df2a9da Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.enterprise.iiop.util.IIOPUtils@4df2a9da Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.enterprise.iiop.util.IIOPUtils@4df2a9da Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.IiopService Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ThreadPoolsInjector@48a84b47 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ThreadPoolsInjector@48a84b47 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ThreadPoolsInjector@48a84b47 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.grizzly.config.dom.NetworkListener Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.grizzly.config.dom.NetworkListener Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.grizzly.config.dom.ThreadPoolInjector@2b27fa03 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.grizzly.config.dom.ThreadPoolInjector@2b27fa03 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.grizzly.config.dom.ThreadPoolInjector@2b27fa03 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.enterprise.iiop.util.IIOPUtils@4df2a9da Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.enterprise.iiop.impl.GlassFishORBFactoryImpl@b45c414 Feb 22, 2011 5:25:16 PM com.sun.logging.LogDomains$1 getResourceBundle FINE: Can not find resource bundle for this logger. class name that failed: org.glassfish.enterprise.iiop.impl.GlassFishORBManager Feb 22, 2011 5:25:16 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager fineLog FINE: GlassFishORBManager: Constructing GlassFishORBManager: h org.jvnet.hk2.component.Habitat@51b4a74b Feb 22, 2011 5:25:16 PM com.sun.logging.LogDomains$1 getResourceBundle FINE: Can not find resource bundle for this logger. class name that failed: org.glassfish.enterprise.iiop.impl.GlassFishORBManager Feb 22, 2011 5:25:16 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager fineLog FINE: GlassFishORBManager: initProperties: processType Server Feb 22, 2011 5:25:16 PM com.sun.logging.LogDomains$1 getResourceBundle FINE: Can not find resource bundle for this logger. class name that failed: org.glassfish.enterprise.iiop.impl.GlassFishORBManager Feb 22, 2011 5:25:16 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager fineLog FINE: Setting orb initial port to 3700 Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.OrbInjector@69f4b0dc Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.OrbInjector@69f4b0dc Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.OrbInjector@69f4b0dc Feb 22, 2011 5:25:16 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.enterprise.iiop.impl.GlassFishORBFactoryImpl@b45c414 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.enterprise.iiop.api.GlassFishORBHelper@4a393167 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.ejb.base.sfsb.util.EJBServerConfigLookup@3b3e3940 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.ejb.base.sfsb.util.EJBServerConfigLookup@3b3e3940 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.ejb.base.sfsb.util.EJBServerConfigLookup@3b3e3940 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.ejb.containers.EjbAsyncInvocationManager@2555e3ab Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.ejb.containers.EjbAsyncInvocationManager@2555e3ab Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.ejb.containers.EjbAsyncInvocationManager@2555e3ab Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.ejb.containers.EjbContainerUtilImpl@6153e0c0 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.ejb.containers.EjbContainerUtilImpl@6153e0c0 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.ejb.startup.EjbContainerStarter@1f98a654 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.startup.EjbContainerStarter@1f98a654 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.startup.EjbDeployer@11dba9f9 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.startup.EjbDeployer@11dba9f9 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.PolicyLoader@12539a92 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.PolicyLoader@12539a92 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.SecurityServiceInjector@529801f4 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.SecurityServiceInjector@529801f4 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.SecurityServiceInjector@529801f4 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.SecurityService Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.JaccProviderInjector@4638fb59 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.JaccProviderInjector@4638fb59 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.JaccProviderInjector@4638fb59 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.JaccProvider Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.JaccProvider Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.PolicyLoader@12539a92 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.security.factory.EJBSecurityManagerFactory@4a0ece36 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.security.factory.EJBSecurityManagerFactory@4a0ece36 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.audit.AuditManager@19a8739b Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.audit.AuditManager@19a8739b Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.audit.AuditManager@19a8739b Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.security.factory.EJBSecurityManagerFactory@4a0ece36 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.ejb.startup.EjbDeployer@11dba9f9 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.startup.EjbDeployer@11dba9f9 Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.SecurityLifecycle INFO: SEC1002: Security Manager is OFF. Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.SecurityLifecycle@30394ffa Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.SecurityLifecycle@30394ffa Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.SecurityServicesUtil@68deeebd Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.SecurityServicesUtil@68deeebd Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.SecurityServicesUtil@68deeebd Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.common.Util@2bbef4c6 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.common.Util@2bbef4c6 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.common.Util@2bbef4c6 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.ssl.SSLUtils@3bea817f Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.ssl.SSLUtils@3bea817f Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.ssl.impl.SecuritySupportImpl loadKS FINE: Loading keystoreFile = /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/keystore.jks, keystorePass = [C@5712bd54 Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.ssl.impl.SecuritySupportImpl loadKS FINE: Loading keystoreFile = /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/cacerts.jks, keystorePass = [C@5712bd54 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.ssl.impl.SecuritySupportImpl@77d433c1 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.ssl.impl.SecuritySupportImpl@77d433c1 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.ssl.impl.SecuritySupportImpl@77d433c1 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.security.ssl.SSLUtils@3bea817f Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.ssl.SSLUtils@3bea817f Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.SecurityConfigListener@2f152c0e Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.SecurityConfigListener@2f152c0e Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.AuthRealmInjector@4b01ea1e Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.AuthRealmInjector@4b01ea1e Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.AuthRealmInjector@4b01ea1e Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.AuthRealm Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.AuthRealm Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.AuthRealm Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.AuditModuleInjector@4eff0d4b Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.AuditModuleInjector@4eff0d4b Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.AuditModuleInjector@4eff0d4b Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.AuditModule Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.MessageSecurityConfigInjector@7da2467a Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.MessageSecurityConfigInjector@7da2467a Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.MessageSecurityConfigInjector@7da2467a Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.MessageSecurityConfig Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.auth.realm.RealmsManager@464e32c8 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.auth.realm.RealmsManager@464e32c8 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.auth.realm.RealmsManager@464e32c8 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.security.SecurityConfigListener@2f152c0e Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.SecurityConfigListener@2f152c0e Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.jmac.MessageSecurityConfigEventListenerImpl@adc9515 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.jmac.MessageSecurityConfigEventListenerImpl@adc9515 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.jmac.MessageSecurityConfigEventListenerImpl@adc9515 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.security.SecurityLifecycle@30394ffa Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.SecurityLifecycle onInitialization INFO: SEC1010: Entering Security Startup Service Feb 22, 2011 5:25:17 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:17 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:17 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = security statsProvider = com.sun.enterprise.security.WebSecurityDeployerStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:17 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.PolicyLoader loadPolicy INFO: SEC1143: Loading policy provider com.sun.enterprise.security.jacc.provider.SimplePolicyProvider. Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.PolicyLoader loadPolicy FINE: Policy set to: com.sun.enterprise.security.jacc.provider.SimplePolicyProvider Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.jvnet.hk2.config.types.PropertyInjector@1646fef3 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.jvnet.hk2.config.types.PropertyInjector@1646fef3 Feb 22, 2011 5:25:17 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.jvnet.hk2.config.types.PropertyInjector@1646fef3 Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.auth.realm.RealmsManager createRealms FINE: Initializing configured realms from SecurityService in Domain.xml.... Feb 22, 2011 5:25:17 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:17 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:17 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = security statsProvider = com.sun.enterprise.security.auth.realm.RealmStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:17 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.auth.realm.file.FileRealm init FINE: FileRealm : file=/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/admin-keyfile Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.auth.realm.file.FileRealm init FINE: FileRealm : jaas-context=fileRealm Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.auth.realm.file.FileRealm loadKeyFile FINE: Reading file realm: /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/admin-keyfile Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.auth.realm.Realm doInstantiate INFO: SEC1115: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created. Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.auth.realm.RealmConfig createRealms FINE: Configured realm: admin-realm Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.auth.realm.file.FileRealm init FINE: FileRealm : file=/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/keyfile Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.auth.realm.file.FileRealm init FINE: FileRealm : jaas-context=fileRealm Feb 22, 2011 5:25:17 PM com.sun.enterprise.security.auth.realm.file.FileRealm loadKeyFile FINE: Reading file realm: /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/config/keyfile Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.auth.realm.Realm doInstantiate INFO: SEC1115: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created. Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.auth.realm.RealmConfig createRealms FINE: Configured realm: file Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.auth.realm.Realm doInstantiate INFO: SEC1115: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created. Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.auth.realm.RealmConfig createRealms FINE: Configured realm: certificate Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.auth.realm.RealmConfig createRealms FINE: Default realm is set to: file Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.SecurityLifecycle onInitialization INFO: SEC1011: Security Service(s) Started Successfully Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.SecurityLifecycle@30394ffa Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.SecurityContainer@2d781288 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.SecurityContainer@2d781288 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.security.SecurityContainer@2d781288 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.acl.RoleMapperFactory@7b6bbeaf Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.acl.RoleMapperFactory@7b6bbeaf Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.acl.RoleMapperFactory@7b6bbeaf Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.PolicyLoader loadPolicy FINE: Policy already installed. Will not re-install. Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.web.integration.WebSecurityManagerFactory@3fe75e89 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.web.integration.WebSecurityManagerFactory@3fe75e89 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.web.integration.WebSecurityManagerFactory@3fe75e89 Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.SecurityContext FINE: Default CTOR of SecurityContext called Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebSecurityManager initialise FINE: [Web-Security] Creating a Codebase URI with = __default-web-module/__default-web-module Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebSecurityManager initialise FINE: [Web-Security] Context id (id under which WEB component in application will be created) = __default-web-module/__default-web-module Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebSecurityManager initialise FINE: [Web-Security] Codebase (module id for web component) __default-web-module/__default-web-module Feb 22, 2011 5:25:18 PM WebPermissionUtil processConstraints FINER: ENTRY Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebPermissionUtil processConstraints FINE: JACC: constraint translation: CODEBASE = __default-web-module/__default-web-module Feb 22, 2011 5:25:18 PM WebPermissionUtil parseConstraints FINER: ENTRY Feb 22, 2011 5:25:18 PM WebPermissionUtil parseConstraints FINER: RETURN Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebPermissionUtil processConstraints FINE: JACC: constraint capture: begin processing qualified url patterns Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebPermissionUtil processConstraints FINE: JACC: constraint capture: urlPattern: / Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebPermissionUtil handleNoAuth FINE: JACC: constraint capture: adding unchecked (for authorization) methods: null Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebPermissionUtil handleConnections FINE: JACC: constraint capture: adding methods that accept connections with protection: NONE methods: Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebPermissionUtil processConstraints FINE: JACC: constraint capture: end processing qualified url patterns Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebPermissionUtil processConstraints FINE: JACC: permission(unchecked) type: WUDP name: / actions: null Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebPermissionUtil processConstraints FINE: JACC: permission(unchecked) type: WRP name: / actions: null Feb 22, 2011 5:25:18 PM WebPermissionUtil processConstraints FINER: RETURN Feb 22, 2011 5:25:18 PM WebPermissionUtil createWebRoleRefPermission FINER: ENTRY Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.web.integration.WebPermissionUtil createWebRoleRefPermission FINE: JACC: role-reference translation: Processing WebRoleRefPermission : CODEBASE = __default-web-module/__default-web-module Feb 22, 2011 5:25:18 PM WebPermissionUtil createWebRoleRefPermission FINER: RETURN Feb 22, 2011 5:25:18 PM com.sun.enterprise.security.SecurityUtil generatePolicyFile FINE: JACC: committed policy for context: __default-web-module/__default-web-module Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.SecurityContainer@2d781288 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.SecurityDeployer@2ed0005e Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.SecurityDeployer@2ed0005e Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.security.SecurityDeployer@2ed0005e Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.SecurityDeployer@2ed0005e Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.persistence.jpa.JPAContainer@7445748 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.persistence.jpa.JPAContainer@7445748 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.persistence.jpa.JPAContainer@7445748 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.persistence.jpa.JPADeployer@65370ce9 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.persistence.jpa.JPADeployer@65370ce9 Feb 22, 2011 5:25:18 PM com.sun.enterprise.connectors.ConnectorRegistry FINE: initialized the connector registry Feb 22, 2011 5:25:18 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.ConnectorRuntime@2430f369 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.ConnectorRuntime@2430f369 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.ActiveRAFactory@28fe04c6 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.ActiveRAFactory@28fe04c6 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.ActiveRAFactory@28fe04c6 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.util.DriverLoader@330a69f0 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.util.DriverLoader@330a69f0 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.util.DriverLoader@330a69f0 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.util.ConnectorJavaBeanValidator@7e24d517 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.util.ConnectorJavaBeanValidator@7e24d517 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.util.ConnectorJavaBeanValidator@7e24d517 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.connectors.ConnectorRuntime@2430f369 Feb 22, 2011 5:25:18 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.pool.monitor.ConnectionPoolProbeProviderUtil@5c419e74 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.pool.monitor.ConnectionPoolProbeProviderUtil@5c419e74 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.pool.monitor.ConnectionPoolProbeProviderUtil@5c419e74 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.pool.monitor.ConnectionPoolStatsProviderBootstrap@16f21478 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.pool.monitor.ConnectionPoolStatsProviderBootstrap@16f21478 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.resource.pool.monitor.ConnectionPoolStatsProviderBootstrap@16f21478 Feb 22, 2011 5:25:18 PM com.sun.enterprise.resource.pool.monitor.ConnectionPoolStatsProviderBootstrap postConstruct FINEST: [Monitor]In the JDBCPoolStatsProviderBootstrap Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.pool.monitor.ConnectionPoolStatsProviderBootstrap@16f21478 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.pool.monitor.PoolMonitoringLevelListener@32645ccb Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.pool.monitor.PoolMonitoringLevelListener@32645ccb Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.resource.pool.monitor.PoolMonitoringLevelListener@32645ccb Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.pool.monitor.PoolMonitoringLevelListener@32645ccb Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.ConnectorRuntime@2430f369 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.persistence.jpa.JPADeployer@65370ce9 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.persistence.jpa.JPADeployer@65370ce9 Feb 22, 2011 5:25:18 PM com.sun.enterprise.v3.server.ApplicationLifecycle setupContainerInfos FINE: Keyed Deployer class org.glassfish.ejb.startup.EjbDeployer Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.EjbArchivist@b07c615 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.EjbArchivist@b07c615 Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@2b5d925b Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@2b5d925b Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@2b5d925b Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@c33aa9b Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@c33aa9b Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@c33aa9b Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@1405ac5f Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@1405ac5f Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@1405ac5f Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@779b3e Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@779b3e Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@779b3e Feb 22, 2011 5:25:18 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.EjbArchivist@b07c615 Feb 22, 2011 5:25:18 PM Archivist readPersistenceDeploymentDescriptor FINE: PURoot = [] subArchive = /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:18 PM com.sun.enterprise.deployment.node.SaxParserHandlerBundled resolveEntity FINE: Asked to resolve null system id = http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd Feb 22, 2011 5:25:18 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINER: start of element http://java.sun.com/xml/ns/persistence with local name persistence and persistence Feb 22, 2011 5:25:18 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode startElement FINER: With attribute version Feb 22, 2011 5:25:18 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode startElement FINER: With value 2.0 Feb 22, 2011 5:25:18 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode setDescriptorInfo FINE: in class com.sun.enterprise.deployment.PersistenceUnitsDescriptor method setSpecVersion with 2.0 Feb 22, 2011 5:25:18 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode startElement FINER: With attribute xsi:schemaLocation Feb 22, 2011 5:25:18 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode startElement FINER: With value http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINER: start of element http://java.sun.com/xml/ns/persistence with local name persistence-unit and persistence-unit Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINE: Asking for new handler for persistence-unit to com.sun.enterprise.deployment.node.PersistenceNode@3f6a5bcb Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode getHandlerFor FINER: New Handler requested for class com.sun.enterprise.deployment.node.PersistenceUnitNode Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.DeploymentExtensionDescriptor to handle deployment-extension Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MessageDestinationDescriptor to handle message-destination Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.InjectionTarget to handle injection-target Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.Application to handle application Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.util.ModuleDescriptor to handle module Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EnvironmentProperty to handle application-param Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbBundleDescriptor to handle ejb-jar Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbSessionDescriptor to handle session Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbEntityDescriptor to handle entity Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbMessageBeanDescriptor to handle message-driven Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ActivationConfigDescriptor to handle activation-config Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbReferenceDescriptor to handle ejb-ref Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbReferenceDescriptor to handle ejb-local-ref Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.SecurityRoleDescriptor to handle security-role Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodPermissionDescriptor to handle exclude-list Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ResourceReferenceDescriptor to handle resource-ref Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.FieldDescriptor to handle cmp-field Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodPermissionDescriptor to handle method-permission Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.RunAsIdentityDescriptor to handle run-as Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EnvironmentProperty to handle env-entry Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.RoleReference to handle security-role-ref Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.QueryDescriptor to handle query Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle query-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle java-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.JmsDestinationReferenceDescriptor to handle resource-env-ref Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MessageDestinationReferenceDescriptor to handle message-destination-ref Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.RelationshipDescriptor to handle ejb-relation Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.RelationRoleDescriptor to handle ejb-relationship-role Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.LifecycleCallbackDescriptor to handle around-invoke Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.LifecycleCallbackDescriptor to handle post-construct Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.LifecycleCallbackDescriptor to handle pre-destroy Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.LifecycleCallbackDescriptor to handle post-activate Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.LifecycleCallbackDescriptor to handle pre-passivate Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle timeout-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle bean-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle create-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbInitInfo to handle init-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbRemovalInfo to handle remove-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbInterceptor to handle interceptor Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.InterceptorBindingDescriptor to handle interceptor-binding Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EjbApplicationExceptionInfo to handle application-exception Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.TimeoutValueDescriptor to handle stateful-timeout Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ScheduledTimerDescriptor to handle schedule Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle after-begin-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle after-completion-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle before-completion-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle concurrent-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.TimeoutValueDescriptor to handle access-timeout Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MethodDescriptor to handle async-method Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ConnectorDescriptor to handle connector Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.OutboundResourceAdapter to handle outbound-resourceadapter Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.InboundResourceAdapter to handle inbound-resourceadapter Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.OutboundResourceAdapter to handle resourceadapter Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.AuthMechanism to handle authentication-mechanism Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.SecurityPermission to handle security-permission Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.LicenseDescriptor to handle license Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ConnectorConfigProperty to handle config-property Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ConnectorConfigProperty to handle required-config-property Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MessageListener to handle messagelistener Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MessageListener to handle activationspec Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.AdminObject to handle adminobject Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ConnectionDefDescriptor to handle connection-definition Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ApplicationClientDescriptor to handle application-client Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.WebBundleDescriptor to handle web-app Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.WebFragmentDescriptor to handle web-fragment Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.WebComponentDescriptor to handle servlet Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EnvironmentProperty to handle init-param Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MimeMappingDescriptor to handle mime-mapping Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EnvironmentProperty to handle context-param Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.SessionConfigDescriptor to handle session-config Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.CookieConfigDescriptor to handle cookie-config Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.SecurityConstraintImpl to handle security-constraint Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.UserDataConstraintImpl to handle user-data-constraint Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.AuthorizationConstraintImpl to handle auth-constraint Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.WebResourceCollectionImpl to handle web-resource-collection Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.AppListenerDescriptorImpl to handle listener Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ServletFilterDescriptor to handle filter Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ServletFilterMappingDescriptor to handle filter-mapping Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ErrorPageDescriptor to handle error-page Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.LoginConfigurationImpl to handle login-config Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.TagLibConfigurationDescriptor to handle taglib Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.JspConfigDescriptor to handle jsp-config Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.JspGroupDescriptor to handle jsp-property-group Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.LocaleEncodingMappingListDescriptor to handle locale-encoding-mapping-list Feb 22, 2011 5:25:19 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.LocaleEncodingMappingDescriptor to handle locale-encoding-mapping Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.AbsoluteOrderingDescriptor to handle absolute-ordering Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.OrderingDescriptor to handle ordering Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.OrderingOrderingDescriptor to handle after Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.OrderingOrderingDescriptor to handle before Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.MultipartConfigDescriptor to handle multipart-config Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ServiceReferenceDescriptor to handle service-ref Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.WebService to handle webservice-description Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.WebServiceEndpoint to handle port-component Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.WebServiceHandler to handle handler Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.Addressing to handle addressing Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.RespectBinding to handle respect-binding Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.WebServiceHandlerChain to handle handler-chain Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.ServiceRefPortInfo to handle port-info Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.NameValuePairDescriptor to handle stub-property Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.NameValuePairDescriptor to handle call-property Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.PersistenceUnitDescriptor to handle persistence-unit Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EntityManagerReferenceDescriptor to handle persistence-context-ref Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory register FINE: Register class com.sun.enterprise.deployment.EntityManagerFactoryReferenceDescriptor to handle persistence-unit-ref Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory getDescriptorClass FINER: looking for persistence/persistence-unit Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DescriptorFactory getDescriptorClass FINER: looking for persistence-unit Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINE: Got com.sun.enterprise.deployment.node.PersistenceUnitNode@5ad89e02 Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode startElement FINER: With attribute name Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode startElement FINER: With value ngp Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode setDescriptorInfo FINE: in class com.sun.enterprise.deployment.PersistenceUnitDescriptor method setName with ngp Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode startElement FINER: With attribute transaction-type Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode startElement FINER: With value JTA Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode setDescriptorInfo FINE: in class com.sun.enterprise.deployment.PersistenceUnitDescriptor method setTransactionType with JTA Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINER: start of element http://java.sun.com/xml/ns/persistence with local name jta-data-source and jta-data-source Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: End of element http://java.sun.com/xml/ns/persistence local name jta-data-source and jta-data-source value java:global/jdbc/H2Test Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: For element jta-data-source And value java:global/jdbc/H2Test Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode setDescriptorInfo FINE: in class com.sun.enterprise.deployment.PersistenceUnitDescriptor method setJtaDataSource with java:global/jdbc/H2Test Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINER: start of element http://java.sun.com/xml/ns/persistence with local name exclude-unlisted-classes and exclude-unlisted-classes Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: End of element http://java.sun.com/xml/ns/persistence local name exclude-unlisted-classes and exclude-unlisted-classes value false Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: For element exclude-unlisted-classes And value false Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.DeploymentDescriptorNode setDescriptorInfo FINE: in class com.sun.enterprise.deployment.PersistenceUnitDescriptor method setExcludeUnlistedClasses with false Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINER: start of element http://java.sun.com/xml/ns/persistence with local name properties and properties Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINER: start of element http://java.sun.com/xml/ns/persistence with local name property and property Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: End of element http://java.sun.com/xml/ns/persistence local name property and property value Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINER: start of element http://java.sun.com/xml/ns/persistence with local name property and property Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: End of element http://java.sun.com/xml/ns/persistence local name property and property value Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINER: start of element http://java.sun.com/xml/ns/persistence with local name property and property Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: End of element http://java.sun.com/xml/ns/persistence local name property and property value Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler startElement FINER: start of element http://java.sun.com/xml/ns/persistence with local name property and property Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: End of element http://java.sun.com/xml/ns/persistence local name property and property value Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: End of element http://java.sun.com/xml/ns/persistence local name properties and properties value Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: End of element http://java.sun.com/xml/ns/persistence local name persistence-unit and persistence-unit value Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINE: Removing top node com.sun.enterprise.deployment.node.PersistenceUnitNode@5ad89e02 Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINER: End of element http://java.sun.com/xml/ns/persistence local name persistence and persistence value Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.node.SaxParserHandler endElement FINE: Removing top node com.sun.enterprise.deployment.node.PersistenceNode@3f6a5bcb Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.archivist.ExtensionsArchivist open FINE: Deployment descriptor: META-INF/webservices.xml Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.impl.EjbJarScanner@71bc081f Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.impl.EjbJarScanner@71bc081f Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.introspection.DefaultAnnotationScanner@714fdb76 Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.introspection.DefaultAnnotationScanner@714fdb76 Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.deployment.annotation.introspection.DefaultAnnotationScanner@714fdb76 Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.introspection.DefaultAnnotationScanner@714fdb76 Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.deployment.annotation.impl.EjbJarScanner@71bc081f Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.impl.EjbJarScanner@71bc081f Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.annotation.impl.EjbJarScanner process FINE: archiveFile is /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.annotation.impl.EjbJarScanner process FINE: classLoader is ASURLClassLoader : urlSet = [URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/, URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/generated/ejb/test-classes] doneCalled = false Parent -> org.glassfish.internal.api.DelegatingClassLoader@54828e7 Feb 22, 2011 5:25:20 PM org.glassfish.hk2.classmodel.reflect.Parser parse FINE: Skipping reparsing...file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.jenzabar.ngp.dao.ejb.GorpManagerBean since com.jenzabar.ngp.dao.ejb.GorpManagerBean is annotated with javax.ejb.Stateless Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Done with results Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner getElements FINE: Getting com.jenzabar.ngp.dao.ejb.GorpManagerBean Feb 22, 2011 5:25:20 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner getElements FINE: Getting com.jenzabar.ngp.dao.ejb.GorpManagerBean Feb 22, 2011 5:25:20 PM org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler processAnnotation FINER: @ process ejb annotation @javax.ejb.Stateless(mappedName=, description=, name=) in class com.jenzabar.ngp.dao.ejb.GorpManagerBean Feb 22, 2011 5:25:20 PM org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler processAnnotation FINE: My context is com.sun.enterprise.deployment.annotation.context.EjbBundleContext@3aec32de Feb 22, 2011 5:25:20 PM org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler processAnnotation FINE: Creating a new descriptor for com.jenzabar.ngp.dao.ejb.GorpManagerBean Feb 22, 2011 5:25:20 PM org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler processAnnotation FINE: New javax.ejb.Stateless bean GorpManagerBean Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.webservices.deployment.WSDolSupportImpl@19e142a5 Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.webservices.deployment.WSDolSupportImpl@19e142a5 Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.webservices.deployment.WSDolSupportImpl@19e142a5 Feb 22, 2011 5:25:20 PM org.glassfish.apf.impl.DefaultErrorHandler warning WARNING: Incorrect @Resource annotation class definition - missing lookup attribute symbol: FIELD location: private java.lang.String com.jenzabar.ngp.dao.ejb.AbstractDAO.countQueryTemplate Feb 22, 2011 5:25:20 PM org.glassfish.javaee.core.deployment.DolProvider load FINE: DOL Loading time1751 Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ModuleInjector@1005354a Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ModuleInjector@1005354a Feb 22, 2011 5:25:20 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ModuleInjector@1005354a Feb 22, 2011 5:25:20 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean com.sun.enterprise.config.serverbeans.Module are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:20 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value test-classes against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_IN_HIERARCHY, groups=[interface javax.validation.groups.Default, interface org.glassfish.api.admin.config.Named], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@381bd13, groups=[Ljava.lang.Class;@3aa42c31}} Feb 22, 2011 5:25:20 PM com.sun.enterprise.v3.server.ApplicationLifecycle setupContainerInfos FINE: Keyed Deployer class com.sun.enterprise.security.SecurityDeployer Feb 22, 2011 5:25:20 PM com.sun.enterprise.v3.server.ApplicationLifecycle setupContainerInfos FINE: Keyed Deployer class org.glassfish.persistence.jpa.JPADeployer Feb 22, 2011 5:25:20 PM com.sun.enterprise.v3.server.ApplicationLifecycle setupContainerInfos FINE: Ordered Deployer class org.glassfish.ejb.startup.EjbDeployer Feb 22, 2011 5:25:20 PM com.sun.enterprise.v3.server.ApplicationLifecycle setupContainerInfos FINE: Ordered Deployer class com.sun.enterprise.security.SecurityDeployer Feb 22, 2011 5:25:20 PM com.sun.enterprise.v3.server.ApplicationLifecycle setupContainerInfos FINE: Ordered Deployer class org.glassfish.persistence.jpa.JPADeployer Feb 22, 2011 5:25:20 PM com.sun.enterprise.v3.server.ApplicationLifecycle deploy FINE: After Sorting ejb Feb 22, 2011 5:25:20 PM com.sun.enterprise.v3.server.ApplicationLifecycle deploy FINE: After Sorting security Feb 22, 2011 5:25:20 PM com.sun.enterprise.v3.server.ApplicationLifecycle deploy FINE: After Sorting jpa Feb 22, 2011 5:25:20 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Deployment_ClassLoader_Creation Feb 22, 2011 5:25:20 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: InstalledLibrariesResolver : exception occurred : java.lang.NullPointerException Feb 22, 2011 5:25:21 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ConnectorServiceInjector@3cf522e8 Feb 22, 2011 5:25:21 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ConnectorServiceInjector@3cf522e8 Feb 22, 2011 5:25:21 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ConnectorServiceInjector@3cf522e8 Feb 22, 2011 5:25:21 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object GlassFishConfigBean.com.sun.enterprise.config.serverbeans.ConnectorService Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jaxr-ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jaxr-ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__cp_jdbc_ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__cp_jdbc_ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__xa_jdbc_ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__xa_jdbc_ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__dm_jdbc_ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__dm_jdbc_ra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:21 PM org.glassfish.deployment.common.InstalledLibrariesResolver getInstalledLibraries FINE: Extension-List for archive [file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/] : null Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imq.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../imq.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../jms.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imq.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/jms.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../../../share/lib/imq.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../../../share/lib/jms.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/fscontext.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ja.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_CN.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_fr.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_de.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_es.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_it.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_sw.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ko.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_TW.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_lang1.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../imq.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../jms.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imq.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/jms.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../../../share/lib/imq.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/../../../share/lib/jms.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ja.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_CN.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_fr.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_de.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_es.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_it.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_sw.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ko.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_TW.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_lang1.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ja.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_CN.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_fr.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_de.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_es.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_it.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_sw.jar Feb 22, 2011 5:25:21 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_ko.jar Feb 22, 2011 5:25:22 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_zh_TW.jar Feb 22, 2011 5:25:22 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imql10n_server_lang1.jar Feb 22, 2011 5:25:22 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imqjmsbridge.jar Feb 22, 2011 5:25:22 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imqbroker.jar Feb 22, 2011 5:25:22 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imqjmx.jar Feb 22, 2011 5:25:22 PM com.sun.enterprise.loader.ASURLClassLoader appendURL FINE: [ASURLClassLoader] Ignoring duplicate URL: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/jmsra/imqstomp.jar Feb 22, 2011 5:25:22 PM com.sun.enterprise.deployment.Application setUniqueId FINE: [Application] test-classes , uid: 85092828291989504 Feb 22, 2011 5:25:22 PM com.sun.enterprise.deployment.Application setUniqueId FINE: Ejb test-classes:GorpManagerBean id = 85092828291989504 Feb 22, 2011 5:25:22 PM org.glassfish.loader.util.ASClassLoaderUtil getModuleClassPath FINE: ASClassLoaderUtil.getModuleClassPath for module Id : test-classes Feb 22, 2011 5:25:22 PM org.glassfish.loader.util.ASClassLoaderUtil getModuleClassPath FINE: Final classpath: /Users/ljnelson/.m2/repository/org/apache/maven/surefire/surefire-booter/2.6/surefire-booter-2.6.jar:/Users/ljnelson/.m2/repository/org/apache/maven/surefire/surefire-api/2.6/surefire-api-2.6.jar:/Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/test-classes/:/Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/classes/:/Users/ljnelson/.m2/repository/com/jenzabar/ngp/ngp-dao-api/1.0-SNAPSHOT/ngp-dao-api-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/ngp/ngp-identity-api/1.0-SNAPSHOT/ngp-identity-api-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/testing/junit-ejb-dbunit-mem/1.0-SNAPSHOT/junit-ejb-dbunit-mem-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/testing/junit-liquibase-dbunit-mem/1.0-SNAPSHOT/junit-liquibase-dbunit-mem-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/testing/junit-dbunit-mem/1.0-SNAPSHOT/junit-dbunit-mem-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/jenzabar-liquibase/1.0-SNAPSHOT/jenzabar-liquibase-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/org/mvel/mvel2/2.0.19/mvel2-2.0.19.jar:/Users/ljnelson/.m2/repository/net/java/dev/stax-utils/stax-utils/20060502/stax-utils-20060502.jar:/Users/ljnelson/.m2/repository/org/liquibase/liquibase-core/2.0.1/liquibase-core-2.0.1.jar:/Users/ljnelson/.m2/repository/org/glassfish/extras/glassfish-embedded-all/3.1-b41/glassfish-embedded-all-3.1-b41.jar:/Users/ljnelson/.m2/repository/org/dbunit/dbunit/2.4.8/dbunit-2.4.8.jar:/Users/ljnelson/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar:/Users/ljnelson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/Users/ljnelson/.m2/repository/com/h2database/h2/1.3.148/h2-1.3.148.jar:/Users/ljnelson/.m2/repository/org/glassfish/javax.ejb/3.1-b41/javax.ejb-3.1-b41.jar:/Users/ljnelson/.m2/repository/org/glassfish/javax.transaction/3.1-b41/javax.transaction-3.1-b41.jar:/Users/ljnelson/.m2/repository/org/glassfish/javax.annotation/3.1-b41/javax.annotation-3.1-b41.jar:/Users/ljnelson/.m2/repository/org/eclipse/persistence/javax.persistence/2.0.0/javax.persistence-2.0.0.jar:/Users/ljnelson/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar:/Users/ljnelson/.m2/repository/org/apache/maven/surefire/surefire-booter/2.6/surefire-booter-2.6.jar:/Users/ljnelson/.m2/repository/org/apache/maven/surefire/surefire-api/2.6/surefire-api-2.6.jar:/Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/test-classes/:/Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/classes/:/Users/ljnelson/.m2/repository/com/jenzabar/ngp/ngp-dao-api/1.0-SNAPSHOT/ngp-dao-api-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/ngp/ngp-identity-api/1.0-SNAPSHOT/ngp-identity-api-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/testing/junit-ejb-dbunit-mem/1.0-SNAPSHOT/junit-ejb-dbunit-mem-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/testing/junit-liquibase-dbunit-mem/1.0-SNAPSHOT/junit-liquibase-dbunit-mem-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/testing/junit-dbunit-mem/1.0-SNAPSHOT/junit-dbunit-mem-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/com/jenzabar/jenzabar-liquibase/1.0-SNAPSHOT/jenzabar-liquibase-1.0-SNAPSHOT.jar:/Users/ljnelson/.m2/repository/org/mvel/mvel2/2.0.19/mvel2-2.0.19.jar:/Users/ljnelson/.m2/repository/net/java/dev/stax-utils/stax-utils/20060502/stax-utils-20060502.jar:/Users/ljnelson/.m2/repository/org/liquibase/liquibase-core/2.0.1/liquibase-core-2.0.1.jar:/Users/ljnelson/.m2/repository/org/glassfish/extras/glassfish-embedded-all/3.1-b41/glassfish-embedded-all-3.1-b41.jar:/Users/ljnelson/.m2/repository/org/dbunit/dbunit/2.4.8/dbunit-2.4.8.jar:/Users/ljnelson/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar:/Users/ljnelson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/Users/ljnelson/.m2/repository/com/h2database/h2/1.3.148/h2-1.3.148.jar:/Users/ljnelson/.m2/repository/org/glassfish/javax.ejb/3.1-b41/javax.ejb-3.1-b41.jar:/Users/ljnelson/.m2/repository/org/glassfish/javax.transaction/3.1-b41/javax.transaction-3.1-b41.jar:/Users/ljnelson/.m2/repository/org/glassfish/javax.annotation/3.1-b41/javax.annotation-3.1-b41.jar:/Users/ljnelson/.m2/repository/org/eclipse/persistence/javax.persistence/2.0.0/javax.persistence-2.0.0.jar:/Users/ljnelson/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar: Feb 22, 2011 5:25:22 PM org.glassfish.persistence.jpa.JPADeployer isEMFCreationRequired FINER: isEMFCreationRequired(): deploy: true enabled: true isDas: true Feb 22, 2011 5:25:22 PM org.glassfish.persistence.jpa.JPADeployer isEMFCreationRequired FINER: isEMFCreationRequired(): returning createEMFs:true Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.DataSourceDefinitionDeployer@3d9713ea Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.DataSourceDefinitionDeployer@3d9713ea Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.DataSourceDefinitionDeployer@3d9713ea Feb 22, 2011 5:25:22 PM PersistenceUnitLoaderImpl _getJtaDataSource FINE: JTADSName = java:global/jdbc/H2Test Feb 22, 2011 5:25:22 PM PersistenceUnitInfoImpl _getNonJtaDataSource FINE: nonJTADSName = java:global/jdbc/H2Test Feb 22, 2011 5:25:22 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={com.sun.enterprise.connectors.jndisuffix=__pm, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory} Feb 22, 2011 5:25:22 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={com.sun.enterprise.connectors.jndisuffix=__pm, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:22 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.container.common.impl.JavaModuleNamingProxy@39c26db4 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.container.common.impl.JavaModuleNamingProxy@39c26db4 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.container.common.impl.JavaModuleNamingProxy@39c26db4 Feb 22, 2011 5:25:22 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory} Feb 22, 2011 5:25:22 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:22 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.container.common.impl.JavaModuleNamingProxy@39c26db4 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.ejb.containers.InternalInterceptorBindingNamingProxy@2ed4a1d3 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.ejb.containers.InternalInterceptorBindingNamingProxy@2ed4a1d3 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.ejb.containers.InternalInterceptorBindingNamingProxy@2ed4a1d3 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.ejb.containers.TimerServiceNamingProxy@2e9c76 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.ejb.containers.TimerServiceNamingProxy@2e9c76 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.ejb.containers.TimerServiceNamingProxy@2e9c76 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.ejb.containers.EJBContextNamingProxy@111f2041 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.ejb.containers.EJBContextNamingProxy@111f2041 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.ejb.containers.EJBContextNamingProxy@111f2041 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.transaction.TransactionNamingProxy@546da8eb Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.transaction.TransactionNamingProxy@546da8eb Feb 22, 2011 5:25:22 PM com.sun.hk2.component.FactoryCreator create FINER: factory LazyInhabitant-1277899933(com.sun.enterprise.v3.server.ExecutorServiceFactory, active: SingletonInhabitant-2074982328(com.sun.enterprise.v3.server.ExecutorServiceFactory)) invoked Feb 22, 2011 5:25:22 PM com.sun.hk2.component.FactoryCreator create FINER: factory created object java.util.concurrent.ThreadPoolExecutor@430e468f Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on java.util.concurrent.ThreadPoolExecutor@430e468f Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on java.util.concurrent.ThreadPoolExecutor@430e468f Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object java.util.concurrent.ThreadPoolExecutor@430e468f Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.transaction.TransactionNamingProxy@546da8eb Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.transaction.TransactionNamingProxy@546da8eb Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.kernel.bean_validator.BeanValidatorNamingProxy@65459c6f Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.kernel.bean_validator.BeanValidatorNamingProxy@65459c6f Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.kernel.bean_validator.BeanValidatorNamingProxy@65459c6f Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.enterprise.iiop.api.HandleDelegateNamingProxy@5cfab5b1 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.enterprise.iiop.api.HandleDelegateNamingProxy@5cfab5b1 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.enterprise.iiop.api.HandleDelegateNamingProxy@5cfab5b1 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.enterprise.iiop.api.ORBNamingProxy@3c7038b9 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.enterprise.iiop.api.ORBNamingProxy@3c7038b9 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.enterprise.iiop.api.ORBNamingProxy@3c7038b9 Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.weld.BeanManagerNamingProxy@3b26456a Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.weld.BeanManagerNamingProxy@3b26456a Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.weld.WeldDeployer@2fbb3e9a Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.weld.WeldDeployer@2fbb3e9a Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.weld.WeldDeployer@2fbb3e9a Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.weld.WeldDeployer@2fbb3e9a Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.weld.BeanManagerNamingProxy@3b26456a Feb 22, 2011 5:25:22 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( java:global/jdbc/H2Test) Feb 22, 2011 5:25:22 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : java:global/jdbc/H2Test Feb 22, 2011 5:25:22 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup java:global/jdbc/H2Test Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.AdminObjectResourceDeployer@5b3ac14d Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.AdminObjectResourceDeployer@5b3ac14d Feb 22, 2011 5:25:22 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.AdminObjectResourceDeployer@5b3ac14d Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.MailResourceDeployer@41ed8741 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.MailResourceDeployer@41ed8741 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.MailResourceDeployer@41ed8741 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.ExternalJndiResourceDeployer@ecf2c09 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.ExternalJndiResourceDeployer@ecf2c09 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.ExternalJndiResourceDeployer@ecf2c09 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.ConnectorConnectionPoolDeployer@774b9b80 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.ConnectorConnectionPoolDeployer@774b9b80 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.ConnectorConnectionPoolDeployer@774b9b80 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.JdbcResourceDeployer@45e881b6 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.JdbcResourceDeployer@45e881b6 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.JdbcResourceDeployer@45e881b6 Feb 22, 2011 5:25:23 PM com.sun.enterprise.connectors.util.ResourcesUtil isResourceReferenceEnabled FINE: ResourcesUtil :: isResourceReferenceEnabled ref enabled ?true Feb 22, 2011 5:25:23 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( __SYSTEM/pools/H2TestPool) Feb 22, 2011 5:25:23 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:23 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:23 PM com.sun.enterprise.connectors.ConnectorRegistry getActiveResourceAdapter FINE: returning/found the resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:23 PM org.glassfish.admin.monitor.MonitoringBootstrap processManifest FINE: probe providers = com.sun.gjc.monitoring.StatementCacheProbeProvider,com.sun.gjc.monitoring.SQLTraceProbeProvider,com.sun.gjc.monitoring.StatementLeakProbeProvider Feb 22, 2011 5:25:23 PM org.glassfish.admin.monitor.MonitoringBootstrap processProbeProviderClass FINE: processProbeProviderClass for class com.sun.gjc.monitoring.StatementCacheProbeProvider Feb 22, 2011 5:25:23 PM org.glassfish.flashlight.impl.provider.FlashlightProbeProviderFactory getProbeProvider FINE: ModuleProviderName= glassfish Module= jdbcra ProbeProviderName= statementcache ProviderClazz= class com.sun.gjc.monitoring.StatementCacheProbeProvider Feb 22, 2011 5:25:23 PM org.glassfish.admin.monitor.MonitoringBootstrap processProbeProviderClass FINE: processProbeProviderClass for class com.sun.gjc.monitoring.SQLTraceProbeProvider Feb 22, 2011 5:25:23 PM org.glassfish.flashlight.impl.provider.FlashlightProbeProviderFactory getProbeProvider FINE: ModuleProviderName= glassfish Module= jdbcra ProbeProviderName= sqltracing ProviderClazz= class com.sun.gjc.monitoring.SQLTraceProbeProvider Feb 22, 2011 5:25:23 PM org.glassfish.admin.monitor.MonitoringBootstrap processProbeProviderClass FINE: processProbeProviderClass for class com.sun.gjc.monitoring.StatementLeakProbeProvider Feb 22, 2011 5:25:23 PM org.glassfish.flashlight.impl.provider.FlashlightProbeProviderFactory getProbeProvider FINE: ModuleProviderName= glassfish Module= jdbcra ProbeProviderName= statementleak ProviderClazz= class com.sun.gjc.monitoring.StatementLeakProbeProvider Feb 22, 2011 5:25:23 PM com.sun.enterprise.connectors.ConnectorRegistry getLockObject FINE: added lock-object [ java.lang.Object@5889949a ] for rar : __ds_jdbc_ra Feb 22, 2011 5:25:23 PM com.sun.enterprise.connectors.ConnectorRegistry getActiveResourceAdapter FINE: returning/found the resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.ConnectorArchivist@69912a56 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.ConnectorArchivist@69912a56 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.deployment.util.ConnectorValidator@3972aa3f Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.deployment.util.ConnectorValidator@3972aa3f Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.deployment.util.ConnectorValidator@3972aa3f Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLWebArchivist@17072b90 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLWebArchivist@17072b90 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLWebArchivist@17072b90 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLApplicationArchivist@57bd06bf Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@57bd06bf Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLApplicationArchivist@57bd06bf Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.archivist.WLEjbArchivist@3b061299 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.archivist.WLEjbArchivist@3b061299 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.WLEjbArchivist@3b061299 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@baf1915 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@baf1915 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.deployment.archivist.EjbInWarArchivist@baf1915 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.archivist.ConnectorArchivist@69912a56 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.deployment.annotation.impl.RarScanner@749cd006 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.deployment.annotation.impl.RarScanner@749cd006 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.deployment.annotation.impl.RarScanner@749cd006 Feb 22, 2011 5:25:23 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.deployment.annotation.impl.RarScanner@749cd006 Feb 22, 2011 5:25:23 PM com.sun.enterprise.deployment.annotation.impl.RarScanner process FINE: archiveFile is /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra Feb 22, 2011 5:25:23 PM com.sun.enterprise.deployment.annotation.impl.RarScanner process FINE: classLoader is ASURLClassLoader : urlSet = [URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/, URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar] doneCalled = false Parent -> APIClassLoader Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser parse FINE: at 1298413523208in org.glassfish.hk2.classmodel.reflect.Parser@1174ec5 submitting file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser parse FINE: submitting file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$3 call FINE: elected file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$3 call FINE: started working at 1298413523210in org.glassfish.hk2.classmodel.reflect.Parser$3@18247418 on /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: Parsing file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ on thread dol-jar-scanner Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: Parsing file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser parse FINE: at 1298413523211in org.glassfish.hk2.classmodel.reflect.Parser@1174ec5 submitting file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser parse FINE: submitting file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/common/DataSourceObjectBuilder.class Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/common/DataSourceObjectBuilder.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$3 call FINE: elected file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$3 call FINE: started working at 1298413523213in org.glassfish.hk2.classmodel.reflect.Parser$3@361bb8ea on /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: Parsing file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar on thread dol-jar-scanner Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: Parsing file /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser awaitTermination FINE: Await iterating at 1298413523213 waiting for 2 Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/common/DataSourceObjectBuilder.class Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/common/DataSourceObjectBuilder.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/common/DataSourceSpec.class Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/common/DataSourceSpec.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/common/DataSourceSpec.class Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/common/DataSourceSpec.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/JdbcRAConstants.class Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/JdbcRAConstants.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/JdbcStatsProvider.class Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/JdbcStatsProvider.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/JdbcRAConstants.class Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/JdbcRAConstants.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/SQLTraceProbeProvider.class Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/JdbcStatsProvider.class Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/SQLTraceProbeProvider.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/JdbcStatsProvider.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:23 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/StatementCacheProbeProvider.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/StatementCacheProbeProvider.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/StatementLeakProbeProvider.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/StatementLeakProbeProvider.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/SQLTraceProbeProvider.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/SQLTraceProbeProvider.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ConnectionManager.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ConnectionManager.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/StatementCacheProbeProvider.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/StatementCacheProbeProvider.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ConnectionRequestInfo.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ConnectionRequestInfo.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/monitoring/StatementLeakProbeProvider.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/monitoring/StatementLeakProbeProvider.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/DSManagedConnectionFactory.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ConnectionManager.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/DSManagedConnectionFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ConnectionManager.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/JdbcObjectsFactory$1.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ConnectionRequestInfo.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ConnectionRequestInfo.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/JdbcObjectsFactory$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/DSManagedConnectionFactory.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/JdbcObjectsFactory.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/DSManagedConnectionFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/JdbcObjectsFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/LocalTransaction.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/JdbcObjectsFactory$1.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/LocalTransaction.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/JdbcObjectsFactory$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/JdbcObjectsFactory.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ManagedConnection.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/JdbcObjectsFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ManagedConnection.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/LocalTransaction.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/LocalTransaction.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ManagedConnection.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ManagedConnection.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ManagedConnectionFactory.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ManagedConnectionFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ManagedConnectionFactory.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ManagedConnectionFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ManagedConnectionMetaData.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ManagedConnectionMetaData.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ManagedConnectionMetaData.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ManagedConnectionMetaData.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ResourceAdapter.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/ResourceAdapter.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ResourceAdapter.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/ResourceAdapter.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/XAResourceImpl.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/XAResourceImpl.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/XAResourceImpl.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/XAResourceImpl.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/CacheObjectKey.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/CacheObjectKey.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/CacheObjectKey.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/CacheObjectKey.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/CallableStatementWrapper.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/CallableStatementWrapper.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/CallableStatementWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/CallableStatementWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/ConnectionHolder$ConnectionType.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/ConnectionHolder$ConnectionType.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/ConnectionHolder$ConnectionType.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/ConnectionHolder$ConnectionType.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/ConnectionHolder.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/ConnectionHolder.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/ConnectionHolder.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/ConnectionWrapper.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/ConnectionWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/DataSource.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/DataSource.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/DatabaseMetaDataWrapper.class Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/DatabaseMetaDataWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:24 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/ConnectionHolder.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/PreparedStatementWrapper.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/ConnectionWrapper.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/PreparedStatementWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/ResultSetWrapper.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/ResultSetWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/StatementWrapper.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/StatementWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/Cache.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/Cache.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/CacheFactory$1.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/CacheFactory$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/CacheFactory.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/CacheFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/ConnectionWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/DataSource.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/LRUCacheImpl$CacheEntry.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/DataSource.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/LRUCacheImpl$CacheEntry.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/LRUCacheImpl.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/DatabaseMetaDataWrapper.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/LRUCacheImpl.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/DatabaseMetaDataWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/SynchronizedCache.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/SynchronizedCache.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/PreparedStatementWrapper.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/CallableStatementWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/PreparedStatementWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/CallableStatementWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ConnectionHolder30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ConnectionHolder30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/ResultSetWrapper.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ConnectionWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/ResultSetWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ConnectionWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/StatementWrapper.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/DataSource30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/StatementWrapper.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/DataSource30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/Cache.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/DatabaseMetaDataWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/Cache.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/DatabaseMetaDataWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/CacheFactory$1.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/CacheFactory$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/Jdbc30ObjectsFactory.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/Jdbc30ObjectsFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/CacheFactory.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/CacheFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/PreparedStatementWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/PreparedStatementWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/LRUCacheImpl$CacheEntry.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/LRUCacheImpl$CacheEntry.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ProfiledConnectionWrapper30$1.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/LRUCacheImpl.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ProfiledConnectionWrapper30$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/LRUCacheImpl.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ProfiledConnectionWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/base/datastructure/SynchronizedCache.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/base/datastructure/SynchronizedCache.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ProfiledConnectionWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/CallableStatementWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/CallableStatementWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ResultSetWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ConnectionHolder30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ResultSetWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ConnectionHolder30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/StatementWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ConnectionWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/StatementWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ConnectionWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/CallableStatementWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/CallableStatementWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/DataSource30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/DataSource30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ConnectionHolder40$1.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ConnectionHolder40$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/DatabaseMetaDataWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/DatabaseMetaDataWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ConnectionHolder40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ConnectionHolder40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/Jdbc30ObjectsFactory.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/Jdbc30ObjectsFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ConnectionWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/PreparedStatementWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ConnectionWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/PreparedStatementWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/DataSource40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/DataSource40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ProfiledConnectionWrapper30$1.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ProfiledConnectionWrapper30$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/DatabaseMetaDataWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/DatabaseMetaDataWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ProfiledConnectionWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ProfiledConnectionWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/Jdbc40ObjectsFactory.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/Jdbc40ObjectsFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/ResultSetWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/PreparedStatementWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/ResultSetWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/PreparedStatementWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc30/StatementWrapper30.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ProfiledConnectionWrapper40$1.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc30/StatementWrapper30.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ProfiledConnectionWrapper40$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/CallableStatementWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ProfiledConnectionWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/CallableStatementWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ProfiledConnectionWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ConnectionHolder40$1.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ResultSetWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ConnectionHolder40$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ResultSetWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ConnectionHolder40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/StatementWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ConnectionHolder40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/StatementWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/MethodExecutor.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ConnectionWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/MethodExecutor.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ConnectionWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/DataSource40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTrace.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/DataSource40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTrace.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/DatabaseMetaDataWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTraceCache.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/DatabaseMetaDataWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTraceCache.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/Jdbc40ObjectsFactory.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTraceDelegator.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/Jdbc40ObjectsFactory.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTraceDelegator.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTraceLogger.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/PreparedStatementWrapper40.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTraceLogger.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/PreparedStatementWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTraceTimerTask.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ProfiledConnectionWrapper40$1.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTraceTimerTask.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ProfiledConnectionWrapper40$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SecurityUtils$1.class Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SecurityUtils$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:25 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ProfiledConnectionWrapper40.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ProfiledConnectionWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SecurityUtils.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SecurityUtils.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/ResultSetWrapper40.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/ResultSetWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/StatementLeakDetector$StatementLeakTask.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/StatementLeakDetector$StatementLeakTask.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/spi/jdbc40/StatementWrapper40.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/spi/jdbc40/StatementWrapper40.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/StatementLeakDetector.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/StatementLeakDetector.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/MethodExecutor.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/MethodExecutor.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/StatementLeakListener.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/StatementLeakListener.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTrace.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTrace.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: Finished parsing /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar at 1298413526851 in 3638 ms Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: before running doneHook/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTraceCache.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTraceCache.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: after running doneHook /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTraceDelegator.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTraceDelegator.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser awaitTermination FINE: future finished at 1298413526852 for /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser awaitTermination FINER: result org.glassfish.hk2.classmodel.reflect.Parser$Result@1c52ac68 Result for /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTraceLogger.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTraceLogger.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser awaitTermination FINE: Await iterating at 1298413526853 waiting for 1 Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SQLTraceTimerTask.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SQLTraceTimerTask.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SecurityUtils$1.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SecurityUtils$1.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/SecurityUtils.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/SecurityUtils.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/StatementLeakDetector$StatementLeakTask.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/StatementLeakDetector$StatementLeakTask.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/StatementLeakDetector.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/StatementLeakDetector.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser$5 on FINER: Parsing class com/sun/gjc/util/StatementLeakListener.class Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor visit FINER: visiting com/sun/gjc/util/StatementLeakListener.class with classDefURI=file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: Finished parsing /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ at 1298413526857 in 3647 ms Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: before running doneHook/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser doJob FINE: after running doneHook /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser awaitTermination FINE: future finished at 1298413526857 for /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM org.glassfish.hk2.classmodel.reflect.Parser awaitTermination FINER: result org.glassfish.hk2.classmodel.reflect.Parser$Result@140de648 Result for /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setServerName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setGuaranteeIsolationLevel is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDatabaseName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDescription is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setRoleName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setValidationTableName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDataSourceName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setUser is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDatabaseName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setClassName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setLoginTimeOut is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setValidationTableName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDriverProperties is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setPortNumber is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setPassword is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setNetworkProtocol is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setGuaranteeIsolationLevel is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setPassword is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setLoginTimeOut is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setNetworkProtocol is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setServerName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDelimiter is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setClassName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setTransactionIsolation is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:26 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDriverProperties is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setConnectionValidationRequired is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setPortNumber is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setConnectionValidationRequired is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setValidationMethod is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setRoleName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDelimiter is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDataSourceName is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setTransactionIsolation is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setValidationMethod is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setUser is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ManagedConnectionFactory since setDescription is annotated with javax.resource.spi.ConfigProperty Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.ResourceAdapter since com.sun.gjc.spi.ResourceAdapter is annotated with javax.resource.spi.Connector Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Adding com.sun.gjc.spi.DSManagedConnectionFactory since com.sun.gjc.spi.DSManagedConnectionFactory is annotated with javax.resource.spi.ConnectionDefinition Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner calculateResults FINE: Done with results Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner getElements FINE: Getting com.sun.gjc.spi.DSManagedConnectionFactory Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner getElements FINE: Getting com.sun.gjc.spi.ManagedConnectionFactory Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner getElements FINE: Getting com.sun.gjc.spi.ResourceAdapter Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner getElements FINE: Getting com.sun.gjc.spi.DSManagedConnectionFactory Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner getElements FINE: Getting com.sun.gjc.spi.ManagedConnectionFactory Feb 22, 2011 5:25:27 PM com.sun.enterprise.deployment.annotation.impl.ModuleScanner getElements FINE: Getting com.sun.gjc.spi.ResourceAdapter Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.deployment.util.ConnectorValidator accept FINEST: Display Names: lang[en] = Resource Adapter Descriptions lang[en] = Resource adapter wrapping implementation of driver <== No attribute ==> Module Type = rar Module spec version = 1.6 Module ID = /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Roles[] = null displayName : /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ connector_description : smallIcon : null largeIcon : null vendorName : Sun Microsystems eisType : Database resourceadapter version : license_description : licenseRequired : false resourceAdapterClass : com.sun.gjc.spi.ResourceAdapter resourceAdapterClass [com.sun.gjc.spi.ResourceAdapter] config properties : ------------ ------------ Outbound Resource Adapter Info : connection-definitions: ------------ MCF : com.sun.gjc.spi.DSManagedConnectionFactory, MCF [com.sun.gjc.spi.DSManagedConnectionFactory] config properties : ------------ ------------[CF Interface : javax.sql.DataSource], [CF Class : com.sun.gjc.spi.base.DataSource], [Connection Interface : java.sql.Connection], [Connection Class : com.sun.gjc.spi.base.ConnectionHolder] ------------ transaction-support : LocalTransaction authentication-mechanism: ------------ [Type : BasicPassword], [Interface : javax.resource.spi.security.PasswordCredential] ------------ reauthenticate-support : false security-permission : Inbound Resource Adapter NOT available Admin Objects NOT available Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl createActiveResourceAdapter FINE: ResourceAdapterAdminServiceImpl :: createActiveRA __ds_jdbc_ra at /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getActiveResourceAdapter FINE: returning/found the resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl createActiveResourceAdapter FINE: No classloader available with connector descriptor Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl createActiveResourceAdapter FINE: ResourceAdapterAdminServiceImpl :: createActiveRA __ds_jdbc_ra at /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra loader :: null Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.inbound.ActiveInboundResourceAdapterImpl@23245e75 Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.inbound.ActiveInboundResourceAdapterImpl@23245e75 Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.inbound.ActiveInboundResourceAdapterImpl@23245e75 Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.ActiveResourceAdapterImpl@6b04d3c8 Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.ActiveResourceAdapterImpl@6b04d3c8 Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.ActiveResourceAdapterImpl@6b04d3c8 Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.ActiveOutboundResourceAdapter@9ec265c Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.ActiveOutboundResourceAdapter@9ec265c Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.ActiveOutboundResourceAdapter@9ec265c Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ActiveRAFactory getActiveRA FINEST: found active-RA for the module [ __ds_jdbc_ra ] com.sun.enterprise.connectors.ActiveOutboundResourceAdapter Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getResourceAdapterConfig FINE: Returing the resourceadapter Config from registry. Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ActiveOutboundResourceAdapter logMergedProperties FINE: Passing in the following properties before calling RA.start of __ds_jdbc_ra Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ActiveOutboundResourceAdapter logMergedProperties FINE: Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getBeanValidator FINE: returning/found the validator for RAR [ __ds_jdbc_ra ] from connector registry Feb 22, 2011 5:25:27 PM org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA FINE: Found javax.persistence.PersistenceUtil on classpath. Feb 22, 2011 5:25:27 PM org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver. Feb 22, 2011 5:25:27 PM org.hibernate.validator.xml.ValidationXmlParser getValidationConfig FINE: No META-INF/validation.xml found. Using annotation based configuration only Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry addBeanValidator FINE: Added the bean validator for RAR [ __ds_jdbc_ra ] to connector registry Feb 22, 2011 5:25:27 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean com.sun.gjc.spi.ResourceAdapter are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getResourceAdapterConfig FINE: Returing the resourceadapter Config from registry. Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.work.WorkManagerFactory@6b38dba Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.work.WorkManagerFactory@6b38dba Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.work.WorkManagerFactory@6b38dba Feb 22, 2011 5:25:27 PM com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator handleFullLogging FINE: ORBTPOOL00001: Worker Thread Thread[p: thread-pool-1; w: 1,5,main] has been created with ClassLoader ASURLClassLoader : urlSet = [URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/, URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/generated/ejb/test-classes] doneCalled = false Parent -> org.glassfish.internal.api.DelegatingClassLoader@54828e7 Feb 22, 2011 5:25:27 PM com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator handleFullLogging FINE: ORBTPOOL00001: Worker Thread Thread[p: thread-pool-1; w: 2,5,main] has been created with ClassLoader ASURLClassLoader : urlSet = [URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/, URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/generated/ejb/test-classes] doneCalled = false Parent -> org.glassfish.internal.api.DelegatingClassLoader@54828e7 Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.connectors.work.context.WorkContextHandler@686baa51 Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.connectors.work.context.WorkContextHandler@686baa51 Feb 22, 2011 5:25:27 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.connectors.work.context.WorkContextHandler@686baa51 Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl createActiveResourceAdapter FINE: ResourceAdapterAdminServiceImpl :: createActiveRA __ds_jdbc_ra at /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra adding to registry com.sun.enterprise.connectors.ActiveOutboundResourceAdapter@9ec265c Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry addActiveResourceAdapter FINE: Added the active resource adapter to connector registry Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl createActiveResourceAdapter FINE: ResourceAdapterAdminServiceImpl:: createActiveRA __ds_jdbc_ra at /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra env =server ? true Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.ConnectorRegistry getResourceAdapterConfig FINE: Returing the resourceadapter Config from registry. Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl updateRAConfigInDescriptor FINE: current RAConfig In Descriptor [] Feb 22, 2011 5:25:27 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl createActiveResourceAdapter FINE: ResourceAdapterAdminServiceImpl :: createActiveRA __ds_jdbc_ra at /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra publishing descriptor __SYSTEM/descriptors/__ds_jdbc_ra Feb 22, 2011 5:25:27 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: Display Names: lang[en] = Resource Adapter Descriptions lang[en] = Resource adapter wrapping implementation of driver <== No attribute ==> Module Type = rar Module spec version = 1.6 Module ID = /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ Roles[] = null displayName : /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/lib/install/applications/__ds_jdbc_ra/ connector_description : smallIcon : null largeIcon : null vendorName : Sun Microsystems eisType : Database resourceadapter version : license_description : licenseRequired : false resourceAdapterClass : com.sun.gjc.spi.ResourceAdapter resourceAdapterClass [com.sun.gjc.spi.ResourceAdapter] config properties : ------------ ------------ Outbound Resource Adapter Info : connection-definitions: ------------ MCF : com.sun.gjc.spi.DSManagedConnectionFactory, MCF [com.sun.gjc.spi.DSManagedConnectionFactory] config properties : ------------[Name : TransactionIsolation], [Value: ], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : RoleName], [Value: ], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : Password], [Value: APP], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : User], [Value: APP], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : Description], [Value: Derby driver for datasource], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : ServerName], [Value: localhost], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : ValidationTableName], [Value: ], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : ClassName], [Value: org.apache.derby.jdbc.ClientConnectionPoolDataSource], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : PortNumber], [Value: 1527], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : DatabaseName], [Value: testdb], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : ConnectionValidationRequired], [Value: false], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : ValidationMethod], [Value: ], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : GuaranteeIsolationLevel], [Value: ], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : DataSourceName], [Value: ], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : NetworkProtocol], [Value: ], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : LoginTimeOut], [Value: 0], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : Delimiter], [Value: #], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false][Name : DriverProperties], [Value: ], [Type : java.lang.String][Confidential : false][Ignore : false][SupportsDynamicUpdates : false] ------------[CF Interface : javax.sql.DataSource], [CF Class : com.sun.gjc.spi.base.DataSource], [Connection Interface : java.sql.Connection], [Connection Class : com.sun.gjc.spi.base.ConnectionHolder] ------------ transaction-support : LocalTransaction authentication-mechanism: ------------ [Type : BasicPassword], [Interface : javax.resource.spi.security.PasswordCredential] ------------ reauthenticate-support : false security-permission : Inbound Resource Adapter NOT available Admin Objects NOT available Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.ActiveOutboundResourceAdapter setup FINE: Completed Active Resource adapter setup Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.ResourcesUtil isEnabled FINE: ResourcesUtil :: isEnabled Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.ConnectorResourceDeployer@3e30e173 Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.ConnectorResourceDeployer@3e30e173 Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.ConnectorResourceDeployer@3e30e173 Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.ResourceAdapterConfigDeployer@5a20d10a Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.ResourceAdapterConfigDeployer@5a20d10a Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.ResourceAdapterConfigDeployer@5a20d10a Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.ConnectorWorkSecurityMapDeployer@c971d55 Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.ConnectorWorkSecurityMapDeployer@c971d55 Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.ConnectorWorkSecurityMapDeployer@c971d55 Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.CustomResourceDeployer@15136019 Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.CustomResourceDeployer@15136019 Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.CustomResourceDeployer@15136019 Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer@1303368e Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer@1303368e Feb 22, 2011 5:25:28 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer@1303368e Feb 22, 2011 5:25:28 PM com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer actualDeployResource FINE: JdbcConnectionPoolDeployer - actualDeployResource : H2TestPool Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.ConnectionPoolObjectsUtils parseTransactionSupportString FINE: parseTransactionSupportString: passed in txSupport =>LocalTransaction Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.ConnectorRegistry getDescriptor FINE: Found/returing Connector descriptor in connector registry. Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:28 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: ConnectorConnectionPool :: H2TestPool steady size: 1 max pool size: 10 max wait time: 60000 pool resize qty: 2 Idle timeout: 300 failAllConnections: false Transaction Support Level: 1 isConnectionValidationRequired_ false preferValidateOverRecreate_ false matchConnections_ false associateWithThread_ false lazyConnectionAssoc_ false lazyConnectionEnlist_ false maxConnectionUsage_ 0 pingPoolDuringCreation_ false poolingOn_ true validateAtmostOncePeriod_ 0 connectionLeakTracingTimeout_0 connectionReclaim_false connectionCreationRetryAttempts_0 connectionCreationRetryIntervalInMilliSeconds_10 nonTransactional_ false nonComponent_ false ConnectorDescriptorInfo -> rarName: __ds_jdbc_ra resource adapter class: com.sun.gjc.spi.ResourceAdapter connection def name: javax.sql.DataSource MCF Config properties-> ClassName:org.h2.jdbcx.JdbcDataSource ConnectionValidationRequired:false ValidationMethod:table ValidationTableName: ValidationClassName: TransactionIsolation: GuaranteeIsolationLevel:true StatementWrapping:true StatementTimeout:-1 PoolMonitoringSubTreeRoot:resources/H2TestPool PoolName:H2TestPool StatementCacheSize:0 InitSql:null SqlTraceListeners:null StatementLeakTimeoutInSeconds:0 StatementLeakReclaim:false User:sa Password:**** DriverProperties:setUrl#jdbc:h2:mem:test;DB_CLOSE_DELAY=-1## Delimiter:# EscapeCharacter:\ Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.ConnectorRegistry isMCFCreated FINE: isMCFCreated H2TestPool - false Feb 22, 2011 5:25:28 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( __SYSTEM/pools/H2TestPool) Feb 22, 2011 5:25:28 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:28 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:28 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: ConnectorConnectionPool :: H2TestPool steady size: 1 max pool size: 10 max wait time: 60000 pool resize qty: 2 Idle timeout: 300 failAllConnections: false Transaction Support Level: 1 isConnectionValidationRequired_ false preferValidateOverRecreate_ false matchConnections_ false associateWithThread_ false lazyConnectionAssoc_ false lazyConnectionEnlist_ false maxConnectionUsage_ 0 pingPoolDuringCreation_ false poolingOn_ true validateAtmostOncePeriod_ 0 connectionLeakTracingTimeout_0 connectionReclaim_false connectionCreationRetryAttempts_0 connectionCreationRetryIntervalInMilliSeconds_10 nonTransactional_ false nonComponent_ false ConnectorDescriptorInfo -> rarName: __ds_jdbc_ra resource adapter class: com.sun.gjc.spi.ResourceAdapter connection def name: javax.sql.DataSource MCF Config properties-> ClassName:org.h2.jdbcx.JdbcDataSource ConnectionValidationRequired:false ValidationMethod:table ValidationTableName: ValidationClassName: TransactionIsolation: GuaranteeIsolationLevel:true StatementWrapping:true StatementTimeout:-1 PoolMonitoringSubTreeRoot:resources/H2TestPool PoolName:H2TestPool StatementCacheSize:0 InitSql:null SqlTraceListeners:null StatementLeakTimeoutInSeconds:0 StatementLeakReclaim:false User:sa Password:**** DriverProperties:setUrl#jdbc:h2:mem:test;DB_CLOSE_DELAY=-1## Delimiter:# EscapeCharacter:\ Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.ConnectorRegistry getActiveResourceAdapter FINE: returning/found the resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setClassName(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , org.h2.jdbcx.JdbcDataSource ] Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setConnectionValidationRequired(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , false ] Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setValidationMethod(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , table ] Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setGuaranteeIsolationLevel(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , true ] Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setStatementWrapping(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , true ] Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setStatementTimeout(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , -1 ] Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setPoolMonitoringSubTreeRoot(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , resources/H2TestPool ] Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:28 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setPoolName(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , H2TestPool ] Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setStatementCacheSize(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , 0 ] Feb 22, 2011 5:25:29 PM com.sun.gjc.spi.ManagedConnectionFactory detectStatementCachingSupport FINE: StatementCaching Size : 0 Feb 22, 2011 5:25:29 PM com.sun.gjc.spi.ManagedConnectionFactory detectStatementCachingSupport FINE: Default StatementCaching Type : LRUCacheImpl Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setInitSql(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , null ] Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setSqlTraceListeners(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , null ] Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setStatementLeakTimeoutInSeconds(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , 0 ] Feb 22, 2011 5:25:29 PM com.sun.gjc.spi.ManagedConnectionFactory detectStatementLeakSupport FINE: StatementLeakTimeout in seconds: 0 & StatementLeakReclaim: false for pool : H2TestPool Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setStatementLeakReclaim(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , false ] Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setUser(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , sa ] Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setDriverProperties(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , setUrl#jdbc:h2:mem:test;DB_CLOSE_DELAY=-1## ] Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setDelimiter(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , # ] Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod FINER: Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.util.SetMethodAction run FINER: Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setEscapeCharacter(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , \ ] Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.ActiveResourceAdapterImpl createManagedConnectionFactory FINE: Created MCF object : Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.ConnectorRegistry getBeanValidator FINE: returning/found the validator for RAR [ __ds_jdbc_ra ] from connector registry Feb 22, 2011 5:25:29 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean com.sun.gjc.spi.DSManagedConnectionFactory are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( __SYSTEM/pools/H2TestPool) Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: ConnectorConnectionPool :: H2TestPool steady size: 1 max pool size: 10 max wait time: 60000 pool resize qty: 2 Idle timeout: 300 failAllConnections: false Transaction Support Level: 1 isConnectionValidationRequired_ false preferValidateOverRecreate_ false matchConnections_ false associateWithThread_ false lazyConnectionAssoc_ false lazyConnectionEnlist_ false maxConnectionUsage_ 0 pingPoolDuringCreation_ false poolingOn_ true validateAtmostOncePeriod_ 0 connectionLeakTracingTimeout_0 connectionReclaim_false connectionCreationRetryAttempts_0 connectionCreationRetryIntervalInMilliSeconds_10 nonTransactional_ false nonComponent_ false ConnectorDescriptorInfo -> rarName: __ds_jdbc_ra resource adapter class: com.sun.gjc.spi.ResourceAdapter connection def name: javax.sql.DataSource MCF Config properties-> ClassName:org.h2.jdbcx.JdbcDataSource ConnectionValidationRequired:false ValidationMethod:table ValidationTableName: ValidationClassName: TransactionIsolation: GuaranteeIsolationLevel:true StatementWrapping:true StatementTimeout:-1 PoolMonitoringSubTreeRoot:resources/H2TestPool PoolName:H2TestPool StatementCacheSize:0 InitSql:null SqlTraceListeners:null StatementLeakTimeoutInSeconds:0 StatementLeakReclaim:false User:sa Password:**** DriverProperties:setUrl#jdbc:h2:mem:test;DB_CLOSE_DELAY=-1## Delimiter:# EscapeCharacter:\ Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl logFine FINE: PoolMetaData : H2TestPool txSupport => 1 isPM_ => false isNonTx_ => false isLazyEnlistable_ => false isLazyAssociatable => false securityMap => Feb 22, 2011 5:25:29 PM com.sun.enterprise.connectors.ConnectorRegistry addManagedConnectionFactory FINE: Added MCF to connector registry for: H2TestPool Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( __SYSTEM/pools/H2TestPool) Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: ConnectorConnectionPool :: H2TestPool steady size: 1 max pool size: 10 max wait time: 60000 pool resize qty: 2 Idle timeout: 300 failAllConnections: false Transaction Support Level: 1 isConnectionValidationRequired_ false preferValidateOverRecreate_ false matchConnections_ false associateWithThread_ false lazyConnectionAssoc_ false lazyConnectionEnlist_ false maxConnectionUsage_ 0 pingPoolDuringCreation_ false poolingOn_ true validateAtmostOncePeriod_ 0 connectionLeakTracingTimeout_0 connectionReclaim_false connectionCreationRetryAttempts_0 connectionCreationRetryIntervalInMilliSeconds_10 nonTransactional_ false nonComponent_ false ConnectorDescriptorInfo -> rarName: __ds_jdbc_ra resource adapter class: com.sun.gjc.spi.ResourceAdapter connection def name: javax.sql.DataSource MCF Config properties-> ClassName:org.h2.jdbcx.JdbcDataSource ConnectionValidationRequired:false ValidationMethod:table ValidationTableName: ValidationClassName: TransactionIsolation: GuaranteeIsolationLevel:true StatementWrapping:true StatementTimeout:-1 PoolMonitoringSubTreeRoot:resources/H2TestPool PoolName:H2TestPool StatementCacheSize:0 InitSql:null SqlTraceListeners:null StatementLeakTimeoutInSeconds:0 StatementLeakReclaim:false User:sa Password:**** DriverProperties:setUrl#jdbc:h2:mem:test;DB_CLOSE_DELAY=-1## Delimiter:# EscapeCharacter:\ Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.datastructure.DataStructureFactory debug FINE: Initializing RWLock DataStructure Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.datastructure.RWLockDataStructure FINEST: initializing reentrant ds Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.waitqueue.DefaultPoolWaitQueue debug FINE: Initializing default Pool Wait Queue Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.waitqueue.PoolWaitQueueFactory debug FINE: Initializing Default Pool Wait Queue Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.waitqueue.DefaultPoolWaitQueue debug FINE: Initializing default Pool Wait Queue Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.waitqueue.PoolWaitQueueFactory debug FINE: Initializing Default Pool Wait Queue Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.ConnectionPool FINE: Connection Pool : H2TestPool Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.ResourcePoolFactoryImpl newInstance FINE: Created a pool of type : STANDARD_POOL Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.PoolManagerImpl addPool FINE: Adding pool H2TestPoolto pooltable Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool FINE: Created connection pool and added it to PoolManager :Pool [H2TestPool] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off Feb 22, 2011 5:25:29 PM com.sun.enterprise.resource.pool.monitor.ConnectionPoolStatsProviderBootstrap poolCreated FINEST: Pool created : H2TestPool Feb 22, 2011 5:25:29 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:29 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:29 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = jdbc-connection-pool statsProvider = com.sun.enterprise.resource.pool.monitor.JdbcConnPoolStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:29 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory} Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:29 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getManagedConnectionFactory FINE: Returning the MCF from connector registry. Feb 22, 2011 5:25:30 PM com.sun.gjc.spi.ManagedConnectionFactory mcfCreated FINEST: MCF Created Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( __SYSTEM/pools/H2TestPool) Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: ConnectorConnectionPool :: H2TestPool steady size: 1 max pool size: 10 max wait time: 60000 pool resize qty: 2 Idle timeout: 300 failAllConnections: false Transaction Support Level: 1 isConnectionValidationRequired_ false preferValidateOverRecreate_ false matchConnections_ false associateWithThread_ false lazyConnectionAssoc_ false lazyConnectionEnlist_ false maxConnectionUsage_ 0 pingPoolDuringCreation_ false poolingOn_ true validateAtmostOncePeriod_ 0 connectionLeakTracingTimeout_0 connectionReclaim_false connectionCreationRetryAttempts_0 connectionCreationRetryIntervalInMilliSeconds_10 nonTransactional_ false nonComponent_ false ConnectorDescriptorInfo -> rarName: __ds_jdbc_ra resource adapter class: com.sun.gjc.spi.ResourceAdapter connection def name: javax.sql.DataSource MCF Config properties-> ClassName:org.h2.jdbcx.JdbcDataSource ConnectionValidationRequired:false ValidationMethod:table ValidationTableName: ValidationClassName: TransactionIsolation: GuaranteeIsolationLevel:true StatementWrapping:true StatementTimeout:-1 PoolMonitoringSubTreeRoot:resources/H2TestPool PoolName:H2TestPool StatementCacheSize:0 InitSql:null SqlTraceListeners:null StatementLeakTimeoutInSeconds:0 StatementLeakReclaim:false User:sa Password:**** DriverProperties:setUrl#jdbc:h2:mem:test;DB_CLOSE_DELAY=-1## Delimiter:# EscapeCharacter:\ Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( __SYSTEM/pools/H2TestPool) Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: ConnectorConnectionPool :: H2TestPool steady size: 1 max pool size: 10 max wait time: 60000 pool resize qty: 2 Idle timeout: 300 failAllConnections: false Transaction Support Level: 1 isConnectionValidationRequired_ false preferValidateOverRecreate_ false matchConnections_ false associateWithThread_ false lazyConnectionAssoc_ false lazyConnectionEnlist_ false maxConnectionUsage_ 0 pingPoolDuringCreation_ false poolingOn_ true validateAtmostOncePeriod_ 0 connectionLeakTracingTimeout_0 connectionReclaim_false connectionCreationRetryAttempts_0 connectionCreationRetryIntervalInMilliSeconds_10 nonTransactional_ false nonComponent_ false ConnectorDescriptorInfo -> rarName: __ds_jdbc_ra resource adapter class: com.sun.gjc.spi.ResourceAdapter connection def name: javax.sql.DataSource MCF Config properties-> ClassName:org.h2.jdbcx.JdbcDataSource ConnectionValidationRequired:false ValidationMethod:table ValidationTableName: ValidationClassName: TransactionIsolation: GuaranteeIsolationLevel:true StatementWrapping:true StatementTimeout:-1 PoolMonitoringSubTreeRoot:resources/H2TestPool PoolName:H2TestPool StatementCacheSize:0 InitSql:null SqlTraceListeners:null StatementLeakTimeoutInSeconds:0 StatementLeakReclaim:false User:sa Password:**** DriverProperties:setUrl#jdbc:h2:mem:test;DB_CLOSE_DELAY=-1## Delimiter:# EscapeCharacter:\ Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test__pm Feb 22, 2011 5:25:30 PM com.sun.enterprise.resource.deployer.JdbcResourceDeployer deployResource FINEST: deployed resource java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={com.sun.enterprise.connectors.jndisuffix=__pm, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={com.sun.enterprise.connectors.jndisuffix=__pm, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( java:global/jdbc/H2Test) Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.resource.naming.ConnectorObjectFactory getObjectInstance FINE: ConnectorObjectFactory: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test Name:java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getActiveResourceAdapter FINE: returning/found the resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry isMCFCreated FINE: isMCFCreated H2TestPool - true Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getManagedConnectionFactory FINE: Returning the MCF from connector registry. Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectionManagerFactory logFine FINE: Creating plain ConnectionManager Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:30 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In createConnectionFactory(javax.resource.spi.ConnectionManager cxManager) Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:30 PM com.sun.enterprise.resource.naming.ConnectorObjectFactory getObjectInstance FINE: Connection Factory:com.sun.gjc.spi.jdbc40.DataSource40@1dc1de1c Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={com.sun.enterprise.connectors.jndisuffix=__nontx, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory} Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={com.sun.enterprise.connectors.jndisuffix=__nontx, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( java:global/jdbc/H2Test) Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.resource.naming.ConnectorObjectFactory getObjectInstance FINE: ConnectorObjectFactory: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test Name:java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getActiveResourceAdapter FINE: returning/found the resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry isMCFCreated FINE: isMCFCreated H2TestPool - true Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getManagedConnectionFactory FINE: Returning the MCF from connector registry. Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectionManagerFactory logFine FINE: Creating plain ConnectionManager Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:30 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In createConnectionFactory(javax.resource.spi.ConnectionManager cxManager) Feb 22, 2011 5:25:30 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:30 PM com.sun.enterprise.resource.naming.ConnectorObjectFactory getObjectInstance FINE: Connection Factory:com.sun.gjc.spi.jdbc40.DataSource40@22dd0f87 Feb 22, 2011 5:25:30 PM org.glassfish.persistence.jpa.PersistenceUnitLoader loadPU FINE: Loading persistence unit for application: "/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/"pu Root is: Feb 22, 2011 5:25:30 PM org.glassfish.persistence.jpa.PersistenceUnitLoader loadPU FINE: PersistenceInfo for this pud is : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ ngp org.eclipse.persistence.jpa.PersistenceProvider JTA com.sun.gjc.spi.jdbc40.DataSource40@1dc1de1c com.sun.gjc.spi.jdbc40.DataSource40@22dd0f87 false {eclipselink.target-database=org.eclipse.persistence.platform.database.H2Platform, eclipselink.weaving=false, eclipselink.logging.level=FINE, eclipselink.ddl-generation=drop-and-create-tables} ASURLClassLoader : urlSet = [URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/, URLEntry : file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/generated/ejb/test-classes] doneCalled = false Parent -> org.glassfish.internal.api.DelegatingClassLoader@5f2679f2 Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper FINE: ---> Origin: deploy Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper init FINE: ---> cliOverrides org.glassfish.deployment.admin.DeployCommand@6d7ffbf Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper getCreateTables FINE: ---> param true Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper getCreateTables FINE: ---> cliCreateTables null Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper getCreateTables FINE: ---> cliDropAndCreateTables null Feb 22, 2011 5:25:30 PM org.glassfish.persistence.jpa.JPAJava2DBProcessor isJava2DbPU FINE: Processing request with create tables: true, drop tables: true Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper setProcessorType FINE: ---> org.glassfish.persistence.processor_type.ngp JPA Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper setDropTablesValue FINE: ---> org.glassfish.persistence.drop_table_value_property.ngp true Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper setCreateTablesValue FINE: ---> org.glassfish.persistence.create_table_value_property.ngp true Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper setJndiName FINE: ---> org.glassfish.persistence.resource_jndi_name_property.ngp java:global/jdbc/H2Test Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper setCreateJdbcFileName FINE: ---> org.glassfish.persistence.create_jdbc_file_name_property.ngp test-classes_ngp_createDDL.jdbc Feb 22, 2011 5:25:30 PM org.glassfish.persistence.common.Java2DBProcessorHelper setDropJdbcFileName FINE: ---> org.glassfish.persistence.drop_jdbc_file_name_property.ngp test-classes_ngp_dropDDL.jdbc Feb 22, 2011 5:25:30 PM org.glassfish.persistence.jpa.JPAJava2DBProcessor isJava2DbPU FINE: Processing request to create files - create file: test-classes_ngp_createDDL.jdbc, drop file: test-classes_ngp_dropDDL.jdbc Feb 22, 2011 5:25:30 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.properties FINEST: property=eclipselink.logging.level; value=FINE; translated value=FINE Feb 22, 2011 5:25:31 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.properties FINEST: property=eclipselink.logging.level; value=FINE; translated value=FINE Feb 22, 2011 5:25:31 PM ArchiveFactoryImpl createArchive FINER: ENTRY file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ null Feb 22, 2011 5:25:31 PM ArchiveFactoryImpl createArchive FINER: protocol = file Feb 22, 2011 5:25:31 PM DirectoryArchive DirectoryArchive FINER: ENTRY /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes Feb 22, 2011 5:25:31 PM DirectoryArchive DirectoryArchive FINER: rootURL = file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:31 PM ArchiveFactoryImpl createArchive FINER: RETURN org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive@5506d4ea Feb 22, 2011 5:25:32 PM ArchiveFactoryImpl createArchive FINER: ENTRY file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ null Feb 22, 2011 5:25:32 PM ArchiveFactoryImpl createArchive FINER: protocol = file Feb 22, 2011 5:25:32 PM DirectoryArchive DirectoryArchive FINER: ENTRY /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes Feb 22, 2011 5:25:32 PM DirectoryArchive DirectoryArchive FINER: rootURL = file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:32 PM ArchiveFactoryImpl createArchive FINER: RETURN org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive@134a388b Feb 22, 2011 5:25:32 PM ArchiveFactoryImpl createArchive FINER: ENTRY file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ null Feb 22, 2011 5:25:32 PM ArchiveFactoryImpl createArchive FINER: protocol = file Feb 22, 2011 5:25:32 PM DirectoryArchive DirectoryArchive FINER: ENTRY /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes Feb 22, 2011 5:25:32 PM DirectoryArchive DirectoryArchive FINER: rootURL = file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:32 PM ArchiveFactoryImpl createArchive FINER: RETURN org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive@51d7aa64 Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.ejb_or_metadata CONFIG: The access type for the persistent class [class com.jenzabar.ngp.dao.ejb.Gorp] is set to [FIELD]. Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.ejb_or_metadata CONFIG: The alias name for the entity class [class com.jenzabar.ngp.dao.ejb.Gorp] is being defaulted to: Gorp. Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.ejb_or_metadata CONFIG: The table name for entity [class com.jenzabar.ngp.dao.ejb.Gorp] is being defaulted to: GORP. Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.ejb_or_metadata CONFIG: The table catalog for entity [class com.jenzabar.ngp.dao.ejb.Gorp] is being defaulted to: test. Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.ejb_or_metadata CONFIG: The table schema for entity [class com.jenzabar.ngp.dao.ejb.Gorp] is being defaulted to: ngp. Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.ejb_or_metadata CONFIG: The column name for element [field message] is being defaulted to: MESSAGE. Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.ejb_or_metadata CONFIG: The column name for element [field code] is being defaulted to: CODE. Feb 22, 2011 5:25:32 PM PersistenceUnitLoader loadPU FINE: emf = org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl@5ef4b65d Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.PersistenceUnitLoader loadPU FINE: Finished loading persistence unit for application: /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Module_Prepared Feb 22, 2011 5:25:32 PM org.glassfish.ejb.startup.EjbDeployer event FINE: EjbDeployer in APPLICATION_PREPARED for origin: deploy, target: server, name: test-classes Feb 22, 2011 5:25:32 PM org.glassfish.ejb.startup.EjbDeployer event FINE: EjbDeployer ... will only set the timeout application flag if any Feb 22, 2011 5:25:32 PM org.glassfish.ejb.startup.EjbDeployer event FINE: EjbDeployer using target for event as server Feb 22, 2011 5:25:32 PM org.glassfish.ejb.startup.EjbDeployer checkEjbBundleForTimers FINE: EjbDeployer.checkEjbBundleForTimers in BUNDLE: /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/ Feb 22, 2011 5:25:32 PM org.glassfish.ejb.startup.EjbDeployer checkEjbBundleForTimers FINE: EjbDeployer.checkEjbBundleForTimers in EJB: GorpManagerBean Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Application_Prepared Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.JPADeployer event FINE: JpaDeployer.event(): Handling APPLICATION_PREPARED origin is:deploy Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.PersistenceUnitLoader doJava2DB FINE: <--- To Create EM Feb 22, 2011 5:25:32 PM org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA FINE: Found javax.persistence.PersistenceUtil on classpath. Feb 22, 2011 5:25:32 PM org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver. Feb 22, 2011 5:25:32 PM org.hibernate.validator.xml.ValidationXmlParser getValidationConfig FINE: No META-INF/validation.xml found. Using annotation based configuration only Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory} Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( java:appserver/TransactionManager) Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : java:appserver/TransactionManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.JavaURLContext lookup FINE: In javaURLContext.lookup, name = java:appserver/TransactionManager serialcontext...null Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp INFO: EclipseLink, version: Eclipse Persistence Services - 2.2.0.v20110202-r8913 Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.connection CONFIG: connecting(DatabaseLogin( platform=>H2Platform user name=> "" connector=>JNDIConnector datasource name=>null )) Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectionManagerImpl allocateConnection FINE: RAR5036:Resource reference is not defined for JNDI name [java:global/jdbc/H2Test__nontx] Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In equals Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getDescriptor FINE: Found/returing Connector descriptor in connector registry. Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectionManagerImpl logFine FINE: ConnectionMgr: poolName H2TestPool txLevel : 1 Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning noTxResourceManager Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In createManagedConnection Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In equals Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In equals Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( __SYSTEM/pools/H2TestPool) Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup __SYSTEM/pools/H2TestPool Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: ConnectorConnectionPool :: H2TestPool steady size: 1 max pool size: 10 max wait time: 60000 pool resize qty: 2 Idle timeout: 300 failAllConnections: false Transaction Support Level: 1 isConnectionValidationRequired_ false preferValidateOverRecreate_ false matchConnections_ false associateWithThread_ false lazyConnectionAssoc_ false lazyConnectionEnlist_ false maxConnectionUsage_ 0 pingPoolDuringCreation_ false poolingOn_ true validateAtmostOncePeriod_ 0 connectionLeakTracingTimeout_0 connectionReclaim_false connectionCreationRetryAttempts_0 connectionCreationRetryIntervalInMilliSeconds_10 nonTransactional_ false nonComponent_ false ConnectorDescriptorInfo -> rarName: __ds_jdbc_ra resource adapter class: com.sun.gjc.spi.ResourceAdapter connection def name: javax.sql.DataSource MCF Config properties-> ClassName:org.h2.jdbcx.JdbcDataSource ConnectionValidationRequired:false ValidationMethod:table ValidationTableName: ValidationClassName: TransactionIsolation: GuaranteeIsolationLevel:true StatementWrapping:true StatementTimeout:-1 PoolMonitoringSubTreeRoot:resources/H2TestPool PoolName:H2TestPool StatementCacheSize:0 InitSql:null SqlTraceListeners:null StatementLeakTimeoutInSeconds:0 StatementLeakReclaim:false User:sa Password:**** DriverProperties:setUrl#jdbc:h2:mem:test;DB_CLOSE_DELAY=-1## Delimiter:# EscapeCharacter:\ Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool createSingleResource FINE: Time taken to create a single resource : java:global/jdbc/H2Test__nontx and adding to the pool (ms) : 16 Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool addResource FINE: Pool: resource added Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool scheduleResizerTask FINEST: scheduled resizer task Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool getResource FINE: Resource Pool: elapsed time (ms) to get connection for [ResourceSpec :- connectionPoolName : H2TestPool isXA_ : false resoureId : java:global/jdbc/H2Test__nontx resoureIdType : 1 pmResource : false nonTxResource : true lazyEnlistable : false lazyAssociatable : false] : 19 Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In getConnection Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_start Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_end Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning noTxResourceManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.rm.NoTxResourceManagerImpl logFine FINE: NoTxResourceManagerImpl :: enlistResource called Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.connection CONFIG: Connected: jdbc:h2:mem:test User: SA Database: H2 Version: 1.3.148 (2010-12-12) Driver: H2 JDBC Driver Version: 1.3.148 (2010-12-12) Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning noTxResourceManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.rm.NoTxResourceManagerImpl logFine FINE: NoTxResourceManagerImpl :: delistResource called Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceClosed: 1 Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In cleanup Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool logFine FINE: Wait monitor is null Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceFreed: 1 Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.connection CONFIG: connecting(DatabaseLogin( platform=>H2Platform user name=> "" connector=>JNDIConnector datasource name=>null )) Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectionManagerImpl allocateConnection FINE: RAR5036:Resource reference is not defined for JNDI name [java:global/jdbc/H2Test__pm] Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In equals Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getDescriptor FINE: Found/returing Connector descriptor in connector registry. Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectionManagerImpl logFine FINE: ConnectionMgr: poolName H2TestPool txLevel : 1 Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning sysResourceManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=null, tm=null Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool getResource FINE: Resource Pool: elapsed time (ms) to get connection for [ResourceSpec :- connectionPoolName : H2TestPool isXA_ : false resoureId : java:global/jdbc/H2Test__pm resoureIdType : 1 pmResource : true nonTxResource : false lazyEnlistable : false lazyAssociatable : false] : 0 Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In getConnection Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_start Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_end Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning sysResourceManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=null, tm=null Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.connection CONFIG: Connected: jdbc:h2:mem:test User: SA Database: H2 Version: 1.3.148 (2010-12-12) Driver: H2 JDBC Driver Version: 1.3.148 (2010-12-12) Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning sysResourceManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=null, tm=null Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceClosed: 1 Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In cleanup Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool logFine FINE: Wait monitor is null Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceFreed: 1 Feb 22, 2011 5:25:32 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp INFO: file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp login successful Feb 22, 2011 5:25:32 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = TopLink:Name=Development-file_/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp,Type=Configuration Feb 22, 2011 5:25:32 PM Repository addMBean FINER: name=TopLink:Name=Development-file_/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp,Type=Configuration Feb 22, 2011 5:25:32 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object TopLink:Name=Development-file_/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp,Type=Configuration Feb 22, 2011 5:25:32 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered TopLink:Name=Development-file_/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp,Type=Configuration Feb 22, 2011 5:25:32 PM DefaultMBeanServerInterceptor registerMBean FINER: ObjectName = TopLink:Name=Session(file_/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp) Feb 22, 2011 5:25:32 PM Repository addMBean FINER: name=TopLink:Name=Session(file_/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp) Feb 22, 2011 5:25:32 PM DefaultMBeanServerInterceptor addObject FINER: Send create notification of object TopLink:Name=Session(file_/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp) Feb 22, 2011 5:25:32 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.registered TopLink:Name=Session(file_/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp) Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.PersistenceUnitLoader doJava2DB FINE: ---> Done Create EM Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.PersistenceUnitLoader doJava2DB FINE: <--- To Create Tables Feb 22, 2011 5:25:32 PM org.glassfish.persistence.common.Java2DBProcessorHelper createOrDropTablesInDB FINE: ---> key org.glassfish.persistence.processor_type.ngp Feb 22, 2011 5:25:32 PM org.glassfish.persistence.common.Java2DBProcessorHelper getCreateTables FINE: ---> param true Feb 22, 2011 5:25:32 PM org.glassfish.persistence.common.Java2DBProcessorHelper getCreateTables FINE: ---> cliCreateTables null Feb 22, 2011 5:25:32 PM org.glassfish.persistence.common.Java2DBProcessorHelper getCreateTables FINE: ---> cliDropAndCreateTables null Feb 22, 2011 5:25:32 PM org.glassfish.persistence.common.Java2DBProcessorHelper createOrDropTablesInDB FINE: ---> fileName test-classes_ngp_createDDL.jdbc Feb 22, 2011 5:25:32 PM org.glassfish.persistence.common.Java2DBProcessorHelper createOrDropTablesInDB FINE: ---> jndiName java:global/jdbc/H2Test Feb 22, 2011 5:25:32 PM org.glassfish.persistence.common.Java2DBProcessorHelper getDDLFile FINE: Processing event to create tables. File name: test-classes_ngp_createDDL.jdbc. Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={com.sun.enterprise.connectors.jndisuffix=__nontx, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory} Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={com.sun.enterprise.connectors.jndisuffix=__nontx, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( java:global/jdbc/H2Test) Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : java:global/jdbc/H2Test Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup java:global/jdbc/H2Test Feb 22, 2011 5:25:32 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.naming.ConnectorObjectFactory getObjectInstance FINE: ConnectorObjectFactory: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test Name:java:global/jdbc/H2Test Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getActiveResourceAdapter FINE: returning/found the resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry isMCFCreated FINE: isMCFCreated H2TestPool - true Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getManagedConnectionFactory FINE: Returning the MCF from connector registry. Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectionManagerFactory logFine FINE: Creating plain ConnectionManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In createConnectionFactory(javax.resource.spi.ConnectionManager cxManager) Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.naming.ConnectorObjectFactory getObjectInstance FINE: Connection Factory:com.sun.gjc.spi.jdbc40.DataSource40@5d6f13bb Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectionManagerImpl allocateConnection FINE: RAR5036:Resource reference is not defined for JNDI name [java:global/jdbc/H2Test__nontx] Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In equals Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectorRegistry getDescriptor FINE: Found/returing Connector descriptor in connector registry. Feb 22, 2011 5:25:32 PM com.sun.enterprise.connectors.ConnectionManagerImpl logFine FINE: ConnectionMgr: poolName H2TestPool txLevel : 1 Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning noTxResourceManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool getResource FINE: Resource Pool: elapsed time (ms) to get connection for [ResourceSpec :- connectionPoolName : H2TestPool isXA_ : false resoureId : java:global/jdbc/H2Test__nontx resoureIdType : 1 pmResource : false nonTxResource : true lazyEnlistable : false lazyAssociatable : false] : 0 Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In getConnection Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_start Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_end Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning noTxResourceManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.rm.NoTxResourceManagerImpl logFine FINE: NoTxResourceManagerImpl :: enlistResource called Feb 22, 2011 5:25:32 PM org.glassfish.persistence.common.Java2DBProcessorHelper executeDDLs FINE: PER01004: Executing SQL Statement "CREATE TABLE test.ngp.GORP (CODE VARCHAR NOT NULL, MESSAGE VARCHAR, PRIMARY KEY (CODE))". Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning noTxResourceManager Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.rm.NoTxResourceManagerImpl logFine FINE: NoTxResourceManagerImpl :: delistResource called Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceClosed: 1 Feb 22, 2011 5:25:32 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In cleanup Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool logFine FINE: Wait monitor is null Feb 22, 2011 5:25:32 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceFreed: 1 Feb 22, 2011 5:25:32 PM org.glassfish.persistence.common.Java2DBProcessorHelper createOrDropTablesInDB FINE: <--- Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.PersistenceUnitLoader doJava2DB FINE: ---> Done Create Tables Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.JPADeployer$2 visitPUD FINER: iterateInitializedPUsAtApplicationPrepare(): enabled: true isTargetDas: true Feb 22, 2011 5:25:32 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Module_Loaded Feb 22, 2011 5:25:32 PM org.glassfish.ejb.startup.EjbDeployer load FINE: EjbDeployer Loading app from: /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes Feb 22, 2011 5:25:32 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler@24aaa392 Feb 22, 2011 5:25:32 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler@24aaa392 Feb 22, 2011 5:25:32 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler@24aaa392 Feb 22, 2011 5:25:32 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.ejb.containers.ContainerFactoryImpl@18ac0a60 Feb 22, 2011 5:25:32 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.ejb.containers.ContainerFactoryImpl@18ac0a60 Feb 22, 2011 5:25:32 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.ejb.containers.ContainerFactoryImpl@18ac0a60 Feb 22, 2011 5:25:32 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl getComponentEnvId FINE: test-classesComponent Id: __ejbBundle___test-classes_test-classes Feb 22, 2011 5:25:32 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl getComponentEnvId FINE: test-classesComponent Id: __ejbBundle___test-classes_test-classes Feb 22, 2011 5:25:32 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl bindToComponentNamespace FINEST: ComponentEnvManagerImpl: register __ejbBundle___test-classes_test-classes is class com.sun.enterprise.deployment.EjbBundleDescriptor Feb 22, 2011 5:25:32 PM com.sun.enterprise.security.PolicyLoader loadPolicy FINE: Policy already installed. Will not re-install. Feb 22, 2011 5:25:32 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:32 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:32 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = security statsProvider = org.glassfish.ejb.security.application.EjbSecurityStatsProvider PluginPoint = SERVER handles = null parentTreeNodePath = null Feb 22, 2011 5:25:32 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager initialize FINE: JACC: Context id (id under which all EJB's in application will be created) = test-classes/test-classes Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager initialize FINE: Codebase (module id for ejb GorpManagerBean) = null Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager addToUncheckedPermissions FINE: JACC DD conversion: EJBMethodPermission ->(GorpManagerBean update,Local,java.io.Serializable) is (unchecked) Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager addToUncheckedPermissions FINE: JACC DD conversion: EJBMethodPermission ->(GorpManagerBean deleteLatest,Local,java.io.Serializable) is (unchecked) Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager addToUncheckedPermissions FINE: JACC DD conversion: EJBMethodPermission ->(GorpManagerBean persist,Local,java.io.Serializable) is (unchecked) Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager addToUncheckedPermissions FINE: JACC DD conversion: EJBMethodPermission ->(GorpManagerBean delete,Local,java.io.Serializable) is (unchecked) Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager addToUncheckedPermissions FINE: JACC DD conversion: EJBMethodPermission ->(GorpManagerBean find,Local,java.lang.String,java.util.LinkedHashMap,com.jenzabar.ngp.dao.api.PagingControl) is (unchecked) Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager addToUncheckedPermissions FINE: JACC DD conversion: EJBMethodPermission ->(GorpManagerBean find,Local,java.io.Serializable) is (unchecked) Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager addToUncheckedPermissions FINE: JACC DD conversion: EJBMethodPermission ->(GorpManagerBean find,Local,java.lang.String,java.util.LinkedHashMap) is (unchecked) Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager addToUncheckedPermissions FINE: JACC DD conversion: EJBMethodPermission ->(GorpManagerBean newInstance,Local,java.lang.Object[]) is (unchecked) Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager addToUncheckedPermissions FINE: JACC DD conversion: EJBMethodPermission ->(GorpManagerBean newInstance,Local,long,long) is (unchecked) Feb 22, 2011 5:25:32 PM org.glassfish.ejb.security.application.EJBSecurityManager loadPolicyConfiguration FINE: JACC: policy translated for policy context:test-classes/test-classes Feb 22, 2011 5:25:32 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract java.io.Serializable com.jenzabar.ngp.dao.api.DAO.newInstance(long,long) throws java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException,java.lang.NoSuchMethodException,java.lang.InstantiationException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.io.Serializable com.jenzabar.ngp.dao.ejb.AbstractDAO.newInstance(long,long) throws java.lang.InstantiationException,java.lang.NoSuchMethodException,java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract java.io.Serializable com.jenzabar.ngp.dao.api.DAO.newInstance(java.lang.Object[]) throws java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException,java.lang.NoSuchMethodException,java.lang.InstantiationException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.io.Serializable com.jenzabar.ngp.dao.ejb.AbstractDAO.newInstance(java.lang.Object[]) throws java.lang.InstantiationException,java.lang.NoSuchMethodException,java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract java.io.Serializable com.jenzabar.ngp.dao.api.DAO.find(java.lang.String,java.util.LinkedHashMap) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.io.Serializable com.jenzabar.ngp.dao.ejb.AbstractDAO.find(java.lang.String,java.util.LinkedHashMap) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract java.io.Serializable com.jenzabar.ngp.dao.api.DAO.find(java.io.Serializable) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.io.Serializable com.jenzabar.ngp.dao.ejb.AbstractDAO.find(java.io.Serializable) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract java.util.Collection com.jenzabar.ngp.dao.api.DAO.find(java.lang.String,java.util.LinkedHashMap,com.jenzabar.ngp.dao.api.PagingControl) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Collection com.jenzabar.ngp.dao.ejb.AbstractDAO.find(java.lang.String,java.util.LinkedHashMap,com.jenzabar.ngp.dao.api.PagingControl) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract void com.jenzabar.ngp.dao.api.DAO.delete(java.io.Serializable) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public void com.jenzabar.ngp.dao.ejb.AbstractDAO.delete(java.io.Serializable) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract java.io.Serializable com.jenzabar.ngp.dao.api.DAO.update(java.io.Serializable) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.io.Serializable com.jenzabar.ngp.dao.ejb.AbstractDAO.update(java.io.Serializable) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract java.io.Serializable com.jenzabar.ngp.dao.api.DAO.persist(java.io.Serializable) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.io.Serializable com.jenzabar.ngp.dao.ejb.AbstractDAO.persist(java.io.Serializable) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract void com.jenzabar.ngp.dao.api.DAO.deleteLatest(java.io.Serializable) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public void com.jenzabar.ngp.dao.ejb.AbstractDAO.deleteLatest(java.io.Serializable) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract java.lang.Object com.sun.ejb.containers.GenericEJBLocalHome.create(java.lang.String) methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract void javax.ejb.EJBLocalHome.remove(java.lang.Object) throws javax.ejb.RemoveException,javax.ejb.EJBException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createInvocationInfo FINE: Invocation Info for ejb GorpManagerBean method=public abstract void javax.ejb.EJBLocalObject.remove() throws javax.ejb.RemoveException,javax.ejb.EJBException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null lockInfo = null async = false Feb 22, 2011 5:25:33 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl getComponentEnvId FINE: test-classesComponent Id: test-classes_test-classes_GorpManagerBean_85092828291989504 Feb 22, 2011 5:25:33 PM com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl bindToNamespace FINE: naming.bind Binding name:java:comp/env/com.jenzabar.ngp.dao.ejb.AbstractDAO/em Feb 22, 2011 5:25:33 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl getComponentEnvId FINE: test-classesComponent Id: test-classes_test-classes_GorpManagerBean_85092828291989504 Feb 22, 2011 5:25:33 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl bindToComponentNamespace FINEST: ComponentEnvManagerImpl: register test-classes_test-classes_GorpManagerBean_85092828291989504 is class com.sun.enterprise.deployment.EjbSessionDescriptor Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer FINE: Instantiated container for: ejbName: GorpManagerBean; containerId: 85092828291989504 Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer initializeHome INFO: Portable JNDI names for EJB GorpManagerBean : [java:global/test-classes/GorpManagerBean, java:global/test-classes/GorpManagerBean!com.jenzabar.ngp.dao.ejb.GorpManager] Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.util.pool.NonBlockingPool initializePool FINE: [Pool-GorpManagerBean]: Added PoolResizeTimerTask... Feb 22, 2011 5:25:33 PM com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider addMethods FINE: [EJBMonitoringStatsProvider] : null:test-classes:GorpManagerBean:0 Feb 22, 2011 5:25:33 PM com.sun.ejb.monitoring.stats.EjbMonitoringUtils getBeanNode FINE: BEAN NODE NAME: test-classes/GorpManagerBean Feb 22, 2011 5:25:33 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:33 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:33 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = ejb-container statsProvider = com.sun.ejb.monitoring.stats.StatelessSessionBeanStatsProvider PluginPoint = APPLICATIONS handles = null parentTreeNodePath = null Feb 22, 2011 5:25:33 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createMonitoringRegistryMediator FINE: Created MonitoringRegistryMediator: appName: null; modName: test-classes; ejbName: GorpManagerBean Feb 22, 2011 5:25:33 PM org.glassfish.flashlight.impl.provider.FlashlightProbeProviderFactory getProbeProvider FINE: ModuleProviderName= glassfish Module= ejb ProbeProviderName= bean ProviderClazz= class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider Feb 22, 2011 5:25:33 PM com.sun.logging.LogDomains$1 getResourceBundle FINE: Can not find resource bundle for this logger. class name that failed: org.glassfish.flashlight.impl.core.ProviderSubClassImplGenerator Feb 22, 2011 5:25:33 PM org.glassfish.flashlight.impl.core.ProviderSubClassImplGenerator generateAndDefineClass FINE: **** DEFINE CLASS SUCCEEDED for com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider__null_test_classes_GorpManagerBean__1,com/sun/ejb/monitoring/probes/EjbMonitoringProbeProvider__null_test_classes_GorpManagerBean__1 Feb 22, 2011 5:25:33 PM org.glassfish.flashlight.impl.provider.FlashlightProbeProviderFactory getProbeProvider FINE: ModuleProviderName= glassfish Module= ejb ProbeProviderName= bean__null_test_classes_GorpManagerBean_ ProviderClazz= class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider__null_test_classes_GorpManagerBean__1 Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer createMonitoringRegistryMediator FINE: Got ProbeProvider: com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider__null_test_classes_GorpManagerBean__1 Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer registerTimerMonitorableComponent FINE: [BaseContainer] registered timer monitorable Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.BaseContainer populateMethodMonitorMap FINE: [Basecontainer] Registered Method Monitors Feb 22, 2011 5:25:33 PM org.glassfish.flashlight.impl.provider.FlashlightProbeProviderFactory getProbeProvider FINE: ModuleProviderName= glassfish Module= ejb ProbeProviderName= pool ProviderClazz= class com.sun.ejb.monitoring.probes.EjbPoolProbeProvider Feb 22, 2011 5:25:33 PM com.sun.logging.LogDomains$1 getResourceBundle FINE: Can not find resource bundle for this logger. class name that failed: org.glassfish.flashlight.impl.core.ProviderSubClassImplGenerator Feb 22, 2011 5:25:33 PM org.glassfish.flashlight.impl.core.ProviderSubClassImplGenerator generateAndDefineClass FINE: **** DEFINE CLASS SUCCEEDED for com.sun.ejb.monitoring.probes.EjbPoolProbeProvider__null_test_classes_GorpManagerBean__2,com/sun/ejb/monitoring/probes/EjbPoolProbeProvider__null_test_classes_GorpManagerBean__2 Feb 22, 2011 5:25:33 PM org.glassfish.flashlight.impl.provider.FlashlightProbeProviderFactory getProbeProvider FINE: ModuleProviderName= glassfish Module= ejb ProbeProviderName= pool__null_test_classes_GorpManagerBean_ ProviderClazz= class com.sun.ejb.monitoring.probes.EjbPoolProbeProvider__null_test_classes_GorpManagerBean__2 Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.util.pool.AbstractPool setInfo FINE: Got poolProbeNotifier: com.sun.ejb.monitoring.probes.EjbPoolProbeProvider__null_test_classes_GorpManagerBean__2 Feb 22, 2011 5:25:33 PM com.sun.ejb.monitoring.stats.EjbMonitoringUtils getBeanNode FINE: BEAN NODE NAME: test-classes/GorpManagerBean Feb 22, 2011 5:25:33 PM com.sun.ejb.monitoring.stats.EjbMonitoringUtils registerSubComponent FINE: SUB-NODE NAME: test-classes/GorpManagerBean/bean-pool Feb 22, 2011 5:25:33 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: registering a statsProvider Feb 22, 2011 5:25:33 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: enabled is false Feb 22, 2011 5:25:33 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: configStr = ejb-container statsProvider = com.sun.ejb.monitoring.stats.EjbPoolStatsProvider PluginPoint = APPLICATIONS handles = null parentTreeNodePath = null Feb 22, 2011 5:25:33 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl tryToRegister FINE: ========================================================= Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.StatelessSessionContainer registerMonitorableComponents FINE: [SLSB Container] registered monitorable Feb 22, 2011 5:25:33 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Module_Loaded Feb 22, 2011 5:25:33 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl getComponentEnvId FINE: test-classesComponent Id: null Feb 22, 2011 5:25:33 PM com.sun.enterprise.security.SecurityUtil generatePolicyFile FINE: JACC: committed policy for context: test-classes/test-classes Feb 22, 2011 5:25:33 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Application_Loaded Feb 22, 2011 5:25:33 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Module_Running Feb 22, 2011 5:25:33 PM org.glassfish.internal.data.ModuleInfo start FINE: starting ejb Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.interceptors.InterceptorManager FINE: InterceptorManager: ########################################################## InterceptorManager has 1 interceptors beanClassName: com.jenzabar.ngp.dao.ejb.GorpManagerBean Interceptors: com.sun.ejb.containers.interceptors.SystemInterceptorProxy Callback Interceptors: 0: interface javax.annotation.PostConstruct CallbackInterceptorChainImpl callback[0]: public void com.sun.ejb.containers.interceptors.SystemInterceptorProxy.init(javax.interceptor.InvocationContext) throws java.lang.Throwable beancallback[-1]: private final void com.jenzabar.ngp.dao.ejb.AbstractDAO.installLogger() 1: interface javax.ejb.PrePassivate CallbackInterceptorChainImpl callback[0]: public void com.sun.ejb.containers.interceptors.SystemInterceptorProxy.destroy(javax.interceptor.InvocationContext) throws java.lang.Throwable 2: interface javax.ejb.PostActivate CallbackInterceptorChainImpl 3: interface javax.annotation.PreDestroy CallbackInterceptorChainImpl ########################################################## Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.interceptors.InterceptorManager addAroundInvokeInterceptors FINE: *[md.getDeclaredMethod() => public java.lang.Object com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Throwable FOR CLAZZ: class com.sun.ejb.containers.interceptors.SystemInterceptorProxy Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.interceptors.InterceptorManager addAroundInvokeInterceptors FINE: *[md.getDeclaredMethod() => public java.lang.Object com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Throwable FOR CLAZZ: class com.sun.ejb.containers.interceptors.SystemInterceptorProxy PlainTextActionReporterFAILUREDescription: deploy AdminCommandError occurred during deployment: null. Please see server.log for more details. [name=test-classes *** Result: null Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.interceptors.InterceptorManager addAroundInvokeInterceptors FINE: *[md.getDeclaredMethod() => public java.lang.Object com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Throwable FOR CLAZZ: class com.sun.ejb.containers.interceptors.SystemInterceptorProxy Feb 22, 2011 5:25:33 PM com.sun.ejb.containers.interceptors.InterceptorManager addAroundInvokeInterceptors FINE: *[md.getDeclaredMethod() => public java.lang.Object com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Throwable FOR CLAZZ: class com.sun.ejb.containers.interceptors.SystemInterceptorProxy Feb 22, 2011 5:25:34 PM com.sun.ejb.containers.interceptors.InterceptorManager addAroundInvokeInterceptors FINE: *[md.getDeclaredMethod() => public java.lang.Object com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Throwable FOR CLAZZ: class com.sun.ejb.containers.interceptors.SystemInterceptorProxy Feb 22, 2011 5:25:34 PM com.sun.ejb.containers.interceptors.InterceptorManager addAroundInvokeInterceptors FINE: *[md.getDeclaredMethod() => public java.lang.Object com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Throwable FOR CLAZZ: class com.sun.ejb.containers.interceptors.SystemInterceptorProxy Feb 22, 2011 5:25:34 PM com.sun.ejb.containers.interceptors.InterceptorManager addAroundInvokeInterceptors FINE: *[md.getDeclaredMethod() => public java.lang.Object com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Throwable FOR CLAZZ: class com.sun.ejb.containers.interceptors.SystemInterceptorProxy Feb 22, 2011 5:25:34 PM com.sun.ejb.containers.interceptors.InterceptorManager addAroundInvokeInterceptors FINE: *[md.getDeclaredMethod() => public java.lang.Object com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Throwable FOR CLAZZ: class com.sun.ejb.containers.interceptors.SystemInterceptorProxy Feb 22, 2011 5:25:34 PM com.sun.ejb.containers.interceptors.InterceptorManager addAroundInvokeInterceptors FINE: *[md.getDeclaredMethod() => public java.lang.Object com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Throwable FOR CLAZZ: class com.sun.ejb.containers.interceptors.SystemInterceptorProxy Feb 22, 2011 5:25:34 PM com.sun.ejb.containers.BaseContainer startApplication FINE: Application deployment successful : ejbName: GorpManagerBean; containerId: 85092828291989504 Feb 22, 2011 5:25:34 PM org.glassfish.internal.data.ModuleInfo start FINE: starting security Feb 22, 2011 5:25:34 PM org.glassfish.internal.data.ModuleInfo start FINE: starting jpa Feb 22, 2011 5:25:34 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Module_Running Feb 22, 2011 5:25:34 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Application_Running Feb 22, 2011 5:25:34 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Deployment_Success Feb 22, 2011 5:25:34 PM org.glassfish.deployment.admin.DeployCommand renameUploadedFileOrCopyInPlaceFile FINE: *** In-place archive copy of /var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ++++TI/-Tmp-/test-classes.jar took 2 ms Feb 22, 2011 5:25:34 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean org.jvnet.hk2.config.types.Property are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:34 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.EngineInjector@7c2fbdd2 Feb 22, 2011 5:25:34 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.EngineInjector@7c2fbdd2 Feb 22, 2011 5:25:34 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.EngineInjector@7c2fbdd2 Feb 22, 2011 5:25:34 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean com.sun.enterprise.config.serverbeans.Engine are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value ejb against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@381bd13, groups=[Ljava.lang.Class;@3aa42c31}} Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value security against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@381bd13, groups=[Ljava.lang.Class;@3aa42c31}} Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree getInitializedValidator FINEST: Constraint validator {} found in cache Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value jpa against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@381bd13, groups=[Ljava.lang.Class;@3aa42c31}} Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree getInitializedValidator FINEST: Constraint validator {} found in cache Feb 22, 2011 5:25:34 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.config.serverbeans.ApplicationRefInjector@12330301 Feb 22, 2011 5:25:34 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.config.serverbeans.ApplicationRefInjector@12330301 Feb 22, 2011 5:25:34 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.config.serverbeans.ApplicationRefInjector@12330301 Feb 22, 2011 5:25:34 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean com.sun.enterprise.config.serverbeans.ApplicationRef are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value test-classes against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[interface com.sun.enterprise.config.serverbeans.ApplicationRef], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={appref.invalid.name}, payload=[Ljava.lang.Class;@5a6b54ef, flags=[Ljavax.validation.constraints.Pattern$Flag;@1a15cd9a, regexp=[\p{L}\p{N}_][\p{L}\p{N}\-_\./;:#]*, groups=[Ljava.lang.Class;@d6d46d7}} Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value test-classes against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@381bd13, groups=[Ljava.lang.Class;@3aa42c31}} Feb 22, 2011 5:25:34 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean $Proxy108 are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value test-classes against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@381bd13, groups=[Ljava.lang.Class;@3aa42c31}} Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value test-classes against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[interface com.sun.enterprise.config.serverbeans.ApplicationRef], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={appref.invalid.name}, payload=[Ljava.lang.Class;@5a6b54ef, flags=[Ljavax.validation.constraints.Pattern$Flag;@1a15cd9a, regexp=[\p{L}\p{N}_][\p{L}\p{N}\-_\./;:#]*, groups=[Ljava.lang.Class;@d6d46d7}} Feb 22, 2011 5:25:34 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean $Proxy18 are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:34 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean org.glassfish.api.admin.config.Named are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:34 PM org.hibernate.validator.engine.ConstraintTree validateConstraints FINEST: Validating value server against constraint defined by ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=METHOD, definedOn=DEFINED_IN_HIERARCHY, groups=[interface javax.validation.groups.Default, interface org.glassfish.api.admin.config.Named], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@381bd13, groups=[Ljava.lang.Class;@3aa42c31}} Feb 22, 2011 5:25:34 PM org.hibernate.validator.metadata.BeanMetaDataImpl setDefaultGroupSequence FINEST: Members of the default group sequence for bean com.sun.enterprise.config.serverbeans.Server are: [interface javax.validation.groups.Default] Feb 22, 2011 5:25:34 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():Undeployment_Start Feb 22, 2011 5:25:34 PM org.glassfish.deployment.admin.DeployCommand execute SEVERE: null Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory} Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:34 PM org.dbunit.AbstractDatabaseTester setDataSet FINE: setDataSet(dataSet=AbstractDataSet[_orderedTableNameMap=null]) - start Feb 22, 2011 5:25:34 PM org.dbunit.AbstractDatabaseTester onSetup FINE: onSetup() - start Feb 22, 2011 5:25:34 PM org.dbunit.AbstractDatabaseTester getSetUpOperation FINEST: getSetUpOperation() - start Feb 22, 2011 5:25:34 PM org.dbunit.AbstractDatabaseTester executeOperation FINE: executeOperation(operation=org.dbunit.operation.CompositeOperation[_actions=[org.dbunit.operation.DeleteAllOperation@19e3118a, org.dbunit.operation.InsertOperation[_reverseRowOrder=false, super=org.dbunit.operation.InsertOperation@a94884d]]]) - start Feb 22, 2011 5:25:34 PM org.dbunit.AbstractDatabaseTester executeOperation FINE: OperationListener is null and will be defaulted. Feb 22, 2011 5:25:34 PM org.dbunit.JndiDatabaseTester getConnection FINEST: getConnection() - start Feb 22, 2011 5:25:34 PM org.dbunit.JndiDatabaseTester initialize FINEST: initialize() - start Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.impl.SerialInitContextFactory doLog FINE: getInitialContext: env={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory} Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.impl.SerialContext FINE: SerialContext ==> SerialContext instance created : SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.impl.SerialContext FINE: Serial Context initializing with process environment org.glassfish.api.admin.ProcessEnvironment@5d90b72c Feb 22, 2011 5:25:34 PM org.dbunit.assertion.SimpleAssert assertNotNullNorEmpty FINE: assertNotNullNorEmpty(propertyName=lookupName, property=java:global/jdbc/H2Test) - start Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( java:global/jdbc/H2Test) Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : java:global/jdbc/H2Test Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup java:global/jdbc/H2Test Feb 22, 2011 5:25:34 PM com.sun.enterprise.naming.util.NamingUtilsImpl makeCopyOfObject FINE: ** makeCopyOfObject:: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test Feb 22, 2011 5:25:34 PM com.sun.enterprise.resource.naming.ConnectorObjectFactory getObjectInstance FINE: ConnectorObjectFactory: Reference Class Name: com.sun.gjc.spi.base.DataSource Type: org.glassfish.resource.common.PoolInfo Content: H2TestPool Type: rarName Content: __ds_jdbc_ra Type: org.glassfish.resource.common.ResourceInfo Content: java:global/jdbc/H2Test Name:java:global/jdbc/H2Test Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectorRegistry getActiveResourceAdapter FINE: returning/found the resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectorRegistry isMCFCreated FINE: isMCFCreated H2TestPool - true Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectorRegistry getManagedConnectionFactory FINE: Returning the MCF from connector registry. Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectionManagerFactory logFine FINE: Creating plain ConnectionManager Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:34 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In createConnectionFactory(javax.resource.spi.ConnectionManager cxManager) Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:34 PM com.sun.enterprise.resource.naming.ConnectorObjectFactory getObjectInstance FINE: Connection Factory:com.sun.gjc.spi.jdbc40.DataSource40@3f88d2ae Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectionManagerImpl allocateConnection FINE: RAR5036:Resource reference is not defined for JNDI name [java:global/jdbc/H2Test] Feb 22, 2011 5:25:34 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:34 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In equals Feb 22, 2011 5:25:35 PM com.sun.enterprise.connectors.ConnectorRegistry getDescriptor FINE: Found/returing Connector descriptor in connector registry. Feb 22, 2011 5:25:35 PM com.sun.enterprise.connectors.ConnectionManagerImpl logFine FINE: ConnectionMgr: poolName H2TestPool txLevel : 1 Feb 22, 2011 5:25:35 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning resourceManager Feb 22, 2011 5:25:35 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=null, tm=null Feb 22, 2011 5:25:35 PM com.sun.enterprise.resource.pool.ConnectionPool getResource FINE: Resource Pool: elapsed time (ms) to get connection for [ResourceSpec :- connectionPoolName : H2TestPool isXA_ : false resoureId : java:global/jdbc/H2Test resoureIdType : 1 pmResource : false nonTxResource : false lazyEnlistable : false lazyAssociatable : false] : 0 Feb 22, 2011 5:25:35 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In getConnection Feb 22, 2011 5:25:35 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_start Feb 22, 2011 5:25:35 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_end Feb 22, 2011 5:25:35 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning resourceManager Feb 22, 2011 5:25:35 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=null, tm=null Feb 22, 2011 5:25:35 PM org.dbunit.AbstractDatabaseTester getSchema FINEST: getSchema() - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setFeature FINEST: setFeature(name=http://www.dbunit.org/features/batchedStatements, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/batchedStatements, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/batchedStatements, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/batchedStatements, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setFeature FINEST: setFeature(name=http://www.dbunit.org/features/qualifiedTableNames, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/qualifiedTableNames, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/qualifiedTableNames, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/qualifiedTableNames, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setFeature FINEST: setFeature(name=http://www.dbunit.org/features/caseSensitiveTableNames, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/caseSensitiveTableNames, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/caseSensitiveTableNames, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/caseSensitiveTableNames, value=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setFeature FINEST: setFeature(name=http://www.dbunit.org/features/datatypeWarning, value=true) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/datatypeWarning, value=true) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/datatypeWarning, value=true) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/datatypeWarning, value=true) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/statementFactory, value=org.dbunit.database.statement.PreparedStatementFactory@64633e5e) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/statementFactory, value=org.dbunit.database.statement.PreparedStatementFactory@64633e5e) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/statementFactory, value=org.dbunit.database.statement.PreparedStatementFactory@64633e5e) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/resultSetTableFactory, value=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/resultSetTableFactory, value=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/resultSetTableFactory, value=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.dataset.datatype.DefaultDataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@d576e70]) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.dataset.datatype.DefaultDataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@d576e70]) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.dataset.datatype.DefaultDataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@d576e70]) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/escapePattern, value=null) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/escapePattern, value=null) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/escapePattern, value=null) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/tableType, value=[TABLE]) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/tableType, value=[TABLE]) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/tableType, value=[TABLE]) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/batchSize, value=100) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/batchSize, value=100) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/batchSize, value=100) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/fetchSize, value=100) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/fetchSize, value=100) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/fetchSize, value=100) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/metadataHandler, value=org.dbunit.database.DefaultMetadataHandler@2fbfbe18) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/metadataHandler, value=org.dbunit.database.DefaultMetadataHandler@2fbfbe18) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/metadataHandler, value=org.dbunit.database.DefaultMetadataHandler@2fbfbe18) - start Feb 22, 2011 5:25:35 PM org.dbunit.util.SQLHelper correctCase FINEST: correctCase(tableName=ngp, connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225) - start Feb 22, 2011 5:25:35 PM org.dbunit.util.SQLHelper correctCase FINEST: correctCase(tableName=ngp, databaseMetaData=com.sun.gjc.spi.jdbc40.DatabaseMetaDataWrapper40@52eb46e9) - start Feb 22, 2011 5:25:35 PM org.dbunit.util.SQLHelper isEscaped FINEST: isEscaped(tableName=ngp, dbIdentifierQuoteString=") - start Feb 22, 2011 5:25:35 PM org.dbunit.util.SQLHelper isEscaped FINE: isEscaped returns 'false' for tableName=ngp (dbIdentifierQuoteString=") Feb 22, 2011 5:25:35 PM org.dbunit.util.SQLHelper logInfoIfValueChanged FINE: class org.dbunit.database.DatabaseConnection. Corrected schema name: oldValue=ngp newValue=NGP Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConnection printConnectionInfo FINE: Database connection info: database product name=H2 database version=1.3.148 (2010-12-12) database major version=1 database minor version=3 jdbc driver name=H2 JDBC Driver jdbc driver version=1.3.148 (2010-12-12) jdbc driver major version=1 jdbc driver minor version=3 Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConnection validateSchema FINE: validateSchema(validateStrict=false) - start Feb 22, 2011 5:25:35 PM org.dbunit.util.SQLHelper schemaExists FINEST: schemaExists(connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225, schema=NGP) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/features/qualifiedTableNames, value=true) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/features/qualifiedTableNames, value=true) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/features/qualifiedTableNames, value=true) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig getProperty FINEST: getProperty(name=http://www.dbunit.org/features/qualifiedTableNames) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig setProperty FINEST: setProperty(name=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586]) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig convertIfNeeded FINEST: convertIfNeeded(property=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586]) - start Feb 22, 2011 5:25:35 PM org.dbunit.database.DatabaseConfig checkObjectAllowed FINEST: checkObjectAllowed(property=http://www.dbunit.org/properties/datatypeFactory, value=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586]) - start Feb 22, 2011 5:25:35 PM org.dbunit.DefaultOperationListener connectionRetrieved FINE: connectionCreated(connection=org.dbunit.database.DatabaseConnection[schema=NGP, connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225, super=_databaseConfig=org.dbunit.database.DatabaseConfig[, _propertyMap={http://www.dbunit.org/properties/statementFactory=org.dbunit.database.statement.PreparedStatementFactory@64633e5e, http://www.dbunit.org/features/caseSensitiveTableNames=false, http://www.dbunit.org/properties/fetchSize=100, http://www.dbunit.org/features/batchedStatements=false, http://www.dbunit.org/properties/metadataHandler=org.dbunit.database.DefaultMetadataHandler@2fbfbe18, http://www.dbunit.org/properties/datatypeFactory=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586], http://www.dbunit.org/properties/escapePattern=null, http://www.dbunit.org/properties/batchSize=100, http://www.dbunit.org/features/qualifiedTableNames=true, http://www.dbunit.org/properties/tableType=[Ljava.lang.String;@671381e7, http://www.dbunit.org/properties/resultSetTableFactory=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf, http://www.dbunit.org/features/datatypeWarning=true}], _dataSet=null]) - start Feb 22, 2011 5:25:35 PM org.dbunit.AbstractDatabaseTester getDataSet FINE: getDataSet() - start Feb 22, 2011 5:25:35 PM org.dbunit.operation.CompositeOperation execute FINE: execute(connection=org.dbunit.database.DatabaseConnection[schema=NGP, connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225, super=_databaseConfig=org.dbunit.database.DatabaseConfig[, _propertyMap={http://www.dbunit.org/properties/statementFactory=org.dbunit.database.statement.PreparedStatementFactory@64633e5e, http://www.dbunit.org/features/caseSensitiveTableNames=false, http://www.dbunit.org/properties/fetchSize=100, http://www.dbunit.org/features/batchedStatements=false, http://www.dbunit.org/properties/metadataHandler=org.dbunit.database.DefaultMetadataHandler@2fbfbe18, http://www.dbunit.org/properties/datatypeFactory=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586], http://www.dbunit.org/properties/escapePattern=null, http://www.dbunit.org/properties/batchSize=100, http://www.dbunit.org/features/qualifiedTableNames=true, http://www.dbunit.org/properties/tableType=[Ljava.lang.String;@671381e7, http://www.dbunit.org/properties/resultSetTableFactory=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf, http://www.dbunit.org/features/datatypeWarning=true}], _dataSet=null], , dataSet=AbstractDataSet[_orderedTableNameMap=null]) - start Feb 22, 2011 5:25:35 PM org.dbunit.operation.DeleteAllOperation execute FINE: execute(connection=org.dbunit.database.DatabaseConnection[schema=NGP, connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225, super=_databaseConfig=org.dbunit.database.DatabaseConfig[, _propertyMap={http://www.dbunit.org/properties/statementFactory=org.dbunit.database.statement.PreparedStatementFactory@64633e5e, http://www.dbunit.org/features/caseSensitiveTableNames=false, http://www.dbunit.org/properties/fetchSize=100, http://www.dbunit.org/features/batchedStatements=false, http://www.dbunit.org/properties/metadataHandler=org.dbunit.database.DefaultMetadataHandler@2fbfbe18, http://www.dbunit.org/properties/datatypeFactory=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586], http://www.dbunit.org/properties/escapePattern=null, http://www.dbunit.org/properties/batchSize=100, http://www.dbunit.org/features/qualifiedTableNames=true, http://www.dbunit.org/properties/tableType=[Ljava.lang.String;@671381e7, http://www.dbunit.org/properties/resultSetTableFactory=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf, http://www.dbunit.org/features/datatypeWarning=true}], _dataSet=null], dataSet=AbstractDataSet[_orderedTableNameMap=null]) - start Feb 22, 2011 5:25:36 PM org.dbunit.database.AbstractDatabaseConnection createDataSet FINE: createDataSet() - start Feb 22, 2011 5:25:36 PM org.dbunit.database.DatabaseConfig getFeature FINEST: getFeature(name=http://www.dbunit.org/features/caseSensitiveTableNames) - start Feb 22, 2011 5:25:36 PM org.dbunit.database.DatabaseConfig getProperty FINEST: getProperty(name=http://www.dbunit.org/features/caseSensitiveTableNames) - start Feb 22, 2011 5:25:36 PM org.dbunit.database.DatabaseConfig getProperty FINEST: getProperty(name=http://www.dbunit.org/properties/statementFactory) - start Feb 22, 2011 5:25:36 PM org.dbunit.database.statement.PreparedStatementFactory createBatchStatement FINE: createBatchStatement(connection=org.dbunit.database.DatabaseConnection[schema=NGP, connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225, super=_databaseConfig=org.dbunit.database.DatabaseConfig[, _propertyMap={http://www.dbunit.org/properties/statementFactory=org.dbunit.database.statement.PreparedStatementFactory@64633e5e, http://www.dbunit.org/features/caseSensitiveTableNames=false, http://www.dbunit.org/properties/fetchSize=100, http://www.dbunit.org/features/batchedStatements=false, http://www.dbunit.org/properties/metadataHandler=org.dbunit.database.DefaultMetadataHandler@2fbfbe18, http://www.dbunit.org/properties/datatypeFactory=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586], http://www.dbunit.org/properties/escapePattern=null, http://www.dbunit.org/properties/batchSize=100, http://www.dbunit.org/features/qualifiedTableNames=true, http://www.dbunit.org/properties/tableType=[Ljava.lang.String;@671381e7, http://www.dbunit.org/properties/resultSetTableFactory=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf, http://www.dbunit.org/features/datatypeWarning=true}], _dataSet=AbstractDataSet[_orderedTableNameMap=null]]) - start Feb 22, 2011 5:25:36 PM org.dbunit.database.statement.AbstractStatementFactory supportBatchStatement FINE: supportBatchStatement(connection=org.dbunit.database.DatabaseConnection[schema=NGP, connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225, super=_databaseConfig=org.dbunit.database.DatabaseConfig[, _propertyMap={http://www.dbunit.org/properties/statementFactory=org.dbunit.database.statement.PreparedStatementFactory@64633e5e, http://www.dbunit.org/features/caseSensitiveTableNames=false, http://www.dbunit.org/properties/fetchSize=100, http://www.dbunit.org/features/batchedStatements=false, http://www.dbunit.org/properties/metadataHandler=org.dbunit.database.DefaultMetadataHandler@2fbfbe18, http://www.dbunit.org/properties/datatypeFactory=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586], http://www.dbunit.org/properties/escapePattern=null, http://www.dbunit.org/properties/batchSize=100, http://www.dbunit.org/features/qualifiedTableNames=true, http://www.dbunit.org/properties/tableType=[Ljava.lang.String;@671381e7, http://www.dbunit.org/properties/resultSetTableFactory=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf, http://www.dbunit.org/features/datatypeWarning=true}], _dataSet=AbstractDataSet[_orderedTableNameMap=null]]) - start Feb 22, 2011 5:25:36 PM org.dbunit.database.DatabaseConfig getFeature FINEST: getFeature(name=http://www.dbunit.org/features/batchedStatements) - start Feb 22, 2011 5:25:36 PM org.dbunit.database.DatabaseConfig getProperty FINEST: getProperty(name=http://www.dbunit.org/features/batchedStatements) - start Feb 22, 2011 5:25:36 PM org.dbunit.dataset.AbstractDataSet iterator FINE: iterator() - start Feb 22, 2011 5:25:36 PM org.dbunit.dataset.DefaultDataSet createIterator FINE: createIterator(reversed=false) - start Feb 22, 2011 5:25:36 PM org.dbunit.dataset.DefaultDataSet initialize FINE: initialize() - start Feb 22, 2011 5:25:36 PM org.dbunit.dataset.OrderedTableNameMap orderedValues FINE: orderedValues() - start Feb 22, 2011 5:25:36 PM org.dbunit.database.statement.AbstractBatchStatement close FINE: close() - start Feb 22, 2011 5:25:36 PM org.dbunit.operation.AbstractBatchOperation execute FINE: execute(connection=org.dbunit.database.DatabaseConnection[schema=NGP, connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225, super=_databaseConfig=org.dbunit.database.DatabaseConfig[, _propertyMap={http://www.dbunit.org/properties/statementFactory=org.dbunit.database.statement.PreparedStatementFactory@64633e5e, http://www.dbunit.org/features/caseSensitiveTableNames=false, http://www.dbunit.org/properties/fetchSize=100, http://www.dbunit.org/features/batchedStatements=false, http://www.dbunit.org/properties/metadataHandler=org.dbunit.database.DefaultMetadataHandler@2fbfbe18, http://www.dbunit.org/properties/datatypeFactory=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586], http://www.dbunit.org/properties/escapePattern=null, http://www.dbunit.org/properties/batchSize=100, http://www.dbunit.org/features/qualifiedTableNames=true, http://www.dbunit.org/properties/tableType=[Ljava.lang.String;@671381e7, http://www.dbunit.org/properties/resultSetTableFactory=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf, http://www.dbunit.org/features/datatypeWarning=true}], _dataSet=AbstractDataSet[_orderedTableNameMap=null]], dataSet=AbstractDataSet[_orderedTableNameMap=org.dbunit.dataset.OrderedTableNameMap[_tableNames=[], _tableMap={}, _caseSensitiveTableNames=false]]) - start Feb 22, 2011 5:25:36 PM org.dbunit.database.DatabaseConfig getProperty FINEST: getProperty(name=http://www.dbunit.org/properties/statementFactory) - start Feb 22, 2011 5:25:36 PM org.dbunit.dataset.AbstractDataSet iterator FINE: iterator() - start Feb 22, 2011 5:25:36 PM org.dbunit.dataset.DefaultDataSet createIterator FINE: createIterator(reversed=false) - start Feb 22, 2011 5:25:36 PM org.dbunit.dataset.DefaultDataSet initialize FINE: initialize() - start Feb 22, 2011 5:25:36 PM org.dbunit.dataset.DefaultDataSet initialize FINE: The table name map has already been initialized. Feb 22, 2011 5:25:36 PM org.dbunit.dataset.OrderedTableNameMap orderedValues FINE: orderedValues() - start Feb 22, 2011 5:25:36 PM org.dbunit.DefaultOperationListener operationSetUpFinished FINE: operationSetUpFinished(connection=org.dbunit.database.DatabaseConnection[schema=NGP, connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225, super=_databaseConfig=org.dbunit.database.DatabaseConfig[, _propertyMap={http://www.dbunit.org/properties/statementFactory=org.dbunit.database.statement.PreparedStatementFactory@64633e5e, http://www.dbunit.org/features/caseSensitiveTableNames=false, http://www.dbunit.org/properties/fetchSize=100, http://www.dbunit.org/features/batchedStatements=false, http://www.dbunit.org/properties/metadataHandler=org.dbunit.database.DefaultMetadataHandler@2fbfbe18, http://www.dbunit.org/properties/datatypeFactory=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586], http://www.dbunit.org/properties/escapePattern=null, http://www.dbunit.org/properties/batchSize=100, http://www.dbunit.org/features/qualifiedTableNames=true, http://www.dbunit.org/properties/tableType=[Ljava.lang.String;@671381e7, http://www.dbunit.org/properties/resultSetTableFactory=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf, http://www.dbunit.org/features/datatypeWarning=true}], _dataSet=AbstractDataSet[_orderedTableNameMap=null]]) - start Feb 22, 2011 5:25:36 PM org.dbunit.DefaultOperationListener closeConnection FINE: closeConnection(connection=org.dbunit.database.DatabaseConnection[schema=NGP, connection=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55593225, super=_databaseConfig=org.dbunit.database.DatabaseConfig[, _propertyMap={http://www.dbunit.org/properties/statementFactory=org.dbunit.database.statement.PreparedStatementFactory@64633e5e, http://www.dbunit.org/features/caseSensitiveTableNames=false, http://www.dbunit.org/properties/fetchSize=100, http://www.dbunit.org/features/batchedStatements=false, http://www.dbunit.org/properties/metadataHandler=org.dbunit.database.DefaultMetadataHandler@2fbfbe18, http://www.dbunit.org/properties/datatypeFactory=org.dbunit.ext.h2.H2DataTypeFactory[_toleratedDeltaMap=org.dbunit.dataset.datatype.ToleratedDeltaMap@547c9586], http://www.dbunit.org/properties/escapePattern=null, http://www.dbunit.org/properties/batchSize=100, http://www.dbunit.org/features/qualifiedTableNames=true, http://www.dbunit.org/properties/tableType=[Ljava.lang.String;@671381e7, http://www.dbunit.org/properties/resultSetTableFactory=org.dbunit.database.CachedResultSetTableFactory@2f93c0cf, http://www.dbunit.org/features/datatypeWarning=true}], _dataSet=AbstractDataSet[_orderedTableNameMap=null]]) - start Feb 22, 2011 5:25:36 PM org.dbunit.database.DatabaseConnection close FINE: close() - start Feb 22, 2011 5:25:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning resourceManager Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=null, tm=null Feb 22, 2011 5:25:36 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceClosed: 1 Feb 22, 2011 5:25:36 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In cleanup Feb 22, 2011 5:25:36 PM com.sun.enterprise.resource.pool.ConnectionPool logFine FINE: Wait monitor is null Feb 22, 2011 5:25:36 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceFreed: 1 Feb 22, 2011 5:25:36 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( java:global/test-classes/GorpManagerBean) Feb 22, 2011 5:25:36 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : java:global/test-classes/GorpManagerBean Feb 22, 2011 5:25:36 PM com.sun.enterprise.naming.impl.SerialContextProviderImpl lookup FINE: SerialContextProviderImpl :: lookup java:global/test-classes/GorpManagerBean Feb 22, 2011 5:25:36 PM com.sun.ejb.containers.BaseContainer preInvoke FINE: Entering BaseContainer::preInvoke : EjbInvocation componentId=test-classes_test-classes_GorpManagerBean_85092828291989504,isLocal=true,isRemote=false,isBusinessInterface=true,isWebService=false,isMessageDriven=false,isHome=false,clientInterface=interface com.jenzabar.ngp.dao.ejb.GorpManager,method=public abstract java.util.Collection com.jenzabar.ngp.dao.api.DAO.find(java.lang.String,java.util.LinkedHashMap,com.jenzabar.ngp.dao.api.PagingControl),ejb=null,exception=null,exceptionFromBeanMethod=null,invId=0,wasCancelCalled=false,yetToSubmitStatus=true Feb 22, 2011 5:25:36 PM org.glassfish.ejb.security.application.EJBSecurityManager authorize FINE: JACC: permission initialized in InvocationInfo: EJBMethodPermission (Name) = GorpManagerBean (Action) = find,Local,java.lang.String,java.util.LinkedHashMap,com.jenzabar.ngp.dao.api.PagingControl Feb 22, 2011 5:25:36 PM org.glassfish.ejb.security.application.EJBSecurityManager authorize FINE: JACC: Access Control Decision Result: true EJBMethodPermission (Name) = GorpManagerBean (Action) = find,Local,java.lang.String,java.util.LinkedHashMap,com.jenzabar.ngp.dao.api.PagingControl (Caller) = null Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getStatus FINE: TM: status: NoTransaction Feb 22, 2011 5:25:36 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.weld.services.JCDIServiceImpl@546ec21a Feb 22, 2011 5:25:36 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.weld.services.JCDIServiceImpl@546ec21a Feb 22, 2011 5:25:36 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.weld.services.JCDIServiceImpl@546ec21a Feb 22, 2011 5:25:36 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup( java:comp/env/com.jenzabar.ngp.dao.ejb.AbstractDAO/em) Feb 22, 2011 5:25:36 PM com.sun.enterprise.naming.impl.SerialContext lookup FINE: SerialContext ==> lookup relative name : java:comp/env/com.jenzabar.ngp.dao.ejb.AbstractDAO/em Feb 22, 2011 5:25:36 PM com.sun.enterprise.naming.impl.JavaURLContext lookup FINE: In javaURLContext.lookup, name = java:comp/env/com.jenzabar.ngp.dao.ejb.AbstractDAO/em serialcontext...null Feb 22, 2011 5:25:36 PM com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl lookup FINE: serialcontext in GlassfishNamingManager..null Feb 22, 2011 5:25:36 PM com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl lookup FINE: GlassfishNamingManager : looking up name : java:comp/env/com.jenzabar.ngp.dao.ejb.AbstractDAO/em Feb 22, 2011 5:25:36 PM com.sun.enterprise.container.common.impl.util.InjectionManagerImpl _inject FINE: Injecting dependency with logical name com.jenzabar.ngp.dao.ejb.AbstractDAO/em into field protected javax.persistence.EntityManager com.jenzabar.ngp.dao.ejb.AbstractDAO.em on class class com.jenzabar.ngp.dao.ejb.AbstractDAO Feb 22, 2011 5:25:36 PM com.jenzabar.ngp.dao.ejb.AbstractDAO defaultCreateLogger CONFIG: Using ResourceBundle named "com.jenzabar.ngp.dao.ejb.AbstractDAOLogMessages" Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getStatus FINE: TM: status: NoTransaction Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.JavaEETransactionImpl FINE: --Created new JavaEETransactionImpl, txId = 1 Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=JavaEETransactionImpl: txId=1 nonXAResource=null jtsTx=null localTxStatus=0 syncs=[], tm=null Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.JavaEETransactionManagerSimplified enlistComponentResources FINE: TM: enlistComponentResources Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=JavaEETransactionImpl: txId=1 nonXAResource=null jtsTx=null localTxStatus=0 syncs=[], tm=null Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.JavaEETransactionImpl registerSynchronization FINE: --In JavaEETransactionImpl.registerSynchronization, jtsTx=null nonXAResource=null Feb 22, 2011 5:25:36 PM org.glassfish.ejb.security.application.EJBSecurityManager resetPolicyContext FINE: JACC: Changing Policy Context ID: oldV = null newV = test-classes/test-classes Feb 22, 2011 5:25:36 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl getJndiNameEnvironment FINEST: ComponentEnvManagerImpl: getJndiNameEnvironment test-classes_test-classes_GorpManagerBean_85092828291989504 is class com.sun.enterprise.deployment.EjbSessionDescriptor Feb 22, 2011 5:25:36 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl getCurrentJndiNameEnvironment FINEST: ComponentEnvManagerImpl: getCurrentJndiNameEnvironment test-classes_test-classes_GorpManagerBean_85092828291989504 is class com.sun.enterprise.deployment.EjbSessionDescriptor Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=JavaEETransactionImpl: txId=1 nonXAResource=null jtsTx=null localTxStatus=0 syncs=[com.sun.ejb.containers.ContainerSynchronization@57d62a85], tm=null Feb 22, 2011 5:25:36 PM com.sun.enterprise.container.common.impl.EntityManagerWrapper _getDelegate FINE: In EntityManagerWrapper::_getDelegate(). Logical entity manager = com.sun.enterprise.container.common.impl.EntityManagerWrapper@2d81aed0 Feb 22, 2011 5:25:36 PM com.sun.enterprise.container.common.impl.EntityManagerWrapper _getDelegate FINE: Physical entity manager = org.eclipse.persistence.internal.jpa.EntityManagerImpl@1cfbf107 Feb 22, 2011 5:25:36 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=JavaEETransactionImpl: txId=1 nonXAResource=null jtsTx=null localTxStatus=0 syncs=[com.sun.ejb.containers.ContainerSynchronization@57d62a85], tm=null Feb 22, 2011 5:25:36 PM com.sun.enterprise.container.common.impl.EntityManagerWrapper _getDelegate FINE: In EntityManagerWrapper::_getDelegate(). Logical entity manager = com.sun.enterprise.container.common.impl.EntityManagerWrapper@2d81aed0 Feb 22, 2011 5:25:37 PM com.sun.enterprise.container.common.impl.EntityManagerWrapper _getDelegate FINE: Physical entity manager = org.eclipse.persistence.internal.jpa.EntityManagerImpl@1cfbf107 Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=JavaEETransactionImpl: txId=1 nonXAResource=null jtsTx=null localTxStatus=0 syncs=[com.sun.ejb.containers.ContainerSynchronization@57d62a85], tm=null Feb 22, 2011 5:25:37 PM com.jenzabar.ngp.dao.ejb.AbstractDAO find WARNING: There was no named JPQL query named findGorpCountQuery. This is because none could be inferred from the regular named query named findGorp by applying it to the following count query template: %sCountQuery{3} Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=JavaEETransactionImpl: txId=1 nonXAResource=null jtsTx=null localTxStatus=1 syncs=[com.sun.ejb.containers.ContainerSynchronization@57d62a85], tm=null Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getStatus FINE: TM: status: MarkedRollback Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=JavaEETransactionImpl: txId=1 nonXAResource=null jtsTx=null localTxStatus=1 syncs=[com.sun.ejb.containers.ContainerSynchronization@57d62a85], tm=null Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.JavaEETransactionImpl registerSynchronization FINE: --In JavaEETransactionImpl.registerSynchronization, jtsTx=null nonXAResource=null Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=JavaEETransactionImpl: txId=1 nonXAResource=null jtsTx=null localTxStatus=1 syncs=[com.sun.ejb.containers.ContainerSynchronization@57d62a85, org.eclipse.persistence.transaction.JTASynchronizationListener@9ba3afe], tm=null Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=JavaEETransactionImpl: txId=1 nonXAResource=null jtsTx=null localTxStatus=1 syncs=[com.sun.ejb.containers.ContainerSynchronization@57d62a85, org.eclipse.persistence.transaction.JTASynchronizationListener@9ba3afe], tm=null Feb 22, 2011 5:25:37 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:37 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl getJndiNameEnvironment FINEST: ComponentEnvManagerImpl: getJndiNameEnvironment test-classes_test-classes_GorpManagerBean_85092828291989504 is class com.sun.enterprise.deployment.EjbSessionDescriptor Feb 22, 2011 5:25:37 PM com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl getCurrentJndiNameEnvironment FINEST: ComponentEnvManagerImpl: getCurrentJndiNameEnvironment test-classes_test-classes_GorpManagerBean_85092828291989504 is class com.sun.enterprise.deployment.EjbSessionDescriptor Feb 22, 2011 5:25:37 PM com.sun.enterprise.connectors.ConnectionManagerImpl allocateConnection FINE: RAR5036:Resource reference is not defined for JNDI name [java:global/jdbc/H2Test__nontx] Feb 22, 2011 5:25:37 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:37 PM com.sun.gjc.spi.ManagedConnectionFactory logFine FINE: In equals Feb 22, 2011 5:25:37 PM com.sun.enterprise.connectors.ConnectorRegistry getDescriptor FINE: Found/returing Connector descriptor in connector registry. Feb 22, 2011 5:25:37 PM com.sun.enterprise.connectors.ConnectionManagerImpl logFine FINE: ConnectionMgr: poolName H2TestPool txLevel : 1 Feb 22, 2011 5:25:37 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning noTxResourceManager Feb 22, 2011 5:25:37 PM com.sun.enterprise.resource.pool.ConnectionPool getResource FINE: Resource Pool: elapsed time (ms) to get connection for [ResourceSpec :- connectionPoolName : H2TestPool isXA_ : false resoureId : java:global/jdbc/H2Test__nontx resoureIdType : 1 pmResource : false nonTxResource : true lazyEnlistable : false lazyAssociatable : false] : 0 Feb 22, 2011 5:25:37 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In getConnection Feb 22, 2011 5:25:37 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_start Feb 22, 2011 5:25:37 PM com.sun.gjc.spi.ManagedConnection executeInitSql FINE: jdbc.execute_init_sql_end Feb 22, 2011 5:25:37 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning noTxResourceManager Feb 22, 2011 5:25:37 PM com.sun.enterprise.resource.rm.NoTxResourceManagerImpl logFine FINE: NoTxResourceManagerImpl :: enlistResource called Feb 22, 2011 5:25:37 PM org.eclipse.persistence.session.file:/var/folders/Xd/XdAtuoEzHdOh7AR5tSGFJ TI/-Tmp-/gfembed3124451298407750495tmp/applications/test-classes/_ngp.sql FINE: SELECT CODE, MESSAGE FROM test.ngp.GORP WHERE (CODE = ?) bind => [1 parameter bound] Feb 22, 2011 5:25:37 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Returning noTxResourceManager Feb 22, 2011 5:25:37 PM com.sun.enterprise.resource.rm.NoTxResourceManagerImpl logFine FINE: NoTxResourceManagerImpl :: delistResource called Feb 22, 2011 5:25:37 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceClosed: 1 Feb 22, 2011 5:25:37 PM com.sun.gjc.spi.ManagedConnection logFine FINE: In cleanup Feb 22, 2011 5:25:37 PM com.sun.enterprise.resource.pool.ConnectionPool logFine FINE: Wait monitor is null Feb 22, 2011 5:25:37 PM com.sun.enterprise.resource.pool.ConnectionPool resourceClosed FINE: Pool: resourceFreed: 1 Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getStatus FINE: TM: status: MarkedRollback Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.JavaEETransactionImpl rollback FINE: --In JavaEETransactionImpl.rollback, jtsTx=null nonXAResource=null Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate getTransaction FINE: TM: getTransaction: tx=null, tm=null Feb 22, 2011 5:25:37 PM com.sun.ejb.containers.BaseContainer postInvoke FINE: Leaving BaseContainer::postInvoke : EjbInvocation componentId=test-classes_test-classes_GorpManagerBean_85092828291989504,isLocal=true,isRemote=false,isBusinessInterface=true,isWebService=false,isMessageDriven=false,isHome=false,clientInterface=interface com.jenzabar.ngp.dao.ejb.GorpManager,method=public abstract java.util.Collection com.jenzabar.ngp.dao.api.DAO.find(java.lang.String,java.util.LinkedHashMap,com.jenzabar.ngp.dao.api.PagingControl),ejb=com.jenzabar.ngp.dao.ejb.GorpManagerBean@46f7d5a6,exception=null,exceptionFromBeanMethod=null,invId=0,wasCancelCalled=false,yetToSubmitStatus=true Feb 22, 2011 5:25:37 PM org.dbunit.AbstractDatabaseTester onTearDown FINE: onTearDown() - start Feb 22, 2011 5:25:37 PM org.dbunit.AbstractDatabaseTester getTearDownOperation FINEST: getTearDownOperation() - start Feb 22, 2011 5:25:37 PM org.dbunit.AbstractDatabaseTester executeOperation FINE: executeOperation(operation=org.dbunit.operation.DatabaseOperation$DummyOperation@1d807ca8) - start Feb 22, 2011 5:25:37 PM com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper$1 event FINE: ON SHUTDOWN Feb 22, 2011 5:25:37 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():prepare_shutdown Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.v3.server.ApplicationLoaderService Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on Application Loader java.util.logging.ErrorManager: 5 java.lang.NullPointerException at java.util.PropertyResourceBundle.handleGetObject(PropertyResourceBundle.java:136) at java.util.ResourceBundle.getObject(ResourceBundle.java:368) at java.util.ResourceBundle.getString(ResourceBundle.java:334) at java.util.logging.Formatter.formatMessage(Formatter.java:108) at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:63) at java.util.logging.StreamHandler.publish(StreamHandler.java:179) at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:88) at java.util.logging.Logger.log(Logger.java:458) at com.sun.logging.LogDomains$1.log(LogDomains.java:354) at java.util.logging.Logger.doLog(Logger.java:480) at java.util.logging.Logger.log(Logger.java:569) at com.sun.enterprise.v3.server.ApplicationLoaderService.stopApplication(ApplicationLoaderService.java:445) at com.sun.enterprise.v3.server.ApplicationLoaderService.preDestroy(ApplicationLoaderService.java:420) at com.sun.hk2.component.AbstractCreatorInhabitantImpl.dispose(AbstractCreatorInhabitantImpl.java:80) at com.sun.hk2.component.SingletonInhabitant.release(SingletonInhabitant.java:78) at com.sun.hk2.component.EventPublishingInhabitant.release(EventPublishingInhabitant.java:105) at com.sun.hk2.component.LazyInhabitant.release(LazyInhabitant.java:130) at com.sun.enterprise.v3.server.AppServerStartup.stop(AppServerStartup.java:415) at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.stop(GlassFishImpl.java:88) at com.jenzabar.junit.ejb.dbunit.mem.GlassfishEmbeddedStrategy.destroy(GlassfishEmbeddedStrategy.java:96) at com.jenzabar.junit.ejb.dbunit.mem.AbstractEJBTestCase.tearDownClass(AbstractEJBTestCase.java:172) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:145) at org.apache.maven.surefire.Surefire.run(Surefire.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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017) Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on org.glassfish.ejb.startup.EjbContainerStarter@1f98a654 Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.ejb.startup.EjbContainerStarter@5629626a Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.ejb.startup.EjbContainerStarter@5629626a Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on org.glassfish.ejb.startup.EjbContainerStarter@5629626a Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.ejb.startup.EjbContainerStarter@5629626a Feb 22, 2011 5:25:37 PM org.glassfish.internal.data.EngineInfo stop FINE: Container EjbContainer stopped Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object com.sun.enterprise.security.SecurityContainer@36fc4957 Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on com.sun.enterprise.security.SecurityContainer@36fc4957 Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: calling PostConstruct on com.sun.enterprise.security.SecurityContainer@36fc4957 Feb 22, 2011 5:25:37 PM com.sun.enterprise.security.PolicyLoader loadPolicy FINE: Policy already installed. Will not re-install. Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on com.sun.enterprise.security.SecurityContainer@36fc4957 Feb 22, 2011 5:25:37 PM org.glassfish.internal.data.EngineInfo stop FINE: Container Security stopped Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl get FINER: created object org.glassfish.persistence.jpa.JPAContainer@6d330af4 Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection starting on org.glassfish.persistence.jpa.JPAContainer@6d330af4 Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorImpl inject FINER: injection finished on org.glassfish.persistence.jpa.JPAContainer@6d330af4 Feb 22, 2011 5:25:37 PM org.glassfish.internal.data.EngineInfo stop FINE: Container JPA stopped Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.container.common.impl.managedbean.ManagedBeanManagerImpl Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.gms.bootstrap.GMSAdapterService Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.admin.mbeanserver.MBeanServerFactory Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.admin.mbeanserver.JMXStartupService Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.internal.config.UnprocessedConfigListener Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.v3.server.ApplicationConfigListener Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.v3.server.PostInitializer Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.v3.server.DynamicReloadService Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on com.sun.enterprise.v3.server.DynamicReloadService@3eaa3e5b Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.DynamicReloadService stop FINE: [Reloader] Stopping Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.admin.monitor.jvm.JVMStatsProviderBootstrap Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.admin.util.CommandThreadPool Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.admin.util.InstanceStateService Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.naming.GlassFishNamingBuilder Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on com.sun.enterprise.naming.GlassFishNamingBuilder@56b4d39c Feb 22, 2011 5:25:37 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.deployment.autodeploy.AutoDeployService Feb 22, 2011 5:25:37 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on org.glassfish.deployment.autodeploy.AutoDeployService@13ce64f6 Feb 22, 2011 5:25:38 PM org.glassfish.deployment.autodeploy.AutoDeployService stopAutoDeployer FINE: [AutoDeploy] Stopping Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.transaction.startup.TransactionRecoveryWrapper Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.v3.services.impl.GrizzlyService Feb 22, 2011 5:25:38 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on com.sun.enterprise.v3.services.impl.GrizzlyService@32f9f91d Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.v3.admin.MbeanService Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.javaee.services.ApplicationScopedResourcesManager Feb 22, 2011 5:25:38 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on org.glassfish.javaee.services.ApplicationScopedResourcesManager@25a0d346 Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.v3.services.impl.WebContainerStarter Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class com.sun.enterprise.v3.server.LifecycleModuleService Feb 22, 2011 5:25:38 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on com.sun.enterprise.v3.server.LifecycleModuleService@3844006e Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.enterprise.api.enabler.ORBConnectorStartup Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.osgijpa.extension.JPAStartupService Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop FINE: Releasing services class org.glassfish.javaee.services.ResourceManager Feb 22, 2011 5:25:38 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on org.glassfish.javaee.services.ResourceManager@76c5d9c1 Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ConnectorResourceAdminServiceImpl deleteConnectorResource FINE: RAR7133: Unable to remove resource [ jdbc/__TimerPool__pm ] from jndi Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ConnectorResourceAdminServiceImpl deleteConnectorResource FINE: javax.naming.NameNotFoundException: Cannot find name to unbind at com.sun.enterprise.naming.impl.TransientContext.doUnbind(TransientContext.java:398) at com.sun.enterprise.naming.impl.TransientContext.unbind(TransientContext.java:420) at com.sun.enterprise.naming.impl.TransientContext.unbind(TransientContext.java:424) at com.sun.enterprise.naming.impl.SerialContextProviderImpl.unbind(SerialContextProviderImpl.java:124) at com.sun.enterprise.naming.impl.SerialContext.unbind(SerialContext.java:740) at javax.naming.InitialContext.unbind(InitialContext.java:416) at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.unpublishObject(GlassfishNamingManagerImpl.java:246) at com.sun.appserv.connectors.internal.api.ResourceNamingService.unpublishObject(ResourceNamingService.java:184) at com.sun.enterprise.connectors.service.ConnectorResourceAdminServiceImpl.deleteConnectorResource(ConnectorResourceAdminServiceImpl.java:167) at com.sun.enterprise.connectors.ConnectorRuntime.deleteConnectorResource(ConnectorRuntime.java:331) at com.sun.enterprise.resource.deployer.JdbcResourceDeployer.deleteResource(JdbcResourceDeployer.java:156) at com.sun.enterprise.resource.deployer.JdbcResourceDeployer.undeployResource(JdbcResourceDeployer.java:146) at org.glassfish.javaee.services.ResourceManager.undeployResources(ResourceManager.java:259) at org.glassfish.javaee.services.ResourceManager.preDestroy(ResourceManager.java:217) at com.sun.hk2.component.AbstractCreatorInhabitantImpl.dispose(AbstractCreatorInhabitantImpl.java:80) at com.sun.hk2.component.SingletonInhabitant.release(SingletonInhabitant.java:78) at com.sun.hk2.component.EventPublishingInhabitant.release(EventPublishingInhabitant.java:105) at com.sun.hk2.component.LazyInhabitant.release(LazyInhabitant.java:130) at com.sun.enterprise.v3.server.AppServerStartup.stop(AppServerStartup.java:415) at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.stop(GlassFishImpl.java:88) at com.jenzabar.junit.ejb.dbunit.mem.GlassfishEmbeddedStrategy.destroy(GlassfishEmbeddedStrategy.java:96) at com.jenzabar.junit.ejb.dbunit.mem.AbstractEJBTestCase.tearDownClass(AbstractEJBTestCase.java:172) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:145) at org.apache.maven.surefire.Surefire.run(Surefire.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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017) Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isReferenced FINE: isReferenced :: jdbc/__TimerPool - true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isResourceReferenceEnabled FINE: ResourcesUtil :: isResourceReferenceEnabled ref enabled ?true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isReferenced FINE: isReferenced :: jdbc/__TimerPool - true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isJdbcPoolReferredInServerInstance FINE: pool __TimerPoolresource jdbc/__TimerPool referred true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isJdbcPoolReferredInServerInstance FINE: JDBC resource jdbc/__TimerPoolrefers __TimerPoolin this server instance and is enabled Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ConnectorResourceAdminServiceImpl deleteConnectorResource FINE: RAR7133: Unable to remove resource [ jdbc/__default__pm ] from jndi Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ConnectorResourceAdminServiceImpl deleteConnectorResource FINE: javax.naming.NameNotFoundException: Cannot find name to unbind at com.sun.enterprise.naming.impl.TransientContext.doUnbind(TransientContext.java:398) at com.sun.enterprise.naming.impl.TransientContext.unbind(TransientContext.java:420) at com.sun.enterprise.naming.impl.TransientContext.unbind(TransientContext.java:424) at com.sun.enterprise.naming.impl.SerialContextProviderImpl.unbind(SerialContextProviderImpl.java:124) at com.sun.enterprise.naming.impl.SerialContext.unbind(SerialContext.java:740) at javax.naming.InitialContext.unbind(InitialContext.java:416) at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.unpublishObject(GlassfishNamingManagerImpl.java:246) at com.sun.appserv.connectors.internal.api.ResourceNamingService.unpublishObject(ResourceNamingService.java:184) at com.sun.enterprise.connectors.service.ConnectorResourceAdminServiceImpl.deleteConnectorResource(ConnectorResourceAdminServiceImpl.java:167) at com.sun.enterprise.connectors.ConnectorRuntime.deleteConnectorResource(ConnectorRuntime.java:331) at com.sun.enterprise.resource.deployer.JdbcResourceDeployer.deleteResource(JdbcResourceDeployer.java:156) at com.sun.enterprise.resource.deployer.JdbcResourceDeployer.undeployResource(JdbcResourceDeployer.java:146) at org.glassfish.javaee.services.ResourceManager.undeployResources(ResourceManager.java:259) at org.glassfish.javaee.services.ResourceManager.preDestroy(ResourceManager.java:217) at com.sun.hk2.component.AbstractCreatorInhabitantImpl.dispose(AbstractCreatorInhabitantImpl.java:80) at com.sun.hk2.component.SingletonInhabitant.release(SingletonInhabitant.java:78) at com.sun.hk2.component.EventPublishingInhabitant.release(EventPublishingInhabitant.java:105) at com.sun.hk2.component.LazyInhabitant.release(LazyInhabitant.java:130) at com.sun.enterprise.v3.server.AppServerStartup.stop(AppServerStartup.java:415) at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.stop(GlassFishImpl.java:88) at com.jenzabar.junit.ejb.dbunit.mem.GlassfishEmbeddedStrategy.destroy(GlassfishEmbeddedStrategy.java:96) at com.jenzabar.junit.ejb.dbunit.mem.AbstractEJBTestCase.tearDownClass(AbstractEJBTestCase.java:172) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:145) at org.apache.maven.surefire.Surefire.run(Surefire.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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017) Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isReferenced FINE: isReferenced :: jdbc/__default - true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isResourceReferenceEnabled FINE: ResourcesUtil :: isResourceReferenceEnabled ref enabled ?true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isReferenced FINE: isReferenced :: jdbc/__default - true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isJdbcPoolReferredInServerInstance FINE: pool DerbyPoolresource jdbc/__default referred true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isJdbcPoolReferredInServerInstance FINE: JDBC resource jdbc/__defaultrefers DerbyPoolin this server instance and is enabled Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isReferenced FINE: isReferenced :: java:global/jdbc/H2Test - true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isResourceReferenceEnabled FINE: ResourcesUtil :: isResourceReferenceEnabled ref enabled ?true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isReferenced FINE: isReferenced :: java:global/jdbc/H2Test - true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isJdbcPoolReferredInServerInstance FINE: pool H2TestPoolresource java:global/jdbc/H2Test referred true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.util.ResourcesUtil isJdbcPoolReferredInServerInstance FINE: JDBC resource java:global/jdbc/H2Testrefers H2TestPoolin this server instance and is enabled Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer undeployResource FINE: JdbcConnectionPoolDeployer - unDeployResource : calling actualUndeploy of __TimerPool Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry removeManagedConnectionFactory FINE: Failed to remove the MCF from connector registry. Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl deleteConnectorConnectionPool FINE: RAR6030 : Failed to remove the MCF : __TimerPool Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer actualUndeployResource FINEST: Pool Undeployed Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer undeployResource FINE: JdbcConnectionPoolDeployer - unDeployResource : calling actualUndeploy of DerbyPool Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry removeManagedConnectionFactory FINE: Failed to remove the MCF from connector registry. Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl deleteConnectorConnectionPool FINE: RAR6030 : Failed to remove the MCF : DerbyPool Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer actualUndeployResource FINEST: Pool Undeployed Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer undeployResource FINE: JdbcConnectionPoolDeployer - unDeployResource : calling actualUndeploy of H2TestPool Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.pool.ConnectionPool logFine FINE: Cancelling resizer Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.pool.ConnectionPool emptyPool FINE: EmptyPool: Name = H2TestPool Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.435 sec Feb 22, 2011 5:25:38 PM com.sun.gjc.spi.ManagedConnection logFine Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 FINE: In destroy Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.allocator.LocalTxConnectorAllocator destroyResource FINEST: destroyResource for LocalTxConnectorAllocator done Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.pool.PoolManagerImpl killPool FINE: Removing pool Pool [H2TestPool] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off from pooltable Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.pool.monitor.ConnectionPoolStatsProviderBootstrap poolDestroyed FINEST: Pool Destroyed : H2TestPool Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getManagedConnectionFactory FINE: Returning the MCF from connector registry. Feb 22, 2011 5:25:38 PM com.sun.gjc.spi.ManagedConnectionFactory mcfDestroyed FINEST: MCF Destroyed Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry removeManagedConnectionFactory FINE: removeMCF H2TestPool - true Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.deployer.JdbcConnectionPoolDeployer actualUndeployResource FINEST: Pool Undeployed Feb 22, 2011 5:25:38 PM com.sun.enterprise.resource.pool.PoolManagerImpl logFine FINE: Killing all free connections in pools Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getInstance FINE: returning the connector registry Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl stopActiveResourceAdapter FINE: Stopping RA : Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry getActiveResourceAdapter FINE: returning/found the resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:38 PM com.sun.appserv.connectors.internal.api.ConnectorsUtil getShutdownTimeout FINE: Shutdown timeout set to 30 from domain.xml Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter FINE: scheduling stop for RA [ __ds_jdbc_ra ] Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl$RAShutdownTask run FINE: Calling RA [ __ds_jdbc_ra ] shutdown Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ActiveOutboundResourceAdapter stopResourceAdapter FINE: Calling Resource Adapter stop__ds_jdbc_ra Feb 22, 2011 5:25:38 PM com.sun.gjc.spi.ResourceAdapter stop FINEST: Cancelling the timer Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ActiveOutboundResourceAdapter stopResourceAdapter FINE: Resource Adapter stop call of __ds_jdbc_ra returned successfully Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ActiveOutboundResourceAdapter stopResourceAdapter FINE: RAR7013: Resource Adapter stop() call successful Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.work.WorkManagerFactory removeWorkManager FINE: Removed the workManager for RAR [ __ds_jdbc_ra ] from registry. Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter FINE: stop() Complete for active 1.5 compliant RAR [ __ds_jdbc_ra ] Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter INFO: RAR7094: __ds_jdbc_ra shutdown successful. Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry removeLockObject FINE: removed lock-object [ java.lang.Object@5889949a ] for rar : __ds_jdbc_ra Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.ConnectorRegistry removeActiveResourceAdapter FINE: removed the active resource adapter from connector registry__ds_jdbc_ra Feb 22, 2011 5:25:38 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl unbindConnectorDescriptor FINEST: ResourceAdapterAdminServiceImpl :: destroyActiveRA __ds_jdbc_ra removed descriptor __SYSTEM/descriptors/__ds_jdbc_ra Feb 22, 2011 5:25:38 PM org.glassfish.admin.mbeanserver.JMXStartupService shutdown FINE: JMXStartupService: shutting down AMX and JMX Feb 22, 2011 5:25:38 PM Repository retrieve FINER: name=amx-support:type=boot-amx Feb 22, 2011 5:25:38 PM Repository remove FINER: name=amx-support:type=boot-amx Feb 22, 2011 5:25:38 PM DefaultMBeanServerInterceptor unregisterMBean FINER: Send delete notification of object amx-support:type=boot-amx Feb 22, 2011 5:25:38 PM DefaultMBeanServerInterceptor sendNotification FINER: JMX.mbean.unregistered amx-support:type=boot-amx Feb 22, 2011 5:25:38 PM org.glassfish.admin.mbeanserver.JMXStartupService shutdown INFO: JMXStartupService and JMXConnectors have been shut down. Feb 22, 2011 5:25:38 PM org.glassfish.persistence.jpa.JPADeployer event FINEST: JpaDeployer.event():server_shutdown Feb 22, 2011 5:25:38 PM com.sun.enterprise.v3.server.AppServerStartup stop INFO: Shutdown procedure finished Feb 22, 2011 5:25:38 PM com.sun.hk2.component.AbstractCreatorInhabitantImpl dispose FINER: calling PreDestroy on org.glassfish.admin.monitor.MonitoringBootstrap@63db6942 Feb 22, 2011 5:25:38 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl FINE: In the ctor : instance name server Feb 22, 2011 5:25:38 PM org.glassfish.admin.monitor.StatsProviderManagerDelegateImpl FINE: In the ctor : MONITORING SERVER amx:pp=/mon,type=server-mon,name=server Feb 22, 2011 5:25:38 PM AppServerStartup run INFO: [Thread[GlassFish Kernel Main Thread,5,main]] exiting [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ ngp-dao-ejb --- [INFO] Building jar: /Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/ngp-dao-ejb-1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ngp-dao-ejb --- [INFO] Installing /Users/ljnelson/Projects/ngp/ngp-dao-ejb/target/ngp-dao-ejb-1.0-SNAPSHOT.jar to /Users/ljnelson/.m2/repository/com/jenzabar/ngp/ngp-dao-ejb/1.0-SNAPSHOT/ngp-dao-ejb-1.0-SNAPSHOT.jar [INFO] Installing /Users/ljnelson/Projects/ngp/ngp-dao-ejb/pom.xml to /Users/ljnelson/.m2/repository/com/jenzabar/ngp/ngp-dao-ejb/1.0-SNAPSHOT/ngp-dao-ejb-1.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:18.754s [INFO] Finished at: Tue Feb 22 17:25:40 EST 2011 [INFO] Final Memory: 23M/81M [INFO] ------------------------------------------------------------------------ Compilation finished at Tue Feb 22 17:25:41