RE: [JBoss-user] max-bean-life?

2004-01-30 Thread Muraly R
Group, LLC From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Muraly R Sent: Monday, January 26, 2004 9:29 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] max-bean-life? Hi Gurus, From the paid docs I have understood

[JBoss-user] max-bean-life?

2004-01-28 Thread Muraly R
Hi Gurus, From the paid docs I have understood that this tag represents the time in sec. a 'Stateful' bean remains in the passivate store. My doubt is while removing the instance from the passivate store, does JBoss makes a call to the ejbRemove on that particular instance? The reason for the

[JBoss-user] max-bean-life?

2004-01-27 Thread Muraly R
Hi Gurus, From the paid docs I have understood that this tag represents the time in sec. a 'Stateful' bean remains in the passivate store. My doubt is while removing the instance from the passivate store, does JBoss makes a call to the ejbRemove on that particular instance? The reason for the

RE: [JBoss-user] Garbage Collector: Service?

2004-01-27 Thread Muraly R
curious, what is your objective in terms of a periodic GC call? -Original Message- From: Muraly R [mailto:[EMAIL PROTECTED]] Sent: Monday, January 26, 2004 8:34 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Garbage Collector: Service? Hi Heiko, Thanks for reply. Please bear my ignorance

Re: [JBoss-user] Garbage Collector: Service?

2004-01-27 Thread Muraly R
Hi Heiko, Thanks for the info. about quartz. Cheers Muraly At 09:26 27/01/2004 +0100, you wrote: Muraly, Please bear my ignorance. Could you give a more detailed explanation? try e.g. cd $JBossHome/bin twiddle invoke jboss.system:type=System runGarbageCollector Did you mean

[JBoss-user] Garbage Collector: Service?

2004-01-22 Thread Muraly R
Hi Gurus, Is there any particular service available in JBoss to schedule the garbage collector? The reason for this question is our application is using heavy weight objects like Vector, HashTable, etc. heavily. As a result of this after a simple get query the JBoss memory shoots up and it

Re: [JBoss-user] JAVA_HOME for JBoss 3.2.2 should point to JDK or JRE?

2003-12-19 Thread Muraly R
Hi Manoj, We faced a similar situation in our real time scenario, where in we were dependent on the JRE than JDK. The work around we tried is to modify the run.bat, where in there is a reference to tools.jar. Change this reference to rt.jar which is available with JRE. HTH Muraly At 12:44

[JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Muraly R
Hi Gurus, I am trying a scenario, where in the home handle of the EJB plus the JNDI, to be stored into a file using ObjectOutputStream. But I am getting the following exception: Exception : org.jboss.proxy.ejb.handle.HomeHandleImpl java.lang.ClassCastException:

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Muraly R
YWMC(Your Wish My Command ;-) Thanks a TON:-) Muraly At 11:36 18/12/2003 +, you wrote: RTFJD (Read the freaking javadoc) ClassCastException - if this Properties object contains any keys or values that are not Strings. Regards, Adrian On Thu, 2003-12-18 at 11:01, Muraly R wrote: Hi Gurus

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Muraly R
At 11:46 18/12/2003 +, you wrote: The call to handle.getEJBHome() does a jndi lookup anyway (using properties stored in the handle). There goes my effort of the day.:-( Thanks Again:-) Muraly

[JBoss-user] classpath .. ?

2003-12-15 Thread Muraly R
Hi Gurus, I am trying to set-up a development environment for my project. The objective is to deploy the archive in the exploded format. The problem I am facing currently is with the above tag. I have two '-service.xml' files which has classpath set to the arichive. The tag used for setting

2nd Try : [JBoss-user] classpath .. ?

2003-12-15 Thread Muraly R
At 17:07 15/12/2003 +0530, Muraly R wrote: Hi Gurus, I am trying to set-up a development environment for my project. The objective is to deploy the archive in the exploded format. The problem I am facing currently is with the above tag. I have two '-service.xml' files which has classpath set

