You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jay D. McHugh (JIRA)" <ji...@apache.org> on 2006/11/04 02:55:16 UTC

[jira] Created: (GERONIMO-2543) Upgrade Scout from version 0.5 to 0.7rc1

Upgrade Scout from version 0.5 to 0.7rc1
----------------------------------------

                 Key: GERONIMO-2543
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2543
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 1.2
            Reporter: Jay D. McHugh
            Priority: Minor
         Attachments: geronimo-2543.patch, geronimo-specs-2543.patch

It looks like scout has been moved to ws-scout.  But there apears to be only the jar files published.

I have patches for both the geronimo-specs and geronimo trunk.

The patch changes the following:
- the dependency on scout/scout/0.5 to ws-scout/scout/0.7rc1
- the dependency on the geronimo-jaxr_spec up to the 1.1-SNAPSHOT version (built locally)

I started with a clean repo and built specs first (disabling tests).

After the specs were build, I went back to do the tests.  They failed here:

[INFO] ----------------------------------------------------------------------------
[INFO] Building JAXR 1.0
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://repository.codehaus.org/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
[WARNING] Unable to get resource from repository codehaus (http://repository.codehaus.org)
Downloading: http://repo1.maven.org/maven2/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
[WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 1 source file to /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/target/test-classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[26,36] package org.apache.ws.scout.registry does not exist

/usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[39,21] cannot resolve symbol
symbol  : class ConnectionFactoryImpl
location: class javax.xml.registry.ConnectionFactoryTest



After building specs, I built trunk (again disabling tests).

The build finished fine.  Once it was complete, I went back to run the tests.  They also finished fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2543) Upgrade Scout from version 0.5 to 0.7rc1

Posted by "Jay D. McHugh (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2543?page=comments#action_12447109 ] 
            
Jay D. McHugh commented on GERONIMO-2543:
-----------------------------------------

I did some more checking and even though the server build completed and the server started - I don't think that this is enough to switch to the new version of scout.

I downloaded the source for scout and built it and the jar file that it created is much bigger that the one that was downloaded from the maven repository.

So, the patches may be enough once there is a copy of scout uploaded to a repository - But I don't think this is worth looking at (unless you want to download and build scout yourself) until there is a release that is published.

Sorry for the noise.

> Upgrade Scout from version 0.5 to 0.7rc1
> ----------------------------------------
>
>                 Key: GERONIMO-2543
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2543
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 1.2
>            Reporter: Jay D. McHugh
>            Priority: Minor
>         Attachments: geronimo-2543.patch, geronimo-specs-2543.patch
>
>
> It looks like scout has been moved to ws-scout.  But there apears to be only the jar files published.
> I have patches for both the geronimo-specs and geronimo trunk.
> The patch changes the following:
> - the dependency on scout/scout/0.5 to ws-scout/scout/0.7rc1
> - the dependency on the geronimo-jaxr_spec up to the 1.1-SNAPSHOT version (built locally)
> I started with a clean repo and built specs first (disabling tests).
> After the specs were build, I went back to do the tests.  They failed here:
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building JAXR 1.0
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://repository.codehaus.org/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository codehaus (http://repository.codehaus.org)
> Downloading: http://repo1.maven.org/maven2/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> Compiling 1 source file to /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/target/test-classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[26,36] package org.apache.ws.scout.registry does not exist
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[39,21] cannot resolve symbol
> symbol  : class ConnectionFactoryImpl
> location: class javax.xml.registry.ConnectionFactoryTest
> After building specs, I built trunk (again disabling tests).
> The build finished fine.  Once it was complete, I went back to run the tests.  They also finished fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (GERONIMO-2543) Upgrade Scout from version 0.5 to 0.7rc1

Posted by "Jay D. McHugh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay D. McHugh closed GERONIMO-2543.
-----------------------------------

    Resolution: Invalid

Geronimo is currently using a snapshot version of scout - they have begun publishing current maven jars (including a snapshot that geronimo is using).

> Upgrade Scout from version 0.5 to 0.7rc1
> ----------------------------------------
>
>                 Key: GERONIMO-2543
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2543
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 1.2
>            Reporter: Jay D. McHugh
>            Priority: Minor
>         Attachments: geronimo-2543.patch, geronimo-specs-2543.patch
>
>
> It looks like scout has been moved to ws-scout.  But there apears to be only the jar files published.
> I have patches for both the geronimo-specs and geronimo trunk.
> The patch changes the following:
> - the dependency on scout/scout/0.5 to ws-scout/scout/0.7rc1
> - the dependency on the geronimo-jaxr_spec up to the 1.1-SNAPSHOT version (built locally)
> I started with a clean repo and built specs first (disabling tests).
> After the specs were build, I went back to do the tests.  They failed here:
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building JAXR 1.0
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://repository.codehaus.org/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository codehaus (http://repository.codehaus.org)
> Downloading: http://repo1.maven.org/maven2/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> Compiling 1 source file to /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/target/test-classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[26,36] package org.apache.ws.scout.registry does not exist
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[39,21] cannot resolve symbol
> symbol  : class ConnectionFactoryImpl
> location: class javax.xml.registry.ConnectionFactoryTest
> After building specs, I built trunk (again disabling tests).
> The build finished fine.  Once it was complete, I went back to run the tests.  They also finished fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-2543) Upgrade Scout from version 0.5 to 0.7rc1

