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 (Created JIRA)" <ji...@apache.org> on 2011/12/27 22:58:30 UTC

[jira] [Created] (CAMEL-4832) camel-mail feature doesn't work

camel-mail feature doesn't work
-------------------------------

                 Key: CAMEL-4832
                 URL: https://issues.apache.org/jira/browse/CAMEL-4832
             Project: Camel
          Issue Type: Bug
          Components: karaf
    Affects Versions: 2.9.0
            Reporter: Christian Müller
            Priority: Critical
             Fix For: 2.9.0


Christian-Muellers-MacBook-Pro:bin cmueller$ /Applications/apache-karaf-2.2.5/bin/karaf clean
        __ __                  ____      
       / //_/____ __________ _/ __/      
      / ,<  / __ `/ ___/ __ `/ /_        
     / /| |/ /_/ / /  / /_/ / __/        
    /_/ |_|\__,_/_/   \__,_/_/         

  Apache Karaf (2.2.5)

Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown Karaf.

karaf@root> features:addurl mvn:org.apache.camel.karaf/apache-camel/2.9-SNAPSHOT/xml/features
karaf@root> features:install camel-mail 
Error executing command: Could not start bundle mvn:org.apache.camel/camel-mail/2.9-SNAPSHOT in feature(s) camel-mail-2.9-SNAPSHOT: Unable to resolve module org.apache.camel.camel-mail [66.0] because it is exposed to package 'javax.activation' from org.apache.felix.framework [0] and org.apache.servicemix.specs.activation-api-1.1 [57.0] via two dependency chains.

Chain 1:
  org.apache.camel.camel-mail [66.0]
    import: (package=javax.activation)
     |
    export: package=javax.activation
  org.apache.felix.framework [0]

Chain 2:
  org.apache.camel.camel-mail [66.0]
    import: (&(package=org.apache.camel.impl)(version>=2.9.0)(!(version>=2.10.0)))
     |
    export: package=org.apache.camel.impl; uses:=javax.xml.bind.annotation
  org.apache.camel.camel-core [63.0]
    import: (package=javax.xml.bind.annotation)
     |
    export: package=javax.xml.bind.annotation; uses:=javax.activation
  org.apache.servicemix.specs.jaxb-api-2.2 [59.0]
    import: (&(package=javax.activation)(version>=1.1.0))
     |
    export: package=javax.activation
  org.apache.servicemix.specs.activation-api-1.1 [57.0]

--
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

       

[jira] [Commented] (CAMEL-4832) camel-mail feature doesn't work

Posted by "Christian Müller (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176538#comment-13176538 ] 

Christian Müller commented on CAMEL-4832:
-----------------------------------------

No, I tested it with the default Karaf jre.properties.
It works with the jre.properties.cxf.

I will close this issue, but we should document this for our users in the release notes!
                
> camel-mail feature doesn't work
> -------------------------------
>
>                 Key: CAMEL-4832
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4832
>             Project: Camel
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Priority: Critical
>              Labels: karaf, mail, osgi
>             Fix For: 2.9.0
>
>
> Christian-Muellers-MacBook-Pro:bin cmueller$ /Applications/apache-karaf-2.2.5/bin/karaf clean
>         __ __                  ____      
>        / //_/____ __________ _/ __/      
>       / ,<  / __ `/ ___/ __ `/ /_        
>      / /| |/ /_/ / /  / /_/ / __/        
>     /_/ |_|\__,_/_/   \__,_/_/         
>   Apache Karaf (2.2.5)
> Hit '<tab>' for a list of available commands
> and '[cmd] --help' for help on a specific command.
> Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown Karaf.
> karaf@root> features:addurl mvn:org.apache.camel.karaf/apache-camel/2.9-SNAPSHOT/xml/features
> karaf@root> features:install camel-mail 
> Error executing command: Could not start bundle mvn:org.apache.camel/camel-mail/2.9-SNAPSHOT in feature(s) camel-mail-2.9-SNAPSHOT: Unable to resolve module org.apache.camel.camel-mail [66.0] because it is exposed to package 'javax.activation' from org.apache.felix.framework [0] and org.apache.servicemix.specs.activation-api-1.1 [57.0] via two dependency chains.
> Chain 1:
>   org.apache.camel.camel-mail [66.0]
>     import: (package=javax.activation)
>      |
>     export: package=javax.activation
>   org.apache.felix.framework [0]
> Chain 2:
>   org.apache.camel.camel-mail [66.0]
>     import: (&(package=org.apache.camel.impl)(version>=2.9.0)(!(version>=2.10.0)))
>      |
>     export: package=org.apache.camel.impl; uses:=javax.xml.bind.annotation
>   org.apache.camel.camel-core [63.0]
>     import: (package=javax.xml.bind.annotation)
>      |
>     export: package=javax.xml.bind.annotation; uses:=javax.activation
>   org.apache.servicemix.specs.jaxb-api-2.2 [59.0]
>     import: (&(package=javax.activation)(version>=1.1.0))
>      |
>     export: package=javax.activation
>   org.apache.servicemix.specs.activation-api-1.1 [57.0]

--
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

       

[jira] [Commented] (CAMEL-4832) camel-mail feature doesn't work

