[JBoss-user] [Persistence & CMP/JBoss] - Poor performance with JBoss & MS SQL Server

2005-07-07 Thread baskar_bharadwaj
Hi, My application deployed in JBoss 3.2.6 uses a CMP with fields(similar to): entitynamePK String In DB varchar(255) PK entitytime Timestamp In DB datatime entitystate Integer In DB int entitysize Integer In DB int entitystr String In DB varchar(50) DB used is MS SQL Server. The field 'entityna

[JBoss-user] [EJB/JBoss] - Re: Transaction - time out

2005-05-11 Thread baskar_bharadwaj
Hi !! Can you please provide some more inputs on - determining the suitability of the 'default combination of pessimistic EJB locking & commit option A' for the use-case. An example for analysing would be very helpful for me. Few comments: 1. the default commit option is 'B' & not 'A' - right ??

[JBoss-user] [EJB/JBoss] - Re: Transaction - time out

2005-05-09 Thread baskar_bharadwaj
Hi !! I'am using JBoss 3.2.3 ... Regards.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876973#3876973 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876973 ---

[JBoss-user] [EJB/JBoss] - Transaction - time out

2005-05-04 Thread baskar_bharadwaj
Hi, I need some help from experienced programmers - who have faced this specific problem of 'transaction - timeout'. My GUI application accesses my app server - deployed with some of my session & entity beans. There is a certain case - when the processing task for the app server becomes heavy

[JBoss-user] [EJB/JBoss] - ApplicationDeadlockException

2005-03-08 Thread baskar_bharadwaj
Hi, I'am running my EJBs on JBoss 3.2.3. I have an entity bean, which may be accessed by multiple other session beans. When I was testing my app - after deploying, I found an exception(as below): - org.jboss.util.

[JBoss-user] [EJB/JBoss] - Re: General query - usage of stateless session bean

2005-02-24 Thread baskar_bharadwaj
Thanks a lot. Information - was very good for me to proceed. Its a bit difficult to turn the mindset towards Hibernate, after thinking a lot about Entity beans. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867856#3867856 Reply to the post : http://www.jbos

[JBoss-user] [EJB/JBoss] - Re: General query - usage of stateless session bean

2005-02-24 Thread baskar_bharadwaj
Thanks for the analysis. Even I feel that the session beans are not required, except for a single point that: When the individual components are designed as session beans - independantly thay can be tested - (when deployed) - through the remote interface(using db Unit, probably). But when they

[JBoss-user] [EJB/JBoss] - General query - usage of stateless session bean

2005-02-24 Thread baskar_bharadwaj
Hi all, I have some doubts regarding the proper usage of stateless session beans. My application has a 'session facade' for receiving all external requests. After receiving requests, the facade interacts with 3 other state less session beans(individual components - each having a distinct function

[JBoss-user] [Persistence & CMP/JBoss] - Regarding CMP

2004-11-02 Thread baskar_bharadwaj
Hi all, I've recently started working with CMPs on JBoss. I created an entity bean with some finder methods (using EJB QL : LOCATE method...,) In the jbosscmp-jdbc.xml, I configured the data source for this entity bean as 'mySQL' & was working with MySQL server - in my system. This was running wi