- This topic has 33 replies, 7 voices, and was last updated 19 years, 3 months ago by Riyad Kalla.
-
AuthorPosts
-
Shawn McDermottMemberI am trying to use the spring IDE with myEclipse. It doesn’t seem to be available. Specifically, I am trying to use the spring beans view and the graph view.
Do I need to do something different with the config? or is the spring IDE just not completely available in myEclipse?
Scott AndersonParticipantCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Shawn McDermottMemberWhat operating system and version are you running?
Windows XP Pro
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
Version: 3.1.0
– Was Eclipse freshly installed for MyEclipse?
yes, fresh install of eclipse, installed spring ide, then installed myeclipse.
– Are any other external plugins installed?
GEF
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
196 folders and 93 jars directly under <eclipse>/plugins
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
3.9.x
What JDK version are you using to run Eclipse? (java -version)
j2re1.4.2_08
What JDK version are you using to launch your application server?
j2re1.4.2_08
What steps did you take that resulted in the issue?
Simply installed (see above), created a webproject, added spring behavior, added the spring xml docs and attempted to use spring ide features. (bean view, graph)What application server are you using?
tomcat 5.5
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
yes, several “org.xml.sax.SAXParseException”
Shawn McDermottMemberI am wondering if it is an ordering issue. I am uninstalling everything and installing in order of 1. eclipse, 2. myeclipse, 3. spring ide.
I will report my findings.
Shawn McDermottMemberok, here is what I did.
1. installed fresh eclipse 3.1
2. installed fresh enterprise workbench 4.0
3. installed GEF
4. installed spring IDESame behavior. the spring ide options just don’t exist. I can see some of the spring ide options under myeclipse-spring (where I assigned an xml file to be spring type), but the bean view and bean graph aren’t available via right click context menu in that spring xml file.
thurinMemberDoesn’t 4.0 already include a spring module based on the springide? In 3.8.4 I manually added the Spring IDE similar to what you show, but in 4.0 it already exists.
You’ll need to add Spring Capabilities to you project and then add your config files and create a set inside the Spring Bean View.
Shawn McDermottMemberI did that…I think. what I did was create my config files go into the project properties, myeclipse-spring, added my xml files to a set.
my assumption is at that point I can open a bean config xml and see the bean view/bean graph. however, I cannot.
Riyad KallaMembersqtmcd
In 4.0 we now ship SpringIDE as part of MyEclipse, so by you installing it separately might be causing conflits for the plugins so they could be failing to load or at the least failing to work correctly. I would encourage you to use a clean install of Eclipse and MyEclipse and as thurin suggested, add Spring Capabilities to your project and see if everything is bheaving as it should.
Shawn McDermottMemberI scrubbed eclipse and myeclipse. reinstalled eclipse 3.1, reinstalled myeclipse 4.0. Upon opening my project, I still cannot right click in a spring xml and see bean view, or bean graph.
Riyad KallaMemberYou will need to first add Spring Capabilities to your proejct, is this already added?
Shawn McDermottMemberyes. I even tried a totally new project. right clicked the project, added spring capabilities, created a new spring applicationContext.xml, added a few beans(saved the file), and still no spring view/bean graph.
I have to be missing something totally obvious. 🙁
Shawn McDermottMemberMaybe this is related and relevant….
Once I have added spring capabilities to my project, I don’t see the ‘remove spring capabilities’ in the menu as the docs describe.
Riyad KallaMemberI am seeing this as well, let me look into it. The integration just might not be done yet.
thurinMemberMaybe mine’s working as my project already had Spring Capabilities added to it via the Spring IDE? I’m enjoying all the benefits of the Spring IDE from the built in support in 4.0M2
Shawn McDermottMemberI am glad to know it is not just me. I look forward to hearing what you find.
-
AuthorPosts