Re: Review Request: Wengine Task Querier Thread: OODT-310

2012-05-04 Thread Chris Mattmann


 On 2012-05-02 19:20:13, brian Foster wrote:
  ./trunk/workflow/src/test/org/apache/oodt/cas/workflow/engine/TestTaskQuerier.java,
   line 79
  https://reviews.apache.org/r/4961/diff/1/?file=105932#file105932line79
 
  When Success/done is passed in, the processor created is incorrect 
  since it has a sub-processor in Queued/waiting
 
 Chris Mattmann wrote:
 Thoughts on how to fix?
 
 Sheryl John wrote:
 If 'anydoneStates'/done is passed, then don't add taskProcessor and 
 return the 'done' processor?

Good idea, Sheryl, I will try that.


- Chris


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4961/#review7482
---


On 2012-05-02 05:08:45, Chris Mattmann wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/4961/
 ---
 
 (Updated 2012-05-02 05:08:45)
 
 
 Review request for oodt, brian Foster, Ricky Nguyen, Paul Ramirez, Sheryl 
 John, and Thomas Bennett.
 
 
 Summary
 ---
 
 Task Querier thread for OODT-310. See javadocs on: 
 https://builds.apache.org/job/oodt-trunk/javadoc/org/apache/oodt/cas/workflow/engine/TaskQuerier.html
 
 
 This addresses bug OODT-310.
 https://issues.apache.org/jira/browse/OODT-310
 
 
 Diffs
 -
 
   
 ./trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/TaskQuerier.java
  1332505 
   
 ./trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/WorkflowProcessor.java
  1331866 
   
 ./trunk/workflow/src/test/org/apache/oodt/cas/workflow/engine/TestTaskQuerier.java
  PRE-CREATION 
 
 Diff: https://reviews.apache.org/r/4961/diff
 
 
 Testing
 ---
 
 Includes unit test, that currently isn't passing. I think I know why 
 (something up with my threading logic and synchronized keywords) but wanted 
 to throw it up for review. I'll likely be working on this tomorrow or the 
 following evening.
 
 
 Thanks,
 
 Chris
 




Re: Review Request: Crawler command line bugs

2012-05-04 Thread Chris Mattmann

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4989/#review7564
---



trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/cli/option/handler/CrawlerBeansPropHandler.java
https://reviews.apache.org/r/4989/#comment16751

Interesting, so this has to be expanded out -- was this because of the 
Spring API here and the way that you set these types of properties?



trunk/crawler/src/main/resources/cmd-line-options.xml
https://reviews.apache.org/r/4989/#comment16752

Hey Tom, nothing to do with you here, but (maybe for bfost) -- why did this 
action name change to TriggerPostIngestWorkflow?


- Chris


On 2012-05-03 12:03:13, Thomas Bennett wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/4989/
 ---
 
 (Updated 2012-05-03 12:03:13)
 
 
 Review request for oodt, Chris Mattmann, brian Foster, Paul Ramirez, and 
 Sheryl John.
 
 
 Summary
 ---
 
 1) In handleOption(), test for multiple options and handle appropriately.
 
 2) Set the value for Unique.filemgrUlr in filemgrUrl bean.
 
 3) UpdateWorkflowStatusToIngest.workflowMgrUrl should be 
 TriggerPostIngestWorkflow.workflowMgrUrl
 
 
 This addresses bug OODT-454.
 https://issues.apache.org/jira/browse/OODT-454
 
 
 Diffs
 -
 
   trunk/crawler/src/main/resources/cmd-line-options.xml 1332980 
   
 trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/cli/option/handler/CrawlerBeansPropHandler.java
  1305264 
 
 Diff: https://reviews.apache.org/r/4989/diff
 
 
 Testing
 ---
 
 
 Thanks,
 
 Thomas
 




Re: Review Request: Crawler command line bugs

2012-05-04 Thread Chris Mattmann

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4989/#review7565
---

Ship it!


LGTM.

- Chris


