[JBoss-user] Getting multiple session Ids in the servlet.

2001-07-24 Thread Narendra Phadke
Hi, I am using JBoss2.4.0 and Tomcat3.2.2. I have a controller servlet and few jsp files for presentation. All the JSP pages have HTML Form objects which are directed to the Controller servlet. So all the requests come to the controller servlet, depending upon the request I am calling the respec

Re: [JBoss-user] JBoss-2.2.2_Tomcat-3.2.2.tar.gz is corrupt?

2001-07-24 Thread Mike Williams
Bill> I ran into the same problem ... I have nothing useful to add, but Bill> at least you know you aren't crazy. Thanks for that. Though I doubt you have enough evidence to judge my sanity :-) Bill> I guess I'll go get the .zip distribution, though it hardly seems Bill> like I should

Re: [JBoss-user] cookie value difference in Tomcat vs Jetty

2001-07-24 Thread Julian Gosnell
I'll forward this to Jetty-Discuss for you, Ernest. Perhaps someone there will have an answer for you. Jules Ernest Chen wrote: > > > This is not a jBoss specific question. > > I have impelmented a Servlet setting a specific cookie > > region=.us.ny > > In tomcat the original text is

[JBoss-user] Using LIMIT

2001-07-24 Thread Hunter Hillegas
I'm using JBoss 2.4.0 beta and CMP beans. Is there a way to use the SQL LIMIT keyword with CMP beans? I only need 10 rows retrieved and it seems overkill to grab them all then iterate once all the beans have been created. Hunter ___ JBoss-user mailin

Re: [JBoss-user] DB connections limit

2001-07-24 Thread Dmitri Colebatch
You are releasing the connections in the session beans after you use them aren't you? Sorry for the obvious question, but... cheesr dim On Tue, 24 Jul 2001, [iso-8859-1] Carlos Ferrão wrote: > > Hi all, > > It appears that the connections made to my postgres db are kept in idle >

[JBoss-user] RE: DB connections limit

2001-07-24 Thread Carlos Ferrão
Hi all, With the values I supplied I'm having no problems right now, but I'll decrease idletimeout a bit. I think the maximum number of connections in postgres is around 25, which isn't very much.I'll change that too as soon as I find out how to do it. I'm closing all conn

RE: [JBoss-user] JBoss vs JOnas - Tools of perfomance

2001-07-24 Thread Maraya Michael
Sun provides the ECperf kit for this purpose. You can find more info here: http://java.sun.com/j2ee/ecperf/. To run ECperf on JBoss, follow these instructions: http://www.jboss.org/ECPerf.html. --- Michael R. Maraya > -- > From: Jaime Gomez[SMTP:[EMAIL PROTECTED]] > Re

Re: [JBoss-user] JBoss and Oracle

2001-07-24 Thread Guy Rouillier
What version are you using?  Newer version switched to JBossPool, which is a copy of the minerva code that is maintained under the JBoss tree. Look at jboss.jcml and see if the default datasources are using minerva or jbosspool. - Original Message - From: Heiko Dittrich

[JBoss-user] JBoss vs JOnas - Tools of perfomance

2001-07-24 Thread Jaime Gomez
Hi, i need to test JBoss and JOnas, i don't know any tools that permit the simulation of client, anybody know how do simulation of load for this Application Server or where i could find ahy tools for testing Sal Jaime ___ JBoss-user mailing list [EMA

[JBoss-user] JBoss vs JOnas

2001-07-24 Thread Jaime Gomez
Hi, i need to test JBoss and JOnas, i don't know any tools that permit the simulation of client, anybody know how do simulation of load for this Application Server or where i could find ahy tools for testing Sal Jaime ___ JBoss-user mailing list [EMA

[JBoss-user] EJB as a CORBA client

2001-07-24 Thread Ricardo Temporal
Hi, I searched mail archive, but I'm still not sure for the final answer, is it possible to a jboss EJB be a CORBA client ? I have tried and I got NullPointerException from string_to_object, is there a workarround ? Thanks. ___ JBoss-user mailing

[JBoss-user] ejbHome

2001-07-24 Thread C. W.
For entity beans, does jboss support ejbHomes - that is, business methods on the home interface that aren't specific to a particular entity object? Thanks! __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger h

Re: [JBoss-user] DB connections limit

2001-07-24 Thread Dan Christopherson
Are you calling close on the connections and all statements and resultsets? This is neccessary to allow the transactions involved to release the connections back to the pool. On Tue, 24 Jul 2001, [iso-8859-1] Carlos Ferrão wrote: > > Hi all, > > It appears that the connections mad

