[jboss-user] [EJB/JBoss] - ClassCastException while deploying with Maven 2.=

2009-03-12 Thread rana24
Hi , We have our application which has ejb classes (version 2.0) . The .ear works fine when it is built with Maven 1.02 . But the same source code when we build using maven 2.0.9 , We get ClassCastException , while doing JNDI lookUp for ejb | for servlet ArcExpress threw exception |

[jboss-user] [JBoss Messaging] - Queue messages repeated

2009-01-15 Thread rana24
Hi, while running our application we found that Queue message to MDB is delivered , the same message is again being delivered after delay of some time. Even though there is no exception...the first message is still under process. Do we need to do something to change the behaviour ? We are using

[jboss-user] [JBoss Messaging] - Re: Max. Pool size for JmsXA

2009-01-14 Thread rana24
Jboss Tech Team: Anyone who can provide some pointers here? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4201622#4201622 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201622

[jboss-user] [JCA/JBoss] - javax.resource.ResourceExcption while using JmsXA

2009-01-14 Thread rana24
Hi, We are running our application with JBoss 4.2.3 GA with JBM 1.4.0SP3. I have just changed my anti pattern ,connection creation code to JmsXA lookup. I could see a great performance improvment. With default setting i am getting below error. I guess it has something do with default max

[jboss-user] [JBoss Messaging] - Re: Max. Pool size for JmsXA

2009-01-14 Thread rana24
Thanks Andy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4201671#4201671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201671 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Re: javax.resource.ResourceExcption while using JmsXA

2009-01-14 Thread rana24
Jboss Tech Team: Anyone who can provide some pointers here? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4201707#4201707 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201707

[jboss-user] [JBoss Messaging] - Re: Max. Pool size for JmsXA

2009-01-14 Thread rana24
Andy, This will be part of which forum exactly, will it be JCA forum ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4201737#4201737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201737

[jboss-user] [JBoss Messaging] - Re: Max. Pool size for JmsXA

2009-01-14 Thread rana24
I already put up same question to JCA people. Hoping for a pointer from them. Thanks Tim. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4201771#4201771 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201771

[jboss-user] [JBoss Messaging] - Max. Pool size for JmsXA

2009-01-13 Thread rana24
Hi, We are running our application with JBoss 4.2.3 GA with JBM 1.4.0SP3. I have just changed my anti pattern ,connection creation code to JmsXA lookup. I could see a great performance improvment. With default setting i am getting below error. I guess it has something do with default max pool

[jboss-user] [JBoss Messaging] - JmsXA configuration

2009-01-08 Thread rana24
I just want to know changes required to configure JmsXA. I am trying to use jmsXA for my JMS application on JBoss 4.2.3 GA with JBM 1.4.0.SP3 I have made all the necessary changes for configuring JBM with JBoss, and it is working fine with ClusteredConnectionFactory. But when i want to use

[jboss-user] [JBoss Messaging] - Re: JmsXA configuration

2009-01-08 Thread rana24
In java code, i am doing ic.lookup(java:/JmsXA); Do i need to mention java , some where else ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4200275#4200275 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4200275

[jboss-user] [JBoss Messaging] - Re: JmsXA configuration

2009-01-08 Thread rana24
It started after i change the way IntialContext was constructed. Earlier i made initialcontext using properties object.. I changed it to a default constructor initialcontext. It started working. I guess system is expecting later initialcontext. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuring jmsXA

2009-01-07 Thread rana24
Hi , I am trying to use jmsXA for my JMS application on JBoss 4.2.3 GA with JBM 1.4.0.SP3 I have made all the necessary changes for configuring JBM with JBoss, and it is working fine. But when i want to use jmsXA . it is giving error jmsxa not bound. | javax.naming.NameNotFoundException:

[jboss-user] [Clustering/JBoss] - Cluster node stops processing when other node goes down

2009-01-06 Thread rana24
Hi, We are running JBoss AS 4.2.3 with JBM1.4.0 SP3 with 2 cluster members forming the cluster. All the nodes are getting high no. of messages which starts application which again heavily uses messaging for business logic. We face this problemwhen one cluster node goes down because of

