View Full Version : ¿cómo configuro el Spring IDE Webflow con el eclipse 3.1?
iosev
Oct 3rd, 2005, 04:20 AM
how do I configure the Spring IDE Webflow with the eclipse 3.1?
I want to configure the Spring IDE 1.2.3 and the Spring IDE Webflow in the Eclipse 3.1, like this would achieve? and of where the Spring IDE Webflow would obtain for eclipse 3.1?
thank you.
Christian Dupuis
Oct 10th, 2005, 04:11 PM
Hello iosev,
how do I configure the Spring IDE Webflow with the eclipse 3.1?
Please refer to http://springide.org/project/wiki/WebFlowEditorUsage for an introduction on how to use the Spring IDE WebFlow Support. For more information you can also have a look to http://springide.org/project/wiki/WebFlowEditorUsage .
I want to configure the Spring IDE 1.2.3 and the Spring IDE Webflow in the Eclipse 3.1, like this would achieve? and of where the Spring IDE Webflow would obtain for eclipse 3.1?
Spring WebFlow support is currently not distributed with Spring IDE 1.2.3. You need to manually install the WebFlow Support from the development updatesite at http://springide.org/updatesite_dev/ . Please direct your Eclipse update manager to above updatesite url.
Cheers
Christian
iosev
Oct 11th, 2005, 01:38 PM
thanks!!!
but my problem is that when i configured this plugins and go to project´s properties and throw error:
!SUBENTRY 1 org.eclipse.core.runtime 4 1 2005-10-11 14:35:38.328
!MESSAGE Plug-in org.springframework.ide.eclipse.web.flow.core was unable to load class org.springframework.ide.eclipse.web.flow.core.vali dation.WebFlowProjectValidator.
!STACK 0
java.lang.ClassNotFoundException: org.springframework.ide.eclipse.web.flow.core.vali dation.WebFlowProjectValidator
at org.eclipse.osgi.framework.internal.core.BundleLoa der.findClass(BundleLoader.java:403)
at org.eclipse.osgi.framework.internal.core.BundleLoa der.findClass(BundleLoader.java:350)
!ENTRY org.eclipse.osgi 2005-10-11 14:35:56.625
!MESSAGE An error occurred while automatically activating bundle org.springframework.ide.eclipse.web.flow.core (309).
!STACK 0
org.osgi.framework.BundleException: Exception in org.springframework.ide.eclipse.web.flow.core.WebF lowCorePlugin.start() of bundle org.springframework.ide.eclipse.web.flow.core.
at org.eclipse.osgi.framework.internal.core.BundleCon textImpl.startActivator(BundleContextImpl.java:101 3)
at org.eclipse.osgi.framework.internal.core.BundleCon textImpl.start(BundleContextImpl.java:969)
at org.eclipse.osgi.framework.internal.core.BundleHos t.startWorker(BundleHost.java:321)
at org.eclipse.osgi.framework.internal.core.AbstractB undle.start(AbstractBundle.java:266)
at org.eclipse.core.runtime.adaptor.EclipseClassLoade r.findLocalClass(EclipseClassLoader.java:116)
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Mai n.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java: 278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NoSuchMethodError: org.springframework.ide.eclipse.core.SpringCoreUti ls.isSpringProject(Lorg/eclipse/core/resources/IProject;)Z
at org.springframework.ide.eclipse.web.flow.core.inte rnal.model.WebFlowModel.getBeansProjects(WebFlowMo del.java:182)
at org.springframework.ide.eclipse.web.flow.core.inte rnal.model.WebFlowModel.initialize(WebFlowModel.ja va:159)
at org.springframework.ide.eclipse.web.flow.core.inte rnal.model.WebFlowModel.startup(WebFlowModel.java: 79)
at org.springframework.ide.eclipse.web.flow.core.WebF lowCorePlugin.start(WebFlowCorePlugin.java:76)
at org.eclipse.osgi.framework.internal.core.BundleCon textImpl$2.run(BundleContextImpl.java:994)
this is error that is workspace´s log.
sorry but i don´t know to do.
Torsten Juergeleit
Oct 11th, 2005, 04:07 PM
Caused by: java.lang.NoSuchMethodError: org.springframework.ide.eclipse.core.SpringCoreUti ls.isSpringProject(Lorg/eclipse/core/resources/IProject;)Z
at org.springframework.ide.eclipse.web.flow.core.inte rnal.model.WebFlowModel.getBeansProjects(WebFlowMo del.java:182)
at org.springframework.ide.eclipse.web.flow.core.inte rnal.model.WebFlowModel.initialize(WebFlowModel.ja va:159)
at org.springframework.ide.eclipse.web.flow.core.inte rnal.model.WebFlowModel.startup(WebFlowModel.java: 79)
at org.springframework.ide.eclipse.web.flow.core.WebF lowCorePlugin.start(WebFlowCorePlugin.java:76)
at org.eclipse.osgi.framework.internal.core.BundleCon textImpl$2.run(BundleContextImpl.java:994)
Please refer to http://forum.springframework.org/showthread.php?t=17676. It seems to be the same issue here.
Cheers,
Torsten
andre_fernando
Nov 14th, 2005, 07:47 AM
Hi Torsten,
i've got the same issue, but it seens your url (http://forum.springframework.org/showthread.php?t=17676) isn't working.
Thanks.
geideon
Nov 14th, 2005, 03:09 PM
Hello,
I had same errors. I choose (for pedagogical purpose) to rebuild (simple) the plugin with the code in the svn repository of springide.org + add the dtd of pr5 web flow and now plugin working like a charm in eclipse 3.1.1 wtp 0.7.1.
andre_fernando
Nov 14th, 2005, 08:56 PM
Hi geideon,
Did you rebuid all packages or just the org.springframework.ide.eclipse.web.flow.core package!?
What dtd are you referring!? I downloaded spring-webflow-pr5 at sourcefourge. I've found spring-webflow.dtd file. What changes if I rebuild with this file!?
Thanks.
geideon
Nov 15th, 2005, 03:22 AM
As i remember:
In the svn, I checked out the three plug ins for web flow:
...web.flow.core,
...web.flow.ui_editor,
...web.flow.ui
I checked out the feature plug in and the spring ide core plug in also.
I changed only the versions to 0.0.3 for example (in the plugin.xml of each web flow plugin)
I replaced the web flow dtd pr3 with the web flow dtd pr5 (don't remembere where)
In eclipse (sdk) i exported
the plugins (File/Export/Deployables plug-ins and fragments)
the feature (File/Export/Deployable Features)
I copied the contents of the 2 created folders (features and plugins) in eclipse (started with -clean option)
(I removed my old configs (.springWebFlow) of my projects and recreated them from scratch)
Voilà
hope this helps,
i'm waiting for 1.3
andre_fernando
Nov 15th, 2005, 07:20 AM
Geideon,
it works!!! But unfortunately I don't understand what happened... :(
Thanks.
Christian Dupuis
Nov 28th, 2005, 08:10 AM
Hi all,
I recompiled the WebFlow Editor in order to recover compatibility with Spring IDE 1.2.3. You can download the WebFlow PR3 release from the developer updatesite.
Please be aware that I haven't updated the dtd or the internal Parser to Spring WebFlow PR5. The Spring IDE team has suspended the development of the WebFLow Editor until WebFlow API is stable enough to work on. That should happen around the upcoming Spring Experience.
You can expect that Spring IDE WebFlow support will be released shortly after version 1.0 of Spring WebFlow becomes available.
See you all in Florida...
Cheers
Christian
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.