Posted by "Jay D. McHugh (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2543?page=all ]

Jay D. McHugh updated GERONIMO-2543:
------------------------------------

    Attachment: geronimo-2543.patch

> Upgrade Scout from version 0.5 to 0.7rc1
> ----------------------------------------
>
>                 Key: GERONIMO-2543
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2543
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 1.2
>            Reporter: Jay D. McHugh
>            Priority: Minor
>         Attachments: geronimo-2543.patch, geronimo-specs-2543.patch
>
>
> It looks like scout has been moved to ws-scout.  But there apears to be only the jar files published.
> I have patches for both the geronimo-specs and geronimo trunk.
> The patch changes the following:
> - the dependency on scout/scout/0.5 to ws-scout/scout/0.7rc1
> - the dependency on the geronimo-jaxr_spec up to the 1.1-SNAPSHOT version (built locally)
> I started with a clean repo and built specs first (disabling tests).
> After the specs were build, I went back to do the tests.  They failed here:
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building JAXR 1.0
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://repository.codehaus.org/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository codehaus (http://repository.codehaus.org)
> Downloading: http://repo1.maven.org/maven2/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> Compiling 1 source file to /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/target/test-classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[26,36] package org.apache.ws.scout.registry does not exist
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[39,21] cannot resolve symbol
> symbol  : class ConnectionFactoryImpl
> location: class javax.xml.registry.ConnectionFactoryTest
> After building specs, I built trunk (again disabling tests).
> The build finished fine.  Once it was complete, I went back to run the tests.  They also finished fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2543) Upgrade Scout from version 0.5 to 0.7rc1

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472994 ] 

Jason Dillon commented on GERONIMO-2543:
----------------------------------------

FYI, there is 0.7rc2 here:

 * http://repo1.maven.org/maven2/ws-scout/scout/0.7rc2/


> Upgrade Scout from version 0.5 to 0.7rc1
> ----------------------------------------
>
>                 Key: GERONIMO-2543
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2543
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 1.2
>            Reporter: Jay D. McHugh
>            Priority: Minor
>         Attachments: geronimo-2543.patch, geronimo-specs-2543.patch
>
>
> It looks like scout has been moved to ws-scout.  But there apears to be only the jar files published.
> I have patches for both the geronimo-specs and geronimo trunk.
> The patch changes the following:
> - the dependency on scout/scout/0.5 to ws-scout/scout/0.7rc1
> - the dependency on the geronimo-jaxr_spec up to the 1.1-SNAPSHOT version (built locally)
> I started with a clean repo and built specs first (disabling tests).
> After the specs were build, I went back to do the tests.  They failed here:
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building JAXR 1.0
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://repository.codehaus.org/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository codehaus (http://repository.codehaus.org)
> Downloading: http://repo1.maven.org/maven2/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> Compiling 1 source file to /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/target/test-classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[26,36] package org.apache.ws.scout.registry does not exist
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[39,21] cannot resolve symbol
> symbol  : class ConnectionFactoryImpl
> location: class javax.xml.registry.ConnectionFactoryTest
> After building specs, I built trunk (again disabling tests).
> The build finished fine.  Once it was complete, I went back to run the tests.  They also finished fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-2543) Upgrade Scout from version 0.5 to 0.7rc1

