Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 55

Thread: Announcements: SBI 1.5.0 GA Released

  1. #41
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    See the top post for the release info for Spring BlazeDS Integration 1.5.0.M2.
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

  2. #42
    Join Date
    Nov 2010
    Location
    Santo Domingo, Albay Philippines
    Posts
    158

    Default

    Ok I downloaded 1.5.0.M2, but the readme didn't explain how to install it in STS 2.5.2

    is it just put the 1.5.0.M2 jar in one of the STS RELEASE folders like dropins, features, or plugins?

  3. #43
    Join Date
    Nov 2010
    Location
    Santo Domingo, Albay Philippines
    Posts
    158

    Unhappy testdrive missing artifacts

    I followed Jeremy's directions and ran

    mvn clean install in the M2 dist samples testdrive folder. It ran for a long time with no errors, cool!

    I then went to STS 2.5.2 and imported the existing project testdrive from the above folder. The build of the project in STS 2.5.2 failed and a quick check of the build path shows a lot of red x's in the build path under the M2_REPO variable. See below.



    I tried cleaning the project and build all but no change.

  4. #44
    Join Date
    Nov 2010
    Location
    Santo Domingo, Albay Philippines
    Posts
    158

    Talking Testdrive documentation correction

    The doucmenation on building and trying the BlazeDS testdrive projects, has an ambiguous paragraph that led me down the primrose path.

    It says...

    To import the samples, select File->Import...->General->Existing Projects into Workspace and navigate to the {project distribution root}/spring-flex-samples/spring-flex-testdrive directory and import all of the projects found.

    what it really should say is...

    To import the samples, select File->Import...->Maven->Existing Maven Projects into Workspace and navigate to the {project distribution root}/spring-flex-samples/spring-flex-testdrive directory and import all of the projects found.

    If you do that then all the dependencies and your local repository at the M2_REPO variable will be resolved and it will all work fine...do it they General existing projects and you have to do it all manually. (at least I did)

  5. #45
    Join Date
    Nov 2010
    Location
    Santo Domingo, Albay Philippines
    Posts
    158

    Question testdrive servlet.xml errors

    Quote Originally Posted by MikeOliverAZ View Post
    Ok I downloaded 1.5.0.M2, but the readme didn't explain how to install it in STS 2.5.2

    is it just put the 1.5.0.M2 jar in one of the STS RELEASE folders like dropins, features, or plugins?
    I imported the testdrive projects and maven did a good job of populating the M2_REPO.

    but still have a bunch of errors in servlet.xml and most are similar to

    cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'flex:integration-message-destination'.

    which tells me the integration isn't complete.

  6. #46
    Join Date
    Nov 2010
    Location
    Santo Domingo, Albay Philippines
    Posts
    158

    Default http://www.springframework.org/schema/flex/spring-flex-1.5.xsd DOES NOT EXIST

    Quote Originally Posted by jeremyg484 View Post
    I'm pleased to announce that the 1.5.0.M2 milestone release of Spring BlazeDS Integration is now available. A 1.0.0.M2 release of the Flex Addon for Spring Roo should follow over the coming weeks.

    See the official release announcement for more details.
    The flex-servlet.xml included in the above distribution /testdrive/WEB-INF/ references http://www.springframework.org/schema/flex/spring-flex-1.5.xsd which does not exist while http://www.springframework.org/schema/flex/spring-flex-1.0.xsd does exist.

  7. #47
    Join Date
    Nov 2010
    Location
    Santo Domingo, Albay Philippines
    Posts
    158

    Default LCDS Integration Udate???

    Quote Originally Posted by jeremyg484 View Post
    I'll be meeting with folks from Adobe at MAX in a couple of weeks to figure out the exact direction here. Within the next week, we'll be moving the current trunk to a 1.0.x maintenance branch so that we can begin work in earnest on what we're currently calling 1.5, which will include the explicit LCDS integration. One of the first things we'll do is commit some of the initial work we've done previously (when we thought it would not be able to be open source) for LCDS integration, so you'll be able to see some of this functionality in the nightly builds very soon.
    As this is quite old, does "very soon" still apply. Yes very interested.

  8. #48
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    See the top post for the release info for Spring BlazeDS Integration 1.5.0.RC1.
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

  9. #49
    Join Date
    Nov 2010
    Location
    Santo Domingo, Albay Philippines
    Posts
    158

    Default

    Are there installation instructions? I imported the spring-flex-core and testdrive projects into STS 2.6.1 and tried a maven install and got


    Unable to find resource 'org.springframework.flex:spring-flex-parentom:1.5.0.RC1' in repository central (http://repo1.maven.org/maven2)

  10. #50
    Join Date
    Nov 2010
    Location
    Santo Domingo, Albay Philippines
    Posts
    158

    Default spring-flex-core in 1.5.0.RC1 fails to build with maven

    spring-flex-core build gives


    Code:
    [INFO] Scanning for projects...
    Downloading: http://repo1.maven.org/maven2/org/springframework/flex/spring-flex-parent/1.5.0.RC1/spring-flex-parent-1.5.0.RC1.pom
    [INFO] Unable to find resource 'org.springframework.flex:spring-flex-parent:pom:1.5.0.RC1' in repository central (http://repo1.maven.org/maven2)
    [INFO] ------------------------------------------------------------------------
    [ERROR] FATAL ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Error building POM (may not be this project's POM).

Posting Permissions

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