You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/12/15 09:41:52 UTC

[jira] Issue Comment Edited: (CAMEL-2283) Make camel example bam friendly to deploy into Servicemix

    [ https://issues.apache.org/activemq/browse/CAMEL-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56447#action_56447 ] 

Willem Jiang edited comment on CAMEL-2283 at 12/15/09 12:40 AM:
----------------------------------------------------------------

To run the example in ServiceMix 4.1.0 or Karaf 1.2.0 with equinox  you need to make sure these features and bundles are installed.
We have trouble to install the hibernate bundles into Felix, [FELIX-1919|https://issues.apache.org/jira/browse/FELIX-1919]
features:
{code} 
camel-spirng-osgi, camel-jaxb, camel-jpa, camel-bam
{code}
bundles:
{code}
osgi:install -s wrap:mvn:hsqldb/hsqldb/1.8.0.7 
osgi:install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j/1.6.1_2
osgi:install -s mvn:org.antlr/com.springsource.antlr/2.7.7
osgi:install -s mvn:org.jgroups/com.springsource.org.jgroups/2.5.1
osgi:install -s mvn:org.objectweb.asm/com.springsource.org.objectweb.asm/1.5.3
osgi:install -s mvn:net.sourceforge.cglib/com.springsource.net.sf.cglib/2.2.0
osgi:install -s mvn:org.jboss.javassist/com.springsource.javassist/3.9.0.GA
osgi:install -s mvn:org.hibernate/com.springsource.org.hibernate.annotations.common/3.3.0.GA
osgi:install -s mvn:org.hibernate/com.springsource.org.hibernate.annotations/3.4.0.GA
osgi:install -s mvn:org.hibernate/com.springsource.org.hibernate.ejb/3.4.0.GA
osgi:install -s mvn:org.hibernate/com.springsource.org.hibernate/3.3.2.GA
{code}


      was (Author: njiang):
    To run the example in ServiceMix 4.1.0 or Karaf 1.2.0 you need to make sure these features and bundles are installed.
features:
{code} 
camel-spirng-osgi, camel-jaxb, camel-jpa, camel-bam
{code}
bundles:
{code}
osgi:install -s wrap:mvn:hsqldb/hsqldb/1.8.0.7 
osgi:install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j/1.6.1_2
osgi:install -s mvn:org.antlr/com.springsource.antlr/2.7.7
osgi:install -s mvn:org.jgroups/com.springsource.org.jgroups/2.5.1
osgi:install -s mvn:org.objectweb.asm/com.springsource.org.objectweb.asm/1.5.3
osgi:install -s mvn:net.sourceforge.cglib/com.springsource.net.sf.cglib/2.2.0
osgi:install -s mvn:org.jboss.javassist/com.springsource.javassist/3.9.0.GA
osgi:install -s mvn:org.hibernate/com.springsource.org.hibernate.annotations.common/3.3.0.GA
osgi:install -s mvn:org.hibernate/com.springsource.org.hibernate.annotations/3.4.0.GA
osgi:install -s mvn:org.hibernate/com.springsource.org.hibernate.ejb/3.4.0.GA
osgi:install -s mvn:org.hibernate/com.springsource.org.hibernate/3.3.2.GA
{code}

  
> Make camel example bam friendly to deploy into Servicemix 
> ----------------------------------------------------------
>
>                 Key: CAMEL-2283
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2283
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.2.0
>
>


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