[JBoss-user] users.properties & roles.properties

2001-07-25 Thread Chris Adams
Hi all, A very stupid question, but where should these files be kept? Should they be zipped into the ear, or should the go into the conf folder within jboss. Thanks Chris Adams == Regus Computer Services Ltd Direct Line: 01279 712010 ESN: 6-741-2010

[JBoss-user] RE: Casting home interface to correct bean type (David Ward)

2001-07-02 Thread Chris Adams
Thanks all, You have solved my problem. I wasn't 100% sure you could use the same home and remote interfaces for different beans. I tried making it too complicated. Cheers for all your help. Chris Adams == Regus Computer Services Ltd Direct Line: 01279 7

[JBoss-user] RE: Casting home interface to correct beean type

2001-07-02 Thread Chris Adams
i-object finder). I must be doing something wrong ,but cannot see it for the life of me. Chris Adams == Regus Computer Services Ltd Direct Line: 01279 712010 ESN: 6-741-2010 Switchboard ESN: 6-741-2000 Tel: +44 (0)1279 507988 Fax: +44 (0)1279 507783 E-mail: [EMA

[JBoss-user] Casting home interface to correct bean type

2001-07-02 Thread Chris Adams
to the correct home interface, as the type of form is not know until the servlet is called. I've tried creating standard interfaces, which all form beans could inheret from, but came up with all sort of problems. I could use relfection to call the methods, but would prefer not to. Any ideas.