Uploaded image for project: 'Developer Studio (JBoss Developer Studio)'
  1. Developer Studio (JBoss Developer Studio)
  2. JBDS-1790

CLONE - Unable to install BPEL extras - cannot find BPEL examples (JBDS 5)

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Blocker
    • Resolution: Done
    • Affects Version/s: 5.0.0.M3
    • Fix Version/s: 5.0.0.M3
    • Component/s: updatesite
    • Labels:
      None

      Description

      I cannot install BPEL extra plugins from http://www.qa.jboss.com/binaries/RHDS/updates/development/4.1.0.CR2_extras/ on top of http://machydra.brq.redhat.com/www.qa.jboss.com/binaries/RHDS/builds/development/4.1.0.CR2/201107051610/installer/

      Cannot complete the install because one or more required items could not be found.
        Software being installed: BPEL Editor (Certified) 1.0.0.v20110705-1603-H948-CR2 (com.jboss.jbds.bpel.feature.feature.group 1.0.0.v20110705-1603-H948-CR2)
        Missing requirement: BPEL Editor (Certified) 1.0.0.v20110705-1603-H948-CR2 (com.jboss.jbds.bpel.feature.feature.group 1.0.0.v20110705-1603-H948-CR2) requires 'com.jboss.jbds.bpel.examples 0.0.0' but it could not be found
      

        Gliffy Diagrams

        1. Screenshot.png
          83 kB
        2. Screenshot-3.png
          132 kB
        3. Screenshot-5.png
          125 kB
        4. snapshot6.png
          87 kB
        5. snapshot7.png
          152 kB

          Issue Links

            Activity

            Hide
            nickboldt Nick Boldt added a comment - - edited

            Steps to repro:

            1. download/install jbdevstudio-product-linux-gtk-5.0.0.v201107160403N-H691-M3.jar

            2. Help > Install new > add two locally built sites (run `mvn clean install` in the product/ then extras/ folders below):

            file:///home/nboldt/devstudio-trunk/product/site/target/site/
            file:///home/nboldt/devstudio-trunk/extras/site/target/site/
            

            3. select all features to install.

            4. Previously, when resolving deps, got this error:

            Cannot complete the install because one or more required items could not be found.
              Software being installed: BPEL Editor (Certified) 1.0.0.v20110719-1722-M3 (com.jboss.jbds.bpel.feature.feature.group 1.0.0.v20110719-1722-M3)
              Missing requirement: BPEL Editor (Certified) 1.0.0.v20110719-1722-M3 (com.jboss.jbds.bpel.feature.feature.group 1.0.0.v20110719-1722-M3) 
              requires 'com.jboss.jbds.bpel.examples 0.0.0' but it could not be found
            

            5. Now am able to install JBDS BPEL feature.


            Therefore, fixed in trunk but needs a good build of the Extras updatesite to verify:

            http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/devstudio-5.0_trunk.updatesite/

            Show
            nickboldt Nick Boldt added a comment - - edited Steps to repro: 1. download/install jbdevstudio-product-linux-gtk-5.0.0.v201107160403N-H691-M3.jar 2. Help > Install new > add two locally built sites (run `mvn clean install` in the product/ then extras/ folders below): file:///home/nboldt/devstudio-trunk/product/site/target/site/ file:///home/nboldt/devstudio-trunk/extras/site/target/site/ 3. select all features to install. 4. Previously, when resolving deps, got this error: Cannot complete the install because one or more required items could not be found. Software being installed: BPEL Editor (Certified) 1.0.0.v20110719-1722-M3 (com.jboss.jbds.bpel.feature.feature.group 1.0.0.v20110719-1722-M3) Missing requirement: BPEL Editor (Certified) 1.0.0.v20110719-1722-M3 (com.jboss.jbds.bpel.feature.feature.group 1.0.0.v20110719-1722-M3) requires 'com.jboss.jbds.bpel.examples 0.0.0' but it could not be found 5. Now am able to install JBDS BPEL feature. Therefore, fixed in trunk but needs a good build of the Extras updatesite to verify: http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/devstudio-5.0_trunk.updatesite/
            Hide
            nickboldt Nick Boldt added a comment -
            Show
            nickboldt Nick Boldt added a comment - Cannot reproduce using latest M3 site [1] : [1] http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio-5.0_trunk.updatesite/extras/ (H1409) See also JBIDE-9432 .
            Hide
            nickboldt Nick Boldt added a comment -

            com.jboss.jbds.bpel.examples can be installed from the above site:

            See also JBDS-1802

            Show
            nickboldt Nick Boldt added a comment - com.jboss.jbds.bpel.examples can be installed from the above site: See also JBDS-1802
            Hide
            nickboldt Nick Boldt added a comment -

            Bounce to Bob to verify all's well, once the plugin providers/names are fixed.

            Show
            nickboldt Nick Boldt added a comment - Bounce to Bob to verify all's well, once the plugin providers/names are fixed.
            Hide
            Grid.Qian Feng Qian added a comment -

            I think I have fix the the two plugin providers/names issues. Please verify them and go on.

            Show
            Grid.Qian Feng Qian added a comment - I think I have fix the the two plugin providers/names issues. Please verify them and go on.
            Hide
            nickboldt Nick Boldt added a comment -

            For JBDS 5, you can build the Extras site locally to test changes like this:

            0. build parent pom for JBT 3.3 in trunk
            1. check out http://svn.jboss.org/repos/devstudio/trunk/extras/
            2. from /extras/ folder, run `mvn clean install`
            3. start up Eclipse or JBDS
            4. Help > Install > point at path to /extras/site/target/site/

            Show
            nickboldt Nick Boldt added a comment - For JBDS 5, you can build the Extras site locally to test changes like this: 0. build parent pom for JBT 3.3 in trunk 1. check out http://svn.jboss.org/repos/devstudio/trunk/extras/ 2. from /extras/ folder, run `mvn clean install` 3. start up Eclipse or JBDS 4. Help > Install > point at path to /extras/site/target/site/
            Hide
            nickboldt Nick Boldt added a comment -

            Note that BPEL is now only on the SOA Tooling site. To install, go here:

            http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio-5.0_trunk.soa-tooling.updatesite/all/repo/

            Show
            nickboldt Nick Boldt added a comment - Note that BPEL is now only on the SOA Tooling site. To install, go here: http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio-5.0_trunk.soa-tooling.updatesite/all/repo/
            Hide
            nickboldt Nick Boldt added a comment -

            Marking resolved, but minor nitpick recorded in JBIDE-9646 which can be fixed in M4.

            Show
            nickboldt Nick Boldt added a comment - Marking resolved, but minor nitpick recorded in JBIDE-9646 which can be fixed in M4.
            Hide
            lzoubek Libor Zoubek added a comment -

            closing, since BPEL is now available in soa tooling, and can be successfully installed on JBDS 5.0.0.v201109021637R-H24-M3

            Show
            lzoubek Libor Zoubek added a comment - closing, since BPEL is now available in soa tooling, and can be successfully installed on JBDS 5.0.0.v201109021637R-H24-M3

              People

              • Assignee:
                bbrodt Robert (Bob) Brodt
                Reporter:
                lzoubek Libor Zoubek
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Development