Re: Performance (was Re: [JBoss-user] JBoss verses Orion)

2001-03-31 Thread Rickard Öberg
danch wrote: > I've spent the day running some test similiar to Paul's. > > My environment is Linux on a PIII 500, running Sun's 1.3 and 1.3.1beta JDKs. My environment is Athlon 650MHz, Sun 1.3, HotSpot Client (i.e. standard install). > In the case of a standalone client looping and repeatedly

[JBoss-user] Jakarta Struts with JBoss 2.1

2001-03-31 Thread Keith Thomas
Hi,   I'm getting the often reported problem with Struts not working under JBoss. I am running Struts 1.0b1 running under JBoss-Tomcat-2.1-beta on a Win NT4.00 box against Java SDK 1.3. The exception I get is listed below. Please can someone help me get this running under Win NT so I can qui

[JBoss-user] Re: passing objects a parameters.................

2001-03-31 Thread Ken Jenks
I'm resurrecting a thread from a discussion held back in December, 1999, found in the archives. I'm writing a Swing client that access an EJB in jBoss 2.1 w/embedded Tomcat. The Swing client is on the same host as the EJB, localhost. I'm accessing the cd/CDCollection bean from the CMP examples

[JBoss-user] Multiple Servers - Bean Locating

2001-03-31 Thread James Cook
I'm trying to get a handle on how jBoss can be used to distribute an application. In development (and sometimes in production) all of the beans that an application needs may not be located in the same container. How can a bean in one container talk to a bean in another container? I could not find

Re: [JBoss-user] Oracle database pool hangs on 2.1

2001-03-31 Thread Guy Rouillier
Well, thanks to others on this list, I've been able to look in the code. Here is where it is failing: public Connection getConnection() throws java.sql.SQLException { if(!initialized) initialize(); return ((XAConnection)pool.getObject()).getConnection(); } Unfortunately,

RE: [JBoss-dev] Performance (was Re: [JBoss-user] JBoss verses Orion)

2001-03-31 Thread marc fleury
And who after this will have the guts to argue that we don't need a full time dedicated core that professionally integrates and QAs the code. It was running beautifully not so long ago... I rest my case. Stuff like this is killing us, makes us look like amateurs...the answer to our problem is $

Re: [JBoss-user] Minerva code

2001-03-31 Thread Guy Rouillier
Thanks. Any idea what happened to the minerva.html that used to be included when the minerva files were under the jboss source directory? Why has the minerva arrangement changed in the current release? - Original Message - From: "danch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

RE: [JBoss-dev] Performance (was Re: [JBoss-user] JBoss verses Orion)

2001-03-31 Thread marc fleury
|I've spent the day running some test similiar to Paul's. | |My environment is Linux on a PIII 500, running Sun's 1.3 and |1.3.1beta JDKs. | |In the case of a standalone client looping and repeatedly calling the |same method on a stateless session bean, I found that Orion averaged |about 3ms. per

RE: [JBoss-user] IDE for JBOSS?

2001-03-31 Thread James Cook
I was using enterprise. Remote debugging is only available in Enterprise unfortunately. jim > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Peter > Routtier-Wone > Sent: Saturday, March 31, 2001 9:58 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss

Re: [JBoss-user] Nt service

2001-03-31 Thread Guy Rouillier
You'll connect apache to tomcat, not to jboss. See the howto's in the tomcat directory for instructions on connecting to apache. - Original Message - From: "Christopher Cheng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 31, 2001 9:19 PM Subject: [JBoss-user] Nt serv

Re: [JBoss-user] Nt service

2001-03-31 Thread Dewayne McNair
Check the FAQ... the is info in there. - Original Message - From: "Christopher Cheng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 31, 2001 8:19 PM Subject: [JBoss-user] Nt service > How can I install jboss+tomcat as a windows service? > > How do I connect the two

Re: [JBoss-user] IDE for JBOSS?

2001-03-31 Thread Peter Routtier-Wone
Are you using Enterprise or Pro? - Original Message - From: "James Cook" <[EMAIL PROTECTED]> Subject: RE: [JBoss-user] IDE for JBOSS? | I am a JBuilder user and their IDE runs on Linux. Yesterday, a friend and I | actually setup JBuilder to remote debug beans deployed in JBuilder, even |

Performance (was Re: [JBoss-user] JBoss verses Orion)

