[JBoss-user] RE: jboss in init.d

2002-06-30 Thread Mike Savage
The following is an example script for a RedHat (SystemV-like) system. First, in /etc/rc.d/init.d/JBossTomcat I have: -- #!/bin/sh # # Startup script for JBOSS, the J2EE App Server # # chkconfig: 2345 85 15 # description: Jboss, J2EE App Ser

[JBoss-user] JBoss 3.0.0, Jetty, Eclipse 2.0

2002-06-30 Thread Sullivan, Sean C - MLG
I am using the following software: Windows 2000 Eclipse 2.0 (final release) Sun JDK 1.4.0_01 JBoss 3.0.0 with embedded Jetty servlet engine Genuitec EASIE JBoss Plugin version 1.0EA5 ( http://www.genuitec.com/products.htm ) In the Eclipse JBoss Plugin preferences page, I hav

[JBoss-user] Connection from DataSource Already Closed

2002-06-30 Thread John Moore
Title: Connection from DataSource Already Closed If I get a connection  from a DataSource and isClosed() == true, should I A) call conn.close() B) set conn=null, C) call conn.close() then set conn=null, or D) leave conn alone and handle the problem myself?  Option 'C' seems like the right thi

[JBoss-user] Funky xaRes Error on BMP Entity EJB

2002-06-30 Thread Stephen Davidson
Greetings. I am running into an odd error when doing a lookup on an Entity EJB. Any idea where I should look, or what I missed in my port to JBoss? Thanks, Steve 2002-06-25 16:24:50,450 ERROR [STDERR] java.rmi.ServerException: xaRes not enlisted; nested exception is: java.lang.Illeg

Re: [JBoss-user] JBoss configuration to access Oracle 8.1.6 database

2002-06-30 Thread Guy Rouillier
What version of JBoss? - Original Message - From: "ORTIZ,HELENE (Non-HP-France,ex1)" <[EMAIL PROTECTED]> To: "JBoss-user (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 4:33 AM Subject: [JBoss-user] JBoss configuration to access Oracle 8.1.6 database Hello, Except : orac

Re: [JBoss-user] Error creating table

2002-06-30 Thread Neal Sanche
Probably because 'index' is a reserved word. Try changing the name of your field to something else, like 'value'. Cheers. -Neal On Sunday 30 June 2002 05:24 pm, you wrote: > Hi, > > I´m getting an error while my beans are being deployed. Why is the > SQL syntax wrong? > When I try to execute

Re: [JBoss-user] Error creating table

2002-06-30 Thread Michael Delamere
Hi, problem solved. Mysql doesn´t like it if you use "index" as a field name. After renaming it to "id" it worked! Regards, Michael - Original Message - From: "Michael Delamere" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 30, 2002 11:24 PM Subject: [JBoss-user] Err

[JBoss-user] Error creating table

2002-06-30 Thread Michael Delamere
Hi, I´m getting an error while my beans are being deployed. Why is the SQL syntax wrong? When I try to execute the following SQL manually ... CREATE TABLE gbSequence (name VARCHAR(255) BINARY NOT NULL, index INTEGER NOT NULL, CONSTRAINT pk_gbSequence PRIMARY KEY (name)) ... I also get an error

Re: [JBoss-user] JBoss-3.0.1RC1 Released

2002-06-30 Thread Dain Sundstrom
Submit all bugs, patches, and feature requests at http://sourceforge.net/projects/jboss/ -dain LaBanca, Rick wrote: > I take it 3.0.1's goals are stability/fixes. Where should suggestions get > submitted? > > One I have is this, up for discussion/opinion. Right now it seems the way to > say th

RE: [JBoss-user] JBoss-3.0.1RC1 Released

2002-06-30 Thread LaBanca, Rick
I take it 3.0.1's goals are stability/fixes. Where should suggestions get submitted? One I have is this, up for discussion/opinion. Right now it seems the way to say the context name war is mapped to is in jboss-web.xml (). But this resides inside the war. For me, I would expect generally anyth

[JBoss-user] JBoss-3.0.1RC1 Released

2002-06-30 Thread Scott M Stark
The JBoss-3.0.1 release candidate is available from sourceforge in the files section. See the files section here: http://sourceforge.net/project/showfiles.php?group_id=22866 The changes notes for this release are available here: http://sourceforge.net/project/shownotes.php?release_id=97289 --