[JBoss-user] JBoss IDE - Eclipse2.1

2003-11-27 Thread Muraly R
Hi Gurus, I would like to setup a development environment for JBoss using eclipse. Could you please help me in setting up the same with any links(getting started)? I have downloaded eclipse2.1. I searched the jboss-user archive and saw that a plug-in for the same has to be used. But couldn't

Re: [JBoss-user] JZ0C0: Connection is already closed

2003-11-02 Thread Muraly R
. http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/BaseWrapperManagedConnection.jpp?r1=1.1.2.6r2=1.1.2.7 Regards, Adrian On Tue, 2003-10-28 at 16:03, Muraly R wrote: Hi Gurus, I am using JB0ss3.0.7. I am getting the following Info messages in my JBoss

[JBoss-user] Re: ejbCreate followed by ejbStore (originally at [JBoss-user])

2003-10-29 Thread Muraly R
attribute values for the bean. Did you find a solution to your problem? It will most probably be applicable to my own. I copied the message I found in the list below, just in case you do not remember what this is all about. Most sincere regards, Henrique From: Muraly R Subject: Re: [JBoss-user

Re: [JBoss-user] java.sql.SQLException: JZ006: Caught IOException

2003-10-09 Thread Muraly R
HI Adrian, Thanks for the reply. The application is using Sybase7.0.3 and driver is jconnect5.5(pure java). So still no light why this occurs?:-( Cheers Muraly At 11:12 09/10/2003 +0100, you wrote: On Thu, 2003-10-09 at 10:43, Muraly R wrote: HI Gurus, I am having the following exception

RE: [JBoss-user] java.sql.SQLException: JZ006: Caught IOException

2003-10-09 Thread Muraly R
HI Kevin, Thanks for the reply. The application is using Sybase7.0.3 and driver is jconnect5.5(pure java). I'll try what the truss command does. Cheers Muraly At 12:20 09/10/2003 +0100, you wrote: I am having the following exception: java.sql.SQLException: JZ006: Caught IOException:

[JBoss-user] Q. on locking EB

2003-09-05 Thread Muraly R
HI Gurus, I was reading the 'locking' section in the doc and a short question on that? If a EB is already locked by a transaction(the EB is not specified as 'read-only'), and If a call is made to 'read-only' method of that EB, will the method be processed? Cheers Muraly P.S: Well the question

Re: [JBoss-user] Q. on locking EB

2003-09-05 Thread Muraly R
cool :-) Cheers Muraly At 14:26 05/09/2003 +0300, you wrote: Muraly R wrote: HI Gurus, I was reading the 'locking' section in the doc and a short question on that? If a EB is already locked by a transaction(the EB is not specified as 'read-only'), and If a call is made to 'read-only' method

Re: [JBoss-user] ejbStore(): Again!!!

2003-08-29 Thread Muraly R
... greetings adam -Ursprüngliche Nachricht- Von: Muraly R [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. August 2003 11:35 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] ejbStore(): Again!!! Hi Alex, The problem I am facing is after a setXXX() business method in my entity bean, the call

[JBoss-user] API's for...

2003-08-29 Thread Muraly R
Hi Gurus, I like to know the following from the client application: 1. List beans currently in the EJB Server. 2. List registered JNDI names. 3. List system properties currently used by the EJB Server. Is there any API exposed for client application to use and list out. Thanks Muraly

2nd try: Re: [JBoss-user] ejbStore(): Again!!!

2003-08-20 Thread Muraly R
Hi Gurus, Any leads I can take from you regarding this issue. The error logs is after the ejbStore() stays in progress for a long time, say 3-4 hrs. Thanks Muraly Hi Alex, The problem I am facing is after a setXXX() business method in my entity bean, the call to ejbStore() stays in progress

Re: [JBoss-user] ejbStore(): Again!!!

2003-08-19 Thread Muraly R
Hi Alex, The problem I am facing is after a setXXX() business method in my entity bean, the call to ejbStore() stays in progress for ever. The point of failure is when I have inserted a new VO to the DB using the entity bean, its corresponding ejbStore() is stuck. The exception I am getting is

[JBoss-user] ejbStore(): Again!!!

2003-08-18 Thread Muraly R
Hi Gurus, One of the main problems I am facing now is transactions getting stuck in the Entity beans ejbStore() method. I am using Jboss3.0.7 and Sybase 7.0.3 and I am having Container managed transaction. My project currently involves of porting the application from JOnAs 2.4 to

Re: [JBoss-user] ejbCreate() followed by ejbStore() locks, EntityBean!!!

2003-08-15 Thread Muraly R
would like to help you, but I can't understand what you are writting about. Could you rewrite it with EJB terms or post a testcase reproducing the problem? Also, please, let us know what JBoss version and database you are using. alex Thursday, August 14, 2003, 9:36:11 AM, Muraly R wrote: Hi

[JBoss-user] Could not enlist XAResource!javax.transaction.RollbackException: Already marked for rollback

2003-08-14 Thread Muraly R
Hi Gurus, I am getting the following exception in one of my SB: INFO [LocalTxConnectionManager$LocalConnectionEventListener] Could not enlist XAResource! javax.transaction.RollbackException: Already marked for rollback The point of exception is when I try to get a database connection. The

[JBoss-user] ejbCreate() followed by ejbStore() locks, EntityBean!!!

2003-08-14 Thread Muraly R
Hi Gurus, I am having a strange scenario. Here I have a Table, which stores the interfaces of a device. When I first add the device the trnasaction gets complted successfully. In the next transaction, when I update the device with a new interface, and start a transaction to update device

Re: [JBoss-user] read-only and trans-attribute

2003-08-14 Thread Muraly R
then many transactions can access the instance at the same time. So, read-only says to lock or not to lock an instance when it is accessed in a transaction. alex Wednesday, August 13, 2003, 8:45:35 AM, Muraly R wrote: Hi Gurus, I am reading the Entity Bean Loacking section in the docs. Here it has

[JBoss-user] read-only and trans-attribute

2003-08-14 Thread Muraly R
Hi Gurus, I am reading the Entity Bean Loacking section in the docs. Here it has been said that some methods can be defined as read only. So that the beans will not be locked, if only these methods are called. In the ejb-jar.xml we can also define what type of transaction a methods requires.

Re: [JBoss-user] ejbCreate() followed by ejbStore() locks, EntityBean!!!

2003-08-14 Thread Muraly R
Hi Gurus, I have faced another scenario with the same symptoms. Clould anyone please advise? Cheers Muraly At 12:06 14/08/2003 +0530, you wrote: Hi Gurus, I am having a strange scenario. Here I have a Table, which stores the interfaces of a device. When I first add the device the trnasaction

RE: [JBoss-user] Message to User about JBoss Startup Complete

2003-08-01 Thread Muraly R
be remotely introspected state = true; } } -Original Message- From: julien viet [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 24, 2003 9:02 AM To: Muraly R Subject: Re: [JBoss-user] Message to User about JBoss Startup Complete The started field could be added as an attribute

[JBoss-user] Message to User about JBoss Startup Complete

2003-07-24 Thread Muraly R
Hi Gurus, Objective Since my web server and all other services start prior to JBoss, I want to provide a notification to user through the web UI, saying that the services are starting, if the user tries to access the application before the App. server is up. To Know === What I

Re: [JBoss-user] ClassLoader Issue(Again :-)

2003-07-21 Thread Muraly R
hen restore it after the call. --- Muraly R [EMAIL PROTECTED] wrote: HI Gurus, I have a problem with the classloader and I am not able to understand the exact cause of the ERROR. Please find the error output from the server logs attached. Here the Class JobGetPollerData tries to Access a 'pr

[JBoss-user] ClassLoader Issue(Again :-)

2003-07-20 Thread Muraly R
HI Gurus, I have a problem with the classloader and I am not able to understand the exact cause of the ERROR. Please find the error output from the server logs attached. Here the Class JobGetPollerData tries to Access a 'protected' method from TimerManager and the exception is thrown. As

RE: [JBoss-user] 2nd Try: ejbStore() in BMP Stuck

2003-07-16 Thread Muraly R
PROTECTED]On Behalf Of Muraly R Sent: Wednesday, July 16, 2003 10:04 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] 2nd Try: ejbStore() in BMP Stuck Hello Gurus, I am having a Statless Session Bean which invokes a BMP Entity Bean to update the modiifed value object. How the process works is: 1

