RE: [JBoss-user] JBoss 3.2.2 process takes 100% CPU on HPUX11 (so me times OutOfMemory exception)

2004-01-20 Thread Sasidharan, Manoj
, Sasidharan, Manoj wrote: > Hello All, > > OS: HPUX11 > JVM: 1.4.2.00 > JBoss:3.2.2 > > One of our multi-user test hangs JBoss v3.2.2 and the process takes 100% > CPU. There is no way to take a thread dump as the process does not respond. > &g

[JBoss-user] JBoss 3.2.2 process takes 100% CPU on HPUX11 (tusc output of the JBoss 3.2.2 process)... no way get thread dump...

2004-01-19 Thread Sasidharan, Manoj
Hello All, OS: HPUX11 JVM:1.4.2.00 JBoss: 3.2.2 One of our multi-user test hangs JBoss v3.2.2 and the process takes 100% CPU. There is no way to take a thread dump as the process does not respond. Process does not respond to kill -3 command. The test is repeatable and

[JBoss-user] JBoss 3.2.2 process takes 100% CPU on HPUX11

2004-01-19 Thread Sasidharan, Manoj
Hello All, OS: HPUX11 JVM:1.4.2.00 JBoss: 3.2.2 One of our multi-user test hangs JBoss v3.2.2 and the process takes 100% CPU. There is no way to take a thread dump as the process does not respond. We were able to take thread dumps of a client process. Can somebody give

[JBoss-user] JBoss 3.2.2 process takes 100% CPU on HPUX11 (tusc output of the JBoss 3.2.2 process)... no way get thread dump...

2004-01-19 Thread Sasidharan, Manoj
Hello All, OS: HPUX11 JVM:1.4.2.00 JBoss: 3.2.2 One of our multi-user test hangs JBoss v3.2.2 and the process takes 100% CPU. There is no way to take a thread dump as the process does not respond. Process does not respond to kill -3 command. The test is repeatable and

[JBoss-user] How to configure locking mechanism for EnityBeans - optimistic vs pessimistic? In the entire JBoss system?

2004-01-16 Thread Sasidharan, Manoj
: Re: [JBoss-user] How to configure locking mechanism for EnityBeans - optimistic vs pessimistic? in jbosscmp-jdbc.xml On Fri, 16 Jan 2004, Sasidharan, Manoj wrote: > Hello All, > > How can we change the locking mechanism used in Entity Beans - optimistic, > pessimistic? Any

RE: [JBoss-user] How to configure locking mechanism for EnityBean s - optimistic vs pessimistic?

2004-01-16 Thread Sasidharan, Manoj
, January 16, 2004 2:22 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] How to configure locking mechanism for EnityBeans - optimistic vs pessimistic? in jbosscmp-jdbc.xml On Fri, 16 Jan 2004, Sasidharan, Manoj wrote: > Hello All, > > How can we change the locking mechanism used in Ent

[JBoss-user] How to configure locking mechanism for EnityBeans - optimistic vs pessimistic?

2004-01-16 Thread Sasidharan, Manoj
Hello All, How can we change the locking mechanism used in Entity Beans - optimistic, pessimistic? Any pointers to which configuration file need to be modified. Thanks in advance. Best Regards MS --- The SF.Net email is sponsored by EclipseCo

RE: [JBoss-user] JBoss 3.2.2/Oracle 9i - Connection handle is not currently associ ated with a ManagedConnection (need some help)

2004-01-12 Thread Sasidharan, Manoj
use a connection that has being returned to the pool (the connection object you get from the datasource is no longer associated with a real connection). Regards, Adrian On Thu, 2004-01-08 at 20:50, Sasidharan, Manoj wrote: > Hello All, > > We are trying to port our BEA Weblogic application

[JBoss-user] JBoss 3.2.2/Oracle 9i - Connection handle is not currently associ ated with a ManagedConnection (need some help)

2004-01-10 Thread Sasidharan, Manoj
Hello All, We are trying to port our BEA Weblogic application to JBoss and are experiencing a new problem. The system gives the following exception. We did review the code and could not see why this should happen. Any ideas or tips on what we should be looking for? Thanks in advance for your tim

[JBoss-user] JBoss 3.2.2/Oracle 9i - Unregistered handle that was not register ed (need some help)

