[JNDI/Naming/Network] - Re: JNDI classCastException
by chandrakanth_76
<!--
*****************************
* NOTE: PLEASE ALSO CHECK THE HIBERNATE.PROPERTIES FILE
FOR SYSTEM LEVEL CONFIGURATION PROPERTIES *
***************************** -->
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd" > <hibernate-configuration>
<session-factory name="ust-model">
<!-- Database connection and transaction properties -->
java:/JDBC/MIB
net.sf.hibernate.transaction.JTATransac
tionFactory
net.sf.hibernate.transaction.JBossTransactionManagerLookup
net.sf.hibernate.dialect.Oracle9Dialect
<!-- Additional configuration properties -->
false
<!-- WARNING: This causes great problems with the oracle driver, it doesn't return a valid rowcount must be FALSE with Oracle -->
false
<!-- This property allows you to enable HQL query caches, using
Query.setCacheable(true) and Query.setCacheRegion(name) for ehcache.xml config -->
true
<!-- mapping files to be included with this session factory
-->
<!-- //~pb: Issue #00368 -->
</session-factory>
</hibernate-configuration>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076222#4076222
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076222
18Â years, 8Â months
[Beginners Corner] - Re: Exception while testing JBOss testsuite (4.0.5) with TC
by sarada_ch
Hi Peter,
your right it's Unisys ClearPath .At present I am getting another Exception while running the Jboss testsuite. I am running the testsuite using TCPIP and not at all using the UDP but in clustering part it internally calling UDP.start() and faliling. The below is the stack trace
2007-08-21 01:25:26,171 DEBUG [org.jboss.cache.aop.TreeCacheAop] Starting jboss.cache:service=TomcatClusteringCache
2007-08-21 01:25:26,296 ERROR [org.jgroups.JChannel] exception: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
2007-08-21 01:25:26,328 DEBUG [org.jboss.cache.aop.TreeCacheAop] Starting failed jboss.cache:service=TomcatClusteringCache
ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
at org.jgroups.JChannel.connect(JChannel.java:328)
at org.jboss.cache.TreeCache.startService(TreeCache.java:1424)
at org.jboss.cache.aop.PojoCache.startService(PojoCache.java:94)
I had seen the same issues with in the forum but unable to understand what all the necessary things to do to make it success
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076211#4076211
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076211
18Â years, 8Â months