Re: [equinox-dev] Testing bundles with Pax Exam

2009-06-01 Thread Alin Dreghiciu
:* www.citic.es http://www.citic.es/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev -- Alin Dreghiciu Software Developer - Looking for new projects! My profile: http://www.linkedin.com

Re: [equinox-dev] Testing OSGI Bundles with JUnit

2009-05-15 Thread Alin Dreghiciu
___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev -- Alin Dreghiciu Software Developer - Looking for new projects! My profile: http://www.linkedin.com/in/alindreghiciu My blog: http

Re: [equinox-dev] Reg : Loading bundles to OSGI framwork

2009-04-06 Thread Alin Dreghiciu
/listinfo/equinox-dev -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven Development. Looking for a job. Sent from Cluj-Napoca, CJ, Romania

[equinox-dev] initial@url related

2009-03-12 Thread Alin Dreghiciu
with initial@ it will never be a valid url anyhow. Thanx, -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven Development. http://www.codedragons.com - New Energy for Projects - Great People

Re: [equinox-dev] Using Equinox Declarative services in another OSGI framework

2009-03-09 Thread Alin Dreghiciu
wrote: 2009/3/9 Alin Dreghiciu adreghi...@gmail.com Hi Guys, I was trying to use Declarative Services implementation from equinox in another OSGi framework and looks like that is not possible. DS has an import on org.eclipse.osgi.service.debug;version=1.0 package that I could only find

[equinox-dev] Using Equinox Declarative services in another OSGI framework

2009-03-08 Thread Alin Dreghiciu
work as in case that no DebugOptions service is available = using system properties. Thanx, -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven Development. http://www.codedragons.com - New

[equinox-dev] Change log for Equinox versions?

2009-03-02 Thread Alin Dreghiciu
Hi guys, I was looking for but I could not figure out a change log (what's new) for Equinox versions in general and Equinox 3.4.2 in particular. Can you guys point me to such a resource? -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http

Re: [equinox-dev] Declarative Services exception

2008-07-24 Thread Alin Dreghiciu
https://dev.eclipse.org/mailman/listinfo/equinox-dev ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open

[equinox-dev] DS and references without an interface

2008-07-21 Thread Alin Dreghiciu
Hi guys, Is there any way to specify in Declarative Services a reference without a type, just with a filter (target)? My use case is that I want all services that have certain service properties regardless the type of the service. Thanx, -- Alin Dreghiciu http://www.ops4j.org - New Energy

Re: [equinox-dev] getservice throws class cast exception

2008-05-30 Thread Alin Dreghiciu
+1 for having the api as a separated bundle (third in this case) Neil, you could add an Best Practices chapter to your book. -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven

Re: [equinox-dev] Using Jetty in OSGi

2008-05-29 Thread Alin Dreghiciu
you can do that,, and look for add servlet: https://scm.ops4j.org/repos/ops4j/projects/pax/web/bundle/src/main/java/org/ops4j/pax/web/service/internal/JettyServerImpl.java I suppose that Simon can give you more details about the Equinox implementation. HTH, Alin Dreghiciu On Thu, May 29, 2008

Re: [equinox-dev] javax packages not available

2008-04-30 Thread Alin Dreghiciu
In Pax Runner we are using the org.osgi.framework.system.packages but as a system property not as part of config.ini. I cannot say for sure but as much as I recall we are using the system property because it does not work in config.ini. Alin On Wed, Apr 30, 2008 at 2:14 PM, Srijith Kochunni

[equinox-dev] org.eclipse.equinox.cm download location?

2008-03-30 Thread Alin Dreghiciu
Hi guys, Does anyone know a direct url to download a released version of org.eclipse.equinox.cm bundle? Is there an update site that includes this bundle? Thanx, Alin Dreghiciu ___ equinox-dev mailing list equinox-dev@eclipse.org https

Re: [equinox-dev] Hibernate and classloaders

2008-03-27 Thread Alin Dreghiciu
know if this is workable for our use case but at least this is how HttpService implementations works. Hope it helps, Alin Dreghiciu Emmanuel ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox