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 s

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

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:

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

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 can’t find it! The docs don’t specify (at least I couldn’t find the info there). Hunter From: "Vinay Menon" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTE

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 com

Re: [JBoss-user] Problems Compiling

2001-06-22 Thread Uma Shanker
hi, Ok, i have jboss-2.2.2 and there are 2 jar files in lib/ext ejb.jar and ejb2.0.jar first one has interfaces from EJB1.1 specification and 2nd one has EJB2.0 interface. As javax.ejb.MessageDrivenBean is in EJB 2.0 you need 2nd jar. In any case you can check the jar file with command : ja

RE: [JBoss-user] Problems Compiling

2001-06-22 Thread Jay Walters
what version of jboss are you using? -Original Message- From: Hunter Hillegas To: JBoss 2 Sent: 6/22/01 5:22 PM Subject: [JBoss-user] Problems Compiling 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