Search:

Type: Posts; User: rdouglas; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    638

    I think you can do this by creating a custom...

    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...
  2. The project was created from scratch in STS using...

    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...
  3. is there a recommended way to develope SDG...

    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...
  4. Replies
    8
    Views
    1,611

    Filed ROO-2719 and ROO-2720 for the sample code &...

    Filed ROO-2719 and ROO-2720 for the sample code & the type=bundle issue. Thanks for your help Andrew!
  5. Replies
    8
    Views
    1,611

    looking into it some more, I don't think I need...

    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"...
  6. Replies
    8
    Views
    1,611

    Ah, found it. The custom addon declared the...

    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.
    ...
  7. Replies
    8
    Views
    1,611

    Thanks Andrew, that test case works for me too. ...

    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...
  8. Replies
    8
    Views
    1,611

    Missing 1.1.5.RELEASE Maven dependencies?

    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...
  9. JIRA issue

    Good point, I did that this morning: ROO-2275
  10. Replies
    6
    Views
    2,482

    More info

    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...
  11. SOLVED: ConverterNotFoundException for Roo entity in WebFlow

    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. ...
  12. Replies
    6
    Views
    2,482

    I'm using 2.3.0 (with Roo 1.1.2) - overall the...

    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,...
  13. Replies
    6
    Views
    2,482

    Ever solve the converter issue?

    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...
  14. Just to follow up, I also encounter this issue...

    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.
  15. Tried again with Maven 2.2.1, still fails. The...

    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...
  16. Problem with building from source - mojo-addon

    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...
Results 1 to 16 of 16