[JBoss-dev] Auto deploy [Verifier] java.lang.NoClassDefFoundError

2001-07-25 Thread Daniel Haynes
Hi, This may be a dumb question as I am kind of new to JBoss. The verifier can't seem to find a class used within an EJB, despite the fact that the ejb jar does contain this class. The jar is sitting in the deploy directory, and is packaged - com/seyes/casino/control/event/CasinoEvent The error

RE: [JBoss-dev] Auto-Deploy

2001-06-28 Thread Jim Brownfield
ot; directory are actually deployable. Probably still too complicated... :( > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David > Green > Sent: Thursday, June 28, 2001 9:26 AM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] Auto-D

RE: [JBoss-dev] Auto-Deploy

2001-06-28 Thread David Green
find cp/mv or ftp/rename to be fine. > ;) > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of David > > Green > > Sent: Thursday, June 28, 2001 8:38 AM > > To: [EMAIL PROTECTED] > > Subject: RE: [JBos

RE: [JBoss-dev] Auto-Deploy

2001-06-28 Thread Jim Brownfield
ting the file. First, you copy the file onto the > > same device ("same device" is important!), then you execute an > "mv" command, > > which is pretty much an atomic operation if the source and > destination are > > on the same device. > > >

RE: [JBoss-dev] Auto-Deploy

2001-06-28 Thread David Green
pretty much an atomic operation if the source and destination are > on the same device. > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of David > > Green > > Sent: Thursday, June 28, 2001 8:08 AM > > To

RE: [JBoss-dev] Auto-Deploy

2001-06-28 Thread Jim Brownfield
h is pretty much an atomic operation if the source and destination are on the same device. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David > Green > Sent: Thursday, June 28, 2001 8:08 AM > To: [EMAIL PROTECTED] > Subj

[JBoss-dev] Auto-Deploy

2001-06-28 Thread David Green
The auto-deploy feature is awesome. However, it starts unzipping my files before I even finish copying them... Fortunately, Linux keeps updating the timestamp on the file during the process of being copied, so it usually tries again and again. Sometimes, it tries right before the file is finishe