Re: javabean problems

2002-12-08 Thread Mikael Göransson
removed. > > don't use root, use your own webapp. > > R > > -Original Message- > From: Mikael Gvransson [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 08, 2002 11:47 AM > To: Tomcat Users List > Subject: Re: javabean problems > > > On Sun,

RE: javabean problems

2002-12-08 Thread Ron Day
]] Sent: Sunday, December 08, 2002 11:47 AM To: Tomcat Users List Subject: Re: javabean problems On Sun, 8 Dec 2002 11:00:05 -0600 "Ron Day" <[EMAIL PROTECTED]> wrote: > Your javabeans are not in a package.Tomcat 4.xx does not like this as it > puts it in the default package

Re: javabean problems

2002-12-08 Thread Mikael Göransson
On Sun, 8 Dec 2002 11:00:05 -0600 "Ron Day" <[EMAIL PROTECTED]> wrote: > Your javabeans are not in a package.Tomcat 4.xx does not like this as it > puts it in the default package, and then cannot find it at run time. > > Just put your beans in a package, recompile and then add your package > dire

RE: javabean problems

2002-12-08 Thread Ron Day
Your javabeans are not in a package.Tomcat 4.xx does not like this as it puts it in the default package, and then cannot find it at run time. Just put your beans in a package, recompile and then add your package directory structure under the "classes" directory. i.e if you have com.my.package for

Re: javabean problems

2002-12-08 Thread David Brown
Mikael Göransson writes: On Sun, 08 Dec 2002 09:49:58 -0500 "David Brown" <[EMAIL PROTECTED]> wrote: Mikael Göransson writes: > On Sun, 08 Dec 2002 09:23:56 -0500 > "David Brown" <[EMAIL PROTECTED]> wrote: > >> Mikael Göransson writes: >> >> > hey, >> > >> > it seems like i can't run

Re: javabean problems

2002-12-08 Thread Mikael Göransson
On Sun, 08 Dec 2002 09:49:58 -0500 "David Brown" <[EMAIL PROTECTED]> wrote: > Mikael Göransson writes: > > > On Sun, 08 Dec 2002 09:23:56 -0500 > > "David Brown" <[EMAIL PROTECTED]> wrote: > > > >> Mikael Göransson writes: > >> > >> > hey, > >> > > >> > it seems like i can't run my javabe

Re: javabean problems

2002-12-08 Thread David Brown
Mikael Göransson writes: On Sun, 08 Dec 2002 09:23:56 -0500 "David Brown" <[EMAIL PROTECTED]> wrote: Mikael Göransson writes: > hey, > > it seems like i can't run my javabeans. > i'm using tomcat 4.1.12 binary distrubtion. > > i get the error "cannot resolve symbol". > > and i have no

Re: javabean problems

2002-12-08 Thread David Brown
Mikael Göransson writes: On Sun, 08 Dec 2002 09:23:56 -0500 "David Brown" <[EMAIL PROTECTED]> wrote: Mikael Göransson writes: > hey, > > it seems like i can't run my javabeans. > i'm using tomcat 4.1.12 binary distrubtion. > > i get the error "cannot resolve symbol". > > and i have no

Re: javabean problems

2002-12-08 Thread Mikael Göransson
On Sun, 08 Dec 2002 09:23:56 -0500 "David Brown" <[EMAIL PROTECTED]> wrote: > Mikael Göransson writes: > > > hey, > > > > it seems like i can't run my javabeans. > > i'm using tomcat 4.1.12 binary distrubtion. > > > > i get the error "cannot resolve symbol". > > > > and i have no idea what

Re: javabean problems

2002-12-08 Thread David Brown
Mikael Göransson writes: hey, it seems like i can't run my javabeans. i'm using tomcat 4.1.12 binary distrubtion. i get the error "cannot resolve symbol". and i have no idea what it could be, it's just a simple bean: public class JellyBean implements java.io.Serializable { private String