Re: IPOJO integration with Eclipse problem

2010-01-28 Thread Clement Escoffier
Hi, Could you tell me the Eclipse version that's you're using and if possible a copy of your Eclipse project (send it directly to my personal mail). I will look into your issue ASAP. Regards, Clement On 27.01.2010, at 13:39, Parvez Shah wrote: > sorry should have googled first found the so

Re: Using maven embedder in Felix

2010-01-28 Thread Guo Du
On Thu, Jan 28, 2010 at 5:45 PM, Alexander Blotny wrote: > configuration = new DefaultConfiguration().setUserSettingsFile( user > ).setClassLoader( DefaultPlexusConfiguration.class.getClassLoader()); maven as build tool it has special class loader algorithm which designed to dynamic load class fro

Re: Using maven embedder in Felix

2010-01-28 Thread Alexander Blotny
Now I managed the problem with getting the xml file. I used the classloader from the bundle containing the xml file: configuration = new DefaultConfiguration().setUserSettingsFile( user ).setClassLoader( DefaultPlexusConfiguration.class.getClassLoader()); But now I am facing the next issues. Log

Re: Using maven embedder in Felix

2010-01-28 Thread Chris Custine
I would say that either the bundle with that xml resource does not export the org.codehaus.plexus package where the xml file is, and/or the bundle containing your activator does not import that package. If those are both true, it should work as far as I can tell. Chris -- Chris Custine FUSESourc

Re: OBR HTTP Access through Proxy with authentication

2010-01-28 Thread Richard S. Hall
On 1/28/10 5:10, Stéphane Jeanjean wrote: Hi Richard, Thank you very much. Now it's ok with http.proxyAuth that contains login:password. May be, I can open an issue for the use of http.proxyUser and http.proxyPassword if you think the project has to keep a trace of that. Even better, contrib

Re: constraint violation problem

2010-01-28 Thread Richard S. Hall
On 1/28/10 6:54, Lawson, David wrote: Richard: In my case the resolver just fails without being able to resolve so it would probably not make a very good test scenario. Could you elaborate on how the uses constraint could be involved in the symptoms I am seeing? Thanks, Really difficult

Using maven embedder in Felix

2010-01-28 Thread Alexander Blotny
Hi, I am trying to use maven embedder inside the Felix OSGi framework. At first I created the MANIFEST files for all the dependencies of maven embedder and used jardir for starting the bundles. Following jars are started: aspectjrt-1.5.3.jar commons-cli-1.0.jar doxia-sink-api-1.0-alpha-9.jar jsc

RE: constraint violation problem

2010-01-28 Thread Lawson, David
Richard: In my case the resolver just fails without being able to resolve so it would probably not make a very good test scenario. Could you elaborate on how the uses constraint could be involved in the symptoms I am seeing? Thanks, David -Original Message- From: Richard S. Hall [mailt

Re: OBR HTTP Access through Proxy with authentication

2010-01-28 Thread Stéphane Jeanjean
Hi Richard, Thank you very much. Now it's ok with http.proxyAuth that contains login:password. May be, I can open an issue for the use of http.proxyUser and http.proxyPassword if you think the project has to keep a trace of that. Stéphane Richard S. Hall a écrit : On 1/27/10 13:01, Stéphane

Re: IPOJO integration with Eclipse problem

2010-01-28 Thread Dimitris Karteris
On Wed, Jan 27, 2010 at 7:48 PM, Clement Escoffier wrote: > Hi, > > On 27.01.2010, at 12:05, Dimitris Karteris wrote: > >> Hi there, >> >> I followed the instructions given in the article below: >> >>  http://felix.apache.org/site/apache-felix-ipojo-eclipse-integration.html >> >> but Step 4 fails