Results 1 to 9 of 9

Thread: What happens with AbstractFormPage

  1. #1
    Join Date
    Sep 2004
    Location
    Madrid, Spain
    Posts
    6

    Default What happens with AbstractFormPage

    Hi,
    I was working hard the last month with rcp for a presentation to my boss, and I don't have possibility to read any messages.
    Today I refresh my local copy of rcp from cvs (sourceforge) and springframework 1.1, and .... I can't rebuild my applications :cry:

    I can't find AbstractFormPage, DefaultRulesSource, etc. etc.
    Help me Pls !!!!!

    thanks
    Evaluacion y Desarrollo de Negocios.

  2. #2
    Join Date
    Sep 2004
    Location
    Vancouver, BC, Canada
    Posts
    135

    Default I Can't Build Either

    I have a similar story. I have been working with rcp for the last few days. Today I got the latest version of the code from CVS and now I can't build the petclinic sample. I get this error:

    [signjar] jarsigner error: java.lang.RuntimeException: keystore load: C:\Dev\cvshome\spring-richclient\samples\petclinic\balex.keystore (The system cannot find the file specified)

  3. #3
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    You should setup your own build.properties and obtain a certificate as per the instructions in project.properties.

  4. #4
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    jagedn,

    I apologize for the refactoring--hate that it surprised you like that :-( - I announced to the devlist a few days back but understand you've been busy coding.

    Anyway, I can help: AbstractFormPage has been renamed to "AbstractForm" within the org.springframework.richclient.forms package. Several new features have also been added to this base class.

    DefaultRulesSource is still there in the rules package; however, "UnaryPredicate" has been renamed "Constraint" and UnaryProcedure/Function have been collapsed into "Closure".

    Several other packages have been renamed from plural form to singular form for consistency, for example org.springframework.rules.constraints is now org.springframework.rules.constraint.

    Overall, organization is much better and the design is improved in many areas. We've also introduced a good many new features. Certainly check the archived email from me on the devlist in regard to refactoring last week to get more details on the recent changes.

    I hope you upgrading goes smoothley; it took me less than an hour for my app, but then again, I know where things are. Let me know if you have specific problems. I will monitor this thread closely.

    Cyboc -- Petclinic works as is: the problem you're related to is jar signing for the client/server issues - see Ben's note.
    Keith Donald
    Core Spring Development Team

  5. #5
    Join Date
    Sep 2004
    Location
    Vancouver, BC, Canada
    Posts
    135

    Default

    Sorry. I guess I was looking in the wrong places for instructions. I looked in:
    spring-richclient\readme.txt
    and
    \spring-richclient\samples\petclinic\release-notes.txt

    I'll try your suggestion. Thanks.

  6. #6
    Join Date
    Sep 2004
    Location
    Vancouver, BC, Canada
    Posts
    135

    Default

    Ben,

    My keystore error was solved by using the instructions in project.properties. Thanks!

    Cheers,
    Cyboc

  7. #7
    Join Date
    Sep 2004
    Location
    Madrid, Spain
    Posts
    6

    Default

    Hi,
    Thanks KDonald, you have reason (again) : 1 hour more or less.
    I deleted all my local spring-richclient copy and I started a fresh rebuild. Now I attach spring-sandbox in my project because with spring 1.1, I removed the link to this.

    Only one thing is wrong. I needed touch the org.springframework.richclient.util.CustomizableFo cusTraversalPolicy because there is a reference to OverlayPanel and I can't find this class.


    Ufff, tomorrow I'll saw the app to my boss.
    Regards (las plantas).
    Evaluacion y Desarrollo de Negocios.

  8. #8
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    335

    Default

    Jagedn,

    sorry about the CustomizableFocusTraversalPolicy problem I rushed to commit my changes before I went home last night :oops: It should be fixed now.

    Ollie

  9. #9
    Join Date
    Sep 2004
    Location
    Madrid, Spain
    Posts
    6

    Default

    Hi

    I want to thank you for your help. The presentation was very fine and now I "only" need work hard in the application.
    For our customer we want to build a rich client application with 6-8 operators that interacts with EJB components in an J2ee server.
    At least, for me this like very interesting !!!!

    Perhaps If you want to watch the progress I can upload in some place (but as any spanish programmer the source will be in spanenglish :lol: )
    Evaluacion y Desarrollo de Negocios.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •