Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-17 Thread JacobS
Thanks Claus it works now. -- View this message in context: http://camel.465427.n5.nabble.com/tutorial-osgi-camel-part1-on-virgo-dm-Server-tp3383469p3389110.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-16 Thread Claus Ibsen
You need to install fusesource commonman first. Something like this: install -s mvn:org.fusesource.com.commonman/commons-management/1.0 On Wed, Feb 16, 2011 at 10:16 AM, JacobS wrote: > > Hi Charles > When I deployed : > install -s mvn:org.apache.camel/camel-core/2.6.0 > I got this stacktrace:

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-16 Thread JacobS
Hi Charles When I deployed : install -s mvn:org.apache.camel/camel-core/2.6.0 I got this stacktrace: org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.camel-core [45]: Unable to resolve 45.0: missing requirement [45.0] package; (&(package=org.fusesource.commons

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-14 Thread JacobS
I tried to deploy the project with Karaf 2.1.2 but although the bundles are active nothing seems to happen. This is where you can find Virgo: http://www.eclipse.org/virgo/download/ Thanks for your help Jacob -- View this message in context: http://camel.465427.n5.nabble.com/tutorial-osgi-camel

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-14 Thread Charles Moulliard
Hi Jacob, Can you point me to Virgo Server to allow me to make a test please ? Have you tried what I suggest ? Regards, Charles On Mon, Feb 14, 2011 at 10:49 AM, JacobS wrote: > > I am not using karaf, what kind of changes should I do to fit camel 2.x in > virgo (dm server)? > -- > View this m

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-14 Thread JacobS
I am not using karaf, what kind of changes should I do to fit camel 2.x in virgo (dm server)? -- View this message in context: http://camel.465427.n5.nabble.com/tutorial-osgi-camel-part1-on-virgo-dm-Server-tp3383469p3384195.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-14 Thread JacobS
Willem, I am using jdk1.6 do you know how can i set virgo to fit this jdk? -- View this message in context: http://camel.465427.n5.nabble.com/tutorial-osgi-camel-part1-on-virgo-dm-Server-tp3383469p3384188.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-14 Thread Charles Moulliard
Hi Jacob, The tutorial that you would like to use is a bit old now. I think that I create it almost two years ago and it must be updated to be deployed on Karaf 2.x with Camel 2.x. Neverthless, the error that you have here is related to the fact that when your bundle starts and when spring cre

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-13 Thread Willem Jiang
Which version of JDK are you using? As you know JDK1.6 ships the JAXB API out of box, and I don't know if your OSGi run time have a right profile for it. Willem On 2/14/11 3:45 AM, JacobS wrote: Yes I read the support page and I am sorry for the unclear posts, I wasn't sure what kind of addi

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-13 Thread JacobS
Yes I read the support page and I am sorry for the unclear posts, I wasn't sure what kind of additional information was missing. I have tried deploying using the pickup directory and the server console and from STS non worked. I have tried removing the version numbers and still I get the same exce

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-13 Thread Christian Müller
Jacob, did you read the support page? http://camel.apache.org/support.html Without some important information, it's very hard to help you. If you say "deployed using Virgo web-server v2.1", do you mean copying into $VIRGO_HOME/pickup directory? Or did you use the Admin console? Did you install all

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-13 Thread JacobS
I build the example by myself by fallowing the steps in the tutorial. I deployed the example using Virgo web-server v2.1 -- View this message in context: http://camel.465427.n5.nabble.com/tutorial-osgi-camel-part1-on-virgo-dm-Server-tp3383469p3383582.html Sent from the Camel - Users mailing list

Re: tutorial-osgi-camel-part1 on virgo (dm Server)

2011-02-13 Thread Christian Müller
Jacob, we need some more information, if we should help you out. Please have a look at this page: http://camel.apache.org/support.html And some additional information which are useful are: Did you build the example by yourself or download you the example as zip file? How did you deploy the example