I think you can do this by creating a custom FlowUrlHandler class and setting it on the FlowHandlerMapping in webflow-config.xml. The default (DefaultFlowUrlHandler) works by writing a request...
Type: Posts; User: rdouglas; Keyword(s):
I think you can do this by creating a custom FlowUrlHandler class and setting it on the FlowHandlerMapping in webflow-config.xml. The default (DefaultFlowUrlHandler) works by writing a request...
The project was created from scratch in STS using New > Maven Project. I then added the various SDG dependencies, and copy & pasted in the maven-aspectj-plugin configuration section. I've checked...
is there a recommended way to develope SDG applications with an IDE? I am also having all sorts of errors, using both STS 2.7.2 and STS 2.8.0.M2.
In either case, I have to make my @NodeEntity...
Filed ROO-2719 and ROO-2720 for the sample code & the type=bundle issue. Thanks for your help Andrew!
looking into it some more, I don't think I need my addon as a dependency of my project. This is, however, another left-over from using the "addon create" command: if you do "addon create advanced"...
Ah, found it. The custom addon declared the various Roo dependencies using
<type>bundle</type>. Removing this line from each dependency, then rebuilding the addon & the project fixed my issue.
...
Thanks Andrew, that test case works for me too. However, I still can't build my project. I think there's something else going on here:
My project depends on a custom addon I've developed...
I'm trying to upgrade an old Roo-based project to 1.1.5.RELEASE. When I perform a Maven build, it complains of several missing 1.1.5 bundles from the repo.
I have...
Good point, I did that this morning: ROO-2275
I did some more digging & solved the Converter error issue. The solution is posted here.
Along the way I also figured out why you can't place flows such that their ID conflicts with the existing...
NOTE: This started out as a question, but ended up being a great way to talk myself through identifying the issue. Since I'd already written it all up, I'm posting anyway in case it helps someone. ...
I'm using 2.3.0 (with Roo 1.1.2) - overall the experience seems much the same as you describe.
One thing about the issue of flow location you mention above - I think flows can be located anywhere,...
Thanks for this write-up - I'm attempting a similar thing myself at the moment. I also ran into the ConversionService issue: I was wondering whether you ever go to the bottom of why the custom...
Just to follow up, I also encounter this issue trying to build roo on Ubuntu 10.04 with Maven 2.2.1 and Sun JDK 1.6. Same modules/bundles seem to error out.
Tried again with Maven 2.2.1, still fails. The specific dependencies that cause the problems are:
wrapping.json-simple
shell-json
shell
support
support-osgi
what's strange is that I've...
I'm following the setup instructions in the readme.txt after grabbing the source from git.
I've performed the wrapping step & that completes succesfully. However, the next step (mvn clean...