I was able to resolve this by rerunning
web mvc all --package ~.web
Type: Posts; User: DavidBiesack; Keyword(s):
I was able to resolve this by rerunning
web mvc all --package ~.web
I'm having the same problem.
Roo has already generated converters for all my domain types in the ApplicationConversionServiceFactoryBean_Roo_ConversionService class, so if I add converters...
David Melia posted a working solution in SPR-7905,
namely, how to configure the MediaTypes for org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
from within...
However, the workaround listed in SPR-7905 does not work for me when I remove <annotation-driven>.
I get
Ambiguous handler methods mapped for HTTP path '/projects':
{ public...
SPR-6386 appears to be this issue; it is marked Fixed in 3.0 RC3 but I still see it in 3.1.0.RELEASE
SPR-7905 is Open, waiting-for-triage (and may have a kluge/workaround)
I have a Spring 3.1.0 web @Controller :
@RequestMapping("/projects")
@Controller
public class ProjectController {
...
I'm moving this thread to the Web Services forum which is probably a better fit;
see Spring, Roo,and JAXBException: X nor any of its super class is known to this context there.
How do I use Spring to force all my marshaling to use the same context and to find all my classes (which may be in different jars)?
I originally posted this in the Roo forum but have not seen a...
yes, that was one problem I fixed in my STS.
I have a Spring Roo app with some JPA entities, and I'm adding some REST API handlers.
I added a method annotated with @RequestHandler ; the method returns...
Thanks for your patience and assistance, Martin. I filed a JIRA issue, see STS-2827
Thanks for the hint.
The server definition in my Window -> Preferences -> Server -> Runtime Environments was old - it
had the old tcServer from a previous (2.9.1.FINAL) install of STS (tc Server...
I deleted my tc Server server instance but alas I could not add it back - there are no templates, so the
wizard cannot complete. (That feels like a STS bug).
I reinstalled STS 2.9.2.FINAL and the...
There is no sas.commons.rest-0.1.0-SNAPSHOT.jar anywhere in my spring-insight-instance directory, although the other jars from the Maven pom.xml dependencies are all there. Also,...
I found the internal deployment directory:
/u/sasdjb/eclipse-workspaces/springsource/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps
so now I can look at the...
Thanks, Martin.
I am using the full STS that I downloaded from springsource - I think I originally downloaded 2.9.1.RELEASE (based on my directory structure) then used the update site to update to...
Hi, Martin.
yes, I was able to strip this down to two basic projects A and B that exhibit this problem. The attached sts-webtools-cnfe.zip contains the two Eclipse projects, A and B. Deploy A with...
side note: as per this StackOverflow thread, my commons.rest project was already correctly listed in the Deployment Assembly. However, under both cases (commons.rest project open or closed), the...
I have a Spring project named AppGen, building with Maven, that worked fine in STS 2.9.2.RELEASE.
I refactored a bit and moved some classes to a second project named commons.rest and added a...
My pom.xml has
<groupId>com.sas.tools.appgen</groupId>
but Roo thinks ~ is com.sas.tools instead, so when I do
entity jpa --class ~.models.Artifact
Roo creates...
I too am having the same 'Unsatisfied requirement(s):' problem while following the examples in Long&Mayzak's 'Getting Started with Roo' book. I've installed spring-roo-1.2.1.RELEASE and...
I don't see any MMojoExecutionException or URL - just
# mvn clean install
...
[INFO] Copying 4 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to...