2001-03-31 Thread danch
I've spent the day running some test similiar to Paul's. My environment is Linux on a PIII 500, running Sun's 1.3 and 1.3.1beta JDKs. In the case of a standalone client looping and repeatedly calling the same method on a stateless session bean, I found that Orion averaged about 3ms. per invoca

[JBoss-user] Nt service

2001-03-31 Thread Christopher Cheng
How can I install jboss+tomcat as a windows service? How do I connect the two with apache? Can anybody give me a link? ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Experience with Oracle cached statements and Minerva

2001-03-31 Thread Toby Allsopp
Ivan Bilenjkij wrote: > anyone knows where do i find minerva source? i know i can get (think its 0.98) > from jboss 2.0. ive got some pieces that i would like to contribute; namely: > adaptive connection pooling. yes i did ask google where is it but couldn't > find anything except a link to kpi.c

Re: [JBoss-user] MySql and JBoss

2001-03-31 Thread danch
Brian Elliott wrote: > Steven Webster wrote: > >> I'm having a real hard time trying to get JBoss working with MySQL; >> reading through the list archives, all I can really ascertain is that >> the docs are not necessarily correct with regards to setting up JBoss. >> >> Has anyone successfully

Re: [JBoss-user] IDE for JBOSS?

2001-03-31 Thread Guy Rouillier
At the moment, Sun is making available the EE SDK for free.  This integrates with the Forte for Java IDE.  Together, they make a decent IDE for EE development.  You need a decent of horsepower.  I have 500 MHz Pentium III at work with 256 MB, and that setup is barely acceptable. - Ori

Re: [JBoss-user] MySql and JBoss

2001-03-31 Thread Brian Elliott
Steven Webster wrote: > I'm having a real hard time trying to get JBoss working with MySQL; > reading through the list archives, all I can really ascertain is that > the docs are not necessarily correct with regards to setting up JBoss. > > Has anyone successfully setup JBoss with MySql, that cou

Re: [JBoss-user] JBoss@Oreilly conference.

2001-03-31 Thread Toby Allsopp
Peter Antman wrote: > On Fri, 30 Mar 2001, Toby Allsopp wrote: >> Are you aware of the JSR for JCA 2.0, which adds asynchronous stuff? It >> also explicitly mentions JMS. > > I was not up until to yesterday, when one of the OpenEJB guys told me > about it. But I already know that the next versio

Re: [JBoss-user] Minerva code

2001-03-31 Thread Tim Taylor
There is one version in the jbosscx module. It is 1.0b3, I think. Guy Rouillier wrote: > I tried searching the archives - that function appears to be broken. In the > process of attempting to answer a question on this mail list, I tried to > find the minerva code. The source snapshot that I a

Re: [JBoss-user] bogus in Class.getMethods()

2001-03-31 Thread Scott M Stark
You do need JDK1.3 in order to compile JBoss as it uses some features that were introduced in 1.3 release. The appearace of in the reflected method listing appears to only occur for certain types of interfaces. For example this causes jdk1.2.2 to show : public interface Foo { String[] s

Re: [JBoss-user] JBoss and MySQL - some results !

2001-03-31 Thread danch
Steven Webster wrote: > Hi all, > More questions from me now: > > 1.What's the difference between standardjaws.xml (which exists > by default) and jaws.xml (which doesn't exist by default). Should I > be editing standardjaws.xml, or should I be copying it to jaws.xml, > and editing that ?

[JBoss-user] JBoss and MySQL - some results !

2001-03-31 Thread Steven Webster
Hi all, I guess I've asked enough questions, so I'll share my answers with everyone... > > I'm having a real hard time trying to get JBoss working with MySQL; > > reading through the list archives, all I can really ascertain is that > > the docs are not necessarily correct with regards to settin

Re: [JBoss-user] MySql and JBoss

2001-03-31 Thread Jan Petersen
On Saturday 31 March 2001 20:33, you wrote: Maybe it could help you see what worked for me (although this is with PostgreSQL). Look at Alexander Jerusalems answer: "Re: [JBoss-user] JBoss and PostgreSQL problems" Regards Jan Petersen > Hi all, > > I'm having a real hard time trying to get JB

RE: [JBoss-user] CMP persistance/deletion question...

2001-03-31 Thread Carey Nation
Thanks! That did it... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rickard Öberg Sent: Saturday, March 31, 2001 2:20 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CMP persistance/deletion question... Carey Nation wrote: > I'm using jboss2.1 an

[JBoss-user] bogus in Class.getMethods()

