RE: [JBoss-dev] How to specify depens for EJB

2002-06-24 Thread marc fleury
, 2002 3:34 PM | To: [EMAIL PROTECTED] | Subject: [JBoss-dev] How to specify depens for EJB | | | The EAR ordering is really killing me. Sometimes my MDB's get started | before the beans which it depends on, which simply does not work. =[ | | | | What is the suggested way to list explicit

RE: [JBoss-dev] How to specify depens for EJB

2002-06-24 Thread Jason Dillon
: Monday, June 24, 2002 6:18 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] How to specify depens for EJB split them out of the ear, number and stop wasting time, you are done marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason

Re: [JBoss-dev] How to specify depens for EJB

2002-06-24 Thread David Jencks
-Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of marc fleury Sent: Monday, June 24, 2002 6:18 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] How to specify depens for EJB split them out of the ear, number and stop wasting time, you are done

RE: [JBoss-dev] How to specify depens for EJB

2002-06-24 Thread Jason Dillon
Haven't gotten that far... I am kinda lazy today. --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of David Jencks Sent: Monday, June 24, 2002 1:54 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] How to specify depens for EJB

RE: [JBoss-dev] How to specify depens for EJB

2002-06-24 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Monday, June 24, 2002 12:24 PM |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-dev] How to specify depens for EJB | | |Dude... you don't get it. Other folks will be using EAR

Re: [JBoss-dev] How to specify depens for EJB

2002-06-24 Thread Dain Sundstrom
marc fleury wrote: |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Monday, June 24, 2002 12:24 PM |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-dev] How to specify depens for EJB | | |Dude... you don't get it. Other

RE: [JBoss-dev] How to specify depens for EJB

2002-06-24 Thread Jason Dillon
: RE: [JBoss-dev] How to specify depens for EJB Haven't gotten that far... I am kinda lazy today. --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of David Jencks Sent: Monday, June 24, 2002 1:54 PM To: [EMAIL PROTECTED

RE: [JBoss-dev] How to specify depens for EJB

2002-06-24 Thread Jason Dillon
Do you know where this depends list is used? I found this... should have looked before I asked, it was very obvious =] --jason --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ___

RE: [JBoss-dev] How to specify depens for EJB

2002-06-24 Thread Jason Dillon
I think this does work, it is just the logs which are confusing. --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of Jason Dillon Sent: Monday, June 24, 2002 3:22 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] How to specify depens

RE: [JBoss-dev] How to specify depens for EJB

2002-06-23 Thread Jason Dillon
] Subject: [JBoss-dev] How to specify depens for EJB The EAR ordering is really killing me. Sometimes my MDB's get started before the beans which it depends on, which simply does not work. =[ What is the suggested way to list explicit depends for an EJB? --jason

[JBoss-dev] How to specify depens for EJB

2002-06-21 Thread Jason Dillon
The EAR ordering is really killing me. Sometimes my MDBs get started before the beans which it depends on, which simply does not work =[ What is the suggested way to list explicit depends for an EJB? --jason

Re: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread David Jencks
If you are using 3.0.1 from cvs, you can put a .sar or *-service.xml in an .ear. Specify theses jboss-specific packages in a jboss-app.xml file next to your application.xml file. It should look something like this: ?xml version=1.0 encoding=UTF-8? jboss-app module

RE: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread Jason Dillon
In jboss.xml, do depend goes into a container config, or in say a message-driven ? --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of David Jencks Sent: Friday, June 21, 2002 4:06 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] How

RE: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread Jason Dillon
Where would I look to get the definitive? --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of David Jencks Sent: Friday, June 21, 2002 5:03 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] How to specify depens for EJB I thought I

RE: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread marc fleury
number the deployments marcf -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason DillonSent: Friday, June 21, 2002 3:34 PMTo: [EMAIL PROTECTED]Subject: [JBoss-dev] How to specify depens for EJB The EAR ordering is really

Re: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread David Jencks
- [EMAIL PROTECTED]] On Behalf Of David Jencks Sent: Friday, June 21, 2002 5:03 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] How to specify depens for EJB I thought I put it in two places... Either one or both. david jencks On 2002.06.21 19:24:31 -0400 Jason Dillon