RE: [JBoss-user] DB connections limit

2001-07-24 Thread Maraya Michael
Assuming I understand your question properly, you can do the following to avoid having your Session Beans timeout: 1) set the maximum db pool size to the maximum allowed by Postgres 2) decrease IdleTimeout Hope this helps. --- Michael R. Maraya > -- > F

Re: [JBoss-user] jboss on HP-UX 11.0 under JDK 1.3/1.3.1

2001-07-24 Thread Alexander Kogan
Marko! Thanks a lot! It works! Just out of curiosity, how did you know that? I've read the documentation about java on HP http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1_3/classic.html#-XdoCloseWithReadPending The java command line option -XdoCloseWithReadPending allows one

[JBoss-user] DB connections limit

2001-07-24 Thread Carlos Ferrão
Hi all, It appears that the connections made to my postgres db are kept in idle state for too much time. I have no limitation on the pool size. What happens is that there are connections to the db which are't in use (I'm using stateless SBs) and the users keep creating more unti

Re: [JBoss-user] independent instances on one box

2001-07-24 Thread David Jencks
Hi, I'm not an expert on this. There were some posts quite a while back on this. As I recall, you have to make sure that the instances don't try to use the same ports for anything. I think this means: jndi code webserver (one of the first mbeans) for jboss and whatever port tomcat/jetty/?? is

[JBoss-user] How to Install JBoss in WIN - NT

2001-07-24 Thread Kemp Randy-W18971
The installation directions are found at http://www.jboss.org/documentation/HTML/ch01s06.html From: "Ravi Remella" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Tue, 24 Jul 2001 09:19:44 -0500 Subject: [JBoss-user] How to Install JBoss in WIN - NT Reply-To: [EMAIL PROTECTED] This is a multi-

[JBoss-user] JAWS mapping to Access Database

2001-07-24 Thread Martin Welch
Title: JAWS mapping to Access Database Don't laugh but I need to do this. Right at the very bottom of http://www.jboss.org/documentation/HTML/ch03s09.html seems to suggest there is already a mapping: "You can download this mapping here (if using JdbcOdbc bridge driver) or here (if using JDBC

[JBoss-user] independent instances on one box

2001-07-24 Thread Bruyn, Bill
Posted a similar question last week, but didn't get any response. Let's see if I can make it shorter this time. :o] I need to run two independent instances of JBoss 2.2.2/Tomcat 3.2.2 on the same box. More specifically, I'm trying to set up development and QA environments on a single machine.

RE: [JBoss-user] Application organized in different jars/ears

2001-07-24 Thread Juha-P Lindfors
Yes, of course. See the org.jboss.deployment.scope package in CVS and search for Dr. Jung's postings on dev list. -- Juha On Tue, 24 Jul 2001, Daniel Cardin wrote: > Will it be in an alpha state earlier ? > > -Message d'origine- > De : Juha-P Lindfors [mailto:[EMAIL PROTECTED]] > Env

[JBoss-user] passivation exception

2001-07-24 Thread Shawn Chambers
Hi, I am getting a NotSerializableException during scheduled EJB passivation attempt. I have a EJB that does a simple query. I am using Informix-SE and Informix JDBC 2.20 drivers which implement the JDBCX. Can anyone give me a direction to go in? jboss.jcml: com.informix.jdbc.IfxDriver

[JBoss-user] Restricted access to JSPs

2001-07-24 Thread Hajo Hindriks
Hi all, I have a WebApplication in an EAR-Archive. I want to restrict access to some JSPs based on a database (Interbase) on the server. The restricted JSPs are in a subdirectory trader. When I check my log-file I can see that the user is accepted but the role but not assigned the role. I am sure

RE: [JBoss-user] EJB-JAR external ref

2001-07-24 Thread Maraya Michael
If EJB A is dependent on EJB B to compile, compile EJB B's remote and home interfaces first and include those classes in EJB A's compilation classpath. Or you can let javac resolve the dependencies for you by compiling them all at once. Look into using Jakarta-Ant to make compilation ea

RE: [JBoss-user] Application organized in different jars/ears

2001-07-24 Thread Daniel Cardin
Will it be in an alpha state earlier ? -Message d'origine- De : Juha-P Lindfors [mailto:[EMAIL PROTECTED]] Envoyé : 24 juillet, 2001 11:01 À : [EMAIL PROTECTED] Objet : Re: [JBoss-user] Application organized in different jars/ears Hi, It will be in for 3.0. -- Juha On Tue, 24 Jul 2

Re: [JBoss-user] Application organized in different jars/ears