[jboss-user] [JBoss Messaging] - Cluster node stops processing when other node goes down

2009-01-05 Thread rana24
Hi, We are running JBoss AS 4.2.3 with JBM1.4.0 SP3 with 2 cluster members forming the cluster. All the nodes are getting high no. of messages which starts application which again heavily uses messaging for business logic. We face this problemwhen one cluster node goes down because of

[jboss-user] [JBoss Messaging] - Re: Exception in MessagingPostOffice

2009-01-01 Thread rana24
We were using , clustered-hsqldb-persistence-service.xml. I think that was the problem.After changing it to mysql db , mysql-persistence-service.xml.It started working fine. In any case we can use clustered-hsqldb-persistence-service.xml for clustered environment ? if not then why we have it

[jboss-user] [JBoss Messaging] - Exception in MessagingPostOffice

2008-12-30 Thread rana24
Hi, We are getting these exception in Clustered environment. For two servers in Cluster when 2nd Server starts we get this exception. We are using JAS 4.2.3 GA and JBM-1.4.0SP3. We dont know how to fix it. Both the server are using different unique ServerPeerID. This is happening in 2nd Server

[jboss-user] [JBoss Messaging] - Old messages on clean startup

2008-12-29 Thread rana24
Hi, We are seeing a strange behaviour with messaging JBM-1.4.0SP3 and JAS-4.2.1. On Server start up , I can see our one MDB starts getting some messages and can see things happening on console,( This is hapenning without sending any messages to Queue from client). I always clear temp,data and

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread rana24
Thanks Tim, Okey I got it now. So if we have multiple stand alone clients which independently throws message. is there anything by which we can get message distribution in round robbin fashion. ( I can see one way , by implementing WebClient and exposing it through Apache Load balancer).

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread rana24
In our case , each stand alone client will be sending only one message...so ideally they will do following Lookup ConnectionFactory, Create Connection, LookUp Queue and send But what I would like to achieve is if first stand alone client has sent it to server A, the next Stand alone client

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread rana24
Thanks Tim for your suggestion, Will sit and try to get rid of this anti-pattern. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4198714#4198714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4198714

[jboss-user] [JBoss Messaging] - Cluster messaging distribution

2008-12-29 Thread rana24
I have gone through most of the past post on the same topic still there is one unanswered question. We have a clustered set up for JBM-1.4.0 SP3 with JAS-4.2.1 , two instance A n B are part of the cluster. We have a test client which inside a for loop does follwing. | QueueConnectionFactory

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread rana24
Tim, To get rid off anti pattern stuff, We have a Servicelocator implementation , which keeps a static map of Queue ,ConnectionFactory and other objects. So we are not creating or looking up new Queue everytime, but trying to use it from map. I seriously doubt abt. this because the stored Queue

[jboss-user] [JBoss Messaging] - Re: Old messages on clean startup

2008-12-29 Thread rana24
Thanks Clebert, We changed to mysql persistence for some testing and didnt revert back, so that was troubling us. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4198871#4198871 Reply to the post :

[jboss-user] [JBoss Messaging] - Jboss start up exception

