You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2012/07/13 11:59:34 UTC

[jira] [Resolved] (AMQ-3923) Webconsole should import javax.servlet.* too

     [ https://issues.apache.org/jira/browse/AMQ-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-3923.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.7.0

Fixed with svn revision 1361132. I cleaned a bit imports and provided libraries, but the main problem was that css and js were imported using <c:url/> tag which on first load append jsessionid. For some reason this doesn't work in OSGi.
                
> Webconsole should import javax.servlet.* too
> --------------------------------------------
>
>                 Key: AMQ-3923
>                 URL: https://issues.apache.org/jira/browse/AMQ-3923
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.6.0
>         Environment: Karaf 2.2.8
>            Reporter: Achim Nierbeck
>            Assignee: Dejan Bosanac
>             Fix For: 5.7.0
>
>
> When the Active MQ Web-console is deployed on Karaf it sometimes misses the CSS and javascript. This is due to the fact that the war doesn't import javax.servlet package. This is required per OSGi-Spec to fully work with the
> web-extender for wars :)

--
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