[JBoss-user] ejbStore() in BMP Stuck

2003-07-15 Thread Muraly R
Hello Gurus, I am having a Statless Session Bean which invokes a BMP Entity Bean to update the modiifed value object. How the process works is: 1. In stateless session bean call the ejbFinByPrimaryKey() and get VO. 2. Use the setter methods of the VO to set new values. 3. Then let the

[JBoss-user] 2nd Try: ejbStore() in BMP Stuck

2003-07-15 Thread Muraly R
Hello Gurus, I am having a Statless Session Bean which invokes a BMP Entity Bean to update the modiifed value object. How the process works is: 1. In stateless session bean call the ejbFinByPrimaryKey() and get VO. 2. Use the setter methods of the VO to set new values. 3. Then let the ejbStore()

Re: [JBoss-user] Q. on size of data marshalled!!!

2003-07-10 Thread Muraly R
into a String[] would cause this for example. It could also be class loader issue due which seems to exist as seen by the IllegalAccess error. -- Scott Stark Chief Technology Officer JBoss Group, LLC Muraly R wrote: Hi Adrian, Thanks for pointing me

Re: [JBoss-user] Q. on size of data marshalled!!!

2003-07-09 Thread Muraly R
the server stacktrace, all you get is what you posted before. Is there an exception logged on the server? What is the signature for localExecute? Regards, Adrian On Wed, 2003-07-09 at 05:33, Muraly R wrote: Hi Adrian, Thanks for the suggestion.:-) Please find attached the stack trace of the error

