myGrid

Comments in SPI file not recognised

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.5
  • Fix Version/s: 1.5
  • Component/s: None
  • Labels:
    None

Description

Commented out entries in SPI registry definition files (META-INF/services/*) are not ignored in Raven caused a class creation error to be thrown. E.g.:

java.lang.ClassNotFoundException: #org.embl.ebi.escience.scuflworkers.rdfgenerator.RDFGeneratorScavengerHelper
at net.sf.taverna.raven.repository.impl.LocalRepository$ArtifactClassLoader.findClass(LocalRepository.java:183)
at net.sf.taverna.raven.repository.impl.LocalRepository$ArtifactClassLoader.findClass(LocalRepository.java:139)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
...
...

Activity

Hide
Stuart Owen added a comment - 2006-10-26 15:52

fixed

Show
Stuart Owen added a comment - 2006-10-26 15:52 fixed

People

Vote (0)
Watch (0)

Dates

  • Created:
    2006-10-19 11:56
    Updated:
    2006-11-06 13:26
    Resolved:
    2006-10-26 15:52