[help] exception with the login view

3 posts / 0 new
Last post
atao
Offline
Joined: 10/15/2008
[help] exception with the login view

Vincent,

I just created a new jspresso 3.5-SNAPSHOT project. Just after the main view has opened, I got this exception:

java.lang.NoSuchMethodError: org.jspresso.framework.view.descriptor.IViewDescriptor.getSecondaryActionMap()Lorg/jspresso/framework/view/action/ActionMap;
    at org.jspresso.framework.view.swing.DefaultSwingViewFactory.decorateWithActions(DefaultSwingViewFactory.java:2047)
    at org.jspresso.framework.view.AbstractViewFactory.createView(AbstractViewFactory.java:292)
    at org.jspresso.framework.view.swing.DefaultSwingViewFactory.createComponentView(DefaultSwingViewFactory.java:503)
    at org.jspresso.framework.view.AbstractViewFactory.createView(AbstractViewFactory.java:224)
    at org.jspresso.framework.application.frontend.controller.AbstractFrontendController.createLoginView(AbstractFrontendController.java:772)
    at org.jspresso.framework.application.frontend.controller.swing.DefaultSwingController.initLoginProcess(DefaultSwingController.java:834)
    at org.jspresso.framework.application.frontend.controller.swing.DefaultSwingController.start(DefaultSwingController.java:558)
    at org.jspresso.framework.application.startup.AbstractFrontendStartup.start(AbstractFrontendStartup.java:51)
    at org.popsuite.hr.startup.swing.development.SwingDevApplicationStartup.start(SwingDevApplicationStartup.java:19)
    at org.jspresso.framework.application.launch.swing.SwingLauncher.main(SwingLauncher.java:73)

any idea?

Regards

Pierre

Edited by atao on 08/27/2010 - 11:42
vvandens
Offline
Joined: 05/29/2008
[help] exception with the login view

Strange... It's a new method that has been added to the IActionable interface, that is a super interface of IViewDescriptor. Seems that your runtime classpath is mixing new and old classes, i.e. you have 3.5.0 jars referenced in the project (see in eclipse-war-lib/). As for the other post, I can't test it right now...

 

Vincent

atao
Offline
Joined: 10/15/2008
[help] exception with the login view

Vincent,

Same thing that the other post.

Sorry for the noise.

Regards

Pierre