[JBoss-user] Q. on size of data marshalled!!!

2003-07-08 Thread Muraly R
Hi Gurus, Its me back again with porting issues(JOnAS to JBoss). Currrently our application is used to Monitor the devices on a network. Each element on the network is identified as a Value Object. Coming to issue I am facing, when a particular Device has to ba added to the DB, its

Re: [JBoss-user] Q. on size of data marshalled!!!

2003-07-08 Thread Muraly R
a bug if Strings are larger than 64K The jboss and jdk version might help? Regards, Adrian On Tue, 2003-07-08 at 12:14, Muraly R wrote: Hi Gurus, Its me back again with porting issues(JOnAS to JBoss). Currrently our application is used to Monitor the devices on a network. Each element

Re: [JBoss-user] Explicit Usage of Commit and Rollabck...

2003-07-07 Thread Muraly R
want to handle commit/rollback inside your bean you should use BMT (Bean managed transactions). commit-option is only for entity beans. It is a policy for the cached entity bean instance at the end of the transaction. Regards, Adrian On Mon, 2003-07-07 at 06:12, Muraly R wrote: Hi Gurus, I am

[JBoss-user] Explicit Usage of Commit and Rollabck...

2003-07-06 Thread Muraly R
Hi Gurus, I am having a particular Stateful session bean. In this bean I want to handle the database connection manually. That is I should be able to use Connection.commit() and Connection.rollback explicitly, for only this Bean. On a previous mail thread David explained that since the

[JBoss-user] Issues with 3.0.7

2003-07-03 Thread Muraly R
Hi Gurus, I am having a very confusing scenario in my application. Intially in our development environment we were using JBoss-3.0.4. But when moving to real environment we moved to JBoss3.0.7. Here one of the main scenario of the application is failing. The scenario is one RMI VM tries to

[JBoss-user] Part I - ERROR [Log4jService$ThrowableListenerLoggingAdapter]unhandled throwable