2008-12-28 Thread rana24
Hi, While running Jboss 4.2.3 with Messaging1.4.0 SP3 in cluster I am getting following exception on my server node. Can anyone tell me why is it coming ? Thanks in advance org.jboss.mx.loading.unifiedclassload...@4904d{

[jboss-user] [JBoss Messaging] - Messaging Exception in cluster node startup

2008-12-28 Thread rana24
Hi, During the start up of cluster node , I m facing following exception on Jboss 4.2.3 JBM 1.4.0 SP3. I have no clue while it says Queues are already bound with peer id. Restart doesnt help in these scenario. Any clue 2008-12-23 17:56:02,658 TRACE

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-18 Thread rana24
Yes ours is clustered environment. I am not sure whether my queues are clustered or not... We have mbean code=org.jboss.jms.server.destination.QueueService name=jboss.messaging.destination:service=Queue,name=RequestQueue xmbean-dd=xmdesc/Queue-xmbean.xml depends

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-18 Thread rana24
Above entry is there in each node of cluster. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197339#4197339 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4197339 ___ jboss-user

[jboss-user] [JBoss Messaging] - Socket exception

2008-12-18 Thread rana24
Hi , I m getting below socket exception , while running application in clustered environment, Not sure what could be the problem everything was working fine and suddenly it started giving me this exception. We are running application in Clustered Envionrment, and this we are getting on one

[jboss-user] [JBoss Messaging] - Re: Socket exception

2008-12-18 Thread rana24
Hmm.. that possiblities cant be ruled out.. Will try check it out again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197351#4197351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4197351

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-18 Thread rana24
Right...we did it.., sorry i missed it to paste it with the entry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197355#4197355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4197355

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-17 Thread rana24
Thanks andy for ur clarification, We are doing the same thing sending a message and thread.sleep for 1 second n sending another message. I have seen following log in system.log file , which is being repeated, ( System is running in cluster ) Is something happenining recursively ?? Any idea

[jboss-user] [JBoss Messaging] - Message persistence

2008-12-15 Thread rana24
Hi, Just want to know one basic thing regarding Jboss messaging. What i have observed is, when I stop jboss and restart application server. I start getting old messages. I am not using any db-persistence. Just want to know where these messages are perisisted. I was assuming that it uses in

[jboss-user] [JBoss Messaging] - Message threshold

2008-12-15 Thread rana24
Hi, We are experincing a strange behaviour on Jboss 4.2.3 + JBM1.4.0 SP3. We are trying to access processing limits of application , which basically uses messaging in and out. For that we are sending simultaenously 100s of Queue messages ( which is starting point for application ) .

[jboss-user] [JBoss Messaging] - Fail over support

2008-11-28 Thread rana24
Hi , We are running our application on JBoss 4.2.3 and JBM 1.4.0 SP3 in a clustered env. We can see if the one node is down all the new messages are transferred to other node. My question is during the message processing if one node goes down abruptly. Will the state be failed over to other

[jboss-user] [JBoss Messaging] - Re: Message distribution in cluster

2008-11-14 Thread rana24
I could achive this by using JBM 1.4.0 SP3. Thank you very much for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4189372#4189372 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4189372

[jboss-user] [JBoss Messaging] - db2-persistence.xml file for JBM1.4 SP3

2008-11-14 Thread rana24
Hi, I was looking with the set of persistance configuration files with JBM 1.4 SP3. I could not get db2-persistance-service.xml for the same, I got same file posted by some user but its not working in my case. it is basically not creating any tables except JBM_USER n JBM_ROLE. I did some

[jboss-user] [JBoss Messaging] - Message distribution in cluster

2008-11-12 Thread rana24
Hi , We have a scenario , where my MDB is listening to a Queue , application is configured in to cluster. JMS client is sending msg to Queue . Surprisingly all the messages are coming to Node1 in Cluster. We wanted to distribute it to all the nodes but it is not working. I am making context

[jboss-user] [Clustering/JBoss] - Message distribution in cluster

2008-11-12 Thread rana24
Hi , We have a scenario , where my MDB is listening to a Queue , application is configured in to cluster. JMS client is sending msg to Queue . Surprisingly all the messages are coming to Node1 in Cluster. We wanted to distribute it to all the nodes but it is not working. I am making context

[jboss-user] [JBoss Messaging] - Re: Message distribution in cluster

2008-11-12 Thread rana24
Thanks Andy, Even if my client sends messages from a Remote Location ( M/C - A). It always comes to M/C -B. Never goes to M/C -C , which is also part of same cluster. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188899#4188899 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Message distribution in cluster

2008-11-12 Thread rana24
You mean to say , Creating multiple connection for multiple node ? that doesnt serve the purpose of cluster right ? if there are 5 nodes , Do we need to create 5 Connection for 5 node ? Plz. explain. thanks View the original post :

[jboss-user] [Clustering/JBoss] - Waning message in log

2008-11-12 Thread rana24
Hi , i am runnng a cluster on Jboss 4.2.3 on two nodes. I keep getting below mentioned Warning on Console on Node 1 [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] [EMAIL PROTECTED]: detected failure on control connection Thread[control:

[jboss-user] [EJB/JBoss] - java.lang.ClassCastException while deploying ejb jar

2008-11-04 Thread rana24
Hi, I have created a sample EJB2.0 application for jboss. it seems it conv 2008-11-04 13:25:49,228 DEBUG [org.jboss.ejb3.interceptor.EJB3InterceptorsFactory] Bound interceptors for joinpoint: public java.lang.String com.test.HelloBean.sayHello() -

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassCastException while deploying ejb jar

2008-11-04 Thread rana24
Can anyone put some light what could be the problem here ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186568#4186568 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186568 ___

[jboss-user] [JBoss Messaging] - JBM Clustering Vs JBoss AS Clustering

2008-10-23 Thread rana24
I was going through JBoss AS Clustering and JBM Clustering. I have basic doubts. -When we install two JBM node as a cluster on two different Jboss AS instance , These JBoss AS are also required to be in cluster or they can be independent server ? Just wanted to know the relations between JBM

[jboss-user] [JBoss Messaging] - Re: JBM Clustering Vs JBoss AS Clustering

2008-10-23 Thread rana24
Is it the same clustering in case of JBM clustering and Jboss AS clustering ? I guess its the same right ? If not we are using MDBs and POJOs in our application, For load balancing which cluster one should configure ? thanks View the original post :

[jboss-user] [Clustering/JBoss] - Failed to connect to server 127.0.0.1:1100

2008-10-23 Thread rana24
Hi, I am trying to deploy my application in clustered JBoss 4.2.3+JBM 1.3 . I followed the User Guide supplied with JBM to configure two nodes nodes0 nodes1 on my local system ( Both the nodes are on same box). When i deploy my application it fails and i get exception Failed to connect to

[jboss-user] [JBoss Messaging] - SimpleConnectionManager Warning

2008-10-22 Thread rana24
Hi, While running the JBOSS AS 4.2.3 GA. with JBM 1.3 , I do get following Warning messages. Can anybody throw me light on this ? 2008-10-22 13:09:08,399 WARN [org.jboss.jms.server.connectionmanager.SimpleConnectionManager] A problem has been detected with the connection to remote client

[jboss-user] [JBoss Messaging] - Re: org.jboss.DeploymentException:

2008-10-21 Thread rana24
You can extract you EAR using winzip/winrar or and check . it must be missing the application.xml . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183705#4183705 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183705

[jboss-user] [JBoss Messaging] - Re: Warning Message in log

2008-10-20 Thread rana24
Thanks Andy , I will look in to the code. Which version do you think is stablefor production usage ? Rana View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183180#4183180 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183180

[jboss-user] [JBoss Messaging] - Re: Connection Factories in JBM 1.3

2008-10-20 Thread rana24
Thanks , Andy , You made it even more clear to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183182#4183182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183182 ___

[jboss-user] [JBoss Messaging] - Connection Factories in JBM 1.3

2008-10-18 Thread rana24
Hi, I am new to JBM . I could see there are different Connection factories. I was trying and using different factories. If i am using just stand alone Jboss AS and JBM , Does it make difference if i use ConnectionFactory or ClusteredConnectionFactory for my Queue Creation ? Thanks in

[jboss-user] [JBoss Messaging] - Warning Message in log

2008-10-18 Thread rana24
Hi, I m working with JBM 1.3 with JBoss 4.2.3. On my MDB I keep getting following warning and stack trace. How critical is this ? Do i need to do anything ? My MDB seems to be working fine. 2008-10-18 17:22:33,319 DEBUG [org.jboss.remoting.transport.bisocket.BisocketClientInvoker] Unable to

[jboss-user] [JBoss Messaging] - Re: Integration between JBossMessaging Server 2.0 and Jboss

2008-10-16 Thread rana24
Hi, I tried connecting JBoss Messaging Server 2.0 with my Jboss AS 4.2.3 using configuration steps , defined in below docs. http://www.jboss.org/community/docs/DOC-9893 I have configured JBoss Messaging Server and JBoss AS on the same box, but changed the Port of JBM naming and rmi to 1100