2001-07-24 Thread Juha-P Lindfors
Hi, It will be in for 3.0. -- Juha On Tue, 24 Jul 2001, Daniel Cardin wrote: > I remember some time ago there was a discussion thread regarding the > possibility of partitionning applications in different jars/ears... > Is that idea dead? implemented ? in store for 3.0 ? > > Specifically what

AW: [JBoss-user] How to Install JBoss in WIN - NT

2001-07-24 Thread Heiko Dittrich
Hello, the installation is explained in the documentation. (www.jboss.org) -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Ravi RemellaGesendet: Dienstag, 24. Juli 2001 16:20An: [EMAIL PROTECTED]Betreff: [JBoss-user] How to Ins

RE: [JBoss-user] JBoss-2.2.2_Tomcat-3.2.2.tar.gz is corrupt?

2001-07-24 Thread Bruyn, Bill
I've been watching this thread, as I ran into the same problem (and so did at least one other guy over the last couple of days). I have nothing useful to add, but at least you know you aren't crazy. I guess I'll go get the .zip distribution, though it hardly seems like I should need to... -

[JBoss-user] JBoss and Oracle

2001-07-24 Thread Heiko Dittrich
Hello, can anyone tell me why JBoss doesn't find org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl on startup? And what I can use instead?   -heiko [JdbcProvider] Starting[JdbcProvider] Started[XADataSourceLoader] Starting[XADataSourceLoader] Stopped[Configuration] java.lang.ClassNotF

Re: [JBoss-user] Some problem with JBoss and Oracle

2001-07-24 Thread Tim Yates
Yeah, I had that problem :-( Change oracle.jdbc.xa.client.OracleXADataSource to org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l And it worked for me :-) Hope this helps...sorry I can't explain why the first method doesn't work...from the documentation, it seems like it sh

Re: [JBoss-user] Very simple JBOSS_DIST question

2001-07-24 Thread Wei-ju Wu
Title: Very simple JBOSS_DIST question b - Original Message - From: Martin Welch To: JBoss-User (E-mail) Sent: Tuesday, July 24, 2001 12:33 PM Subject: [JBoss-user] Very simple JBOSS_DIST question I've installed jboss to C:\java\JBoss-2.4.0_Tomcat-3.2.2

RE: [JBoss-user] Very simple JBOSS_DIST question

2001-07-24 Thread Martin Welch
Title: Very simple JBOSS_DIST question Great.   Thanks.   Martin -Original Message-From: Heiko Dittrich [mailto:[EMAIL PROTECTED]]Sent: 24 July 2001 15:07To: [EMAIL PROTECTED]Subject: AW: [JBoss-user] Very simple JBOSS_DIST question Hello Martin, take b).   -heiko

[JBoss-user] How to Install JBoss in WIN - NT

2001-07-24 Thread Ravi Remella
Hi all, I am new to JBOSS and want to install it in WIN - NT. Can anyone guide me how to install and configure the jboss.   regards remella.

RE: [JBoss-user] Starting embedded tomcat

2001-07-24 Thread Martin Welch
Title: RE: [JBoss-user] Starting embedded tomcat >> Have you set TOMCAT_HOME? Yes. I've solved (avoided?) the problem by installing JBoss-2.4.0_Tomcat-3.2.2 which worked out of the box. Martin -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: 24 July 20

[JBoss-user] cookie value difference in Tomcat vs Jetty

2001-07-24 Thread Ernest Chen
Title: cookie value difference in Tomcat vs Jetty This is not a jBoss specific question.  I have impelmented a Servlet setting a specific cookie          region=.us.ny In tomcat the original text is preserved, in Jetty cookie value is automatically encoded, result:     reg

[JBoss-user] Application organized in different jars/ears

2001-07-24 Thread Daniel Cardin
I remember some time ago there was a discussion thread regarding the possibility of partitionning applications in different jars/ears... Is that idea dead? implemented ? in store for 3.0 ? Specifically what I mean is this: having different archives work together as one, as if deployed in a single

[JBoss-user] Some problem with JBoss and Oracle

2001-07-24 Thread Anton Vityaz
Hello jboss-user, Exception occured when try save in to the Oracle database : PLS-00201: identifier 'JAVA_XA.XA_START' must be declared ORA-06550: line 1, column 8: PL/SQL: Statement ignored We have next JBOSS configuration: - Application server JBOSS jboss.jc

RE: [JBoss-user] Internationalization

2001-07-24 Thread Ernest Chen
Not sure if this will help you, when you startup jBoss, you might want to specify the encoding scheme in run.sh or run.bat   java -server $JAXP -Xms256m -Xmx1024m -classpath $JBOSS_CLASSPATH -Dfile.encoding=8859_1 org.jboss.Main $@   Add the encoding part like the following, although not su

