[JBoss-user] [Persistence & CMP/JBoss] - Re: findByPrimaryKey and locking

2004-08-13 Thread ikigovenku
any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845091#3845091 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845091 --- SF.Net email is sponsored by Shop4

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB instances becoming zero

2004-08-11 Thread ikigovenku
Hi, I have a Strange problem. My application is running on 3.2.1, jdk1.3.1_01 and windows 2000. I have configured one of my max MDB instances as 80. Everything working fine but some times MDB instances in the pool becoming zero (Check below marked as bold). and my Q is growing up with message

[JBoss-user] [Persistence & CMP/JBoss] - Re: findByPrimaryKey and locking

2004-07-30 Thread ikigovenku
I am also having the simillor problem. Previously i am using 3.2.1 and used true for entity level. I just upgraded to 3.2.5 and it is giving following oracle exception. Error = Find failed: java.sql.SQLException: ORA-01786: FOR UPDATE of this query expression is not allowed >From the forum i f

[JBoss-user] [Persistence & CMP/JBoss] - Row Locking and JBoss 3.2.5

2004-07-30 Thread ikigovenku
Hi, I need to use FOR UPDATE for one of my CMP entity bean. We had true in jbosscmp-jdbc.xml of that CMP Bean. Now we are upgrading our application from 3.2.1 to 3.2.5, The same CMP bean giving following SQL error. Error = Find failed: java.sql.SQLException: ORA-01786: FOR UPDATE of this que

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem while upgrading my production server from 3.2.1

2004-07-29 Thread ikigovenku
Thanks for your reply. My Jboss version was compiled with JDK1.4. Now I have Compiled the jboss version with JDK1.3.1_01 and executed my application. Now I am able to see the specific error message for the same entity which causing problem with JDK1.4 build. Here is the Error message. 17:03:

[JBoss-user] [Persistence & CMP/JBoss] - problem while upgrading my production server from 3.2.1 to 3

2004-07-28 Thread ikigovenku
Hi, I am getting problems while upgrading my production server from 3.2.1 to 3.2.5. I am deploying my old EAR file (which is working with 3.2.1) on jboss 3.2.5. I am getting the following Error message. Note that this is not BCEL related error. RuntimeErrorException: java.lang.NoSuchMethodEr

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP deployment error on JBOSS 3.2.4 using Eclipse

2004-07-28 Thread ikigovenku
I haven't tried compiling JBoss with 1.4.x. Because i am using 1.3.1_01 for both jboss running and for my application compilation View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843508#3843508 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP deployment error on JBOSS 3.2.4 using Eclipse

2004-07-28 Thread ikigovenku
No. Error while starting server. We have a production application which is running on 3.2.1. The same EAR i am trying to deploy it in 3.2.5. While starting server I am getting the above problem. But I am not sure using what version of JDK JBoss3.2.5 was compiled. I have downloaded binary from

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem while upgrading from 3.2.1 to 3.2.5

2004-07-28 Thread ikigovenku
Some more info. from server.log - 2004-07-28 09:27:32,007 DEBUG [org.jboss.ejb.EjbModule] startService, starting container: IsmOutputmodelerDatabas 2004-07-28 09:27:32,007 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:jndiName=IKIGO.Is

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP deployment error on JBOSS 3.2.4 using Eclipse

2004-07-27 Thread ikigovenku
Hi, I am also getting the same problem while upgrading my production server from 3.2.1 to 3.2.5. I am using JDK1.3.1_01. and the JBoss is the binary version which i have downloaded from the jboss site. I found that this version is compiled wtih jdk1.3.1_01 only. Please let me if there is any

[JBoss-user] [Messaging, JMS & JBossMQ] - File PM

2004-06-08 Thread ikigovenku
Hi, We are using JBoss3.2.1 with Tomcat. Last one year We are using file persistence manager for our production server. Recently load is bit high and server is taking 30-45 minutes, if I have 4000 messages in Q. I have searched in the faq/search and found that File persistence is not supported