2003-07-02 Thread Muraly R
Hi Gurus, I am having the following exception in my logs, which is actually hanging my application. The stack trace shows the following exception(pasted at the bottom of the mail). I am able to understand that passivate action is failing because of the DB connection. I have two queries based

[JBoss-user] Part II - java.rmi.RemoteException: Reentrant method calldetected

2003-07-02 Thread Muraly R
Hi Gurus, This is the second part of the error I am facing in my logs. After some reading what I understand is, if there is an interdependency between two entity beans, then the re-enterant flag can be set to true in the deployment descriptor. But in our application, there is no such

[JBoss-user] Services and Folders in Real Time environment.

2003-06-29 Thread Muraly R
Hi Gurus, I have some doubts regarding the removal of some service and folders of JBoss-3.0.7 from the real time environment. i) How can I remove the UILServerILServer service from the real time environment?(Hope it doesn't affect the normal server behaviour. Also my applications are not using

Re: [JBoss-user] Installing JBoss on Windows in path containing blanks

2003-06-26 Thread Muraly R
Hi Bernie, Try replacing C:\Progam files with C:\Progra~1. Regrads Muraly At 13:40 26/06/2003 +0100, you wrote: Hi, have severe problems trying to install JBoss on Windows in a path with directories containing blanks, such as C:\Program Files\... Anybody has experience with this and knows

[JBoss-user] UILServerILServer

2003-06-21 Thread Muraly R
Hi Gurus, I was checking which ports are currently used by the server. I came across this service and its ports. Can some one please explain what is this service and the context it can be used. Cheers Muraly

[JBoss-user] EJB Local and Remote Interfaces.

2003-06-18 Thread Muraly R
Hi Gurus, The application currently I am working is having only Remote Interfaces. But there are scenarios, like the client never invoked the entity bean directly. Only the session bean invokes the entity bean. The client invokes the stateless session beans. In such a scenario, does the

2nd try:: Re: [JBoss-user] Lookup failing in JBoss3.0.4(with attachment)

2003-06-12 Thread Muraly R
. Then, before doing the lookup, print out the classpath being used - you should be able to do a getProperty(java.classpath) or something like that. Hopefully, the value of the classpath at that moment will provide a clue as to where it is getting incorrectly set. Muraly R wrote: Sorry, this time

Re: [JBoss-user] Lookup failing in JBoss3.0.4(with attachment)

2003-06-11 Thread Muraly R
be able to do a getProperty(java.classpath) or something like that. Hopefully, the value of the classpath at that moment will provide a clue as to where it is getting incorrectly set. Muraly R wrote: Sorry, this time with stack trace attached...:-) -M At 14:22 10/06/2003 +0530, you wrote: Hi Gurus, I

[JBoss-user] Lookup failing in JBoss3.0.4

2003-06-10 Thread Muraly R
Hi Gurus, I am actually stuck with this error scenario. The flow for the scenario is there is lookup portion in my client code(i.e tomcat separate installation), which looks up JBoss server(3.0.4) for a session bean. This works fine, except in some scenario's the following error is thrown:

Re: [JBoss-user] Lookup failing in JBoss3.0.4(with attachment)

2003-06-10 Thread Muraly R
Sorry, this time with stack trace attached...:-) -M At 14:22 10/06/2003 +0530, you wrote: Hi Gurus, I am actually stuck with this error scenario. The flow for the scenario is there is lookup portion in my client code(i.e tomcat separate installation), which looks up JBoss server(3.0.4) for a

Re[2]: [JBoss-user] Lookup failing in JBoss3.0.4(with attachment)

2003-06-10 Thread Muraly R
+0300, you wrote: There should be jnp-client.jar in %JBOSS_HOME%\client. Make sure it is in client's classpath. alex Tuesday, June 10, 2003, 12:33:04 PM, Muraly R wrote: MR Sorry, this time with stack trace attached...:-) MR -M MR At 14:22 10/06/2003 +0530, you wrote: Hi Gurus, I am actually stuck