2004-01-10 Thread Sasidharan, Manoj
Hello All, We are trying to port our BEA Weblogic application to JBoss and are seeing this entry being logged. Is this some cause for concern or is okay? Any ideas or tips on what we should be looking for? Thanks in advance for your time and help. rgds MS 2004-01-08 12:52:07,736 INFO [org.jbo

[JBoss-user] JBoss 3.2.2/Oracle 9i - Unregistered handle that was not register ed (need some help)

2004-01-08 Thread Sasidharan, Manoj
Hello All, We are trying to port our BEA Weblogic application to JBoss and are seeing this entry being logged. Is this some cause for concern or is okay? Any ideas or tips on what we should be looking for? Thanks in advance for your time and help. rgds MS 2004-01-08 12:52:07,736 INFO [org.jbo

[JBoss-user] JBoss 3.2.2/Oracle 9i - Connection handle is not currently associ ated with a ManagedConnection (need some help)

2004-01-08 Thread Sasidharan, Manoj
Hello All, We are trying to port our BEA Weblogic application to JBoss and are experiencing a new problem. The system gives the following exception. We did review the code and could not see why this should happen. Any ideas or tips on what we should be looking for? Thanks in advance for your tim

RE: [JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test NullPo interException on HPUX11***

2004-01-07 Thread Sasidharan, Manoj
{ IResult result = m_ejbCommandServerRemote.execute(command); return result; } catch (RemoteException ex2) {

RE: [JBoss-user] Oracle Connection Pooling in 3.2.2

2004-01-07 Thread Sasidharan, Manoj
-Original Message- From: Mridul Jain [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 1:42 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Oracle Connection Pooling in 3.2.2 hi, > 2. In JBoss, you can define datasources and they > contain settings like > min/max connection

RE: [JBoss-user] Oracle Connection Pooling in 3.2.2

2004-01-07 Thread Sasidharan, Manoj
Not sure if I got your question right. But here are my 2 cents: 1. Plz do not try to compare Weblogic and JBoss as WLS has connection pools and datasources are defined using pools 2. In JBoss, you can define datasources and they contain settings like min/max connections. See *-ds.xml 3. For perfor

[JBoss-user] JBoss 3.2.2 Technical Support/Consultancy in the US

2004-01-06 Thread Sasidharan, Manoj
Hello All, Could you please let me know the availability/rates for JBoss technical support or consultants in the US? We may be looking for some help with this port. Thanks and Best Regards MS --- This SF.net email is sponsored by: IBM Linux T

RE: [JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test result ing in deadlock * **

2004-01-06 Thread Sasidharan, Manoj
at 21:29, Sasidharan, Manoj wrote: > > Hello All, > > > > The stress test of our JBoss application results in application deadlocks. > > The test fails even when there are 6 concurrent users. > > > > Find enclosed are the stack trace of the deadlock detection by the

RE: [JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test NullPo interException on HPUX11***

2004-01-06 Thread Sasidharan, Manoj
re.doCommand(FloWare.java:1299) Maybe you found something that wasn't playing nicely with the pool? Regards, Adrian On Tue, 2004-01-06 at 21:43, Sasidharan, Manoj wrote: > Hello All, > > We are getting this exception in JBoss server log file. No stack trace. Just > this entry.

[JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test NullPointerException on HPUX11***

2004-01-06 Thread Sasidharan, Manoj
Hello All, We are getting this exception in JBoss server log file. No stack trace. Just this entry. 2004-01-06 13:29:25,842 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeExce ption: java.lang.NullPointerException Mean time, the client (JBoss client application) is getting the following exc

[JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test resulting in deadlock * **

2004-01-06 Thread Sasidharan, Manoj
Hello All, The stress test of our JBoss application results in application deadlocks. The test fails even when there are 6 concurrent users. Find enclosed are the stack trace of the deadlock detection by the JBoss server. Please let me know in case you need any additional information to analyse/u

RE: [JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test runnin g out of database cursors on HPUX11*** works on BEA WLS 7.0

2004-01-06 Thread Sasidharan, Manoj
blow you out of the finally before it is comlete. B. Make sure you do not reuse Statements or ResultSets without closing them first. //Nicholas --- "Sasidharan, Manoj" <[EMAIL PROTECTED]> wrote: > Hello All, > > When we run our stress test, the number of Oracle > databa

[JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test running out of database cursors on HPUX11***

2004-01-06 Thread Sasidharan, Manoj
Hello All, When we run our stress test, the number of Oracle database cursors keep increasing. Finally the system crashes with "Max Cursors Exceeded error" from Oracle. Any tips on how to tackle this? Thanks and Best Regards MS --- This SF.ne

[JBoss-user] Stability/Performance test with JBoss3.2.2/Oracle 9.2.0.4 Problem s

2004-01-05 Thread Sasidharan, Manoj
Hello All, We are facing some problems while running our stress test on JBoss 3.2.2: 1. Out of Memory error 2. System ran out of open cursors (tests run fine in Weblogic when the number of cursors is 500. Even increasing to 1000 does not address the issue. 3. Deadlocks (Entity Beans) Any suggest

[JBoss-user] JBoss 4.x and J2EE 1.4 certification

2003-12-27 Thread Sasidharan, Manoj
Hello All, Will the JBoss v4.0 release be J2EE 1.4 certified? Or will the initial release be compliant and would be certified later. We have developed a J2EE application product that requires J2EE 1.3 compliant application server like JBoss 3.2.x. In the next release, we would be using J2EE 1.4 s

[JBoss-user] Any projected dates for JBoss 4.x Release Candidate

2003-12-22 Thread Sasidharan, Manoj
Hello All, Is there any planned date for the release of JBoss 4.0. We have plans to use some of the J2EE 1.4 spec features like Timer. rgds MS --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just shar

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

2003-12-19 Thread Sasidharan, Manoj
We will try this. Thanks for the tip.   rgds MS -Original Message-From: Muraly R [mailto:[EMAIL PROTECTED]Sent: Friday, December 19, 2003 9:25 PMTo: [EMAIL PROTECTED]Subject: Re: [JBoss-user] JAVA_HOME for JBoss 3.2.2 should point to JDK or JRE?Hi Manoj,We f

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

2003-12-19 Thread Sasidharan, Manoj
Title: [JBoss-user] What files need to changed to bring up two instances of JBoss on the same machine? Hello All,   Does JBoss 3.2.2 require the environment variable JAVA_HOME to point towards a JDK or JRE installation?   When the JAVA_HOME is set to JRE, it cannot find tools.jar and recomme

RE: [JBoss-user] What files need to changed to bring up two insta nces of JBoss on the same machine?

2003-12-19 Thread Sasidharan, Manoj
t -c foo --host primary   c:> run.bat -c bar --host secondary   'At's about it. Should be able to reach each as follows, for example:   http://primary:8080/jmx-console http://secondary:8080/jmx-console   -Original Message- From: Sasidharan,

[JBoss-user] What files need to changed to bring up two instances of JBoss on the same machine?

2003-12-19 Thread Sasidharan, Manoj
Hello All, We are trying to bring up two instances on the same machine. As expected, second one does not come up. Could somebody please let us know the files that need to be changed for the server ports. Thanks in advance for your time. Best Regards MS

[JBoss-user] JBoss On HPUX

2003-12-12 Thread Sasidharan, Manoj
Hello All, JDK 1.3.1 We are trying to use JBoss 3.2.2 on HPUX11. The server comes up, but the application does not get deployed correctly. Everything works fine on a Sun Solaris and Windows box. Thanks in advance for taking some time to help us with this issue. wwr MS ---

[JBoss-user] Create a datasource without java:/

2003-12-09 Thread Sasidharan, Manoj
Hello All, JBoss 3.2.3 How can we create a datasource with name DSName rather than ava:/DSName. Any hidden tricks. Thanks in advance for your time. rgds MS --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX

RE: [JBoss-user] Weblogic to JBoss 3.2.2 Migration - Issues (Look ing for some help ) - some update

2003-11-30 Thread Sasidharan, Manoj
: Sasidharan, Manoj [mailto:[EMAIL PROTECTED] Sent: Saturday, November 29, 2003 10:57 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Weblogic to JBoss 3.2.2 Migration - Issues (Looking for some help ) Hello All, Is there any guide or article that discusses the tasks and pitfalls when migrating a J2EE

[JBoss-user] Weblogic to JBoss Migration: EJB home methods are not allowed to access CMP or CMR fields (Please help - JBoss 3.2.3RC1)

2003-11-30 Thread Sasidharan, Manoj
Hello All, Server: JBoss 3.2.3.RC1 JDK:1.4.0_01 OS: Windows NT 4 SP6 Here is the stack trace of the exception from the JBoss server console. The deployment goes fine. Server does not complain about anything. This error occurs at run-time when the beans are invoked from the client. Please let

[JBoss-user] Weblogic to JBoss 3.2.2 Migration - Issues (Looking for some help )

2003-11-30 Thread Sasidharan, Manoj
Hello All, Is there any guide or article that discusses the tasks and pitfalls when migrating a J2EE application from Weblogic to JBoss. I would appreciate if somebody can forward some urls or links to articles on the same. Currently we are facing the following issues/hurdles: 1. Startup class

RE: [JBoss-user] EJB home methods are not allowed to access CMP o r CMR

2003-11-30 Thread Sasidharan, Manoj
criteria. -Original Message- From: Sasidharan, Manoj [mailto:[EMAIL PROTECTED] Sent: Fri 11/21/2003 5:07 PM To: [EMAIL PROTECTED] Cc: Subject: RE: [JBoss-user] EJB home methods are not allowed to access CMP or CMR Hello All,We are getting this error when our

[JBoss-user] Transaction error - Please help

2003-11-29 Thread Sasidharan, Manoj
Hello All, When running our J2EE application, the following exception gets generated. Could you please help me understand the problem. Some information: - The Stateless Session Bean uses both XA and Non-XA datasources - Non-XA datasource is declared using no-tx-datasource - Database is Oracle 8.1

RE: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataSource handling (Stack Trace)

2003-11-28 Thread Sasidharan, Manoj
e work done on the Non-XA connection to be in the same transaction as the XAConnection. Is that correct? If so, you can deploy a data source such that the connections do not get enlisted in the JTA transaction using rather than Regards, Adrian On Fri, 2003-11-28 at 00:43, Sasidharan, Manoj wrote:

RE: [JBoss-user] Does any JBuilder plug-in generate correct CMP/C MR code for JBoss ? Please help

2003-11-28 Thread Sasidharan, Manoj
JBoss ? Please help On Friday 28 November 2003 00:25, Sasidharan, Manoj wrote: Hi, > Has anyone used JBuilder to generate CMP/CMR relationships using JBoss > plug-in? Yes. > Could you please let me know which plug-in was used. I use the Voyager open tool (on sourceforge) > We ha

RE: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataSource handling (Stack Trace)

2003-11-27 Thread Sasidharan, Manoj
that you already asked for the NonXA variant already in the transaction. Regards, Adrian On Fri, 2003-11-14 at 17:57, Sasidharan, Manoj wrote: > Hello Adrian, > > Thanks for taking some time for helping me on this issue. Here is the stack > trace at the server when the problem occurs

[JBoss-user] Does any JBuilder plug-in generate correct CMP/CMR code for JBoss ? Please help

2003-11-27 Thread Sasidharan, Manoj
Hello All,   Has anyone used JBuilder to generate CMP/CMR relationships using JBoss plug-in?   Could you please let me know which plug-in was used.   We have an urgent requirement to port our J2EE application from Weblogic to JBoss 3.2.x.   Thanks in advance for your time.   Best Regards

RE: [JBoss-user] EJB home methods are not allowed to access CMP o r CMR

2003-11-22 Thread Sasidharan, Manoj
but cost was not even on our list of criteria. -Original Message- From: Sasidharan, Manoj [mailto:[EMAIL PROTECTED] Sent: Fri 11/21/2003 5:07 PM To: [EMAIL PROTECTED] Cc: Subject: RE: [JBoss-user] EJB home methods are not allowed to access CMP or CMR Hello All

RE: [JBoss-user] EJB home methods are not allowed to access CMP o r CMR

2003-11-21 Thread Sasidharan, Manoj
Hello All, We are getting this error when our application was ported from Weblogic to JBoss. Does this show a violation of J2EE specs?? FYI, all our CMP/CMR relationships are generated using JBuilder 7 and JBoss Plug-in. Sorry. I thought it was a bug on the server. Please confirm. rgds MS -

RE: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataS ource handling (Stack Trace)

2003-11-18 Thread Sasidharan, Manoj
DataS ource handling (Stack Trace) Sasidharan, Manoj wrote: > Yes. But I am trying to do this on a Non-XA datasource connection. This > should in no way impact the on-going user transaction. Is this behaviour defined in the spec? I guess, the philosophy is you are in a managed environme

RE: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataS ource handling (Stack Trace)

2003-11-18 Thread Sasidharan, Manoj
. Sasidharan, Manoj wrote: > Hello Adrian, > > Thanks for taking some time for helping me on this issue. Here is the stack > trace at the server when the problem occurs. > > 20:26:31,122 WARN [TxConnectionManager$LocalXAResource] Prepare called on a > loc > al tx. Use of

[JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataS ource handling (Stack Trace)

2003-11-17 Thread Sasidharan, Manoj
- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 12:38 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataSo urce handling On Fri, 2003-11-14 at 03:21, Sasidharan, Manoj wrote: > Hello All, > &

[JBoss-user] Weblogic JBoss Migration: Oracle XA and Non-XA DataSource Problem

2003-11-17 Thread Sasidharan, Manoj
Hello All, JBoss 3.2.2 (latest in the tree) Oracle 8.1.7 We are getting the following Oracle XA exception calling a Stateless Session Bean. This session bean uses two datasources - oracle-ds.xml (Non-XA) oracle-xa-ds.xml (XA) The operations done in the Non-XA datasource should not impact the on

[JBoss-user] Weblogic JBoss Migration: Oracle XA and Non-XA DataSource Problem

2003-11-14 Thread Sasidharan, Manoj
Hello All, JBoss 3.2.2 (latest in the tree) Oracle 8.1.7 We are getting the following Oracle XA exception calling a Stateless Session Bean. This session bean uses two datasources - oracle-ds.xml (Non-XA) oracle-xa-ds.xml (XA) The operations done in the Non-XA datasource should not impact the on

RE: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataSource handling (Stack Trace)

2003-11-14 Thread Sasidharan, Manoj
- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 12:38 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataSo urce handling On Fri, 2003-11-14 at 03:21, Sasidharan, Manoj wrote: > Hello All, > &

[JBoss-user] Weblogic JBoss Migration: EJB home methods are not allowed to acc ess CMP or CMR fields?

2003-11-13 Thread Sasidharan, Manoj
Hello All, When running our migrated J2EE application from Weblogic, we are getting the following exception. Any guess on what could be wrong. Thanks and Best Regards MS 19:09:39,448 ERROR [STDERR] [Thu Nov 13 19:09:39 PST 2003][ERROR][e7a15b125fe137 0e35a15cb7754ae5a82acef][javax.ejb.Transacti

[JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataSo urce handling

2003-11-13 Thread Sasidharan, Manoj
Hello All, JBoss 3.2.2 Oracle 9.2.0.4 Datasources are created using oracle-ds.xml (Non-XA) and oracle-xa-ds.xml (XA) I have a Stateless session bean that gets an XA connection and does some database updates. It also tries to get a Non-XA connection and perform some database updates and for that t

[JBoss-user] How to develop Weblogic Startup Class like feature in JBoss 3.2? Please Help

2003-11-12 Thread Sasidharan, Manoj
Hello All, I am desperately looking for some help in developing a JBoss Mbean to solve our application startup logic issue. We are moving from Weblogic 7.0 to JBoss 3.2. So looking for some way to implement the Weblogic Startup Class functionality in JBoss. Any help on this would be highly appre

[JBoss-user] REPOST: Can an ear be used in user-service.xml MBeans?

2003-11-12 Thread Sasidharan, Manoj
Hello All, Is it possible to use an ear file to create a custom MBean in JBoss 3.2.x (*-service.xml)? Thanks in advance for your time. Best Regards MS --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn fir

[JBoss-user] How to write a custom MBean??

2003-11-12 Thread Sasidharan, Manoj
Hello All, I am looking for some help on writing a custom MBean for JBoss 3.2.x. Can somebody please help. Any source/suggestions would be highly appreciated. Thanks in advance for your help. rgds MS --- This SF.Net email sponsored by: Apach

[JBoss-user] Can an ear be used for -service.xml MBeans?

2003-11-12 Thread Sasidharan, Manoj
Hello All,, Is it possible to use an ear file to create a custom MBean in JBoss 3.2.x (-service.xml)? Please advice. Thanks in advance and Best Regards MS --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn

[JBoss-user] Suggestion - JBoss.org should have a way to add useful urls/tutor ial on JBoss

2003-11-03 Thread Sasidharan, Manoj
Hello All, Is there some way to maintain a list of useful URLs/tutorial documents on JBoss at the jboss.org web site? We don't want to miss any literature that can educate users on JBoss and widen the production base. rgds MS --- This SF.net

[JBoss-user] Looking for article on JBoss/Web Services/Axis

2003-10-27 Thread Sasidharan, Manoj
Hello All, I am looking for some write-up on developing/using web services with JBoss 3.2.x or JBoss 4.x with Axis. Thanks in advance. rgds MS --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.ne

[JBoss-user] Looking for article on JBoss/XDoclet

2003-10-27 Thread Sasidharan, Manoj
Hello All, I am looking for some write-up on using XDoclet for JBoss 3.2.x or JBoss 4.x. Can somebody point me to a website/URL. Thanks in advance. rgds MS --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what S

[JBoss-user] Looking for some literature/examples on XDoclet/JBoss usage

2003-09-09 Thread Sasidharan, Manoj
Hello All, I am looking for a some write up (preferrably with examples) on how to use XDoclets for generating deployment descriptor. Has anybody used Chocolate? Would you recommend it for long term product development? Thanks for your help and comments. rgds MS -

[JBoss-user] Looking for JBuilder Plug-in that works with CMP/CMR relationships

2003-09-02 Thread Sasidharan, Manoj
Title: J2EE transaction questions Hello All,   I am looking for a JBuilder plug-in for JBoss that can generate deployment descriptors for entity beans with CMP/CMR relationships mapped in JBuilder.   Could anybody suggest one that works.   Thanks in advance.   rgds MS  

[JBoss-user] Problem deploying Entity Beans with relationships in JBoss 3.2.2- Info enclosed

2003-08-28 Thread Sasidharan, Manoj
MAP_ID MapInstancesRelationshipRole > -Original Message- > From: Sasidharan, Manoj > Sent: Thursday, August 28, 2003 5:10 AM > To: [EMAIL PRO

RE: [JBoss-user] Entity Bean Deployment problem - JBoss 3.2.2.RC2 - How to turn off dtd validation? - RESOLVED

2003-08-28 Thread Sasidharan, Manoj
document besides the ordering. Why don't you post it? Regards, Adrian On Thu, 2003-08-28 at 11:18, Sasidharan, Manoj wrote: > Hello Adrian, > > Thanks for taking some time to answer the question. Can you also tell me on > How to turn off the dtd validation? > > rgds > MS

[JBoss-user] Problem deploying Entity Beans with relationships in JBoss 3.2.2- Please Help

2003-08-28 Thread Sasidharan, Manoj
Hello All, I am trying to deploy a jar file that contains some entity beans with relationships. It fails to deploy giving the following error: Can somebody help me resolve this also. Thanks in advance for your help and time. Best Regards MS 12:59:16,641 ERROR [EntityContainer] Starting failed

RE: [JBoss-user] Entity Bean Deployment problem - JBoss 3.2.2.RC2 - How to turn off dtd validation?

2003-08-28 Thread Sasidharan, Manoj
] Entity Bean Deployment problem - JBoss 3.2.2.RC2 - Please Help The xml elements must be in the order specified in the dtd. Or turn off dtd validation. Regards, Adrian On Wed, 2003-08-27 at 16:12, Sasidharan, Manoj wrote: > Hello All, > > I am trying to deploy one of my EJBs (Entity

[JBoss-user] Entity Bean Deployment problem - JBoss 3.2.0.RC4, 3.2.1, 3.2.2.RC2 - Please Help

2003-08-27 Thread Sasidharan, Manoj
> Hello All, > > I am trying to deploy one of my EJBs (Entity Beans) in JBoss. The > deployment descriptors are generated using JBuilder/Enterprise Wizard for > JBoss and JBuilder8 version 3.. > > Session Beans work fine. > > The error on the console is shown below and also enclosed is the > jbo

[JBoss-user] Entity Bean Deployment problem - JBoss 3.2.2.RC2 - Please Help

2003-08-27 Thread Sasidharan, Manoj
Hello All, I am trying to deploy one of my EJBs (Entity Beans) in JBoss. The deployment descriptors are generated using JBuilder/Enterprise Wizard for JBoss and JBuilder8 version 3.. Session Beans work fine. The error on the console is shown below. Could somebody suggest what could be the issu

[JBoss-user] Need some help with JMS

2003-08-01 Thread Sasidharan, Manoj
Hello All, I am new to JMS and would like to know if the following is possible: 1. Enqueue a message with a delay interval (message should be available to consumer only after this delay) 2. Can the messages be ordered based on priority, FIFO, LIFO, expiration, delay Thanks in advance for you

[JBoss-user] Plexus FloWare has a new J2EE version (Workflow for J2EE/JBoss)

2003-07-01 Thread Sasidharan, Manoj
Hello All, Plexus FloWare is an highly scalable enterprise class Workflow/BPM server. For details, refer www.plx.com A J2EE version of the product is already available for BEA Weblogic. A JBoss version is planned shortly. rgds MS --- This SF.

[JBoss-user] Invoking executables from J2EE world

2003-06-27 Thread Sasidharan, Manoj
Hello All, Inside our J2EE application, we have a requirement to invoke executables. Can somebody suggest the best ways of implementing this feature. Thanks in advance for your time and suggestion. rgds MS --- This SF.Net email sponsored by:

[JBoss-user] Some J2EE Design Questions

2003-06-06 Thread Sasidharan, Manoj
Title: JBoss XA transaction with WebSphere MQ Hello All,   1. How can a daemon process/service implemented in J2EE world? Any design pattern? 2. Is there any way to trap J2EE client disconnect events - we want to timeout user sessions if they fail to logout properly from our J2EE app and di

RE: HA: [JBoss-user] Oracle XA error on 3.2.1

2003-06-05 Thread Sasidharan, Manoj
Sasidharan, Manoj wrote: > Hello, > > Did you run initjvm script on the Oracle database? That would set up the JVM inside the Oracle database. I don't see how that is relevant to the current discussion. > > rgds > MS > > -Original Message- > From: Marco

RE: HA: [JBoss-user] Oracle XA error on 3.2.1

2003-06-04 Thread Sasidharan, Manoj
Hello, Did you run initjvm script on the Oracle database? rgds MS -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: Re: HA: [JBoss-user] Oracle XA error on 3.2.1 Have you set pad="true" in transaction-ser

[JBoss-user] Command to checkout JBoss4.0 src?

2003-04-04 Thread Sasidharan, Manoj
Hello All, What is the command to checkout the latest src for JBoss 4.0? Is it: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-head Thanks for your time. MS --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting f

[JBoss-user] Web services in JBoss 3.2 and 4 - looking for examples and literature

2003-04-04 Thread Sasidharan, Manoj
Hello All, Is there any literature on how to develop web-services in JBoss? Examples code and configuration would be great. Thanks in advance for your time. Best Regards MS --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting f

[JBoss-user] Command to checkout JBoss3.2 src?

2003-04-03 Thread Sasidharan, Manoj
Hello All, What is the commend to checkout the latest src for JBoss 3.2? Is it: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-head Thanks for your time. MS --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting

RE: [JBoss-user] Re: Where has my memory gone?

2003-03-28 Thread Sasidharan, Manoj
The same jar/zip is used by both drivers. It is the JDBC URL that will signify the type. 1. Thin Driver - jdbc:oracle:thin:@hostname:portnumber:myDatabase 2. OCI Driver - jdbc:oracle:oci8:@tnsname HTH regards MS -Original Message- From: David Rocks [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: [JBoss-user] 3.2.0RC4: Problem with DB Connection

2003-03-27 Thread Sasidharan, Manoj
Hello All, The JDBC URL format of Informix that works for us is: jdbc:informix-sqli://host:3009/dbname:informixserver=onl930 Could be the uppercase.. can you try with lowercase (for INFORMIXSERVER) HTH regards MS -Original Message- From: David Stoleson [mailto:[EMAIL PROTECTED] Sent: Th

RE: [JBoss-user] Transaction differences in weblogic and jboss

2003-03-27 Thread Sasidharan, Manoj
Are you running on WLS 7.x??? We found some differences b/w WLS 6.x and WLS 7.x in the transaction feature. MS -Original Message- From: Jon Haugsand [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 5:24 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Transaction differences in webl

RE: [JBoss-user] CMP tracing?

2003-03-24 Thread Sasidharan, Manoj
Hello All, Really don't know if this is what you are looking for.. We use a product for tracing all SQLs http://irongrid.com/sneakpreview HTH regards MS -Original Message- From: Alan Yost [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 4:39 PM To: [EMAIL PROTECTED] Subject: RE:

RE: [JBoss-user] JBoss 4.0 Startup Message (Builds fine)

2003-03-09 Thread Sasidharan, Manoj
I can tell it doesn't affect anything. I think the aop stuff is loaded in the wrong order??? david jencks On 2003.03.07 16:50 "Sasidharan, Manoj" wrote: > Hello All, > > I am getting the following message on the console while bringing up my > JBoss > 4.0.0 Alpha. A

[JBoss-user] JBoss 4.0 Startup Message (Builds fine)

2003-03-07 Thread Sasidharan, Manoj
Hello All, I am getting the following message on the console while bringing up my JBoss 4.0.0 Alpha. Any comments? FYI, the binaries were build using source downloaded yesterday. Thanks and Best Regards MS 14:08:47,472 INFO [MainDeployer] Deployed package: file:/G:/jboss-4.0.0alpha/se rver/def

[JBoss-user] jBoss 4.0 Build problem

2003-03-06 Thread Sasidharan, Manoj
Hello All, I am trying to build yesterday's night snapshot of JBoss 4.0 source code and getting the following error: Thanks in advance for your help. rgds MS configure-modules: Overriding previous definition of reference to jboss.naming.classpath _default:compile-classes: [depend] Deleted 3

[JBoss-user] Has anybody used Cloudscape/XA with some username??

2003-03-05 Thread Sasidharan, Manoj
Hello All, I am resending this as nobody seemed to have replied. -Original Message- From: Sasidharan, Manoj [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 6:36 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Cloudscape/XA help with specifying username Hello All, I am looking

[JBoss-user] Cloudscape/XA help with specifying username

2003-03-04 Thread Sasidharan, Manoj
Hello All, I am looking for some help using XA/Cloudscape. Everything works fine with default user APP. How can I specify the username? I want to connect as user "test" and not the default "APP". Please help. rgds MS --- This SF.net email is

[JBoss-user] where/how can I download JBoss4.0?

2003-03-03 Thread Sasidharan, Manoj
Hello All, Where can I download JBoss4.0? If no binary version is available, please provide necessary cvs information for checking out the source. rgds MS --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for com

RE: [JBoss-user] Could not enlist in transaction on entering meta-aware object

2003-01-16 Thread Sasidharan, Manoj
Here are my few cents: 1. Try re-starting JBoss and see if it helps 2. Have you run the Oracle JVM initialisation SQLs on the database.. This is required for using XA with Oracle. There is a script/sql to verify whether this is installed fine. 3. Oracle provides separate JDBC drivers for use with

RE: [JBoss-user] maybe just dreaming - Entity Bean change reflect in Persistant Storage?

2003-01-09 Thread Sasidharan, Manoj
Hello, Redeploying the entity bean should take care of creating the table... Am i missing some point here? rgds MS -Original Message- From: Darren Hartford [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 9:56 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] maybe just dreaming

RE: [JBoss-user] oracle-xa-ds.xml vs. oracle-xa-service.xml

2003-01-09 Thread Sasidharan, Manoj
Hello, 1) oracle-xa-ds.xml is a simplified version of oracle-xa-service.xml file. Both can be used for creating xa datasources.. 2) Regarding Pad=True, Oracle requires Xid to be padded.. Hence modify the transaction-service.xml to make this change. 3) Nope.. (atleast I did not) HTH rgds MS ---

RE: [JBoss-user] JBoss 3.0.4: startup deployment of ear located in /farm fails

2003-01-09 Thread Sasidharan, Manoj
kill -3 should give you stack trace per thread. It works on some platforms.. HTH MS -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 12:56 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss 3.0.4: startup deployment of ear located

RE: [JBoss-user] Jbuilder integration question...

2003-01-09 Thread Sasidharan, Manoj
[Sasidharan, Manoj] MS  -Original Message-From: Nguyen The Phuong [mailto:[EMAIL PROTECTED]]Sent: Thursday, January 09, 2003 12:03 AMTo: [EMAIL PROTECTED]Subject: Re: [JBoss-user] Jbuilder integration question... All, I'm from Voyager jboss-opentool group.The version 2.5 work well

RE: [JBoss-user] Jbuilder integration question...

2003-01-08 Thread Sasidharan, Manoj
I am also using JBoss plug-in with JBuilder 7.. It works fine. :) MS -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 7:21 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Jbuilder integration question... No problems with JBuilder 7 my

RE: [JBoss-user] Oracle XA Datasource - "Use explicit XA" error

2003-01-08 Thread Sasidharan, Manoj
Hello All, It works for me... except for the fact that I am using Oracle thin driver instead of OCI.. A few cents: 1. Try using thin driver (see attached oracle-xa-ds.xml) 2. Make sure that database has Oracle JVM initialised (may not be the case) XAOracleDS true org.jboss.resourc

RE: [JBoss-user] Oracle XA Datasource - "Use explicit XA" error

2003-01-08 Thread Sasidharan, Manoj
One more point.. Incase you are using JDK1.4, use the new JDBC drivers from Oracle. MS -Original Message- From: muruga c [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 2:39 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Oracle XA Datasource - "Use explicit XA" error Hi, I

[JBoss-user] Some J2EE questions... please help

2003-01-07 Thread Sasidharan, Manoj
Hello All,   I have a few questions on J2EE and request the J2EE gurus in this list to find some time to answer them...   1. Can we use Java Threads in a J2EE application (using Singleton class) 2. How to achieve session time-out feature... we want to expire a user session after a configur

RE: [JBoss-user] DataSource or XADataSource: autocommit problem

2003-01-06 Thread Sasidharan, Manoj
Hello All, For using Oracle XA, use JBoss 3.2.0Beta3 ro JBoss 4.x... It does not work very well in previous versions. HTH regards MS -Original Message- From: David Ward [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 9:08 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] DataSourc

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-03 Thread Sasidharan, Manoj
Hello All,   I would recommend using some document management system like Plexus IFO or archival storage system like Plexus OSM...   advantages:  faster, efficient, supports version, backups, searching...   regards MS -Original Message-From: Nelson, Tracy [mailto:[EMAIL PROTECT

RE: [JBoss-user] HELP - JBoss 3.0.4/Oracle TopLink 9.0.3/JTS/Oracle (XADataSource/DataSource)

2003-01-02 Thread Sasidharan, Manoj
Hello Mike, Here are a few things I would check: a. Check if the XA datasource is getting created successfully (XATestDS) Note: Just deploying the oracle-xa-service.xml or oracle-xa-ds.xml will not be enough. Try writing a small j2ee app (a Entity Bean that uses this datasource) and deploy it. b

RE: [JBoss-user] Build Problem - JBoss4 Alpha - Latest checkin works fine!!!!

2002-12-30 Thread Sasidharan, Manoj
hanks david jencks On 2002.12.28 04:32:07 -0500 "Sasidharan, Manoj" wrote: > Hello All, > > I am facing some build problems trying to compile JBoss 4.0.0 Alpha. Any > ideas??? > > Does it requires some more sources for XDoclet??? > > Please ad

[JBoss-user] Build Problem - JBoss4 Alpha

2002-12-28 Thread Sasidharan, Manoj
Hello All, I am facing some build problems trying to compile JBoss 4.0.0 Alpha. Any ideas??? Does it requires some more sources for XDoclet??? Please advice. Thanks and Best Regards MS --- This sf.net email is sponsored by:ThinkGeek Welcome

[JBoss-user] Oracle XA does not work with JBoss4 Alpha???

2002-12-28 Thread Sasidharan, Manoj
you forget to set Pad=true in $SERVER/deploy/transaction-service.xml by any chance? PS: I did not check your oracle-xa-service.xml file, I used one from docs/examples/jca directory instead. Sasidharan, Manoj wrote: > Hello All, > > Oracle XA used to work with my previous JBoss3.2.0B

[JBoss-user] A few J2EE/EJB design questions

2002-12-27 Thread Sasidharan, Manoj
Hello All, I am looking for some help with J2EE application design. Please provide your valuable comments/suggestions. 1. Can a singleton class object be garbage collected by App server (JBoss)?? If so, can this be avoided/controlled? 2. How to use Log4J for logging? Some pointers to implementati

  1   2   >