[ 
https://issues.apache.org/jira/browse/AMQ-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281086#comment-13281086
 ] 

Christian Posta commented on AMQ-3853:
--------------------------------------

Dejan,
Seems to be an issue with changes in the maven-bundle-plugin. activemq-5.6.0 is 
using v2.3.5 of the plugin which seems to not include the javax.servlet and 
javax.servlet.http packages, while the older version of the plugin, v2.1.0 
which is used by the 5.5.x builds correctly populates the manifest with 
aforementioned packages. v2.2.0 of the plugin also works.
                
> Missing import in activemq-web-console
> --------------------------------------
>
>                 Key: AMQ-3853
>                 URL: https://issues.apache.org/jira/browse/AMQ-3853
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.6.0
>            Reporter: Chris Geer
>
> Running activemq-web-console in Karaf generates these errors:
> Caused by: java.lang.ClassNotFoundException: 
> javax.servlet.ServletContextListener not found by 
> org.apache.activemq.activemq-web-console [118]
> Caused by: java.lang.ClassNotFoundException: javax.servlet.Filter not found 
> by org.apache.activemq.activemq-web-console [118]
> Caused by: java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet 
> not found by org.apache.activemq.activemq-web-console [118]
> It looks like activemq-web-console imports the following servlet packages:
>         javax.servlet.jsp;version="[2.1,3)",
>       javax.servlet.jsp.el;version="[2.1,3)",
>       javax.servlet.jsp.tagext;version="[2.1,3)",
> So it seems to be missing imports for:
> javax.servlet
> javax.servlet.http

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to