[jbosstools-issues] [JBoss JIRA] (JBDS-1995) externalize URL of JBDS SOA site so it can be passed in via commandline for testing purposes

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu May 24 12:24:18 EDT 2012


    [ https://issues.jboss.org/browse/JBDS-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695694#comment-12695694 ] 

Nick Boldt edited comment on JBDS-1995 at 5/24/12 12:23 PM:
------------------------------------------------------------

Patch appears to work. Had to rebuild JBDS .all feature like this:

cd ~/JBT/trunk/examples; mvn clean install -f ../build/pom.xml -Pdefault,local.site,examples-bootstrap -DskipTests
cd ~/JBDS/trunk/product; mvn clean install -f pom-site-and-product.xml

Then update JBDS from ~/JBDS/trunk/product/features/com.jboss.jbds/target/repository/ folder (to get newer examples feature built above), restart, and launch it like this:

{code}
 ./jbdevstudio -data /tmp/workspace-foo/ -vmargs \
-Djboss.discovery.directory.url=http://localhost:8080/product-soa/site/target/site/devstudio-directory.xml \
-Djboss.soa.update.url=http://localhost:8080/product-soa/site/target/site/
{code}

In central, we see:

!jbds1995-point-at-Nightly-site-with-new-connector-names.png!

And after installing, I get these features:

{code}
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 com.jboss.jbds.bpel.feature_1.1.0.v20120524-1530-H28-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.bpel.feature_1.1.0.v20120521-1335-H11-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.esb.feature_1.5.0.v20120521-1320-H14-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.jbpm.common.feature_4.4.0.v20120521-1346-H8-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.jbpm.convert.feature_1.0.0.v20120521-1346-H8-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.jbpm3.feature_3.2.1.v20120521-1346-H8-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.modeshape.rest.feature_1.1.0.v20120521-1348-H6-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.runtime.drools.detector.feature_1.3.0.v20120521-1716-H11-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.runtime.esb.detector.feature_1.3.0.v20120521-1716-H11-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.runtime.jbpm.detector.feature_1.3.0.v20120521-1716-H11-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jbpm.gd.jpdl.feature_3.2.1.v20120521-1346-H8-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:04 org.teiid.datatools.connectivity.feature_7.7.1.v20120521-1448-H41-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:04 org.teiid.designer.feature_7.7.1.v20120521-1448-H41-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:04 org.teiid.designer.runtime.feature_7.7.1.v20120521-1448-H41-Nightly-SOA
{code}

----

Alternatively, launching like this:

{code}
./jbdevstudio -data /tmp/workspace-foo/ -vmargs \
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.Beta2.soa-tooling/devstudio-directory.xml \
-Djboss.soa.update.url=http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.Beta2.soa-tooling/
{code}

I see this in Central:

!jbds1995-point-at-Beta2-site-with-new-connector-names.png!

And after installing, I get these features:

{code}
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 com.jboss.jbds.bpel.feature_1.1.0.v20120522-2301-H13-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.bpel.feature_1.1.0.v20120521-1328-H2-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.esb.feature_1.5.0.v20120522-1349-H12-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.jbpm.common.feature_4.4.0.v20120521-1345-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.jbpm.convert.feature_1.0.0.v20120521-1345-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.jbpm3.feature_3.2.1.v20120521-1345-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.modeshape.rest.feature_1.1.0.v20120521-1354-H2-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.runtime.drools.detector.feature_1.3.0.v20120522-1702-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.runtime.esb.detector.feature_1.3.0.v20120522-1702-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.runtime.jbpm.detector.feature_1.3.0.v20120522-1702-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jbpm.gd.jpdl.feature_3.2.1.v20120521-1345-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.teiid.datatools.connectivity.feature_7.7.1.v20120521-1528-H9-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.teiid.designer.feature_7.7.1.v20120521-1528-H9-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.teiid.designer.runtime.feature_7.7.1.v20120521-1528-H9-Beta2-SOA
{code}

So... just need a +1 from Max and I can commit this to trunk.
                
      was (Author: nickboldt):
    {code}
 ./jbdevstudio -data /tmp/workspace-foo/ -vmargs \
-Djboss.discovery.directory.url=http://localhost:8080/product-soa/site/target/site/devstudio-directory.xml \
-Djboss.soa.update.url=http://localhost:8080/product-soa/site/target/site/
{code}

Result:

!jbds1995-point-at-Nightly-site-with-new-connector-names.png!

Installed:

{code}
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 com.jboss.jbds.bpel.feature_1.1.0.v20120524-1530-H28-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.bpel.feature_1.1.0.v20120521-1335-H11-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.esb.feature_1.5.0.v20120521-1320-H14-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.jbpm.common.feature_4.4.0.v20120521-1346-H8-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.jbpm.convert.feature_1.0.0.v20120521-1346-H8-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.jbpm3.feature_3.2.1.v20120521-1346-H8-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.modeshape.rest.feature_1.1.0.v20120521-1348-H6-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.runtime.drools.detector.feature_1.3.0.v20120521-1716-H11-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.runtime.esb.detector.feature_1.3.0.v20120521-1716-H11-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jboss.tools.runtime.jbpm.detector.feature_1.3.0.v20120521-1716-H11-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:03 org.jbpm.gd.jpdl.feature_3.2.1.v20120521-1346-H8-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:04 org.teiid.datatools.connectivity.feature_7.7.1.v20120521-1448-H41-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:04 org.teiid.designer.feature_7.7.1.v20120521-1448-H41-Nightly-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:04 org.teiid.designer.runtime.feature_7.7.1.v20120521-1448-H41-Nightly-SOA
{code}

----

Alternatively:

{code}
./jbdevstudio -data /tmp/workspace-foo/ -vmargs \
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.Beta2.soa-tooling/devstudio-directory.xml \
-Djboss.soa.update.url=http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.Beta2.soa-tooling/
{code}

Result:

!jbds1995-point-at-Beta2-site-with-new-connector-names.png!

Installed:

{code}
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 com.jboss.jbds.bpel.feature_1.1.0.v20120522-2301-H13-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.bpel.feature_1.1.0.v20120521-1328-H2-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.esb.feature_1.5.0.v20120522-1349-H12-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.jbpm.common.feature_4.4.0.v20120521-1345-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.jbpm.convert.feature_1.0.0.v20120521-1345-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.jbpm3.feature_3.2.1.v20120521-1345-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.modeshape.rest.feature_1.1.0.v20120521-1354-H2-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.runtime.drools.detector.feature_1.3.0.v20120522-1702-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.runtime.esb.detector.feature_1.3.0.v20120522-1702-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jboss.tools.runtime.jbpm.detector.feature_1.3.0.v20120522-1702-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.jbpm.gd.jpdl.feature_3.2.1.v20120521-1345-H4-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.teiid.datatools.connectivity.feature_7.7.1.v20120521-1528-H9-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.teiid.designer.feature_7.7.1.v20120521-1528-H9-Beta2-SOA
drwxrwxr-x 3 nboldt nboldt 4.0K May 24 12:00 org.teiid.designer.runtime.feature_7.7.1.v20120521-1528-H9-Beta2-SOA
{code}

                  
> externalize URL of JBDS SOA site so it can be passed in via commandline for testing purposes
> --------------------------------------------------------------------------------------------
>
>                 Key: JBDS-1995
>                 URL: https://issues.jboss.org/browse/JBDS-1995
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: central
>    Affects Versions: 5.0.0.Beta3
>            Reporter: Nick Boldt
>            Assignee: Douglas Palmer
>            Priority: Blocker
>             Fix For: 5.0.0.CR1
>
>         Attachments: jbds-central-override-update-site.png, jbds1995-point-at-Beta2-site-with-new-connector-names.png, jbds1995-point-at-Nightly-site-with-new-connector-names.png, JBDS1995.patch.txt
>
>
> We can already do this:
> ./jbdevstudio -vmargs -Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio-5.0_trunk.updatesite/product/devstudio-directory.xml
> But the URL hard-coded in the discovery plugin's plugin.xml [1] will need to change during QE testing for a milestone release, since the site on which the JBDS SOA bits reside will be a different URL from where they'll end up when published to Early Access or once GA'd.
> So, we need something like this:
> ./jbdevstudio -vmargs -Djboss.soa.update.url=http://devstudio.jboss.com/updates/5.0/staging/soa-tooling/
> and that there's a ${jboss.soa.update.url} variable in the plugin.xml of the discovery plugin [1], which would be set to a default value of http://devstudio.jboss.com/updates/5.0/soa-tooling/ in plugin.properties [2]
> [1] https://svn.jboss.org/repos/devstudio/trunk/product/plugins/com.jboss.jbds.central.discovery/plugin.xml
> [2] https://svn.jboss.org/repos/devstudio/trunk/product/plugins/com.jboss.jbds.central.discovery/plugin.properties

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list