AW: [JBoss-user] Very simple JBOSS_DIST question

2001-07-24 Thread Heiko Dittrich
Title: Very simple JBOSS_DIST question Hello Martin, take b).   -heiko -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Martin WelchGesendet: Dienstag, 24. Juli 2001 12:34An: JBoss-User (E-mail)Betreff: [JBoss-user] Very simple JBO

RE: [JBoss-user] Second post : Problem with Oracle 8i , Cyrillic and Unicode

2001-07-24 Thread jquest jquest
Thanks Paul, I think all with Oracle is OK. I have anoder machine runing Sun's J2EE and the same code is working well. My client is swing-based and is unicode-OK. Only jboss have problems. Exist in Jboss properties any setup for locale and language support? I cold not find any. Thanks. >From:

RE: [JBoss-user] Starting embedded tomcat

2001-07-24 Thread Dmitri Colebatch
Have you set TOMCAT_HOME? If not, you may find the log in $JBOSS_HOME/bin/logs/tomcat.log. I'm also assuming you're running 2.4.x and have got server.xml being parsed (by following the howto). cheers dim On Tue, 24 Jul 2001, Martin Welch wrote: > Yes. I think so. Here's a snippet of my server

RE: [JBoss-user] Second post : Problem with Oracle 8i , Cyrillic and Unicode

2001-07-24 Thread Paul Austin
Title: RE: [JBoss-user] Second post : Problem with Oracle 8i , Cyrillic and Unicode What happens when you load the data back out of the database and display it in a text field does it still have the again. It could just be that System.out.println does not handle the unicode characters co

[JBoss-user] Second post : Problem with Oracle 8i , Cyrillic and Unicode

2001-07-24 Thread jquest jquest
Hi all , I try to make a litle Application with JBoss. As client I use swing. My DB is Oracle 8i. I need to use Cyrillic in my App. and I use Unicode. In client all is OK. I can read and write a TextField. A get the value and call a simple session bean on JBoss. It make System.out.println ( my Str

RE: [JBoss-user] MalformedURLException if blank in jboss installa tion path

2001-07-24 Thread Sternagel Annegret (PN-SYS/DAS)
Neither "+" nor "%20" changes anything. So we must prevent the user in our application setup to install into a path containg blanks. Ciao Annegret > -Original Message- > From: Philipp Meier [SMTP:[EMAIL PROTECTED]] > Sent: Freitag, 20. Juli 2001 11:42 > To: [EMAIL PROTECTED] > Subject:

[JBoss-user] Performance and load behavior measurement.

2001-07-24 Thread laurent . broudoux
Hello, I'm trying to define an improved configuration for my JBoss server and I have performed a first test session by using Apache JMeter. When inspecting the log file of JBoss (server.log) - that is really huge ! -, some lines appears again and again and again ... The following messages appe

[JBoss-user] Very simple JBOSS_DIST question

2001-07-24 Thread Martin Welch
Title: Very simple JBOSS_DIST question I've installed jboss to C:\java\JBoss-2.4.0_Tomcat-3.2.2 Do I set JBOSS_DIST to a) C:\java\JBoss-2.4.0_Tomcat-3.2.2 or b) C:\java\JBoss-2.4.0_Tomcat-3.2.2\jboss ? Thanks, Martin

Re: [JBoss-user] jboss on HP-UX 11.0 under JDK 1.3/1.3.1

2001-07-24 Thread Marco Ladermann
On Monday, 23. July 2001 18:13, Alexander Kogan wrote: > Semir, > > Semir Patel wrote: > > Try 'kill -3 ' to get a VM dump and see if you can spot what is > > potentially hanging up the shutdown process. > > I did that (see the stack below), but I'm not sure > where the problem is. I think that s

[JBoss-user] EJB-JAR external ref

2001-07-24 Thread L. Yeung
hi jboss-group! i have 2 ejb jar files. one ejb-jar is depends upon the other. when i compile the dependent ejb-jar, it complains that it cant find the ejb from the independent ejb-jar. i have written a deployment descriptor for each one of them. any help is greatly appreciated. -l. yeung

RE: [JBoss-user] Starting embedded tomcat

2001-07-24 Thread Martin Welch
Title: RE: [JBoss-user] Starting embedded tomcat Yes. I think so. Here's a snippet of my server.xml...         path="logs/tomcat.log"     verbosityLevel = "DEBUG"     /> This file doesn't appear which makes me wonder if tomcat runs at all. Martin -Original Messag