You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (JIRA)" <ji...@apache.org> on 2014/09/14 13:47:33 UTC

[jira] [Created] (CAMEL-7815) Feature validation of camel-spring-batch is failing

Christian Müller created CAMEL-7815:
---------------------------------------

             Summary: Feature validation of camel-spring-batch is failing
                 Key: CAMEL-7815
                 URL: https://issues.apache.org/jira/browse/CAMEL-7815
             Project: Camel
          Issue Type: Bug
          Components: camel-spring-batch
    Affects Versions: 2.15.0
            Reporter: Christian Müller


After upgrading to Spring 4, the feature validation of camel-spring-batch is failing:
{noformat}
cmueller$ mvn install -Pvalidate
...
[WARNING] Failed to validate feature camel-spring-batch
[WARNING] No export found to match org.springframework.core.serializer;version="[3.1.2, 4.0.0)" (imported by mvn:org.springframework.batch/spring-batch-core/2.2.7.RELEASE)
[WARNING] No export found to match org.springframework.core.convert.converter;version="[3.1.2,4.0.0)" (imported by mvn:org.springframework.batch/spring-batch-infrastructure/2.2.7.RELEASE)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
{noformat}


Upgrading to version 3.0.1.RELEASE (which is using Spring 4) isn't an option at present, because it's not an OSGI bundle anymore and there is no OSGI bundle from the SMX guys at present:
{noformat}
cmueller$ mvn install -Pvalidate
...
[ERROR] Failed to execute goal org.apache.karaf.tooling:features-maven-plugin:2.3.7:validate (validate) on project apache-camel: Unable to validate /Users/cmueller/workspaceCamel/camel/platforms/karaf/features/target/classes/features.xml: mvn:org.springframework.batch/spring-batch-core/3.0.1.RELEASE is not an OSGi bundle -> [Help 1]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)