[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - This forum seems to be dead, is there a better place for JBO

2005-08-19 Thread aparaapara
There does not seem to be a lot of activity on this forum. is there a better place to get JBOSS questions answered? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3890748#3890748 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: How to prevent ApplicationDeadlockException with READ-ON

2005-08-12 Thread aparaapara
Has anyone seen this problem? What would cause a deadlock exception when all the methods are marked as READ-ONLY? Thanks. -AP_ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3889784#3889784 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - How to prevent ApplicationDeadlockException with READ-ONLY m

2005-08-05 Thread aparaapara
I am running jboss 3.2.7 on Linux. I have examined my application and marked all read-only method with a tag (in jboss.xml): method-attributes method-nameget*/method-name read-onlytrue/read-only /method-attributes I also added similar tags for is* and any other read-only

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: QueuedPessimistic Locking Mechanism Deadlock

2005-08-05 Thread aparaapara
Have you found a solution to your problem. I am having the same issue and notice that all Deadlock messages posted here go unanswered. Thanks. -AP_ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888677#3888677 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Automatic login after submiting registration form

2005-06-07 Thread aparaapara
I need to do the same thing. Has anything changed since last year in this area? Can someone point me to where I can get more information about how to do this? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3880644#3880644 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Adding read-onlytrue/read-only on method increased #

2005-03-18 Thread aparaapara
Alexey, I downloaded JBOSS 3.2.7 and it works great in this regard. Thanks for your initial suggestion. -AP_ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870718#3870718 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Adding read-onlytrue/read-only on method increased # of

2005-03-14 Thread aparaapara
I have an application which runs quite fast. Recently I discovered that under heavy load I get Deadlock exceptions raised from JBOSS (3.2.3). I noticed that the Deadlock exception occurs during a READ-ONLY operation and decided to mark all my get* is* has* methods with read-only attribute.

[JBoss-user] [Persistence CMP/JBoss] - Re: Adding read-onlytrue/read-only on method increased #

2005-03-14 Thread aparaapara
Arrrg, the title got choped down. It should have read: Adding read-onlytrue/read-only on method increased # of SELECT calls by a lot! Thanks. -AP_ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869988#3869988 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Adding read-onlytrue/read-only on method increased #

2005-03-14 Thread aparaapara
Alex, will CMPCleanReadAheadOnLoad help (in avoiding many SQL SELECT calls) in conjunction with read-onlytrue/read-only for the purposes of avoiding locks on read-only objects? Thanks so much for replying quicly to my last message. -AP_ View the original post :

[JBoss-user] [Persistence CMP/JBoss] - What TX attribute to read for READ-ONLY operation?

2005-03-11 Thread aparaapara
Dear Members: I have an READ operation which returns Entity objects. This operation is currently marked with a TX of Required. In actuality I don't need a TX in this case, however, when I attempted to change TX to Supports/NotSupported I experienced a SELECT from the DB for every getXXX

[JBoss-user] [Persistence CMP/JBoss] - Re: What TX attribute to read for READ-ONLY operation?

2005-03-11 Thread aparaapara
Sorry, what I wanted to ask was What TX attribute to set for READ-ONLY operation? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869798#3869798 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869798