[Resin-interest] jsp:useBean type=... /

2008-11-19 Thread Jan Kriesten
Hi, I just came along another problem with resin (3.2.1 this time): Error message: java.lang.InstantiationException: jsp:useBean needs 'bean' or 'class' Show stacktrace That shouldn't happen I suppose, right?! The syntax ref at Sun says: ---8--- type=package.class If the Bean already

Re: [Resin-interest] jsp:useBean type=... /

2008-11-19 Thread Scott Ferguson
On Nov 19, 2008, at 10:17 AM, Jan Kriesten wrote: Hi, I just came along another problem with resin (3.2.1 this time): Error message: java.lang.InstantiationException: jsp:useBean needs 'bean' or 'class' Show stacktrace That shouldn't happen I suppose, right?! The syntax ref at Sun

Re: [Resin-interest] jsp:useBean type=... /

2008-11-19 Thread Jan Kriesten
Hi Scott, Does the bean exist? If the bean isn't in the scope, then you do need the bean or class, because the type attribute is only allowed for pre- existing beans. yes, it is. It's TeamCity again - after I changed all references from ${server.*} to ${tcServer} so that it would run at

Re: [Resin-interest] jsp:useBean type=... /

2008-11-19 Thread Scott Ferguson
On Nov 19, 2008, at 11:13 AM, Jan Kriesten wrote: Hi Scott, Does the bean exist? If the bean isn't in the scope, then you do need the bean or class, because the type attribute is only allowed for pre- existing beans. yes, it is. It's TeamCity again - after I changed all references