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
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
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
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
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
>>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
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
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
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
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
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
11 matches
Mail list logo