You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2010/12/20 07:57:00 UTC

[jira] Created: (SM-2030) SMX3 doesn't build

SMX3 doesn't build
------------------

                 Key: SM-2030
                 URL: https://issues.apache.org/jira/browse/SM-2030
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-assembly, servicemix-core
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré


Currently, the SMX3 build doesn't work.

If I disable the tests, I got:

[INFO] Failed to resolve dependencies for one or more projects in the reactor. Reason: Unable to get dependency information: Unable to read the metadata file for artifact 'org.apache.servicemix:servicemix-http:jar': Cannot find parent: org.apache.servicemix:binding-components for project: org.apache.servicemix:servicemix-http:jbi-component:null for project org.apache.servicemix:servicemix-http:jbi-component:null
  org.apache.servicemix:servicemix-http:jar:2010.02-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2),
  smx.m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/)

Path to dependency:
        1) org.apache.servicemix:servicemix-itests:jar:3.3.3-SNAPSHOT

With tests enabled, I got:

Running org.apache.servicemix.lwcontainer.LwContainerComponentTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.344 sec <<< FAILURE!

Results :

Tests in error:
  initializationError0(org.apache.servicemix.lwcontainer.LwContainerComponentTest)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

I'm gonna investigate these issues to make SMX3 build again.

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


[jira] Resolved: (SM-2030) SMX3 doesn't build

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SM-2030.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3.3

As suspected, the problem is that ServiceMix Components shared libraries uses SLF4J 1.5.8 whereas ServiceMix 3 still uses 1.4.3 version.

For now, I "forced" the usage of SLF4J 1.4.3 version. I raised another task to upgrade to SLF4J 1.5.8.

Revision 1054109.

> SMX3 doesn't build
> ------------------
>
>                 Key: SM-2030
>                 URL: https://issues.apache.org/jira/browse/SM-2030
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-assembly, servicemix-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 3.3.3
>
>
> Currently, the SMX3 build doesn't work.
> If I disable the tests, I got:
> [INFO] Failed to resolve dependencies for one or more projects in the reactor. Reason: Unable to get dependency information: Unable to read the metadata file for artifact 'org.apache.servicemix:servicemix-http:jar': Cannot find parent: org.apache.servicemix:binding-components for project: org.apache.servicemix:servicemix-http:jbi-component:null for project org.apache.servicemix:servicemix-http:jbi-component:null
>   org.apache.servicemix:servicemix-http:jar:2010.02-SNAPSHOT
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   central (http://repo1.maven.org/maven2),
>   smx.m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
> Path to dependency:
>         1) org.apache.servicemix:servicemix-itests:jar:3.3.3-SNAPSHOT
> With tests enabled, I got:
> Running org.apache.servicemix.lwcontainer.LwContainerComponentTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.344 sec <<< FAILURE!
> Results :
> Tests in error:
>   initializationError0(org.apache.servicemix.lwcontainer.LwContainerComponentTest)
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
> I'm gonna investigate these issues to make SMX3 build again.

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


[jira] Commented: (SM-2030) SMX3 doesn't build

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SM-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975208#action_12975208 ] 

Jean-Baptiste Onofré commented on SM-2030:
------------------------------------------

Both issues look related to slf4j. I guess that we update the slf4j (directly or via a transitive dependency).

> SMX3 doesn't build
> ------------------
>
>                 Key: SM-2030
>                 URL: https://issues.apache.org/jira/browse/SM-2030
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-assembly, servicemix-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> Currently, the SMX3 build doesn't work.
> If I disable the tests, I got:
> [INFO] Failed to resolve dependencies for one or more projects in the reactor. Reason: Unable to get dependency information: Unable to read the metadata file for artifact 'org.apache.servicemix:servicemix-http:jar': Cannot find parent: org.apache.servicemix:binding-components for project: org.apache.servicemix:servicemix-http:jbi-component:null for project org.apache.servicemix:servicemix-http:jbi-component:null
>   org.apache.servicemix:servicemix-http:jar:2010.02-SNAPSHOT
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   central (http://repo1.maven.org/maven2),
>   smx.m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
> Path to dependency:
>         1) org.apache.servicemix:servicemix-itests:jar:3.3.3-SNAPSHOT
> With tests enabled, I got:
> Running org.apache.servicemix.lwcontainer.LwContainerComponentTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.344 sec <<< FAILURE!
> Results :
> Tests in error:
>   initializationError0(org.apache.servicemix.lwcontainer.LwContainerComponentTest)
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
> I'm gonna investigate these issues to make SMX3 build again.

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