The moose likes Portals and Portlets and the fly likes Missing tag library for portletAPI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Missing tag library for portletAPI" Watch "Missing tag library for portletAPI" New topic
Author

Missing tag library for portletAPI

John Zwick
Ranch Hand

Joined: Mar 02, 2009
Posts: 34

I am seeing this warning in my JSP on the <portletAPI:defineObjects /> line:
The TagExtraInfo class for portletAPI:defineObjects
(com.ibm.ws.portletcontainer.tags.DefineObjectsTag$TEI) was not found on the build path




My classpath:


What is missing here?
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Is this a warning that comes up in the development tool's problems tab, or is this an error that is being triggered at runtime.

If it's a design-time error that IRAD is kicking out, I wouldn't worry about it. When does it arise? Does it get written to any logs?

Which portal server?

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
John Zwick
Ranch Hand

Joined: Mar 02, 2009
Posts: 34
Cameron Wallace McKenzie wrote:Is this a warning that comes up in the development tool's problems tab, or is this an error that is being triggered at runtime.

If it's a design-time error that IRAD is kicking out, I wouldn't worry about it. When does it arise? Does it get written to any logs?

Which portal server?

-Cameron McKenzie


Yes,
It is a warning that comes up in RAD 7.5 during design.

I am using WebSphere Portal 6.1
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

I don't think it's a problem. I'm pretty sure I've lived with it. For some reason the design time build path doesn't pick up on all the same files that are in the runtime classpath.

-Cameron McKenzie
John Zwick
Ranch Hand

Joined: Mar 02, 2009
Posts: 34
Cameron Wallace McKenzie wrote:I don't think it's a problem. I'm pretty sure I've lived with it. For some reason the design time build path doesn't pick up on all the same files that are in the runtime classpath.

-Cameron McKenzie


Thanks! You were right!
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

I know my WebSphere.

-Cameron
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Missing tag library for portletAPI
 
Similar Threads
Axis 1.4 Deployment on Websphere5.1 issue
Project not running in jboss -- solved
Jboss-common-client.jar conflict
Not able to save logs into .log file
The jar synchronization issue seems to be out of hand.