<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Binding a SessionFactory
</h3>
<span style="margin-bottom: 10px;">
    reply from <a href="http://community.jboss.org/people/lulseged">Lulseged Zerfu</a> in <i>JNDI and Naming</i> - <a href="http://community.jboss.org/message/537092#537092">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Yes I have removed it but there is an exception while creating a SessionFactory.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Lulseged</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>2010-04-13 11:00:18,795 INFO [org.hibernate.cfg.Environment] - &lt;Hibernate 3.5.0-Final&gt;</p><p>2010-04-13 11:00:18,800 INFO [org.hibernate.cfg.Environment] - &lt;loaded properties from resource hibernate.properties: {hibernate.c3p0.timeout=1800, hibernate.use_sql_comments=true, hibernate.cache.provider_class=net.sf.ehcache.hibernate.SingletonEhCacheProvider, hibernate.c3p0.max_statements=50, hibernate.c3p0.max_size=20, hibernate.cache.use_query_cache=true, hibernate.cache.use_second_level_cache=true, hibernate.cache.use_structured_entries=true, hibernate.c3p0.min_size=5, hibernate.generate_statistics=true, hibernate.bytecode.use_reflection_optimizer=false}&gt;</p><p>2010-04-13 11:00:18,805 INFO [org.hibernate.cfg.Environment] - &lt;Bytecode provider name : javassist&gt;</p><p>2010-04-13 11:00:18,812 INFO [org.hibernate.cfg.Environment] - &lt;using JDK 1.4 java.sql.Timestamp handling&gt;</p><p>2010-04-13 11:00:18,971 INFO [org.hibernate.cfg.Configuration] - &lt;configuring from resource: /hibernate.cfg.xml&gt;</p><p>2010-04-13 11:00:18,971 INFO [org.hibernate.cfg.Configuration] - &lt;Configuration resource: /hibernate.cfg.xml&gt;</p><p>2010-04-13 11:00:19,082 INFO [org.hibernate.cfg.Configuration] - &lt;Reading mappings from resource : hbm/ResourceListUser.hbm.xml&gt;</p><p>2010-04-13 11:00:19,170 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping class: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListUser -&gt; presentity&gt;</p><p>2010-04-13 11:00:19,192 INFO [org.hibernate.cfg.Configuration] - &lt;Reading mappings from resource : hbm/ResourceList.hbm.xml&gt;</p><p>2010-04-13 11:00:19,216 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping class: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceList -&gt; resourcelist&gt;</p><p>2010-04-13 11:00:19,295 INFO [org.hibernate.cfg.Configuration] - &lt;Reading mappings from resource : hbm/ResourceListType.hbm.xml&gt;</p><p>2010-04-13 11:00:19,315 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping class: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListType -&gt; resourcelisttype&gt;</p><p>2010-04-13 11:00:19,319 INFO [org.hibernate.cfg.Configuration] - &lt;Reading mappings from resource : hbm/ResourceListEntry.hbm.xml&gt;</p><p>2010-04-13 11:00:19,331 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping class: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListEntry -&gt; resourcelistentry&gt;</p><p>2010-04-13 11:00:19,332 INFO [org.hibernate.cfg.Configuration] - &lt;Reading mappings from resource : hbm/ResourceListEntryReference.hbm.xml&gt;</p><p>2010-04-13 11:00:19,343 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping class: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListEntryReference -&gt; resourcelistentryref&gt;</p><p>2010-04-13 11:00:19,344 INFO [org.hibernate.cfg.Configuration] - &lt;Reading mappings from resource : hbm/ResourceListExternal.hbm.xml&gt;</p><p>2010-04-13 11:00:19,354 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping class: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListExternal -&gt; resourcelistexternal&gt;</p><p>2010-04-13 11:00:19,354 INFO [org.hibernate.cfg.Configuration] - &lt;Reading mappings from resource : hbm/Subscription.hbm.xml&gt;</p><p>2010-04-13 11:00:19,365 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping class: com.ericsson.ims.pag.common.domain.Subscription -&gt; subscription&gt;</p><p>2010-04-13 11:00:19,365 INFO [org.hibernate.cfg.Configuration] - &lt;Configured SessionFactory: jdbc/resource-list&gt;</p><p>2010-04-13 11:00:19,366 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping collection: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListUser.subscriptions -&gt; subscription&gt;</p><p>2010-04-13 11:00:19,367 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping collection: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListUser.resourceLists -&gt; resourcelist&gt;</p><p>2010-04-13 11:00:19,367 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping collection: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceList.resourceListTypes -&gt; resourcelisttype&gt;</p><p>2010-04-13 11:00:19,367 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping collection: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListType.resourceListTypes -&gt; resourcelisttype&gt;</p><p>2010-04-13 11:00:19,367 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping collection: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListType.resourceListExternals -&gt; resourcelistexternal&gt;</p><p>2010-04-13 11:00:19,367 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping collection: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListType.resourceListEntryReferences -&gt; resourcelistentryref&gt;</p><p>2010-04-13 11:00:19,367 INFO [org.hibernate.cfg.HbmBinder] - &lt;Mapping collection: com.ericsson.ims.pag.xdms.resource.list.domain.ResourceListType.resourceListEntries -&gt; resourcelistentry&gt;</p><p>2010-04-13 11:00:19,377 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - &lt;Using Hibernate built-in connection pool (not for production use!)&gt;</p><p>2010-04-13 11:00:19,377 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - &lt;Hibernate connection pool size: 10&gt;</p><p>2010-04-13 11:00:19,377 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - &lt;autocommit mode: false&gt;</p><p>2010-04-13 11:00:19,390 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - &lt;using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://127.0.0.1:3306/ddb&gt;</p><p>2010-04-13 11:00:19,390 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - &lt;connection properties: {user=ddbuser, password=ddbuser}&gt;</p><p>2010-04-13 11:00:19,390 TRACE [org.hibernate.connection.DriverManagerConnectionProvider] - &lt;total checked-out connections: 0&gt;</p><p>2010-04-13 11:00:19,390 DEBUG [org.hibernate.connection.DriverManagerConnectionProvider] - &lt;opening new JDBC connection&gt;</p><p>2010-04-13 11:00:19,686 DEBUG [org.hibernate.connection.DriverManagerConnectionProvider] - &lt;created connection to: jdbc:mysql://127.0.0.1:3306/ddb, Isolation Level: 4&gt;</p><p>2010-04-13 11:00:19,686 INFO [org.hibernate.cfg.SettingsFactory] - &lt;RDBMS: MySQL, version: 5.1.45-community-log&gt;</p><p>2010-04-13 11:00:19,687 INFO [org.hibernate.cfg.SettingsFactory] - &lt;JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-commercial-5.1.12 ( Revision: ${bzr.revision-id} )&gt;</p><p>2010-04-13 11:00:19,731 INFO [org.hibernate.dialect.Dialect] - &lt;Using dialect: org.hibernate.dialect.MySQLInnoDBDialect&gt;</p><p>2010-04-13 11:00:19,736 INFO [org.hibernate.engine.jdbc.JdbcSupportLoader] - &lt;Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4&gt;</p><p>2010-04-13 11:00:19,736 TRACE [org.hibernate.connection.DriverManagerConnectionProvider] - &lt;returning connection to pool, pool size: 1&gt;</p><p>2010-04-13 11:00:19,738 INFO [org.hibernate.transaction.TransactionFactoryFactory] - &lt;Using default transaction strategy (direct JDBC transactions)&gt;</p><p>2010-04-13 11:00:19,741 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - &lt;No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)&gt;</p><p>2010-04-13 11:00:19,741 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Automatic flush during beforeCompletion(): disabled&gt;</p><p>2010-04-13 11:00:19,741 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Automatic session close at end of transaction: disabled&gt;</p><p>2010-04-13 11:00:19,742 INFO [org.hibernate.cfg.SettingsFactory] - &lt;JDBC batch size: 15&gt;</p><p>2010-04-13 11:00:19,742 INFO [org.hibernate.cfg.SettingsFactory] - &lt;JDBC batch updates for versioned data: disabled&gt;</p><p>2010-04-13 11:00:19,743 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Scrollable result sets: enabled&gt;</p><p>2010-04-13 11:00:19,743 INFO [org.hibernate.cfg.SettingsFactory] - &lt;JDBC3 getGeneratedKeys(): enabled&gt;</p><p>2010-04-13 11:00:19,743 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Connection release mode: auto&gt;</p><p>2010-04-13 11:00:19,744 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Default schema: ddb&gt;</p><p>2010-04-13 11:00:19,745 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Maximum outer join fetch depth: 3&gt;</p><p>2010-04-13 11:00:19,745 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Default batch fetch size: 1&gt;</p><p>2010-04-13 11:00:19,745 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Generate SQL with comments: enabled&gt;</p><p>2010-04-13 11:00:19,746 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Order SQL updates by primary key: disabled&gt;</p><p>2010-04-13 11:00:19,746 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Order SQL inserts for batching: disabled&gt;</p><p>2010-04-13 11:00:19,746 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory&gt;</p><p>2010-04-13 11:00:19,748 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - &lt;Using ASTQueryTranslatorFactory&gt;</p><p>2010-04-13 11:00:19,748 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Query language substitutions: {}&gt;</p><p>2010-04-13 11:00:19,749 INFO [org.hibernate.cfg.SettingsFactory] - &lt;JPA-QL strict compliance: disabled&gt;</p><p>2010-04-13 11:00:19,749 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Second-level cache: enabled&gt;</p><p>2010-04-13 11:00:19,749 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Query cache: enabled&gt;</p><p>2010-04-13 11:00:19,755 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge&gt;</p><p>2010-04-13 11:00:19,755 INFO [org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge] - &lt;Cache provider: net.sf.ehcache.hibernate.SingletonEhCacheProvider&gt;</p><p>2010-04-13 11:00:19,760 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Optimize cache for minimal puts: disabled&gt;</p><p>2010-04-13 11:00:19,760 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Structured second-level cache entries: enabled&gt;</p><p>2010-04-13 11:00:19,761 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Query cache factory: org.hibernate.cache.StandardQueryCacheFactory&gt;</p><p>2010-04-13 11:00:19,768 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Echoing all SQL to stdout&gt;</p><p>2010-04-13 11:00:19,769 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Statistics: enabled&gt;</p><p>2010-04-13 11:00:19,769 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Deleted entity synthetic identifier rollback: disabled&gt;</p><p>2010-04-13 11:00:19,769 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Default entity-mode: pojo&gt;</p><p>2010-04-13 11:00:19,770 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Named query checking : enabled&gt;</p><p>2010-04-13 11:00:19,770 INFO [org.hibernate.cfg.SettingsFactory] - &lt;Check Nullability in Core (should be disabled when Bean Validation is on): enabled&gt;</p><p>2010-04-13 11:00:19,814 INFO [org.hibernate.impl.SessionFactoryImpl] - &lt;building session factory&gt;</p><p> &gt; orderByFragment(order-by)</p><p>&#160; &gt; sortSpecification({sort specification})</p><p>&#160;&#160; &gt; sortKeySpecification(sort key)</p><p>&#160;&#160;&#160; &gt; sortKey($PlaceHolder$.ORDERING)</p><p>&#160;&#160;&#160; &lt; sortKey(null)</p><p>&#160;&#160; &lt; sortKeySpecification(null)</p><p>&#160; &lt; sortSpecification(null)</p><p> &lt; orderByFragment(null)</p><p> &gt; orderByFragment(order-by)</p><p>&#160; &gt; sortSpecification({sort specification})</p><p>&#160;&#160; &gt; sortKeySpecification(sort key)</p><p>&#160;&#160;&#160; &gt; sortKey($PlaceHolder$.ORDERING)</p><p>&#160;&#160;&#160; &lt; sortKey(null)</p><p>&#160;&#160; &lt; sortKeySpecification(null)</p><p>&#160; &lt; sortSpecification(null)</p><p> &lt; orderByFragment(null)</p><p> &gt; orderByFragment(order-by)</p><p>&#160; &gt; sortSpecification({sort specification})</p><p>&#160;&#160; &gt; sortKeySpecification(sort key)</p><p>&#160;&#160;&#160; &gt; sortKey($PlaceHolder$.ORDERING)</p><p>&#160;&#160;&#160; &lt; sortKey(null)</p><p>&#160;&#160; &lt; sortKeySpecification(null)</p><p>&#160; &lt; sortSpecification(null)</p><p> &lt; orderByFragment(null)</p><p> &gt; orderByFragment(order-by)</p><p>&#160; &gt; sortSpecification({sort specification})</p><p>&#160;&#160; &gt; sortKeySpecification(sort key)</p><p>&#160;&#160;&#160; &gt; sortKey($PlaceHolder$.ORDERING)</p><p>&#160;&#160;&#160; &lt; sortKey(null)</p><p>&#160;&#160; &lt; sortKeySpecification(null)</p><p>&#160; &lt; sortSpecification(null)</p><p> &lt; orderByFragment(null)</p><p>2010-04-13 11:00:20,393 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - &lt;Factory name: jdbc/resource-list&gt;</p><p>2010-04-13 11:00:20,395 INFO [org.hibernate.util.NamingHelper] - &lt;JNDI InitialContext properties:{}&gt;</p><p>2010-04-13 11:00:20,401 WARN [org.hibernate.impl.SessionFactoryObjectFactory] - &lt;Could not bind factory to JNDI&gt;</p><p>javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:&#160; java.naming.factory.initial</p><p>&#160;&#160;&#160; at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)</p><p>&#160;&#160;&#160; at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)</p><p>&#160;&#160;&#160; at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325)</p><p>&#160;&#160;&#160; at javax.naming.InitialContext.getNameParser(InitialContext.java:480)</p><p>&#160;&#160;&#160; at org.hibernate.util.NamingHelper.bind(NamingHelper.java:75)</p><p>&#160;&#160;&#160; at org.hibernate.impl.SessionFactoryObjectFactory.addInstance(SessionFactoryObjectFactory.java:113)</p><p>&#160;&#160;&#160; at org.hibernate.impl.SessionFactoryImpl.&lt;init&gt;(SessionFactoryImpl.java:376)</p><p>&#160;&#160;&#160; at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1385)</p><p>&#160;&#160;&#160; at com.ericsson.ims.pag.xdms.resource.list.session.ResourceListSession.&lt;init&gt;(ResourceListSession.java:14)</p><p>&#160;&#160;&#160; at com.ericsson.ims.pag.xdms.resource.list.session.ResourceListSession.instance(ResourceListSession.java:30)</p><p>&#160;&#160;&#160; at com.ericsson.ims.pag.xdms.resource.list.session.ResourceListSessionTest.setUp(ResourceListSessionTest.java:17)</p><p>&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</p><p>&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</p><p>&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</p><p>&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597)</p><p>&#160;&#160;&#160; at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)</p><p>&#160;&#160;&#160; at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)</p><p>&#160;&#160;&#160; at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)</p><p>&#160;&#160;&#160; at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)</p><p>&#160;&#160;&#160; at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)</p><p>&#160;&#160;&#160; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)</p><p>&#160;&#160;&#160; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)</p><p>&#160;&#160;&#160; at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)</p><p>&#160;&#160;&#160; at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)</p><p>&#160;&#160;&#160; at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)</p><p>&#160;&#160;&#160; at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)</p><p>&#160;&#160;&#160; at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)</p><p>&#160;&#160;&#160; at org.junit.runners.ParentRunner.run(ParentRunner.java:236)</p><p>&#160;&#160;&#160; at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46)</p><p>&#160;&#160;&#160; at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)</p><p>&#160;&#160;&#160; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)</p><p>&#160;&#160;&#160; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)</p><p>&#160;&#160;&#160; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)</p><p>&#160;&#160;&#160; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)</p><p>2010-04-13 11:00:20,418 INFO [org.hibernate.cache.UpdateTimestampsCache] - &lt;starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache&gt;</p><p>2010-04-13 11:00:20,424 INFO [org.hibernate.cache.StandardQueryCache] - &lt;starting query cache at region: org.hibernate.cache.StandardQueryCache&gt;</p><p>Collection counts = 0</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/537092#537092">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JNDI and Naming at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>