RE: [JBoss-user] Problems Compiling Message Driven Bean

2001-06-25 Thread Ship, Howard
Title: Re: [JBoss-user] Problems Compiling Message Driven Bean I was just doing the same stuff. In $(JBOSS_ROOT)/lib/ext there's both ejb.jar (1.1 spec) and ejb2.0.jar (2.0 spec). Modify your Makefiles to use the latter. This is for jBoss 2.2.x. Oh? Not using Makefiles? You should

Re: [JBoss-user] Problems Compiling Message Driven Bean

2001-06-23 Thread Vinay Menon
Sanity check! Does the ejb.jar actually have the class MessageDrivenBean in it? - Original Message - From: Hunter Hillegas Sent: Saturday, June 23, 2001 7:14 PM To: JBoss 2 Subject: [JBoss-user] Problems Compiling Message Driven Bean I am building my first MDB and I'm having trouble

RE: [JBoss-user] Problems Compiling Message Driven Bean

2001-06-23 Thread Vincent Harcq
Title: Re: [JBoss-user] Problems Compiling Message Driven Bean You need the ejb.jar from ejb 2.0 -Message d'origine-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Hunter HillegasEnvoyé: samedi 23 juin 2001 21:50À: JBoss 2Objet: Re: [JBoss-user] Problems

RE: [JBoss-user] Problems Compiling Message Driven Bean

2001-06-23 Thread Alex Pavlov
Title: Re: [JBoss-user] Problems Compiling Message Driven Bean Hi Hunter, You should use ejb.jar ejb2.0.jar form {Jboss.Home}/lib/ext directory in order to coompile message driven bean. Alex. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

[JBoss-user] Problems Compiling Message Driven Bean

2001-06-23 Thread Hunter Hillegas
I am building my first MDB and I'm having trouble compiling the class. I have ejb.jar in my CLASSPATH but during compilation it can't find the classes: symbol : class MessageDrivenBean location: package ejb import javax.ejb.MessageDrivenBean; I thought that all the stuff I needed to compile

Re: [JBoss-user] Problems Compiling Message Driven Bean

2001-06-23 Thread Hunter Hillegas
Title: Re: [JBoss-user] Problems Compiling Message Driven Bean Nope. I just checked. Anyone know which jar does have it? I cant find it! The docs dont specify (at least I couldnt find the info there). Hunter From: Vinay Menon [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Sat, 23 Jun

Re: [JBoss-user] Problems Compiling Message Driven Bean

2001-06-23 Thread Hunter Hillegas
Title: Re: [JBoss-user] Problems Compiling Message Driven Bean Where do I get that? From Sun? If I use that to compile against, will the beans just work in the container, as the docs state that MDB is supported? Hunte From: Vincent Harcq [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date