[JBoss-user] [Installation, Configuration Deployment] - Re: Problem using pooled invoker from remote client

2005-11-02 Thread gareth_mahon
I am having exactly the same problem (I am also using 3.2.5), except I get a Connection refused exception View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3904798#3904798 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3904798

[JBoss-user] [EJB/JBoss] - Marking transactional boundaries

2004-07-07 Thread gareth_mahon
Hi All, The problem context: I have a collection of session bean facades that manage a set of entity beans. All beans are configured with a transactional attribute of 'Required'. The container configuration is set to commit option A. The problem: I still get a plethora of ejbLoad() and

[JBoss-user] [EJB/JBoss] - Re: Marking transactional boundaries

2004-07-07 Thread gareth_mahon
James, Thanks for you tips. I managed to fix the problem in the following way: 1. My Jboss configuration file was wrong. Commit option A was not being used, commit option B was - I was using an old DTD. 2. I used the tag sync-on-commit-onlytrue/sync-on-commit-only in

[JBoss-user] [Persistence CMP/JBoss] - Compound Indexes

2004-06-15 Thread gareth_mahon
Hi All, Does anyone know if you can create a database compound index in the jbosscmp-jdbc descriptor? I know that with the dbindex tag you can create a single column index in the cmp field. Thanks, GM View the original post :