Posted by "Jay D. McHugh (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2543?page=comments#action_12447106 ] 
            
Jay D. McHugh commented on GERONIMO-2543:
-----------------------------------------

Someone else should test that the functionality is still the same.

I do not know enough about jaxr to be able to test beyond the tests that maven runs.

> Upgrade Scout from version 0.5 to 0.7rc1
> ----------------------------------------
>
>                 Key: GERONIMO-2543
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2543
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 1.2
>            Reporter: Jay D. McHugh
>            Priority: Minor
>         Attachments: geronimo-2543.patch, geronimo-specs-2543.patch
>
>
> It looks like scout has been moved to ws-scout.  But there apears to be only the jar files published.
> I have patches for both the geronimo-specs and geronimo trunk.
> The patch changes the following:
> - the dependency on scout/scout/0.5 to ws-scout/scout/0.7rc1
> - the dependency on the geronimo-jaxr_spec up to the 1.1-SNAPSHOT version (built locally)
> I started with a clean repo and built specs first (disabling tests).
> After the specs were build, I went back to do the tests.  They failed here:
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building JAXR 1.0
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://repository.codehaus.org/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository codehaus (http://repository.codehaus.org)
> Downloading: http://repo1.maven.org/maven2/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> Compiling 1 source file to /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/target/test-classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[26,36] package org.apache.ws.scout.registry does not exist
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[39,21] cannot resolve symbol
> symbol  : class ConnectionFactoryImpl
> location: class javax.xml.registry.ConnectionFactoryTest
> After building specs, I built trunk (again disabling tests).
> The build finished fine.  Once it was complete, I went back to run the tests.  They also finished fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2543) Upgrade Scout from version 0.5 to 0.7rc1

Posted by "Jay D. McHugh (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2543?page=all ]

Jay D. McHugh updated GERONIMO-2543:
------------------------------------

    Attachment: geronimo-specs-2543.patch

> Upgrade Scout from version 0.5 to 0.7rc1
> ----------------------------------------
>
>                 Key: GERONIMO-2543
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2543
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 1.2
>            Reporter: Jay D. McHugh
>            Priority: Minor
>         Attachments: geronimo-2543.patch, geronimo-specs-2543.patch
>
>
> It looks like scout has been moved to ws-scout.  But there apears to be only the jar files published.
> I have patches for both the geronimo-specs and geronimo trunk.
> The patch changes the following:
> - the dependency on scout/scout/0.5 to ws-scout/scout/0.7rc1
> - the dependency on the geronimo-jaxr_spec up to the 1.1-SNAPSHOT version (built locally)
> I started with a clean repo and built specs first (disabling tests).
> After the specs were build, I went back to do the tests.  They failed here:
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building JAXR 1.0
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://repository.codehaus.org/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository codehaus (http://repository.codehaus.org)
> Downloading: http://repo1.maven.org/maven2/ws-scout/scout/0.7rc1/scout-0.7rc1.pom
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> Compiling 1 source file to /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/target/test-classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[26,36] package org.apache.ws.scout.registry does not exist
> /usr/src/geronimo-specs/geronimo-jaxr_1.0_spec/src/test/java/javax/xml/registry/ConnectionFactoryTest.java:[39,21] cannot resolve symbol
> symbol  : class ConnectionFactoryImpl
> location: class javax.xml.registry.ConnectionFactoryTest
> After building specs, I built trunk (again disabling tests).
> The build finished fine.  Once it was complete, I went back to run the tests.  They also finished fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira