[JBoss-user] [Messaging, JMS & JBossMQ] - [DLQHandler] Message resent too many times; sending it to DL

2005-01-27 Thread chenna1978
Hi, I am getting the following error when an MDB throws an exception. 16:29:17,171 WARN [DLQHandler] Message resent too many times; sending it to DLQ; message id=ID:4-11067749488121 I read some thing like by default 10 times Jboss sends messages to Queue/Topic. Do I need to configure any thin

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS error by the time of starting Jboss

2005-01-26 Thread chenna1978
Hi, I am using jboss-3.2.1 and I wrote one MDB and made an ear. If I deploy an ear after starting jboss it deploys without any problems, where as if I restart the Jboss server after deploying it is redeploying an ear and getting the following errors. 08:59:22,734 ERROR [URLDeploymentScanner] MB

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS error by the time of starting Jboss

2005-01-25 Thread chenna1978
Hi, I got solution to the above problem. The problem is due to the fact that the jms configuration is in /deploy/jms folder in JBoss 3.2.1. By default the deploy folder is parsed first for deployments and then its subfolders. So my EAR is deployed before the JMS implementation. To get rid of t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: message driven bean in session bean

2005-01-17 Thread chenna1978
Thanks for ur response. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862389#3862389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862389 --- The SF.Net email is s

[JBoss-user] [Messaging, JMS & JBossMQ] - message driven bean in session bean

2005-01-13 Thread chenna1978
Hi, I know we can all session bean or entity bean from message driven bean. Can we call message driven bean from session bean? Thanks, Chenna. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861994#3861994 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [JCA/JBoss] - Instance Per Transaction BMP EntityBean

2005-01-13 Thread chenna1978
Hi, I am using Jboss-3.2.1 and EJB2.0 I have an entity bean and using this entity bean in some other session beans. The transaction attribute type is "Reuqired" in entity bean. I want to use trasaction attribute as "Required" in some cases and in other cases I need to use different trasaction sa

[JBoss-user] [EJB/JBoss] - Instance Per Transaction BMP EntityBean

2005-01-13 Thread chenna1978
Hi, I am using Jboss-3.2.1 and EJB2.0 I have an entity bean and using this entity bean in some other session beans. The transaction attribute type is "Reuqired" in entity bean. I want to use trasaction attribute as "Required" in some cases and in other cases I need to use different trasaction sa

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: DefaultJMSProvider not bound

2005-01-10 Thread chenna1978
Thanks for all ur response. I am able to deploy MDB and run after I re-install Jboss-3.2.1 Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861391#3861391 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861391

[JBoss-user] [EJB/JBoss] - Re: DefaultJMSProvider not bound

2005-01-10 Thread chenna1978
Thanks for all ur response. I am able to deploy MDB and run after I re-install Jboss-3.2.1 Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861389#3861389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861389

[JBoss-user] [EJB/JBoss] - Re: DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi Hari, I didn't see any error in jmx-console. I can the following under jmx-console jboss.mq name=JMSProvider,service=JMSProviderLoader name=StdJMSPool,service=ServerSessionPoolMBean service=InvocationLayer,type=HTTP service=Invoker service=SecurityManager service=TracingInterceptor I c

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi genmen, We are using jboss-3.2.1 on our production server. It is not easy to update the server. We have to do lot of configuration settings to work newer version of Jboss. What is the problem with Jboss-3.2.1? Why do I need to go higher verison of Jboss? Thanks. View the original post : h

[JBoss-user] [EJB/JBoss] - Re: DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi Hari, We are using jboss-3.2.1 and this also have jms-ds.xml under deploy/jms directory. The file defines the DefaultJMSProvider. Eventhought it is defined in jms-ds.xml i am gettint that error. Why is not recognizing DefaultJMSProvider from jms-ds.xml. Any help on this. Thanks. View the

[JBoss-user] [Messaging, JMS & JBossMQ] - DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi, I saw on google search about this problem. No one has solution to this. We are using Jboss-3.2.1 and EJB 2.0 I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting the following error. Can any one help me why I am getting this error? WARN [ServiceController] Pr

[JBoss-user] [Messaging, JMS & JBossMQ] - DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi, I saw on google search about this problem. No one has solution to this. We are using Jboss-3.2.1 and EJB 2.0 I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting the following error. Can any one help me why I am getting this error? WARN [ServiceController] Pr

[JBoss-user] [EJB/JBoss] - Re: DefaultJMSProvider not bound

2005-01-06 Thread chenna1978
HI, We are using Jboss-3.2.1 and EJB 2.0 Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860992#3860992 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860992 --

[JBoss-user] [EJB/JBoss] - DefaultJMSProvider not bound

2005-01-06 Thread chenna1978
Hi, I saw on google search about this problem. No one has solution to this. I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting the following error. Can any one help me why I am getting this error? WARN [ServiceController] Problem starting service jboss.j2ee:jndiName