On 2012-05-03 12:03:13, Thomas Bennett wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/4989/
 ---
 
 (Updated 2012-05-03 12:03:13)
 
 
 Review request for oodt, Chris Mattmann, brian Foster, Paul Ramirez, and 
 Sheryl John.
 
 
 Summary
 ---
 
 1) In handleOption(), test for multiple options and handle appropriately.
 
 2) Set the value for Unique.filemgrUlr in filemgrUrl bean.
 
 3) UpdateWorkflowStatusToIngest.workflowMgrUrl should be 
 TriggerPostIngestWorkflow.workflowMgrUrl
 
 
 This addresses bug OODT-454.
 https://issues.apache.org/jira/browse/OODT-454
 
 
 Diffs
 -
 
   trunk/crawler/src/main/resources/cmd-line-options.xml 1332980 
   
 trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/cli/option/handler/CrawlerBeansPropHandler.java
  1305264 
 
 Diff: https://reviews.apache.org/r/4989/diff
 
 
 Testing
 ---
 
 
 Thanks,
 
 Thomas
 




Re: Build failed in Jenkins: oodt-trunk #440

2012-05-04 Thread Mattmann, Chris A (388J)
Ahh, really? I will take a look, that could be the problem here.

Cheers,
Chris

On May 2, 2012, at 11:58 AM, holeno...@me.com
 holeno...@me.com wrote:

 
 also our core pom.xml file still points to java5...
 
 -brian
 
 On May 02, 2012, at 07:14 AM, Mattmann, Chris A (388J) 
 chris.a.mattm...@jpl.nasa.gov wrote:
 
 Guys, FYI Below. Brian, I think that this has to do with Java6/Java5 issues, 
 correct?
 Maybe we need Jenkins to be using Java6 on the build machine?
 
 Cheers,
 Chris
 
 Begin forwarded message:
 
  From: Apache Jenkins Server jenk...@builds.apache.org
  Date: May 1, 2012 5:41:21 PM PDT
  To: dev@oodt.apache.org
  Subject: Build failed in Jenkins: oodt-trunk #440
  Reply-To: dev@oodt.apache.org
  
  See https://builds.apache.org/job/oodt-trunk/440/
  
  --
  [...truncated 6604 lines...]
  Downloading: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/xmlbeans/xmlbeans/2.4.0/xmlbeans-2.4.0.jar
  Downloading: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar
  Downloading: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar
  Downloading: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar
  45K downloaded (jsr311-api-1.1.1.jar)
  Downloading: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13.jar
  [WARNING] Unable to get resource 
  'commons-fileupload:commons-fileupload:jar:1.2.1' from repository ibiblio 
  (http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: 
  Access denied to: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar
  Downloading: 
  http://download.java.net/maven/2//commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar
  [INFO] Unable to find resource 
  'commons-fileupload:commons-fileupload:jar:1.2.1' in repository 
  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
  Downloading: 
  http://repo1.maven.org/maven2/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar
  
  Downloading: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
  [WARNING] Unable to get resource 
  'commons-collections:commons-collections:jar:3.2.1' from repository 
  ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization 
  failed: Access denied to: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
  Downloading: 
  http://download.java.net/maven/2//commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
  [INFO] Unable to find resource 
  'commons-collections:commons-collections:jar:3.2.1' in repository 
  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
  Downloading: 
  http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
  
  Downloading: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar
  70K downloaded (jettison-1.2.jar)
  [WARNING] Unable to get resource 'org.codehaus.jettison:jettison:jar:1.2' 
  from repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
  Authorization failed: Access denied to: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar.sha1
  Downloading: 
  http://download.java.net/maven/2//org/codehaus/jettison/jettison/1.2/jettison-1.2.jar
  [INFO] Unable to find resource 'org.codehaus.jettison:jettison:jar:1.2' in 
  repository maven2-repository.dev.java.net 
  (http://download.java.net/maven/2/)
  Downloading: 
  http://repo1.maven.org/maven2/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar
  32K downloaded (neethi-2.0.4.jar)
  
  Downloading: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
  148K downloaded (json-lib-2.3-jdk15.jar)
  [WARNING] Unable to get resource 'net.sf.json-lib:json-lib:jar:jdk15:2.3' 
  from repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
  Authorization failed: Access denied to: 
  http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar.sha1
  Downloading: 
  http://download.java.net/maven/2//net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar
  [INFO] Unable to find resource 'net.sf.json-lib:json-lib:jar:jdk15:2.3' in 
  repository maven2-repository.dev.java.net 
  (http://download.java.net/maven/2/)
  Downloading: 
  http://repo1.maven.org/maven2/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar
  
  [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for 
  net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar - IGNORING
  Downloading: 
  

Fwd: May 21 talk at Pasadena JUG

2012-05-04 Thread Mattmann, Chris A (388J)
(apologies for cross posting)

Hey Folks in the SoCal area -- if you're around on May 21st, I'll be speaking 
at the Pasadena JUG on Apache OODT,
Big Data and likely Apache Hadoop (in prep for my Hadoop Summit coming talk).

Info is below thanks to David Noble for setting this up!

Cheers,
Chris

Begin forwarded message:

The announcement is up on the Meetup site and the Pasadena JUG website, and has 
been sent to mailing lists for the Pasadena JUG, LA JUG, and OC JUG.

If you invite people, please do encourage them to RSVP on the Meetup site. It's 
useful to make sure we have enough food, but also to make sure we set up the 
right room. Last month's talk on Mule  MongoDB had 55 people RSVP (and 
probably more attend) and we had to bump up to a larger room than usual. 
Fortunately Idealab is equipped for that size group :-)

http://www.meetup.com/pasadenajug/
http://www.pasadenajug.org/

I'll follow up with the Apache lists in the next day or so, unless you beat me 
to it.



++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattm...@nasa.govmailto:chris.a.mattm...@nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++



Re: [jira] [Commented] (OODT-454) Crawler command line bugs

2012-05-04 Thread Thomas Bennett
Hey Chris,

 Hey Tom, nothing to do with you here, but (maybe for bfost) -- why did this 
 action name change to TriggerPostIngestWorkflow?

Good catch!That's why you're the boss man. I think I'm mixing up my 
TriggerPostIngestWorkflow with my WorkflowMgrStatusUpdate. :-)

I'll confirm, update and re-patch.

Cheers,
Tom






Build failed in Jenkins: oodt-trunk » CAS PGE Adaptor Framework #444

2012-05-04 Thread Apache Jenkins Server
See https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/444/

--
[INFO] 
[INFO] Building CAS PGE Adaptor Framework
[INFO]task-segment: [install]
[INFO] 
[INFO] [remote-resources:process {execution: default}]
Downloading: 
http://repo1.maven.org/maven2/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom

Downloading: http://repo1.maven.org/maven2/net/sf/saxon/saxon/8.7/saxon-8.7.pom

Downloading: 
http://repo1.maven.org/maven2/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar

Downloading: http://repo1.maven.org/maven2/net/sf/saxon/saxon/8.7/saxon-8.7.jar

[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 20 source files to 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 8 source files to 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/target/test-classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[131,51]
 cannot find symbol
symbol  : class IArgumentMatcher
location: class org.apache.oodt.cas.pge.staging.TestFileStager
[ERROR] 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[139,6]
 method does not override or implement a method from a supertype
[ERROR] 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[147,6]
 method does not override or implement a method from a supertype
[ERROR] 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[156,17]
 reportMatcher(org.easymock.IArgumentMatcher) in org.easymock.EasyMock cannot 
be applied to (org.apache.oodt.cas.pge.staging.TestFileStager.ProductIdMatcher)
[INFO] 4 errors 
[INFO] -
[JENKINS] Archiving 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/pom.xml 
to 
/home/hudson/hudson/jobs/oodt-trunk/modules/org.apache.oodt$cas-pge/builds/2012-05-05_00-11-34/archive/org.apache.oodt/cas-pge/0.4-SNAPSHOT/cas-pge-0.4-SNAPSHOT.pom
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[131,51]
 cannot find symbol
symbol  : class IArgumentMatcher
location: class org.apache.oodt.cas.pge.staging.TestFileStager
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[139,6]
 method does not override or implement a method from a supertype
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[147,6]
 method does not override or implement a method from a supertype
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[156,17]
 reportMatcher(org.easymock.IArgumentMatcher) in org.easymock.EasyMock cannot 
be applied to (org.apache.oodt.cas.pge.staging.TestFileStager.ProductIdMatcher)

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 15 minutes 27 seconds
[INFO] Finished at: Sat May 05 00:27:08 UTC 2012
[INFO] Final Memory: 127M/378M
[INFO] 
Waiting for Jenkins to finish collecting data


Build failed in Jenkins: oodt-trunk » CAS PGE Adaptor Framework #445

2012-05-04 Thread Apache Jenkins Server
See https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/445/

--
[INFO] 
[INFO] Building CAS PGE Adaptor Framework
[INFO]task-segment: [install]
[INFO] 
[INFO] [remote-resources:process {execution: default}]
Downloading: 
http://repo1.maven.org/maven2/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom

Downloading: http://repo1.maven.org/maven2/net/sf/saxon/saxon/8.7/saxon-8.7.pom

Downloading: 
http://repo1.maven.org/maven2/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar

Downloading: http://repo1.maven.org/maven2/net/sf/saxon/saxon/8.7/saxon-8.7.jar

[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 20 source files to 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 8 source files to 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/target/test-classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[131,51]
 cannot find symbol
symbol  : class IArgumentMatcher
location: class org.apache.oodt.cas.pge.staging.TestFileStager
[ERROR] 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[139,6]
 method does not override or implement a method from a supertype
[ERROR] 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[147,6]
 method does not override or implement a method from a supertype
[ERROR] 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[156,17]
 reportMatcher(org.easymock.IArgumentMatcher) in org.easymock.EasyMock cannot 
be applied to (org.apache.oodt.cas.pge.staging.TestFileStager.ProductIdMatcher)
[INFO] 4 errors 
[INFO] -
[JENKINS] Archiving 
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/pom.xml 
to 
/home/hudson/hudson/jobs/oodt-trunk/modules/org.apache.oodt$cas-pge/builds/2012-05-05_02-02-09/archive/org.apache.oodt/cas-pge/0.4-SNAPSHOT/cas-pge-0.4-SNAPSHOT.pom
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[131,51]
 cannot find symbol
symbol  : class IArgumentMatcher
location: class org.apache.oodt.cas.pge.staging.TestFileStager
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[139,6]
 method does not override or implement a method from a supertype
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[147,6]
 method does not override or implement a method from a supertype
https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-pge/ws/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java:[156,17]
 reportMatcher(org.easymock.IArgumentMatcher) in org.easymock.EasyMock cannot 
be applied to (org.apache.oodt.cas.pge.staging.TestFileStager.ProductIdMatcher)

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 28 minutes 22 seconds
[INFO] Finished at: Sat May 05 02:30:58 UTC 2012
[INFO] Final Memory: 122M/306M
[INFO] 
Maven failed with error.


Build failed in Jenkins: oodt-trunk #445

2012-05-04 Thread Apache Jenkins Server
See https://builds.apache.org/job/oodt-trunk/445/changes

Changes:

[mattmann] - see if this fixes Jenkins: declare 1.6 explicitly

--
[...truncated 6746 lines...]
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/xmlbeans/xmlbeans/2.4.0/xmlbeans-2.4.0.jar
56K downloaded  (commons-fileupload-1.2.1.jar)
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13.jar
70K downloaded  (jettison-1.2.jar)
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
148K downloaded  (json-lib-2.3-jdk15.jar)
[WARNING] Unable to get resource 'net.sf.json-lib:json-lib:jar:jdk15:2.3' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar.sha1
Downloading: 
http://download.java.net/maven/2//net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar
[INFO] Unable to find resource 'net.sf.json-lib:json-lib:jar:jdk15:2.3' in 
repository maven2-repository.dev.java.net (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar

[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for 
net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar - IGNORING
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar
[WARNING] Unable to get resource 'org.apache.neethi:neethi:jar:2.0.4' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar
Downloading: 
http://download.java.net/maven/2//org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar
[INFO] Unable to find resource 'org.apache.neethi:neethi:jar:2.0.4' in 
repository maven2-repository.dev.java.net (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
[WARNING] Unable to get resource 'wsdl4j:wsdl4j:jar:1.6.2' from repository 
ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: 
Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
Downloading: 
http://download.java.net/maven/2//wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
[INFO] Unable to find resource 'wsdl4j:wsdl4j:jar:1.6.2' in repository 
maven2-repository.dev.java.net (http://download.java.net/maven/2/)
Downloading: http://repo1.maven.org/maven//wsdl4j/jars/wsdl4j-1.6.2.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
[WARNING] Unable to get resource 'net.sf.ezmorph:ezmorph:jar:1.0.6' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
Downloading: 
http://download.java.net/maven/2//net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
[INFO] Unable to find resource 'net.sf.ezmorph:ezmorph:jar:1.0.6' in repository 
maven2-repository.dev.java.net (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar
45K downloaded  (jsr311-api-1.1.1.jar)
[WARNING] Unable to get resource 'javax.ws.rs:jsr311-api:jar:1.1.1' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar.sha1
Downloading: 
http://download.java.net/maven/2//javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
45K downloaded  (jsr311-api-1.1.1.jar)
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7.jar
[WARNING] Unable to get resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.4.7' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7.jar
Downloading: 
http://download.java.net/maven/2//org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7.jar
[INFO] Unable to find resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.4.7' in repository 
maven2-repository.dev.java.net (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7.jar

Downloading: