You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2014/11/11 12:36:34 UTC

[jira] [Commented] (ISIS-946) Isis application won't run from Eclipse

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

Dan Haywood commented on ISIS-946:
----------------------------------

This might be an issue with how Eclipse computes its classpaths ... it doesn't separate out the "compile" vs "test" scopes....  worth being aware of, if nothing else.

> Isis application won't run from Eclipse
> ---------------------------------------
>
>                 Key: ISIS-946
>                 URL: https://issues.apache.org/jira/browse/ISIS-946
>             Project: Isis
>          Issue Type: Bug
>          Components: Viewer: Wicket
>    Affects Versions: viewer-wicket-1.8.0
>            Reporter: Jeroen van der Wal
>            Assignee: Martin Grigorov
>            Priority: Critical
>
> {code}
> java.lang.Error: Unresolved compilation problem: 
> 	The type javax.servlet.http.Cookie cannot be resolved. It is indirectly referenced from required .class files
> 	at org.apache.isis.viewer.wicket.ui.components.widgets.themepicker.ThemeChooser.<init>(ThemeChooser.java:96)
> 	at org.apache.isis.viewer.wicket.ui.pages.PageAbstract.addThemePicker(PageAbstract.java:211)
> 	at org.apache.isis.viewer.wicket.ui.pages.PageAbstract.<init>(PageAbstract.java:180)
> 	at org.apache.isis.viewer.wicket.ui.pages.error.ErrorPage.<init>(ErrorPage.java:40)
> 	at org.apache.isis.viewer.wicket.viewer.integration.wicket.WebRequestCycleForIsis.errorPageFor(WebRequestCycleForIsis.java:177)
> 	at org.apache.isis.viewer.wicket.viewer.integration.wicket.WebRequestCycleForIsis.errorPageProviderFor(WebRequestCycleForIsis.java:147)
> 	at org.apache.isis.viewer.wicket.viewer.integration.wicket.WebRequestCycleForIsis.onException(WebRequestCycleForIsis.java:138)
> 	at org.apache.wicket.request.cycle.RequestCycleListenerCollection$4.notify(RequestCycleListenerCollection.java:126)
> 	at org.apache.wicket.request.cycle.RequestCycleListenerCollection$4.notify(RequestCycleListenerCollection.java:122)
> 	at org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:80)
> 	at org.apache.wicket.request.cycle.RequestCycleListenerCollection.onException(RequestCycleListenerCollection.java:121)
> 	at org.apache.wicket.request.cycle.RequestCycleListenerCollection$4.notify(RequestCycleListenerCollection.java:126)
> 	at org.apache.wicket.request.cycle.RequestCycleListenerCollection$4.notify(RequestCycleListenerCollection.java:122)
> 	at org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:80)
> 	at org.apache.wicket.request.cycle.RequestCycleListenerCollection.onException(RequestCycleListenerCollection.java:121)
> 	at org.apache.wicket.request.cycle.RequestCycle.handleException(RequestCycle.java:347){code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)