JBoss-OSGI SVN: r94015 - projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-24 22:05:22 -0400 (Thu, 24 Sep 2009)
New Revision: 94015
Modified:
projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java
Log:
[JBCL-116] Potential deadlock in ClassLoaderManager
Remove FIXME
Modified: projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java 2009-09-25 02:02:07 UTC (rev 94014)
+++ projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java 2009-09-25 02:05:22 UTC (rev 94015)
@@ -25,7 +25,6 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.fail;
import static org.junit.Assume.assumeTrue;
import java.io.BufferedReader;
@@ -68,14 +67,6 @@
sref = runtime.getServiceReference(HttpService.class.getName());
}
- if (sref == null && new OSGiTestHelper().isFrameworkJBossMC())
- {
- fail("FIXME [JBCL-116] Potential deadlock in ClassLoaderManager");
- //System.out.println("FIXME [JBCL-116] Potential deadlock in ClassLoaderManager");
- //httpServiceAvailable = false;
- //return;
- }
-
assertNotNull("HttpService not null", sref);
httpServiceAvailable = true;
16 years, 10 months
JBoss-OSGI SVN: r94011 - projects/jboss-osgi/projects/runtime/microcontainer/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-24 21:03:19 -0400 (Thu, 24 Sep 2009)
New Revision: 94011
Modified:
projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml
Log:
[JBCL-116] Potential deadlock in ClassLoaderManager
Modified: projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml 2009-09-25 00:57:26 UTC (rev 94010)
+++ projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml 2009-09-25 01:03:19 UTC (rev 94011)
@@ -25,7 +25,7 @@
<artifactId>jboss-osgi-runtime-microcontainer</artifactId>
<packaging>jar</packaging>
- <version>1.0.0.Beta3-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
16 years, 10 months
JBoss-OSGI SVN: r94010 - in projects/jboss-osgi: trunk and 1 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-24 20:57:26 -0400 (Thu, 24 Sep 2009)
New Revision: 94010
Modified:
projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml
projects/jboss-osgi/trunk/pom.xml
projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java
Log:
[JBCL-116] Potential deadlock in ClassLoaderManager
Modified: projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml 2009-09-24 21:15:53 UTC (rev 94009)
+++ projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml 2009-09-25 00:57:26 UTC (rev 94010)
@@ -40,7 +40,7 @@
<version.apache.felix.log>1.0.0</version.apache.felix.log>
<version.apache.felix.metatype>1.0.2</version.apache.felix.metatype>
<version.jboss.aop>2.1.0.CR3</version.jboss.aop>
- <version.jboss.classloading>2.0.7.CR1</version.jboss.classloading>
+ <version.jboss.classloading>2.0.7-SNAPSHOT</version.jboss.classloading>
<version.jboss.deployers>2.0.8.GA</version.jboss.deployers>
<version.jboss.logging.log4j>2.1.0.GA</version.jboss.logging.log4j>
<version.jboss.osgi.apache.xerces>2.9.1.SP2</version.jboss.osgi.apache.xerces>
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-09-24 21:15:53 UTC (rev 94009)
+++ projects/jboss-osgi/trunk/pom.xml 2009-09-25 00:57:26 UTC (rev 94010)
@@ -57,7 +57,7 @@
<version.jboss.osgi.runtime.equinox>3.5</version.jboss.osgi.runtime.equinox>
<version.jboss.osgi.runtime.felix>2.0.0</version.jboss.osgi.runtime.felix>
<version.jboss.osgi.runtime.jbossas>1.0.1</version.jboss.osgi.runtime.jbossas>
- <version.jboss.osgi.runtime.jbossmc>1.0.0.Beta3-SNAPSHOT</version.jboss.osgi.runtime.jbossmc>
+ <version.jboss.osgi.runtime.jbossmc>1.0.0-SNAPSHOT</version.jboss.osgi.runtime.jbossmc>
<version.jboss.osgi.spi>1.0.1</version.jboss.osgi.spi>
<version.jboss.osgi.webconsole>1.0.1</version.jboss.osgi.webconsole>
<version.jboss.osgi.xml.binding>2.0.1.SP1</version.jboss.osgi.xml.binding>
Modified: projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java 2009-09-24 21:15:53 UTC (rev 94009)
+++ projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java 2009-09-25 00:57:26 UTC (rev 94010)
@@ -25,6 +25,7 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.fail;
import static org.junit.Assume.assumeTrue;
import java.io.BufferedReader;
@@ -66,12 +67,13 @@
Thread.sleep(200);
sref = runtime.getServiceReference(HttpService.class.getName());
}
-
+
if (sref == null && new OSGiTestHelper().isFrameworkJBossMC())
{
- System.out.println("FIXME [JBCL-116] Potential deadlock in ClassLoaderManager");
- httpServiceAvailable = false;
- return;
+ fail("FIXME [JBCL-116] Potential deadlock in ClassLoaderManager");
+ //System.out.println("FIXME [JBCL-116] Potential deadlock in ClassLoaderManager");
+ //httpServiceAvailable = false;
+ //return;
}
assertNotNull("HttpService not null", sref);
@@ -91,7 +93,7 @@
public void testServletAccess() throws Exception
{
assumeTrue(httpServiceAvailable);
-
+
URL url = new URL("http://" + runtime.getServerHost() + ":8090/servlet?test=plain");
BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
assertEquals("Hello from Servlet", br.readLine());
@@ -101,7 +103,7 @@
public void testServletInitProps() throws Exception
{
assumeTrue(httpServiceAvailable);
-
+
URL url = new URL("http://" + runtime.getServerHost() + ":8090/servlet?test=initProp");
BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
assertEquals("initProp=SomeValue", br.readLine());
@@ -111,7 +113,7 @@
public void testServletBundleContext() throws Exception
{
assumeTrue(httpServiceAvailable);
-
+
URL url = new URL("http://" + runtime.getServerHost() + ":8090/servlet?test=context");
BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
assertEquals("example-http", br.readLine());
@@ -121,7 +123,7 @@
public void testServletStartLevel() throws Exception
{
assumeTrue(httpServiceAvailable);
-
+
URL url = new URL("http://" + runtime.getServerHost() + ":8090/servlet?test=startLevel");
BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
assertEquals("startLevel=1", br.readLine());
@@ -131,7 +133,7 @@
public void testResourceAccess() throws Exception
{
assumeTrue(httpServiceAvailable);
-
+
URL url = new URL("http://" + runtime.getServerHost() + ":8090/file/message.txt");
BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
assertEquals("Hello from Resource", br.readLine());
16 years, 10 months
JBoss-OSGI SVN: r94008 - in projects/jboss-osgi/trunk: distribution/installer/src/main/resources/installer and 1 other directory.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-24 17:01:48 -0400 (Thu, 24 Sep 2009)
New Revision: 94008
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml
projects/jboss-osgi/trunk/pom.xml
Log:
Update dependencies and stop updating jboss520 lib jars
Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml 2009-09-24 20:54:34 UTC (rev 94007)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml 2009-09-24 21:01:48 UTC (rev 94008)
@@ -67,10 +67,6 @@
<name>frameworkSelection</name>
<value>jbossmc</value>
</condition>
- <condition type="or" id="isFelixOrEquinox">
- <condition type="ref" refid="isFelix" />
- <condition type="ref" refid="isEquinox" />
- </condition>
<condition type="variable" id="isJBoss501">
<name>jbossSelection</name>
<value>jboss501</value>
@@ -91,6 +87,14 @@
<name>jbossTargetServer</name>
<value>minimal</value>
</condition>
+ <condition type="or" id="isFelixOrEquinox">
+ <condition type="ref" refid="isFelix" />
+ <condition type="ref" refid="isEquinox" />
+ </condition>
+ <condition type="and" id="isJBossMCAndJBoss600">
+ <condition type="ref" refid="isJBossMC" />
+ <condition type="ref" refid="isJBoss600" />
+ </condition>
</conditions>
<!-- Panels -->
@@ -418,12 +422,6 @@
</fileset>
<singlefile condition="isJBossMC" src="@{deploy.artifacts.dir}/resources/jbossas-config/jboss-beans-jbossmc.xml" target="${jbossInstallPath}/server/${jbossTargetServer}/deployers/osgi.deployer/META-INF/jboss-osgi-jboss-beans.xml"
override="true" />
- <fileset condition="isJBossMC" dir="@{deploy.artifacts.dir}/lib" targetdir="${jbossInstallPath}/lib" override="true">
- <include name="jboss-classloader.jar" />
- <include name="jboss-classloading.jar" />
- <include name="jboss-dependency.jar" />
- <include name="jboss-vfs.jar" />
- </fileset>
<fileset condition="isJBossMC" dir="@{deploy.artifacts.dir}/lib/org.osgi" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deployers/osgi.deployer"
override="true">
<include name="org.osgi.core.jar" />
@@ -433,6 +431,13 @@
<include name="org.osgi.compendium.jar" />
</fileset>
+ <fileset condition="isJBossMCAndJBoss600" dir="@{deploy.artifacts.dir}/lib" targetdir="${jbossInstallPath}/lib" override="true">
+ <include name="jboss-classloader.jar" />
+ <include name="jboss-classloading.jar" />
+ <include name="jboss-dependency.jar" />
+ <include name="jboss-vfs.jar" />
+ </fileset>
+
</pack>
</packs>
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-09-24 20:54:34 UTC (rev 94007)
+++ projects/jboss-osgi/trunk/pom.xml 2009-09-24 21:01:48 UTC (rev 94008)
@@ -57,7 +57,7 @@
<version.jboss.osgi.runtime.equinox>3.5</version.jboss.osgi.runtime.equinox>
<version.jboss.osgi.runtime.felix>2.0.0</version.jboss.osgi.runtime.felix>
<version.jboss.osgi.runtime.jbossas>1.0.1</version.jboss.osgi.runtime.jbossas>
- <version.jboss.osgi.runtime.jbossmc>1.0.0.Beta2</version.jboss.osgi.runtime.jbossmc>
+ <version.jboss.osgi.runtime.jbossmc>1.0.0.Beta3-SNAPSHOT</version.jboss.osgi.runtime.jbossmc>
<version.jboss.osgi.spi>1.0.1</version.jboss.osgi.spi>
<version.jboss.osgi.webconsole>1.0.1</version.jboss.osgi.webconsole>
<version.jboss.osgi.xml.binding>2.0.1.SP1</version.jboss.osgi.xml.binding>
16 years, 10 months
JBoss-OSGI SVN: r94007 - projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/plugins/facade/classloading.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-24 16:54:34 -0400 (Thu, 24 Sep 2009)
New Revision: 94007
Modified:
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/plugins/facade/classloading/OSGiBundleClassLoadingDeployer.java
Log:
[JBAS-7288] AnnotationMetaDataDeployer failing with NoClassDefFoundError
Modified: projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/plugins/facade/classloading/OSGiBundleClassLoadingDeployer.java
===================================================================
--- projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/plugins/facade/classloading/OSGiBundleClassLoadingDeployer.java 2009-09-24 20:52:22 UTC (rev 94006)
+++ projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/plugins/facade/classloading/OSGiBundleClassLoadingDeployer.java 2009-09-24 20:54:34 UTC (rev 94007)
@@ -145,5 +145,8 @@
// [TODO] dynamic imports
unit.addAttachment(ClassLoadingMetaData.class, classLoadingMetaData);
+
+ // AnnotationMetaDataDeployer.ANNOTATION_META_DATA_COMPLETE
+ unit.addAttachment("org.jboss.deployment.annotation.metadata.complete", Boolean.TRUE);
}
}
16 years, 10 months
JBoss-OSGI SVN: r93970 - projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi41/bundleA.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-23 18:57:29 -0400 (Wed, 23 Sep 2009)
New Revision: 93970
Modified:
projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi41/bundleA/ServiceA.java
projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi41/bundleA/ServiceB.java
Log:
Remove stale imports
Modified: projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi41/bundleA/ServiceA.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi41/bundleA/ServiceA.java 2009-09-23 21:52:46 UTC (rev 93969)
+++ projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi41/bundleA/ServiceA.java 2009-09-23 22:57:29 UTC (rev 93970)
@@ -29,7 +29,6 @@
import java.io.OutputStreamWriter;
import org.osgi.framework.BundleContext;
-import org.osgi.service.log.LogService;
/**
* ServiceA writes a file
@@ -39,8 +38,6 @@
*/
public class ServiceA
{
- private LogService log;
-
ServiceA(BundleContext context)
{
context.getDataFile("config").mkdirs();
Modified: projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi41/bundleA/ServiceB.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi41/bundleA/ServiceB.java 2009-09-23 21:52:46 UTC (rev 93969)
+++ projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi41/bundleA/ServiceB.java 2009-09-23 22:57:29 UTC (rev 93970)
@@ -75,7 +75,7 @@
config.update(props);
- Configuration[] configs = configAdmin.listConfigurations(null);
+ configAdmin.listConfigurations(null);
}
catch (Exception ex)
{
16 years, 10 months
JBoss-OSGI SVN: r93969 - projects/jboss-osgi/projects/parent/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-23 17:52:46 -0400 (Wed, 23 Sep 2009)
New Revision: 93969
Modified:
projects/jboss-osgi/projects/parent/trunk/pom.xml
Log:
Remove explicit dependency on bnd
Modified: projects/jboss-osgi/projects/parent/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/parent/trunk/pom.xml 2009-09-23 21:49:39 UTC (rev 93968)
+++ projects/jboss-osgi/projects/parent/trunk/pom.xml 2009-09-23 21:52:46 UTC (rev 93969)
@@ -20,13 +20,8 @@
<!-- DependencyManagement -->
<dependencyManagement>
- <dependencies>
+ <dependencies>
<dependency>
- <groupId>biz.aQute</groupId>
- <artifactId>bnd</artifactId>
- <version>${version.aqute.bnd}</version>
- </dependency>
- <dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-log4j</artifactId>
<version>${version.jboss.logging}</version>
16 years, 10 months
JBoss-OSGI SVN: r93968 - in projects/jboss-osgi/trunk: reactor/blueprint/impl and 1 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-23 17:49:39 -0400 (Wed, 23 Sep 2009)
New Revision: 93968
Modified:
projects/jboss-osgi/trunk/pom.xml
projects/jboss-osgi/trunk/reactor/blueprint/impl/pom.xml
projects/jboss-osgi/trunk/reactor/remotejmx/pom.xml
Log:
Fix bnd build issue
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-09-23 21:42:33 UTC (rev 93967)
+++ projects/jboss-osgi/trunk/pom.xml 2009-09-23 21:49:39 UTC (rev 93968)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3-SNAPSHOT</version>
</parent>
<!-- Modules -->
@@ -36,6 +36,7 @@
<!-- Properties -->
<properties>
+ <version.aqute.bnd>0.0.356</version.aqute.bnd>
<version.apache.felix.configadmin>1.0.10</version.apache.felix.configadmin>
<version.apache.felix.core>1.4.0</version.apache.felix.core>
<version.apache.felix.http.jetty>1.0.1</version.apache.felix.http.jetty>
@@ -67,6 +68,13 @@
<dependencyManagement>
<dependencies>
+ <!-- aQute -->
+ <dependency>
+ <groupId>biz.aQute</groupId>
+ <artifactId>bnd</artifactId>
+ <version>${version.aqute.bnd}</version>
+ </dependency>
+
<!-- jboss.osgi -->
<dependency>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/reactor/blueprint/impl/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/blueprint/impl/pom.xml 2009-09-23 21:42:33 UTC (rev 93967)
+++ projects/jboss-osgi/trunk/reactor/blueprint/impl/pom.xml 2009-09-23 21:49:39 UTC (rev 93968)
@@ -66,6 +66,7 @@
</Export-Package>
<Import-Package>
javax.xml.bind.annotation,
+ javax.xml.namespace,
org.apache.xerces.dom,
org.jboss.beans.metadata.*,
org.jboss.dependency.spi*,
Modified: projects/jboss-osgi/trunk/reactor/remotejmx/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/remotejmx/pom.xml 2009-09-23 21:42:33 UTC (rev 93967)
+++ projects/jboss-osgi/trunk/reactor/remotejmx/pom.xml 2009-09-23 21:49:39 UTC (rev 93968)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2</version>
</parent>
<properties>
16 years, 10 months
JBoss-OSGI SVN: r93967 - projects/jboss-osgi/projects/parent/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-23 17:42:33 -0400 (Wed, 23 Sep 2009)
New Revision: 93967
Modified:
projects/jboss-osgi/projects/parent/trunk/pom.xml
Log:
Remove explicit dependency on bnd
Modified: projects/jboss-osgi/projects/parent/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/parent/trunk/pom.xml 2009-09-23 20:43:57 UTC (rev 93966)
+++ projects/jboss-osgi/projects/parent/trunk/pom.xml 2009-09-23 21:42:33 UTC (rev 93967)
@@ -14,7 +14,6 @@
<!-- Properties -->
<properties>
- <version.aqute.bnd>0.0.323</version.aqute.bnd>
<version.jboss.logging>2.0.5.GA</version.jboss.logging>
<version.junit>4.6</version.junit>
</properties>
@@ -115,13 +114,6 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
- <dependencies>
- <dependency>
- <groupId>biz.aQute</groupId>
- <artifactId>bnd</artifactId>
- <version>${version.aqute.bnd}</version>
- </dependency>
- </dependencies>
</plugin>
</plugins>
</pluginManagement>
16 years, 10 months
JBoss-OSGI SVN: r93903 - projects/jboss-osgi/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-21 19:59:34 -0400 (Mon, 21 Sep 2009)
New Revision: 93903
Modified:
projects/jboss-osgi/trunk/pom.xml
Log:
Update dependencies
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-09-21 23:53:35 UTC (rev 93902)
+++ projects/jboss-osgi/trunk/pom.xml 2009-09-21 23:59:34 UTC (rev 93903)
@@ -39,7 +39,7 @@
<version.apache.felix.configadmin>1.0.10</version.apache.felix.configadmin>
<version.apache.felix.core>1.4.0</version.apache.felix.core>
<version.apache.felix.http.jetty>1.0.1</version.apache.felix.http.jetty>
- <version.apache.felix.log>1.1.0-SNAPSHOT</version.apache.felix.log>
+ <version.apache.felix.log>1.0.0</version.apache.felix.log>
<version.apache.felix.metatype>1.0.2</version.apache.felix.metatype>
<version.izpack>4.3.1</version.izpack>
<version.jboss.osgi.apache.xerces>2.9.1.SP2</version.jboss.osgi.apache.xerces>
16 years, 10 months