Posted by "Daniel Kulp (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176343#comment-13176343 ] 

Daniel Kulp commented on CAMEL-4832:
------------------------------------


Christian, are you using the jre.properties.cxf file from Karaf 2.2.5?   That is likely required.
                
> camel-mail feature doesn't work
> -------------------------------
>
>                 Key: CAMEL-4832
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4832
>             Project: Camel
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Priority: Critical
>              Labels: karaf, mail, osgi
>             Fix For: 2.9.0
>
>
> Christian-Muellers-MacBook-Pro:bin cmueller$ /Applications/apache-karaf-2.2.5/bin/karaf clean
>         __ __                  ____      
>        / //_/____ __________ _/ __/      
>       / ,<  / __ `/ ___/ __ `/ /_        
>      / /| |/ /_/ / /  / /_/ / __/        
>     /_/ |_|\__,_/_/   \__,_/_/         
>   Apache Karaf (2.2.5)
> Hit '<tab>' for a list of available commands
> and '[cmd] --help' for help on a specific command.
> Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown Karaf.
> karaf@root> features:addurl mvn:org.apache.camel.karaf/apache-camel/2.9-SNAPSHOT/xml/features
> karaf@root> features:install camel-mail 
> Error executing command: Could not start bundle mvn:org.apache.camel/camel-mail/2.9-SNAPSHOT in feature(s) camel-mail-2.9-SNAPSHOT: Unable to resolve module org.apache.camel.camel-mail [66.0] because it is exposed to package 'javax.activation' from org.apache.felix.framework [0] and org.apache.servicemix.specs.activation-api-1.1 [57.0] via two dependency chains.
> Chain 1:
>   org.apache.camel.camel-mail [66.0]
>     import: (package=javax.activation)
>      |
>     export: package=javax.activation
>   org.apache.felix.framework [0]
> Chain 2:
>   org.apache.camel.camel-mail [66.0]
>     import: (&(package=org.apache.camel.impl)(version>=2.9.0)(!(version>=2.10.0)))
>      |
>     export: package=org.apache.camel.impl; uses:=javax.xml.bind.annotation
>   org.apache.camel.camel-core [63.0]
>     import: (package=javax.xml.bind.annotation)
>      |
>     export: package=javax.xml.bind.annotation; uses:=javax.activation
>   org.apache.servicemix.specs.jaxb-api-2.2 [59.0]
>     import: (&(package=javax.activation)(version>=1.1.0))
>      |
>     export: package=javax.activation
>   org.apache.servicemix.specs.activation-api-1.1 [57.0]

--
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

       

[jira] [Closed] (CAMEL-4832) camel-mail feature doesn't work

Posted by "Christian Müller (Closed JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller closed CAMEL-4832.
-----------------------------------

    Resolution: Not A Problem

I added a notice to the Camel 2.9.0 release notes
                
> camel-mail feature doesn't work
> -------------------------------
>
>                 Key: CAMEL-4832
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4832
>             Project: Camel
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Priority: Critical
>              Labels: karaf, mail, osgi
>             Fix For: 2.9.0
>
>
> Christian-Muellers-MacBook-Pro:bin cmueller$ /Applications/apache-karaf-2.2.5/bin/karaf clean
>         __ __                  ____      
>        / //_/____ __________ _/ __/      
>       / ,<  / __ `/ ___/ __ `/ /_        
>      / /| |/ /_/ / /  / /_/ / __/        
>     /_/ |_|\__,_/_/   \__,_/_/         
>   Apache Karaf (2.2.5)
> Hit '<tab>' for a list of available commands
> and '[cmd] --help' for help on a specific command.
> Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown Karaf.
> karaf@root> features:addurl mvn:org.apache.camel.karaf/apache-camel/2.9-SNAPSHOT/xml/features
> karaf@root> features:install camel-mail 
> Error executing command: Could not start bundle mvn:org.apache.camel/camel-mail/2.9-SNAPSHOT in feature(s) camel-mail-2.9-SNAPSHOT: Unable to resolve module org.apache.camel.camel-mail [66.0] because it is exposed to package 'javax.activation' from org.apache.felix.framework [0] and org.apache.servicemix.specs.activation-api-1.1 [57.0] via two dependency chains.
> Chain 1:
>   org.apache.camel.camel-mail [66.0]
>     import: (package=javax.activation)
>      |
>     export: package=javax.activation
>   org.apache.felix.framework [0]
> Chain 2:
>   org.apache.camel.camel-mail [66.0]
>     import: (&(package=org.apache.camel.impl)(version>=2.9.0)(!(version>=2.10.0)))
>      |
>     export: package=org.apache.camel.impl; uses:=javax.xml.bind.annotation
>   org.apache.camel.camel-core [63.0]
>     import: (package=javax.xml.bind.annotation)
>      |
>     export: package=javax.xml.bind.annotation; uses:=javax.activation
>   org.apache.servicemix.specs.jaxb-api-2.2 [59.0]
>     import: (&(package=javax.activation)(version>=1.1.0))
>      |
>     export: package=javax.activation
>   org.apache.servicemix.specs.activation-api-1.1 [57.0]

--
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