[jboss-user] [JBossCache] - Re: TreeCache redeploy problem in WebLogic 8.1

2007-07-16 Thread gedel
thanks to all. solved by upgrading jgroups as mentioned http://jboss.com/?module=bb&op=viewtopic&t=69157 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064471#4064471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064

[jboss-user] [JBossCache] - Re: TreeCache redeploy problem in WebLogic 8.1

2007-07-16 Thread gedel
Hi, Is there any idea? (i've got the same problem) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064432#4064432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064432 ___ jbos

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - problem with testing: hibernate schema update -> can't commi

2006-11-24 Thread gedel
Hello I write tests for domain persistence layer implemented on Hibernate. I use JBoss microcontainer for the following purposes: 1. provide Datasources through JNDI 2. provide UserTransaction through JNDI my tests fork fine. But I want to create database schema on every test run (I use HSQLDB i

[jboss-user] [JCA/JBoss] - disable connection pool

2006-11-23 Thread gedel
Hello I configure LocalTxDataSource in my jboss-beans.xml | org.hsqldb.jdbcDriver | jdbc:hsqldb:file:test-output/staging | sa My test accesses to Datatasource through JNDI: datasource = (DataSource) new InitialContext().lookup(jdbcUrl); and then to connection wa

[jboss-user] [Microcontainer] - Re: disable connection pool

2006-11-23 Thread gedel
It is strange but i've gon exception on this setting yesterday org.jboss.util.NestedSQLException: ... nested throwable: (javax.resource.ResourceException: No ManagedConnections available within configured blocking timeout ( 1000 [ms] )) "max-pool-size=0" means "no connection" but not "no poolin

[jboss-user] [Microcontainer] - Re: disable connection pool

2006-11-23 Thread gedel
>>I dont understand why do you want to this It is for test purposes only. I need to shutdown Embeded HSQLDB to backup dbase.script file after exporting dbase schema (by hibernate), before my tests started. But connection with closed HSQLDB retain in the pool. Then application access to it ... b

[jboss-user] [Microcontainer] - Re: disable connection pool

2006-11-23 Thread gedel
at previous post org.hsqldb.jdbcDriver | jdbc:hsqldb:file:test-output/staging | means | org.hsqldb.jdbcDriver | jdbc:hsqldb:file:test-output/staging | sa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988107#3988107 Reply to

[jboss-user] [Microcontainer] - Re: disable connection pool

2006-11-23 Thread gedel
Hello vickyk thanks for response I configure LocalTxDataSource in my jboss-beans.xml org.hsqldb.jdbcDriver jdbc:hsqldb:file:test-output/staging My test accesses to Datatasource through JNDI: datasource = (DataSource) new InitialContext().lookup(jdbcUrl); and then to connection wa

[jboss-user] [Microcontainer] - disable connection pool

2006-11-23 Thread gedel
Hello, Friends I'm use microcontainer for tests. Connection pooling is unnecessary and harmful for me. I need to really close JDBC connection when I close WarpedJDBC connection. I use org.jboss.resource.adapter.jdbc.local.LocalTxDataSource. Which beans configuration required in my case? Thanks

[jboss-user] [J2EE Compliance] - topic up

2006-11-03 Thread gedel
kabir's answer is great. but two years elapsed ... Now we have pretty nice @EJB annotation within there no the ugly JNDI-client code required. please look at http://java.sun.com/j2ee/1.4/docs/relnotes/cliref/hman1m/appclient.1m.html and "Creating a Reference to an Enterprise Bean Instance" chapt

[jboss-user] [JBoss Seam] - Re: Updating pages with seam remoting

2006-07-10 Thread gedel
up View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956823#3956823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956823 ___ jboss-user mailing list jboss-user@lists.jboss.org h