[JBoss-user] Multiple emails

2001-11-27 Thread Tim Buchalka
Anyone else getting multiple emails from this list? I am getting five (count 'em) 5 copies of each message! I've checked the mail headers and they are all being sent to the same address (i.e. I have subscribed under 5 separate email addresses!). It's really only started doing it today, but has

Re: [JBoss-user] JBoss3.0 Alpha and Oracle

2001-11-27 Thread David Jencks
This is really strange. The npe comes from a line using the ConnectionManagerFactory, which should be there if the ConnectionManagerFactoryLoader started ok. Could you check that the local ConnectionManagerFactoryLoader is started OK? Can you get the Hypersonic ds working? david jencks On 2001

Re: [JBoss-user] JBoss3.0 Alpha and Oracle

2001-11-27 Thread randy . shoup
David Jencks wrote: > > Can you try again with cvs version? Yesterday a problem with not finding > .zips in the classpath element was fixed. If you don't want to build jboss > yourself, try renaming the zip to a jar and changing the classpath > reference. Thanks. I renamed the zip to jar. I n

Re: [JBoss-user] JBoss3.0 Alpha and Oracle

2001-11-27 Thread David Jencks
Can you try again with cvs version? Yesterday a problem with not finding .zips in the classpath element was fixed. If you don't want to build jboss yourself, try renaming the zip to a jar and changing the classpath reference. Also, there's an example in ch 3 of the manual. There are many Oracle

[JBoss-user] JBoss3.0 Alpha and Oracle

2001-11-27 Thread randy . shoup
I am relatively new to JBoss, and am trying to set up and use the 3.0 alpha with an Oracle database. I receive a NullPointerException in the ConnectionFactoryLoader when trying to deploy my Oracle JDBC mbean: java.lang.NullPointerException at org.jboss.resource.ConnectionFactoryLoader.lo

Re: [JBoss-user] EJB QL Help

2001-11-27 Thread Hunter Hillegas
Coolio. I'll leave my query commented out and work on something else. Thanks, huner > From: Dain Sundstrom <[EMAIL PROTECTED]> > Date: Tue, 27 Nov 2001 18:24:02 -0600 > To: "'Hunter Hillegas'" <[EMAIL PROTECTED]>, JBoss 2 > <[EMAIL PROTECTED]> > Subject: RE: [JBoss-user] EJB QL Help > > No, I'm

RE: [JBoss-user] EJB QL Help

2001-11-27 Thread Dain Sundstrom
No, I'm in the middle of a major reorganization of the code? Maybe later tonight. -dain > -Original Message- > From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 27, 2001 5:37 PM > To: Dain Sundstrom; JBoss 2 > Subject: Re: [JBoss-user] EJB QL Help > > > Has thi

Re: [JBoss-user] EJB QL Help

2001-11-27 Thread Hunter Hillegas
Has this bugfix made it in to HEAD yet? > From: Dain Sundstrom <[EMAIL PROTECTED]> > Date: Mon, 26 Nov 2001 00:35:52 -0600 > To: "'Hunter Hillegas'" <[EMAIL PROTECTED]>, JBoss 2 > <[EMAIL PROTECTED]> > Subject: RE: [JBoss-user] EJB QL Help > > This is a bug in the EJB-QL parser. I was making a c

RE: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread geoff
Allright, I'm happy to hear that I'm probably running it not-optimized, and the 'factor of 10' would certainly make me a lot happier, if that's what's happening. Some prelimary changes indicate that you're probably right. There's a significant decrease in processor load already, and at the momen

Re: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread Hunter Hillegas
As a long time Tomcat user that just started trying Jetty, it is much faster than Tomcat, the developer community is much more responsive, and the integration with JBoss seems better. I wouldn't be surprised if you stay with Jetty permanently. Hunter > From: [EMAIL PROTECTED] > Date: Tue, 27 Nov

Re: [JBoss-user] JBoss 2.4.3 with Tomcat 3.2.3

2001-11-27 Thread Juergen Fiedler
On Tue, Nov 27, 2001 at 04:41:14PM -0500, Juergen Fiedler wrote: > Hello, > > I am trying to get JBoss 2.4.3 running with a preexisting Tomcat 3.2.3. > I copied the tomcat-service.jar from my 2.4.1 installation (where it > works flawlessly). I think I followed all instructions to embed Tomcat > i

Re: [JBoss-user] unable to call CMP (HELP)

2001-11-27 Thread Sundaram Ramasamy
I am also had the same problem.   copy  your jar file into lib/ext directory. -SR - - Original Message - From: Kiran MN To: [EMAIL PROTECTED] Sent: Friday, November 23, 2001 2:02 AM Subject: [JBoss-user] unable to call CMP (HELP) Hi,   I ha

[JBoss-user] JBoss 2.4.3 with Tomcat 3.2.3

2001-11-27 Thread Juergen Fiedler
Hello, I am trying to get JBoss 2.4.3 running with a preexisting Tomcat 3.2.3. I copied the tomcat-service.jar from my 2.4.1 installation (where it works flawlessly). I think I followed all instructions to embed Tomcat in JBoss (are there any changes between 2.4.1 and 2.4.3?). When I start the se

RE: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread Dain Sundstrom
Geoffrey, Buy a day's worth of consulting from the JBoss Group and I'm sure they can get the optimized stack working for you application. Otherwise, profile the app yourself and see what is taking 90% of the time. I promise you it will be in the serialization code. -dain > -Original Messag

RE: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread marc fleury
Ok the point is that a factor of 10 or so is indicative of a non-optimized run and thus a poor packaging that trip the classloaders. The poor setup comes from confusion in the classes in the war and ear or duplication of the classes and what not. Just the simple test you mention david runs 10 ti

Re: [JBoss-user] Jboss, Jaws CMP, HSQLDB JDBC and DATE type:NumberFormatException when updating

2001-11-27 Thread Peter Fagerlund
on 1-11-27 15.31, Coetmeur, Alain at [EMAIL PROTECTED] wrote: > > > I'm using CMP EJB that contains DATE types on a HSQLDB database... > > I can create many objects , and they are stored perfectly in database(by > jaws after the ejbCreate method )... > > however when I try to set a date in an

Re: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread David Jencks
I haven't looked on the forums in a day or two, so I'm not sure if you've asked there as well. You may get more response. Have you run the testsuite and made sure it runs at a reasonable speed (= very fast;-)? I'm mostly familiar with the 3.0 testsuite, but I would start by running multithreade

Re: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread Hunter Hillegas
I thought he said he was running 2.4.3 w/ Embedded Catalina... Is there a way to run that config in non-optimized mode? > From: "marc fleury" <[EMAIL PROTECTED]> > Date: Tue, 27 Nov 2001 14:33:56 -0500 > To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Subject: RE: [JBoss-user] Redux of Performance

RE: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread geoff
I'm not at all sure what you're saying. If you're suggesting that I need to use the integrated JBoss/Tomcat product that I can download, I /am/. If you're suggesting something else, then could you clarify, because I really don't get what you just said. I have JBoss/Tomcat installed and running.

RE: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread marc fleury
look dude, get the integrated jboss-tomcat stack you are running non-optimized out of stack, period. come back when you have set it up, or don't we don't care, marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |[EMAIL PROTECTED] |Sent: Tuesday,

[JBoss-user] Redux of Performance Issues

2001-11-27 Thread geoff
For reasons unknown, this message hasn't been going out to the list. Trying again. -- Okay, I've clearly managed to piss off a few people by my concerns about JBoss performance. Let me start out by saying that I'd be more than happy to get my application working speedily under JBoss. Orion's

[JBoss-user] Question on Transaction Rollback Error

2001-11-27 Thread Steven Hawkes
I have limited EJB experience and I am not sure if this is a design problem or a configuration problem. I have a Stateful Session bean which when loaded into JBoss can be accessed successfully from my test client. I then created a java class (Not an EJB) which is instantiated within the above St

[JBoss-user] virtual hosts

2001-11-27 Thread Jarecsni János
Hi, can someone tell me how to configure JBoss (Tomcat) to handle virtual hosts? I've found the server.xml file in tomcat's conf directory. However, I was unable to use it. I wanted to configure tomcat to handle the URL "http://127.0.0.1/" as it were "http://127.0.0.1/myJ2EEApp/index.html" (thi

RE: [JBoss-user] Best Practice for EJB-App Config Files

2001-11-27 Thread RCHEVALL
I have EJB properties as env-entry in the descriptor xml file, but they can be overriden by a property file (1 or more) if this one if found (it has a default path name (e.g. /myapp/ejb1.properties)) All you have to do is add to the jboss.conf a MLET classPathExtension section to add the classpat

Re: [JBoss-user] Memory Leak!!!

2001-11-27 Thread David Hamilton
Hi John, Everything I've read about the issues with JBoss on Linux (particularly with memory leaks, segfaults, threading limitation issues) indicate that they are Sun VM specific. A number of people are using the IBM VM, and I've yet to hear of a bad experience. Hope this helps. david

[JBoss-user] Jboss, Jaws CMP, HSQLDB JDBC and DATE type: NumberFormatExceptionwhen updating

2001-11-27 Thread Coetmeur, Alain
I'm using CMP EJB that contains DATE types on a HSQLDB database... I can create many objects , and they are stored perfectly in database(by jaws after the ejbCreate method )... however when I try to set a date in an EJB, with the result of another (in fact the value is not changed) I get a Num

[JBoss-user] Local interfaces and relations

2001-11-27 Thread Dave Smith
I am trying to get a localObject that is a 1 to many unidirectional relationship. Parent/ChildLocal. It is then calling a method getData() that is a bulk data accessor. (RH 3.0 latest CVS head) So I have code that looks like this. It is a method in a Stateful Session Bean ArrayList

Re: [JBoss-user] Memory Leak!!!

2001-11-27 Thread Joachim Schaaf
Hi, Am Dienstag, 27. November 2001 12:27 schrieben Sie: > John, > > Have a look at > > https://sourceforge.net/tracker/index.php?func=detail&aid=482875&group_id=2 >2866&atid=376685 > > It might be the same problem. Is your colleague hot redeploying as well? I can contribute another story: ;) I

[JBoss-user] Problem in deploying BMP

2001-11-27 Thread Kiran MN
Hi all,   When i try to deploy BMP Ejb in JBoss/tomcat i am gettting name not found exception. can anybody pls tell me what are all the xml files needed to be specified in ejb.jar of BMP. Is JAWS.XML required for BMP?   the exception i am getting is...   [Container factory] javax.naming.Nam

Re: [JBoss-user] Memory Leak!!!

2001-11-27 Thread Adrian Brock
John, Have a look at https://sourceforge.net/tracker/index.php?func=detail&aid=482875&group_id=22866&atid=376685 It might be the same problem. Is your colleague hot redeploying as well? Regards, Adrian >From: "John LYC" <[EMAIL PROTECTED]> >To: "Jboss Mailing List" <[EMAIL PROTECTED]> >Subje

Re: [JBoss-user] Memory Leak!!!

2001-11-27 Thread Edson Carlos Ericksson Richter
I've seen this type of error using only JSP & Servlets. Others servers have same problem (A.F.A.I.K. there is a bug reported in JDC by WebLogic user). This problem is a memory leak of JDK, specially using Server HotSpot VM. Appear that WebLogic put a path in their product, so they doesn't solve th

Re: [JBoss-user] Memory Leak!!!

2001-11-27 Thread Alaric B Snell
On Tue, 2001-11-27 at 03:43, John LYC wrote: > HI , > i'm running JBoss-2.4.3_Tomcat-3.2.3 on redhat linux 7.1. > Jdk1.3.1_01 with j2sdkee1.2.1. > > I realized there seem to be a memory leak. > i have not been able to pinpoint exactly where the leak is coming from at > this point of time and am s

[JBoss-user] JBoss-3.0, org.jboss.ejb.DeploymentException:, http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd

2001-11-27 Thread joel cordonnier
Hi ! I have tryed to deploy some beans (CMP) on JBoss-3.0. There is an exception when deploying the beans: [09:07:46,137,XmlFileLoader] failed to load jboss.xml. There could be a syntax error. org.jboss.ejb.DeploymentException: External entity not found: "http://www.jboss.org/j2ee/dtd/jboss_3_