Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Emerson Cargnin - SICREDI Serviços
gt;-Noah Horton >>> >>> >>> >>>>-Original Message- >>>>From: Emerson Cargnin - SICREDI Serviços >>>>[mailto:[EMAIL PROTECTED]] >>>>Sent: Wednesday, July 17, 2002 10:55 AM >>>>To: [EMAIL PROTECTED] >>

RE: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Robertson, Jason
25 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Testing EJBs with JUnit As there's so many people intersted in this code, i'm translating it and will let it available through ftp (soon). Dimitri PISSARENKO wrote: > Hello! > > >>The JBossCMP example in the ne

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Emerson Cargnin - SICREDI Serviços
;>Thanks! >>>-Noah Horton >>> >>> >>> >>>>-Original Message- >>>>From: Emerson Cargnin - SICREDI Serviços >>>>[mailto:[EMAIL PROTECTED]] >>>>Sent: Wednesday, July 17, 2002 10:55 AM >>>>To: [

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Dimitri PISSARENKO
t;> Thanks! >> -Noah Horton >> >> >>>-Original Message- >>>From: Emerson Cargnin - SICREDI Serviços >>>[mailto:[EMAIL PROTECTED]] >>>Sent: Wednesday, July 17, 2002 10:55 AM >>>To: [EMAIL PROTECTED] >>>Subject: Re: [JBoss-

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Dimitri PISSARENKO
Hi! On Wed, 17 Jul 2002 13:54:39 -0300, you wrote: >I just did a test with ejb / jaas and junit, let me know if you want so >I can send it to you (about 1 meg). If someone else want too, just tell me. Could you send me a copy of your code? Thanks Dimitri Pissarenko > >Emerson > >John Moore

RE: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Subramanian Ananthram
Hi Emerson, Can you send me a copy too. Thanks, Subu > -Original Message- > From: Emerson Cargnin - SICREDI Serviços [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, July 17, 2002 12:55 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Testing EJBs with JUnit &g

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Dain Sundstrom
, July 17, 2002 10:55 AM >>To: [EMAIL PROTECTED] >>Subject: Re: [JBoss-user] Testing EJBs with JUnit >> >> >>I just did a test with ejb / jaas and junit, let me know if >>you want so >>I can send it to you (about 1 meg). If someone else want too, >

RE: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread HORTON,NOAH (HP-FtCollins,ex1)
I would love to see your example of using JUnit with an EJB. Thanks! -Noah Horton > -Original Message- > From: Emerson Cargnin - SICREDI Serviços > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 17, 2002 10:55 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user]

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Emerson Cargnin - SICREDI Serviços
I just did a test with ejb / jaas and junit, let me know if you want so I can send it to you (about 1 meg). If someone else want too, just tell me. Emerson John Moore wrote: > Yes we're doing itfor all of our beans as well. When it's run you need > the jndi.properties file or to pass all of

RE: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread John Moore
Title: RE: [JBoss-user] Testing EJBs with JUnit Yes we're doing itfor all of our beans as well.  When it's run you need the jndi.properties file or to pass all of the jndi on the command line.    I would guess that you don't have the classes available (Home /Remote inter