[JBoss-user] Exception in MessageDrivenTxInterceptorBMT

2001-09-10 Thread Christophe GARCIA
Hi,   This is a question for Mark Fleury that is the author of this class.   I have an ERROR that is raised in the invke method of this class. I cannot understand why it is raised because I can perform exactly the same thing in another part of my code with no errors   Mainly, I use my o

Re: [JBoss-user] Job Scheduler in Jboss 2.4 & Weblogic

2001-09-10 Thread Guy Rouillier
I suggested we look at InterBase at work (telecom), but Oracle is deeply entrenched. No one wants to take a chance on open source DB when they are comfortable with a commercial DB. I won a significant battle by getting JBoss to be our corporate app server, so I didn't put much energy into the DB

[JBoss-user] SQL Server and Jboss

2001-09-10 Thread Razi Ansari
Hello People, I have a problem related to SQL server and Jboss. Appreciate you time. I have installed the driver for SQL server in jboss and created the pool no problems there. When i deploy the a CMP-entity bean it is getting deployed, but the server output doesnt show that the table is being

[JBoss-user] JMS connection failures

2001-09-10 Thread Brett Palmer
I'm using JMS to provide asynchronous auditing of components in our J2EE application. I've created a MessageServiceActivator that listens to a Queue (i.e. testQueue) and the auditing component processes the messages. I've been testing the Activator with the example SenderToQueue client and it

RE: [JBoss-user] J2ME & JMS

2001-09-10 Thread Paul McLachlan
Me too. If you find one. Please let us all know. You (or we) could of course try porting the javax.jms library to the handheld platform Anyone else interested in giving this a try? Paul. > -Original Message- > From: Bartek Teodorczyk [mailto:[EMAIL PROTECTED]] > Sent: Monday, 10 Septem

[JBoss-user] JBoss/Jetty and Cocoon

2001-09-10 Thread Julian Gosnell
Tom, Is there anyway you can run you Xserver and Cocoon on localhost:0.0 - that would make it much more likely to work as this will be the default display for your JVM The DISPLAY variable is something your JVM would look at, rather than your ServletContainer or Servlet. So I would be surpr

[JBoss-user] JAAS Problem revist......

2001-09-10 Thread BigBen
Hi,     Does anybody know from which version of jboss integrates it's security with tomcat? The example below can only run on Jboss 2.4.0? Thanks a lot.   Burt Hi list,   I have make the following example run sucessfully. However, it won't run on Jboss 2.2.2? Scott, did you target it on Jbos

AW: [JBoss-user] WLQL to match custom finder JAWS join

2001-09-10 Thread Marcel Stremming
Don't use the query languages but write a custom finder method implementation. The JAWS docs tell You how. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von David Ward Gesendet: Montag, 10. September 2001 20:44 An: [EMAIL PROTECTED] Betreff: [JBoss

[JBoss-user] WLQL to match custom finder JAWS join

2001-09-10 Thread David Ward
I hope I don't get too flamed for this... I need to have a CMP 1.1 Entity Bean work both in JBoss 2.4 and WebLogic 6.0. Everything's cool except a custom finder that needs to do a join, which is easy in JAWS but hard in WLQL. This is in my jaws.xml (which works great): findByCustomer

Re: [JBoss-user] can't start jboss 2.4.1

2001-09-10 Thread Scott M Stark
2.4 requires JDK 1.3.x and you are using 1.2.2 - Original Message - From: "Breslauer, Don" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 11:28 AM Subject: [JBoss-user] can't start jboss 2.4.1 I am unable to start jboss2.4.1 with tomcat 3.2.3 on windows nt

[JBoss-user] can't start jboss 2.4.1

2001-09-10 Thread Breslauer, Don
I am unable to start jboss2.4.1 with tomcat 3.2.3 on windows nt. I am able to start jboss2.2.2, however. This is the error I get when I run the run_with_tomcat.bat script: D:\javaapps\JBoss-2.4.1_Tomcat-3.2.3\jboss\bin>run_with_tomcat JBOSS_CLASSPATH=;C:\JDK1.3.1/lib/tools.jar;C:\JDK1.3.1/lib/t

Re: [JBoss-user] Finder Bug in JBoss2.2

2001-09-10 Thread Philipp Meier
On Mon, Sep 10, 2001 at 06:13:57PM +0200, Marcel Stremming wrote: > I think I found a bug in the CMP FinderMethod generation. I did the following: > > Create two CMP Beans with two CMP fields each: First Bean: id,a and Second Bean: >id,b > Finder Methods for first bean : > > findByA(Long a) >

[JBoss-user] Resin and JBoss in Same VM

2001-09-10 Thread Mica Cooper
Hi, I was wondering if you guys had got Resin running in the same VM as JBoss yet? Also, Does anyone have any performance comparisons for Resin/JBoss and Tomcat/JBoss? Thanks, Mica Cooper -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark Se

RE: [JBoss-user] Securing for Co-Location

2001-09-10 Thread Bruyn, Bill
Hi Hunter, If you look through the archives long enough, you'll find one solution at http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg05501.html. I was unable to make this work, though, and could not solicit any feedback from either the author or the list. I've been meaning to com

[JBoss-user] Finder Bug in JBoss2.2

2001-09-10 Thread Marcel Stremming
I think I found a bug in the CMP FinderMethod generation. I did the following:   Create two CMP Beans with two CMP fields each: First Bean: id,a  and Second Bean: id,b Finder Methods for first bean :   findByA(Long a) findByA(Long a, Long b)   The first finder will be automaticaly generated b

[JBoss-user] JBoss & MS SQL Server

2001-09-10 Thread Yong T. Kim
Hi, I'm very new to JBoss and having trouble configuring JBoss with MS SQL Server 2000. Basically, I tried to create a sample test app that connects to the database... but it doesn't look like it was finding the server correctly under JNDI. Every time I run below sample app, I get an error mess