Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-M3
-
None
Description
Eclipse reported an error in line 88 of TomcatGBean.java:
"The type javax.management.MBeanRegistration cannot be resolved.
It is indirectly referenced from required .class files."
The error disappeared after adding
MAVEN_REPO/mx4j/jars/mx4j-2.0.1.jar
as classpath variable entry to the geronimo-tomcat project in my eclipse workspace.
So, I think there is a dependency missing in tomcat-plan.xml
(see attached patch).