JBoss-OSGI SVN: r94541 - projects/jboss-osgi/documents.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-09 03:13:56 -0400 (Fri, 09 Oct 2009)
New Revision: 94541
Removed:
projects/jboss-osgi/documents/JBossOSGi_Manager_Summary_200910.odp
projects/jboss-osgi/documents/JBossOSGi_Status_200910.odp
Log:
Delete internal docs
Deleted: projects/jboss-osgi/documents/JBossOSGi_Manager_Summary_200910.odp
===================================================================
(Binary files differ)
Deleted: projects/jboss-osgi/documents/JBossOSGi_Status_200910.odp
===================================================================
(Binary files differ)
16 years, 2 months
JBoss-OSGI SVN: r94539 - projects/jboss-osgi/documents.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-09 03:02:44 -0400 (Fri, 09 Oct 2009)
New Revision: 94539
Added:
projects/jboss-osgi/documents/JBossOSGi_Manager_Summary_200910.odp
projects/jboss-osgi/documents/JBossOSGi_Status_200910.odp
Removed:
projects/jboss-osgi/documents/JBoss_OSGi_Status_200910.odp
Log:
Add Manager Summary
Added: projects/jboss-osgi/documents/JBossOSGi_Manager_Summary_200910.odp
===================================================================
(Binary files differ)
Property changes on: projects/jboss-osgi/documents/JBossOSGi_Manager_Summary_200910.odp
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: projects/jboss-osgi/documents/JBossOSGi_Status_200910.odp
===================================================================
(Binary files differ)
Property changes on: projects/jboss-osgi/documents/JBossOSGi_Status_200910.odp
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: projects/jboss-osgi/documents/JBoss_OSGi_Status_200910.odp
===================================================================
(Binary files differ)
16 years, 2 months
JBoss-OSGI SVN: r94521 - projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-08 10:07:56 -0400 (Thu, 08 Oct 2009)
New Revision: 94521
Modified:
projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java
Log:
fix typo
Modified: projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java
===================================================================
--- projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java 2009-10-08 14:05:53 UTC (rev 94520)
+++ projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java 2009-10-08 14:07:56 UTC (rev 94521)
@@ -44,7 +44,7 @@
public class BundleStructureDeployer extends AbstractVFSStructureDeployer
{
/**
- * Sets the default relative order 9000.
+ * Sets the default relative order.
*/
public BundleStructureDeployer()
{
16 years, 2 months
JBoss-OSGI SVN: r94520 - projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-08 10:05:53 -0400 (Thu, 08 Oct 2009)
New Revision: 94520
Modified:
projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java
Log:
[JBAS-7322] Disable Tomcat deployment for OSGi webapps
Modified: projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java
===================================================================
--- projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java 2009-10-08 13:43:07 UTC (rev 94519)
+++ projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java 2009-10-08 14:05:53 UTC (rev 94520)
@@ -48,7 +48,9 @@
*/
public BundleStructureDeployer()
{
- setRelativeOrder(9000);
+ // WARStructure: 1000
+ // JARStructure: 10000
+ setRelativeOrder(500);
}
/**
16 years, 2 months
JBoss-OSGI SVN: r94517 - projects/jboss-osgi/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-08 08:13:04 -0400 (Thu, 08 Oct 2009)
New Revision: 94517
Modified:
projects/jboss-osgi/trunk/pom.xml
Log:
Update to use deployers snapshot
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-10-08 12:12:23 UTC (rev 94516)
+++ projects/jboss-osgi/trunk/pom.xml 2009-10-08 12:13:04 UTC (rev 94517)
@@ -52,8 +52,8 @@
<version.jboss.osgi.jaxb>2.1.10.SP2</version.jboss.osgi.jaxb>
<version.jboss.osgi.jmx>1.0.1</version.jboss.osgi.jmx>
<version.jboss.osgi.jndi>1.0.1</version.jboss.osgi.jndi>
- <version.jboss.osgi.microcontainer>1.0.1</version.jboss.osgi.microcontainer>
- <version.jboss.osgi.runtime.deployers>1.0.1</version.jboss.osgi.runtime.deployers>
+ <version.jboss.osgi.microcontainer>1.0.2-SNAPSHOT</version.jboss.osgi.microcontainer>
+ <version.jboss.osgi.runtime.deployers>1.0.2-SNAPSHOT</version.jboss.osgi.runtime.deployers>
<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>
16 years, 2 months
JBoss-OSGI SVN: r94516 - in projects/jboss-osgi/projects/runtime/microcontainer/trunk: src/main/java/org/jboss/osgi/framework/classloading and 1 other directory.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-08 08:12:23 -0400 (Thu, 08 Oct 2009)
New Revision: 94516
Modified:
projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/framework/classloading/OSGiClassLoaderFactory.java
Log:
Handle Bundle-ClassPath
Modified: projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml 2009-10-08 12:10:43 UTC (rev 94515)
+++ projects/jboss-osgi/projects/runtime/microcontainer/trunk/pom.xml 2009-10-08 12:12:23 UTC (rev 94516)
@@ -55,7 +55,7 @@
<version.jboss.osgi.jaxb>2.1.10.SP2</version.jboss.osgi.jaxb>
<version.jboss.osgi.jmx>1.0.1</version.jboss.osgi.jmx>
<version.jboss.osgi.jndi>1.0.1</version.jboss.osgi.jndi>
- <version.jboss.osgi.runtime.deployers>1.0.1</version.jboss.osgi.runtime.deployers>
+ <version.jboss.osgi.runtime.deployers>1.0.2-SNAPSHOT</version.jboss.osgi.runtime.deployers>
<version.jboss.osgi.spi>1.0.2-SNAPSHOT</version.jboss.osgi.spi>
<version.jboss.osgi.xml.binding>2.0.1.SP1</version.jboss.osgi.xml.binding>
<version.jboss.microcontainer>2.0.9.GA</version.jboss.microcontainer>
Modified: projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/framework/classloading/OSGiClassLoaderFactory.java
===================================================================
--- projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/framework/classloading/OSGiClassLoaderFactory.java 2009-10-08 12:10:43 UTC (rev 94515)
+++ projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/framework/classloading/OSGiClassLoaderFactory.java 2009-10-08 12:12:23 UTC (rev 94516)
@@ -23,8 +23,6 @@
// $Id$
-import java.io.IOException;
-import java.util.ArrayList;
import java.util.List;
import org.jboss.classloader.spi.ClassLoaderPolicy;
@@ -82,43 +80,11 @@
private VirtualFile[] getClassLoaderPolicyRoots(OSGiBundleState bundleState, VFSDeploymentUnit vfsUnit)
{
- VirtualFile root = vfsUnit.getRoot();
-
- // If there is no Bundle-ClassPath in the manifest, simply use the root
- List<String> bundleClassPath = bundleState.getOSGiMetaData().getBundleClassPath();
- if (bundleClassPath == null)
- {
- return new VirtualFile[] { root };
- }
-
- log.debug("Bundle-ClassPath: " + bundleClassPath);
-
- // Add a vfs root for every Bundle-ClassPath element
- List<VirtualFile> rootsList = new ArrayList<VirtualFile>();
- for (String path : bundleClassPath)
- {
- if (path.equals("."))
- {
- rootsList.add(root);
- }
- else
- {
- try
- {
- VirtualFile child = root.getChild(path);
- rootsList.add(child);
- }
- catch (IOException ex)
- {
- throw new IllegalArgumentException("Cannot find class path '" + path + "' in: " + root);
- }
- }
- }
-
- VirtualFile[] rootsArray = new VirtualFile[rootsList.size()];
- rootsList.toArray(rootsArray);
-
- return rootsArray;
+ // The classpath is initialised by the bundle structure deployer
+ List<VirtualFile> classPaths = vfsUnit.getClassPath();
+ VirtualFile[] policyRoots = new VirtualFile[classPaths.size()];
+ classPaths.toArray(policyRoots);
+ return policyRoots;
}
});
return vfsModule.registerClassLoaderPolicy(system);
16 years, 2 months
JBoss-OSGI SVN: r94515 - projects/jboss-osgi/projects/bundles/microcontainer/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-08 08:10:43 -0400 (Thu, 08 Oct 2009)
New Revision: 94515
Modified:
projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml
Log:
Update to deployers snapshot
Modified: projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml 2009-10-08 12:10:00 UTC (rev 94514)
+++ projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml 2009-10-08 12:10:43 UTC (rev 94515)
@@ -27,14 +27,14 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3-SNAPSHOT</version>
</parent>
<!-- Properties -->
<properties>
<version.jboss.deployers>2.0.5.SP1</version.jboss.deployers>
<version.jboss.microcontainer>2.0.9.GA</version.jboss.microcontainer>
- <version.jboss.osgi.runtime.deployers>1.0.1</version.jboss.osgi.runtime.deployers>
+ <version.jboss.osgi.runtime.deployers>1.0.2-SNAPSHOT</version.jboss.osgi.runtime.deployers>
<version.jboss.osgi.xml.binding>2.0.1.SP1</version.jboss.osgi.xml.binding>
<version.osgi>r4v42</version.osgi>
</properties>
16 years, 2 months
JBoss-OSGI SVN: r94514 - projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-08 08:10:00 -0400 (Thu, 08 Oct 2009)
New Revision: 94514
Modified:
projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java
Log:
Handle Bundle-ClassPath
Modified: projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java
===================================================================
--- projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java 2009-10-08 11:52:23 UTC (rev 94513)
+++ projects/jboss-osgi/projects/runtime/deployers/trunk/src/main/java/org/jboss/osgi/deployer/BundleStructureDeployer.java 2009-10-08 12:10:00 UTC (rev 94514)
@@ -23,6 +23,7 @@
// $Id$
+import java.io.IOException;
import java.util.jar.Attributes;
import java.util.jar.Manifest;
@@ -60,15 +61,14 @@
public boolean determineStructure(StructureContext structureContext) throws DeploymentException
{
ContextInfo context = null;
- VirtualFile file = structureContext.getFile();
VirtualFile root = structureContext.getRoot();
try
{
// This file is not for me, because I'm only interested
// in root deployments that contain a MANIFEST.MF
- Manifest manifest = VFSUtils.getManifest(file);
- if (file != root || manifest == null)
+ Manifest manifest = VFSUtils.getManifest(root);
+ if (root != structureContext.getFile() || manifest == null)
return false;
// This file is also not for me, because I need to see Bundle-SymbolicName
@@ -80,15 +80,39 @@
// Create a context for this jar file with META-INF as the location for metadata
context = createContext(structureContext, "META-INF");
- // The classpath is the root
- addClassPath(structureContext, file, true, true, context);
-
- // Add archive children to the classpath
- for (VirtualFile child : root.getChildren())
+ // Add a classpath entry for every Bundle-ClassPath element
+ String classPath = attribs.getValue(Constants.BUNDLE_CLASSPATH);
+ if (classPath == null)
{
- if (child.isArchive())
- addClassPath(structureContext, child, true, true, context);
+ // No Bundle-ClassPath, just add the root
+ addClassPath(structureContext, root, true, false, context);
}
+ else
+ {
+ String[] classPathArr = classPath.split("[,\\s]");
+ for (String path : classPathArr)
+ {
+ if (path.equals("."))
+ {
+ // Add the root
+ addClassPath(structureContext, root, true, false, context);
+ }
+ else
+ {
+ // [TODO] publish a Framework Event of type INFO
+ // [TODO] locate the class path entry in attached fragments
+ try
+ {
+ VirtualFile child = root.getChild(path);
+ addClassPath(structureContext, child, true, false, context);
+ }
+ catch (IOException ex)
+ {
+ log.info("Cannot find class path '" + path + "' in: " + root);
+ }
+ }
+ }
+ }
// We don't process children as potential subdeployments
@@ -100,7 +124,7 @@
if (context != null)
structureContext.removeChild(context);
- throw DeploymentException.rethrowAsDeploymentException("Error determining structure: " + file.getName(), e);
+ throw DeploymentException.rethrowAsDeploymentException("Error determining structure: " + root.getName(), e);
}
}
}
\ No newline at end of file
16 years, 2 months
JBoss-OSGI SVN: r94511 - in projects/jboss-osgi/trunk: reactor/blueprint and 4 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-08 07:10:15 -0400 (Thu, 08 Oct 2009)
New Revision: 94511
Added:
projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/MANIFEST.MF
projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/web.xml
Removed:
projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/META-INF/
projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/WEB-INF/
Modified:
projects/jboss-osgi/trunk/pom.xml
projects/jboss-osgi/trunk/reactor/blueprint/impl/pom.xml
projects/jboss-osgi/trunk/reactor/blueprint/pom.xml
projects/jboss-osgi/trunk/reactor/blueprint/testsuite/pom.xml
projects/jboss-osgi/trunk/testsuite/example/scripts/antrun-test-jars.xml
Log:
Fix webapp schema in web.xml.
Use blueprint version-1.0.0.Alpha2
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-10-08 10:17:47 UTC (rev 94510)
+++ projects/jboss-osgi/trunk/pom.xml 2009-10-08 11:10:15 UTC (rev 94511)
@@ -37,14 +37,13 @@
<!-- Properties -->
<properties>
<version.aqute.bnd>0.0.356</version.aqute.bnd>
- <version.apache.commons.logging>1.1.1</version.apache.commons.logging>
<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.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>
- <version.jboss.osgi.blueprint>1.0.0.Beta1</version.jboss.osgi.blueprint>
+ <version.jboss.osgi.blueprint>1.0.0.Alpha2</version.jboss.osgi.blueprint>
<version.jboss.osgi.common>1.0.2-SNAPSHOT</version.jboss.osgi.common>
<version.jboss.osgi.common.core>2.2.13.GA</version.jboss.osgi.common.core>
<version.jboss.osgi.framework>1.0.0-SNAPSHOT</version.jboss.osgi.framework>
@@ -224,11 +223,6 @@
<artifactId>pax-web-jetty-bundle</artifactId>
<version>${version.ops4j.pax.web}</version>
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>${version.apache.commons.logging}</version>
- </dependency>
<!-- org.osgi -->
<dependency>
Modified: projects/jboss-osgi/trunk/reactor/blueprint/impl/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/blueprint/impl/pom.xml 2009-10-08 10:17:47 UTC (rev 94510)
+++ projects/jboss-osgi/trunk/reactor/blueprint/impl/pom.xml 2009-10-08 11:10:15 UTC (rev 94511)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-blueprint-parent</artifactId>
- <version>1.0.0.Beta1</version>
+ <version>1.0.0.Alpha2</version>
</parent>
<!-- Dependencies -->
Modified: projects/jboss-osgi/trunk/reactor/blueprint/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/blueprint/pom.xml 2009-10-08 10:17:47 UTC (rev 94510)
+++ projects/jboss-osgi/trunk/reactor/blueprint/pom.xml 2009-10-08 11:10:15 UTC (rev 94511)
@@ -20,7 +20,7 @@
<artifactId>jboss-osgi-blueprint-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.0.Beta1</version>
+ <version>1.0.0.Alpha2</version>
<!-- Parent -->
<parent>
Modified: projects/jboss-osgi/trunk/reactor/blueprint/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/blueprint/testsuite/pom.xml 2009-10-08 10:17:47 UTC (rev 94510)
+++ projects/jboss-osgi/trunk/reactor/blueprint/testsuite/pom.xml 2009-10-08 11:10:15 UTC (rev 94511)
@@ -32,7 +32,7 @@
<parent>
<groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-blueprint-parent</artifactId>
- <version>1.0.0.Beta1</version>
+ <version>1.0.0.Alpha2</version>
</parent>
<!-- Properties -->
Modified: projects/jboss-osgi/trunk/testsuite/example/scripts/antrun-test-jars.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/scripts/antrun-test-jars.xml 2009-10-08 10:17:47 UTC (rev 94510)
+++ projects/jboss-osgi/trunk/testsuite/example/scripts/antrun-test-jars.xml 2009-10-08 11:10:15 UTC (rev 94511)
@@ -63,8 +63,8 @@
<!-- webapp -->
<war destfile="${tests.output.dir}/test-libs/example-webapp.jar"
- manifest="${tests.resources.dir}/webapp/META-INF/MANIFEST.MF"
- webxml="${tests.resources.dir}/webapp/WEB-INF/web.xml">
+ manifest="${tests.resources.dir}/webapp/MANIFEST.MF"
+ webxml="${tests.resources.dir}/webapp/web.xml">
<classes dir="${tests.classes.dir}">
<include name="**/example/webapp/bundle/*.class"/>
</classes>
Copied: projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/MANIFEST.MF (from rev 94505, projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/META-INF/MANIFEST.MF)
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/MANIFEST.MF (rev 0)
+++ projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/MANIFEST.MF 2009-10-08 11:10:15 UTC (rev 94511)
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-Name: example-webapp
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: example-webapp
+Bundle-ClassPath: .,WEB-INF/classes
+Import-Package: org.osgi.service.http,org.ops4j.pax.web.service,javax.servlet,javax.servlet.http
+
Copied: projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/web.xml (from rev 94505, projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/WEB-INF/web.xml)
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/web.xml (rev 0)
+++ projects/jboss-osgi/trunk/testsuite/example/src/test/resources/webapp/web.xml 2009-10-08 11:10:15 UTC (rev 94511)
@@ -0,0 +1,21 @@
+<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ version="2.5">
+
+ <display-name>WebApp Sample</display-name>
+
+ <servlet>
+ <servlet-name>servlet</servlet-name>
+ <servlet-class>org.jboss.test.osgi.example.webapp.bundle.EndpointServlet</servlet-class>
+ <init-param>
+ <param-name>initProp</param-name>
+ <param-value>SomeValue</param-value>
+ </init-param>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>servlet</servlet-name>
+ <url-pattern>/servlet</url-pattern>
+ </servlet-mapping>
+
+</web-app>
16 years, 2 months
JBoss-OSGI SVN: r94509 - projects/jboss-osgi/projects/bundles.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-10-08 05:33:54 -0400 (Thu, 08 Oct 2009)
New Revision: 94509
Added:
projects/jboss-osgi/projects/bundles/jboss-common-core/
Removed:
projects/jboss-osgi/projects/bundles/common-core/
Log:
Add jboss prefix
Copied: projects/jboss-osgi/projects/bundles/jboss-common-core (from rev 94508, projects/jboss-osgi/projects/bundles/common-core)
16 years, 2 months