[ 
https://issues.apache.org/jira/browse/OODT-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147849#comment-13147849
 ] 

Paul Ramirez commented on OODT-347:
-----------------------------------

Yep that's a good work around. The schemas are packaged into the 
spring-beans-2.0.8.jar. This version of the jar appears to be included because 
of:

mvn dependency:tree

[INFO] +- org.springframework:spring-hibernate3:jar:2.0.8:compile
[INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  +- org.hibernate:hibernate:jar:3.2.5.ga:compile
[INFO] |  |  +- net.sf.ehcache:ehcache:jar:1.2.3:compile
[INFO] |  |  +- javax.transaction:jta:jar:1.0.1B:compile
[INFO] |  |  +- asm:asm-attrs:jar:1.5.3:compile
[INFO] |  |  +- dom4j:dom4j:jar:1.6.1:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.6:compile
[INFO] |  |  +- cglib:cglib:jar:2.1_3:compile
[INFO] |  |  \- asm:asm:jar:1.5.3:compile
[INFO] |  +- org.springframework:spring-beans:jar:2.0.8:compile
[INFO] |  +- org.springframework:spring-context:jar:2.0.8:compile
[INFO] |  +- org.springframework:spring-dao:jar:2.0.8:compile
[INFO] |  \- org.springframework:spring-jdbc:jar:2.0.8:compile

>From the crawler pom:


    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-hibernate3</artifactId>
      <version>2.0.8</version>
    </dependency>

Hibernate is an ORM technology is there a reason we are including this? If not 
we should drop that and include the only dependencies we need which are 
probably:

org.springframework:spring-beans:jar:2.0.8:compile
org.springframework:spring-context:jar:2.0.8:compile

Then just make sure we include the 2.5 version of these dependencies. Going to 
test this out now.


                
> Crawler doesn't work when offline
> ---------------------------------
>
>                 Key: OODT-347
>                 URL: https://issues.apache.org/jira/browse/OODT-347
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.1-incubating, 0.2, 0.3
>         Environment: disconnected
>            Reporter: Chris A. Mattmann
>            Assignee: Paul Ramirez
>             Fix For: 0.4
>
>
> When running crawler_launcher if you aren't connected to the Internet, you 
> get messages that it's looking up a remote Spring bean XSD. Crawler should 
> work in offline mode. [~pramirez] thinks he knows how to fix this so I'm 
> assigning to him :-)

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

        

Reply via email to