2001-03-31 Thread Lars Hofhansl
Hi, the JBoss deployer seems to suffer from a bug in JDK 1.2.X For interfaces Class.getMethods() returns the bogus method (see Sub bug id 4165). This results in the following error when deploying a bean: --- snip --- [Container factory] java.lang.NoSuchMethodException: [Container factory]

Re: [JBoss-user] MySql and JBoss

2001-03-31 Thread danch
Steven Webster wrote: > Hi all, > > I'm having a real hard time trying to get JBoss working with MySQL; > reading through the list archives, all I can really ascertain is that > the docs are not necessarily correct with regards to setting up JBoss. There's some JBoss 2.0 related stuff that's no

Re: [JBoss-user] CMP persistance/deletion question...

2001-03-31 Thread Rickard Öberg
Carey Nation wrote: > I'm using jboss2.1 and postgresql7.0.3. I wrote a small CMP entity bean, > and got the database > all hooked up. This has to do with the commit option setting (see EJB spec for description of semantics). Change it to B or C in standard-jboss.xml (A should only be used i

Re: [JBoss-user] Re: java.lang.SecurityException: sealing violation

2001-03-31 Thread danch
Ralf Purnhagen wrote: > Scott M Stark wrote: > >>> get the J2EE reference implementation out of your classpath. Actually, I'm >>> beginning to form the opinion that JBoss' startup scripts should ignore >>> the current CLASSPATH environment variable. >> > > Then you have to add tools.jar from $

Re: [JBoss-user] What us jboss-auto.jcml good for?

2001-03-31 Thread danch
It's there to persist settings that you change from JMX management front-ends (like the web thing on port 8082). The main time people notice it, however, is when it confuses them, as in your case. This is an issue that's been discussed before. Alexander Jerusalem wrote: > Hi, > > I'm trying

[JBoss-user] CMP persistance/deletion question...

2001-03-31 Thread Carey Nation
Hi, I'm using jboss2.1 and postgresql7.0.3. I wrote a small CMP entity bean, and got the database all hooked up. There are two columns in my table (two fields in my bean), and my primary key is a string. I wrote a small program to insert a bunch of records in a for loop, just to see how fast it

RE: [JBoss-user] IDE for JBOSS?

2001-03-31 Thread James Cook
I am a JBuilder user and their IDE runs on Linux. Yesterday, a friend and I actually setup JBuilder to remote debug beans deployed in JBuilder, even when jBoss was running on another machine. Very cool stuff.   jim -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

[JBoss-user] MySql and JBoss

2001-03-31 Thread Steven Webster
Hi all, I'm having a real hard time trying to get JBoss working with MySQL; reading through the list archives, all I can really ascertain is that the docs are not necessarily correct with regards to setting up JBoss. Has anyone successfully setup JBoss with MySql, that could perhaps send me the

RE: [JBoss-user] IDE for JBOSS?

2001-03-31 Thread Frank Thiemonge (NBK)
There was quite a bit of discussion on this a while back. Look in the old working-dogs archives under "java IDE for Linux" or "Open Source IDE".   Frank -Original Message-From: Yasir [mailto:[EMAIL PROTECTED]]Sent: Saturday, March 31, 2001 1:02 AMTo: [EMAIL PROTECTED]Subject:

[JBoss-user] Possible bug in org.jboss.util.ClassPathExtension

2001-03-31 Thread Franco Biaggi
Hello, in org.jboss.util.ClassPathExtension, I think that the following statement will not work correctly if the file extension is uppercase: if (files[i].endsWith(".jar") || files[i].endsWith(".zip")) Ciao.   http://www.ticino.com/usr/fbiaggi/">Franco Biaggi http

[JBoss-user] Orion vs Jboss

2001-03-31 Thread Kemp Randy-W18971
I have followed this debate in both the Orion and Jboss mailing lists, and there is one big difference. Jboss has more people behind it, as far as development and debugging goes. Farthermore, you have definite profiles of the founders and board with Jboss, but I have never seen any active pro

Re: [JBoss-user] JBoss and PostgreSQL problems

2001-03-31 Thread Jan Petersen
On Saturday 31 March 2001 15:01, you wrote: Yes, it works now - thanks a lot I guess that it's save to say that JBoss will be an absolutely great product when all the documentation is in place :-) Of course I realize that JBoss is an evolving thing Jan > > I have a working postgresql

RE: [JBoss-user] JBoss on Win98

