[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Error opening a node in Managed Server Beans grid  XML
Forum Index -> Development
Author Message
hilka

Power User

Joined: 23/11/2007 09:00:08
Messages: 191
Offline

Hello,

I have a problem concerning the managed server beans grid:
There is a central dispatcher managing my beans on server side. With normal beans, there is no problem. But I have a special bean with does some layout construction on server side (using the BaseComponentTag classes). When I try to open the node I get the following error message in Captain Casa's server log:
java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/Tag

I think I have all classes delivered by Captain Casa in the editor tomcat and in my own tomcat.

Any ideas on this?

Thanks,
Tobias
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

Hi,

you need to reference jsp-api.jar in your project. It is somehow "indirectly" referenced. That's what compiler is telling...

I do not know if jsp-api.jar indirectly references servlet-api.jar... in case it does: add this as well.

You find both libraries in Tomcat/lib. I know, that you know this ;-)

Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

...and, you'll also note: the auto-complete of Eclipse will work properly after including the libraries as described.

Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team