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 be ... 
http://tapestry.primix.com/doc/JBE/JBE.html

  -Original Message-From: Hunter Hillegas 
  [mailto:[EMAIL PROTECTED]]Sent: Saturday, June 23, 2001 3:50 
  PMTo: JBoss 2Subject: Re: [JBoss-user] Problems 
  Compiling Message Driven BeanNope. 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 PROTECTED]Date: Sat, 23 Jun 2001 
20:39:15 +0100To: 
<[EMAIL PROTECTED]>Subject: Re: 
[JBoss-user] Problems Compiling Message Driven BeanSanity check! 
Does the ejb.jar actually have the class MessageDrivenBean in 
it? 


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 Of Hunter 
  HillegasSent: Saturday, June 23, 2001 4:18 PMTo: JBoss 
  2Subject: Re: [JBoss-user] Problems Compiling Message Driven 
  BeanWhere 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: Sat, 23 Jun 2001 
22:14:00 +0200To: 
<[EMAIL PROTECTED]>Subject: 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 Compiling Message Driven 
  BeanNope. 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 PROTECTED]Date: Sat, 23 Jun 2001 
20:39:15 +0100To: 
    <[EMAIL PROTECTED]>Subject: Re: 
[JBoss-user] Problems Compiling Message Driven BeanSanity check! 
Does the ejb.jar actually have the class MessageDrivenBean in 
it? 


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: Sat, 23 Jun 2001 22:14:00 +0200
To: <[EMAIL PROTECTED]>
Subject: 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 Hillegas
Envoyé : samedi 23 juin 2001 21:50
À : JBoss 2
Objet : 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 PROTECTED]
Date: Sat, 23 Jun 2001 20:39:15 +0100
To: <[EMAIL PROTECTED]>
Subject: Re: [JBoss-user] Problems Compiling Message Driven Bean

Sanity check! Does the ejb.jar actually have the class MessageDrivenBean in it?
 









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 Compiling Message 
  Driven BeanNope. 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 PROTECTED]Date: Sat, 23 Jun 2001 
20:39:15 +0100To: 
<[EMAIL PROTECTED]>Subject: Re: 
[JBoss-user] Problems Compiling Message Driven BeanSanity check! 
Does the ejb.jar actually have the class MessageDrivenBean in 
it? 


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 PROTECTED]
Date: Sat, 23 Jun 2001 20:39:15 +0100
To: <[EMAIL PROTECTED]>
Subject: Re: [JBoss-user] Problems Compiling Message Driven Bean

Sanity check! Does the ejb.jar actually have the class MessageDrivenBean in it?
 







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 compiling the class. Ihave ejb.jar in my CLASSPATH but during compilation it can't find theclasses:symbol  : class MessageDrivenBeanlocation: package ejbimport javax.ejb.MessageDrivenBean;I thought that all the stuff I needed to compile was in ejb.jar... Not so?If not, which jar do I need?Hunter___JBoss-user mailing list[EMAIL PROTECTED]http://lists.sourceforge.net/lists/listinfo/jboss-userGet more from the Web.  FREE MSN Explorer download : http://explorer.msn.com


[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 was in ejb.jar... Not so?
If not, which jar do I need?

Hunter


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



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  :
jar -tvf ejb.jar
/uma

Jay Walters wrote:

> 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 find the
> classes:
>
> symbol  : class MessageDrivenBean
> location: package ejb
> import javax.ejb.MessageDrivenBean;
>
> I thought that all the stuff I needed to compile was in ejb.jar... Not
> so?
>
> Hunter
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



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 find the
classes:

symbol  : class MessageDrivenBean
location: package ejb
import javax.ejb.MessageDrivenBean;

I thought that all the stuff I needed to compile was in ejb.jar... Not
so?

Hunter


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Problems Compiling

2001-06-22 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 was in ejb.jar... Not so?

Hunter


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user