2001-03-31 Thread René Rolander Nygaard
> 2.Does anyone who is (forced) to work with Windows98 have any top tips > for being able to scroll back through the output to the > console...I'm > trying to look at all the text that scrolls past when I start JBoss, > and I can'tany top tips on better command line > int

RE: [JBoss-user] JBoss on Win98

2001-03-31 Thread Micheal J
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Steven > Webster > Sent: 31 March 2001 14:17 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] JBoss on Win98 > > > Hi guys, > > A few questions about running JBoss on Windows 98, with varying > degrees

Re: [JBoss-user] JBoss on Win98

2001-03-31 Thread Peter Routtier-Wone
| 1. Does run.bat work ? The set command on windows98 doesn't seem to | like an '=' character as an rvalue in the expression, ie | | set JAXP=-Dthis=that | isn't allowed on Windows 98. I've got round this just by putting the | -D options inline on the invocation of jBoss, in the call to the | j

RE: [JBoss-user] JBoss and PostgreSQL problems

2001-03-31 Thread Micheal J
The entries you made are for JBoss 2.0 and earlier. Have a look at: http://www.jboss.org/documentation/HTML/ch10s22.html It is for SQL Server but it shows the entries needed for 2.1 vs 2.0 and you should be able to adapt it to your needs. Micheal > -Original Message- > From: [EMAIL P

[JBoss-user] JBoss on Win98

2001-03-31 Thread Steven Webster
Hi guys, A few questions about running JBoss on Windows 98, with varying degrees of relevance... 1. Does run.bat work ? The set command on windows98 doesn't seem to like an '=' character as an rvalue in the expression, ie set JAXP=-Dthis=that isn'

Re: [JBoss-user] JBoss and PostgreSQL problems

2001-03-31 Thread Alexander Jerusalem
Hi Jan, I have a working postgresql connection on Red Hat 7 with postgres 7.1 and jboss 2.1 latest build. I have made the following entries in my jboss.jcml: oracle.jdbc.driver.OracleDriver,org.postgresql.Driver PostgresDS jdbc:postgresql:scidoc mypostgresuser

[JBoss-user] (no subject)

2001-03-31 Thread anarain
Hello friends,    I am newcomer to EJB. I am trying out sample application of EJB. The jar file is successfully deployed on JBoss. I have also placed the following jar files in the CLASSPATH 1. /jBoss/lib/ext/ejb.jar 2. /jBoss/client/jboss-client.jar 3. /jBoss/client/jnp-client.jar     When

[JBoss-user] JBoss and PostgreSQL problems

2001-03-31 Thread Jan Petersen
Hi, First my setup: JBoss 2.1 PostgreSQL: 7.03 w. jdbc7.0-1.2.jar Linux Redhat 6.2 I'm trying to use JBoss with Postgres for CMP. I've managed to get JBoss to load the driver; so far so good. I'm doing this by putting this in jboss.jcml: org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.id

[JBoss-user] What us jboss-auto.jcml good for?

2001-03-31 Thread Alexander Jerusalem
Hi, I'm trying to remove hypersonic and instantdb from my jboss installation. After I removed all references to these services from jboss.jcml I still got error messages at startup. Only after I deleted jboss-auto.jcml jboss would start up again. So what is jboss-auto.jcml good for. The name s

[JBoss-user] Re: java.lang.SecurityException: sealing violation

2001-03-31 Thread Ralf Purnhagen
Scott M Stark wrote: > > > get the J2EE reference implementation out of your classpath. Actually, I'm > > beginning to form the opinion that JBoss' startup scripts should ignore > > the current CLASSPATH environment variable. Then you have to add tools.jar from $JAVA_HOME/lib/, because it is nee

[JBoss-user] Re: ejbjar Ant task for JBoss

2001-03-31 Thread Ralf Purnhagen
Hi Juha, sorry that i am replying so late, but i have been quite buisy for the last few days. The returncode works fine for my ant task, now. I just had to change the classpath of the hava-task. So here is my actual version (using current CVS JBoss):

Re: [JBoss-user] IDE for JBOSS?

2001-03-31 Thread Alexander Temerev
From: Yasir >Hi, >Is there any IDE available that integrates with JBOSS on linux? It would = >be super if the IDE is on windows and can integrate with Linux using = >SAMBA or something.=20 >What are popular IDE's for EJB development? I'm a newbie to JBOSS and = >have only used terminal windows s