Re: [JBoss-user] Usage of JRE1.3.1 instead JDK1.3.1 for JBoss startup

2003-04-02 Thread Muraly R
Hi Jules, Thanks for the clear reply. Cheers Muraly At 23:16 02/04/2003 +0100, you wrote: Muraly R wrote: Hi All, One doubt regarding the usage of JDK1.3.1 and JRE1.3.1. Currently my application has JRE1.3.1 in the real environment. Though in the development environment I am using JDK1.3.1

[JBoss-user] Usage of JRE1.3.1 instead JDK1.3.1 for JBoss startup

2003-03-31 Thread Muraly R
Hi All, One doubt regarding the usage of JDK1.3.1 and JRE1.3.1. Currently my application has JRE1.3.1 in the real environment. Though in the development environment I am using JDK1.3.1. In the real environment I have modified the run.bat to use 'rt.jar', instead of 'tools.jar'. The server is

[JBoss-user] API for accessing the Properties in '-service.xml'

2003-03-24 Thread Muraly R
Hi All, I am having a '-service.xml' file for setting up the ConnectionManager for Sybase dbs. My query is there an API which I can use to access the properties in this file. For eg: config-property name=ConnectionURL

Re[2]: [JBoss-user] Error while deployin MBean

2003-03-18 Thread Muraly R
wrote: DJ On 2003.03.15 03:03 Muraly R wrote: Hi All, I am writing an MBean which extends the ServiceMBeanSupport. This will start the customised services for my application. Instead of using 'sar', I am using '-service.xml' file for deployin the MBean. All the classes related to the MBean and

[JBoss-user] JNDI lookup for DS failing

2003-03-18 Thread Muraly R
Hi, The following is my ejb-jar and jboss files. ejb-jar.xml --- session ejb-nameFrameworkBean/ejb-name homecom.cisco.nm.qpm.server.framework.ejb.FrameworkHome/home remotecom.cisco.nm.qpm.server.framework.ejb.Framework/remote

[JBoss-user] Error while deployin MBean

2003-03-15 Thread Muraly R
Hi All, I am writing an MBean which extends the ServiceMBeanSupport. This will start the customised services for my application. Instead of using 'sar', I am using '-service.xml' file for deployin the MBean. All the classes related to the MBean and the MBean itself are inside the 'jar' of my

2nd Try(PLS...) Re: [JBoss-user] Service startup

2003-02-24 Thread Muraly R
Hi GURUS, Please Help!!! Regards Muraly At 11:53 24/02/2003 +0530, Muraly R wrote: Hi, Currently I am working on the project of migrating an existing application from JOnAs to JBoss3.0.4 . The migration resulted for two reasons: 1. Multi-context support(at EAR level). 2. Performance results

[JBoss-user] Service startup

2003-02-23 Thread Muraly R
Hi, Currently I am working on the project of migrating an existing application from JOnAs to JBoss3.0.4 . The migration resulted for two reasons: 1. Multi-context support(at EAR level). 2. Performance results statistics. Coming to the query, the current application has some services which will

[JBoss-user] sybase-service.xml with jconnect4_2 in JBoss-3.0.4

2002-12-11 Thread Muraly R
Hi, I am using JBoss-3.0.4. I have my sybase-service.xml placed in default\deploy folder. But during startup I get the following Error message. ERROR 11/Dec/2002 22:29:23 [main] (Logger.java:185): scanner.URLDeploymentScanner - MBeanException: Exception in MBean operation

Re: [JBoss-user] sybase-service.xml with jconnect4_2 in JBoss-3.0.4

2002-12-11 Thread Muraly R
already. david jencks On 2002.12.11 12:15:27 -0500 Muraly R wrote: Hi, I am using JBoss-3.0.4. I have my sybase-service.xml placed in default\deploy folder. But during startup I get the following Error message. ERROR 11/Dec/2002 22:29:23 [main] (Logger.java:185): scanner.URLDeploymentScanner