[jboss-user] [EJB/JBoss] - Stateful bean with different tx context-urgent

2006-11-07 Thread boobalan_kj
when multible users accessing the application I am getting the following log message... INFO | jvm 1 | 2006/11/02 13:45:29 | 13:45:29,216 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: public abstract void javax.ejb.EJBLocalObject.remove() throws

[jboss-user] [EJB/JBoss] - Re: problem with JBoss web-console

2006-11-03 Thread boobalan_kj
can you do explain what is JSR77?I dont know anything about that Thanks Bala. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982917#3982917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982917

[jboss-user] [EJB/JBoss] - tried to enter Stateful bean with different tx context

2006-11-03 Thread boobalan_kj
when multible users accessing the application I am getting the following the log message... INFO | jvm 1| 2006/11/02 13:45:29 | 13:45:29,216 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: public abstract void javax.ejb.EJBLocalObject.remove() throws

[jboss-user] [EJB/JBoss] - Re: SFSB timeout setting

2006-11-03 Thread boobalan_kj
Hi you could control life time of bean by using the following configurations... container-configuration container-nameStandard Stateful SessionBean/container-name container-cache-conf cache-policyorg.jboss.ejb.plugins.LRUStatefulContextCachePolicy/cache-policy

[jboss-user] [EJB/JBoss] - problem with JBoss web-console

2006-10-26 Thread boobalan_kj
Hi, I deployed 2 ear application for each version.when I come to web-console [ J2EEDOMAINS\Manager\JBoss\] I am seeing 2 ear file name.It's ok.but in the same hierarchy I am seeing 2 jar and war file names that was already included with ear files..that means --wwm1.ear --WMEJBModule1.jar

[jboss-user] [EJB/JBoss] - Re: TransactionTimeOut issue-urgent

2006-10-25 Thread boobalan_kj
Thanks to your reply we are using SqlServer200 DB.which uses only row only locking policy.I hope this wont cause deadlock exception.I want to control timeout period of each bean.please see my log file.this is the one when JBoss is started. Please see the lines that marked in red color 1)

[jboss-user] [EJB/JBoss] - Re: Problem Deploying EJB 2.1

2006-10-22 Thread boobalan_kj
try to use this DOCTYPE... !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN http://java.sun.com/dtd/ejb-jar_2_0.dtd; regards Bala. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979937#3979937 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: TransactionTimeOut issue-urgent

2006-10-20 Thread boobalan_kj
thanks for your reply... I will try to modify web appl/.timeout issue. but I need clear idea about JBoss Transaction timeout issues..I am using default container configuration(Standard)..when my clients trying to delete particular case, most of the people are getting Unable to delete case

[jboss-user] [EJB/JBoss] - Re: TransactionTimeOut issue-urgent

2006-10-15 Thread boobalan_kj
Thanks to spend time on my issue. My requirement is when the application is timedout I hav to notify presentation tier(ULC) as Session is timedout please login again I still seeing Transaction MBean in jta-service.xml file only... eventhough timeout is 300 sec...application is still

[jboss-user] [EJB/JBoss] - TransactionTimeOut issue-urgent

2006-10-06 Thread boobalan_kj
Hi, I want to set TimeOut period for my application. I dont find any TransactionManagerService on jboss-service.xmlwe are using jboss4.0.3 server but I found in jta-service.xml.. Now my problem is eventhough timeout is 300sec(declared in jta-=service.xml)..my application is destroyed

[jboss-user] [EJB/JBoss] - Re: Transaction setting wrong??

2006-10-04 Thread boobalan_kj
Hi, I dont find any TransactionManagerService on jboss-service.xmlI am using jboss4.0.3 server but I am finding that in jta-service.xml.. Now my problem is eventhough timeout is 300sec..my application is running even after 15mins ..Where would be the problem? Thanks Bala. View the

[jboss-user] [EJB/JBoss] - JNDI_NAME vs COMP_NAME - Which one?

2006-09-26 Thread boobalan_kj
Hi everybody, In my home interface I am seeing both JNDI_NAME and COMP_NAME.But often I am using only JNDI_NAME to do lookups..can any one tell what is the purpose of COMP_NAME.? Thanks in advance Bala. View the original post :

[jboss-user] [EJB/JBoss] - Reusing EJB-module in different EARs

2006-09-07 Thread boobalan_kj
Hi everyone, How to reuse EJB-module in different EARs...I created one EJB Module wich shd be shared by multible EAR file.. Anyone can help with this... Thanks Bala View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970005#3970005 Reply to the post :

[jboss-user] [EJB/JBoss] - Loading different classloader

2006-09-07 Thread boobalan_kj
Hi, I created 2 different version of EJB Applications sharing the same EJB Modules..Both are need to be deployed.To avoid class name conflict I need to load different classloader for each applications.Where to do this?Is thr any option to mention the classloader? Thanks Bala. View the