Re: [JBoss-user] Where to place java bean class

2001-05-01 Thread Russell
Hi doreen , From ejb specification, you must override the Object method hashCode and equals. Thanks doreen_cheng wrote: > > hi all, > > I am migrating a web-based application from Inprise Application Server to JBoss with >Tomcat. In my application, there are several CMP Entity Beans,

[JBoss-user] Where to place java bean class

2001-05-01 Thread doreen_cheng
hi all, I am migrating a web-based application from Inprise Application Server to JBoss with Tomcat. In my application, there are several CMP Entity Beans, and there is also a Stateless Session Bean which calls these CMP Entity Beans. I use other Java Bean object to stored users' input for pr

[JBoss-user] Where to place java bean class of the same package?

2001-05-01 Thread DOREEN
hi all, I am migrating a web-based application from Inprise Application Server to JBoss with Tomcat. In my application, there are several CMP Entity Beans, and there is also a Stateless Session Bean which calls these CMP Entity Beans. I use other Java Bean object to stored users' input for p