Thank you for the feedback. I've identified at least 2 issues with the "existing instance" option that I'll be looking into.
https://issuetracker.springsource.com/browse/STS-3339...
Type: Posts; User: ldossantos; Keyword(s):
Thank you for the feedback. I've identified at least 2 issues with the "existing instance" option that I'll be looking into.
https://issuetracker.springsource.com/browse/STS-3339...
Yeah, it looks like there's a problem when I use the combo to select a previously created instance. If I select the Browse... button instead to navigate to the instance location, then the server will...
Happy to hear that's working for you now. Cheers.
Hi Boaz.
I've fixed STS-3324 for the next release, but your other error message puzzles me. If the .tc-runtime-instance file exists in the tcserver_with_ssl directory, then it should proceed...
The Maven tooling will give warnings for plugin execution steps that it doesn't know how to handle from the IDE. Sometimes these execution steps are covered by add ons for the Maven tooling, but not...
You'll need to call the ModifyExtraVmArgsCommand to add new VM arguments. Normally the endorsed directories argument is hardcoded at another level of the tooling, but calling this command should...
This particular file shouldn't even be getting Webflow validation since it's technically a Spring beans configuration file.
Can you right-click the project to pull up the Properties dialog, then...
Seems to be a bug. Do you know what version of STS were you were upgrading from? Which version of Webflow do you use, 2.3?
I've filed an issue STS-3295: webflow config gives bogus "Start state...
STS 2.3.2 is pretty old now, and the template packaging issue was one we fixed a while back. Have you tried the latest STS 3.2.0? It includes a wider variety of template projects and examples to get...
Mike, do you have JBossTools installed into STS? There are some reports that JBossTools 3.3 Hibernate provider is incompatible with the Eclipse 3.8/4.2 (and STS 3.x). If that's the case, then you'll...
Thanks for the details Mike. I've been away but I have a chance to look into this on Monday. All I need is a project that does "jpa setup", right?
Can you try updating Mylyn from the update site http://download.eclipse.org/mylyn/releases/latest
Hello Mike
To clarify, are you seeing this issue when you're generating Roo projects within STS, or is this happening when you have a command line Roo project that you then import into STS?
...
Are you maybe behind a proxy that could be preventing the content from downloading? If so you might need to configure your proxy settings under Preferences -> General -> Network Settings.
I'd expect that if the rest of your schema is resolving properly then you'd be able to see comments for your elements as well. If the XML editor isn't properly resolving your XSD you could try adding...
I think this is a long standing bug in the JVM where modifying a jar file that is in use will crash the VM.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4425695
I'm not sure there's...
Step 2.9 of the tutorial says Deploy to a integrated Web container configured in STS:
• Drag your project to the desired Web container inside the STS server view
• Right-click your project and...
I'm not certain why -1 was chosen for the default, but you'll be happy to know that starting with STS 3.2.0M1 you can set these values when creating a new tc Server instance.
It's working for me, do you have the same problem with CTRL+SPACE being ignored in other parts of Eclipse/STS, like for Java content assist?
I've seen when Mac OS sometimes like to steal the...
We don't bundle JDBC drivers for Oracle. You might be able to get them from here http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html though I haven't attempted any of these...
STS 3.1.0 is the most recent release and works with both Tomcat 7 and Java 7
Hello Tamas. Thanks for the input
1. I just checked, and the visual editor does not display error-channel references for any inbound or outbound channel adapters. This was a design decision...
The Integration graph doesn't support importing elements from other files. You'd need to open each XML file individually to see its components, but at the moment there is no global overview for the...
Yes, this was reported shortly after 3.1.0 was released:
STS-2914: Roo project wizard: "Use external location" not working
https://issuetracker.springsource.com/browse/STS-2914
The fix will be...
Hi making
Unfortunately your template is hitting this bug https://issuetracker.springsource.com/browse/STS-2710 where the token replacement is stepping over the project name. Since your template...