debian/0000755000000000000000000000000012175674753007207 5ustar debian/watch0000644000000000000000000000012211064734532010217 0ustar version=3 http://sf.net/jboss/ jboss-(4.*)-src\.tar\.gz debian debian/orig-tar.sh debian/jbossas4.install0000644000000000000000000000011711064734532012312 0ustar debian/tmp/usr/share/java/jboss-run* debian/tmp/usr/share/java/jboss-shutdown* debian/libjboss-security-java.install0000644000000000000000000000004311064734532015153 0ustar debian/tmp/usr/share/java/jbosssx* debian/libjboss-transaction-java.install0000644000000000000000000000005511064734532015634 0ustar debian/tmp/usr/share/java/jboss-transaction* debian/libjboss-messaging-java.install0000644000000000000000000000005311064734532015262 0ustar debian/tmp/usr/share/java/jboss-messaging* debian/libjboss-deployment-java.install0000644000000000000000000000005411064734532015466 0ustar debian/tmp/usr/share/java/jboss-deployment* debian/libjboss-test-java.install0000644000000000000000000000004711064734532014267 0ustar debian/tmp/usr/share/java/jboss-test* debian/libjboss-connector-java.install0000644000000000000000000000005411064734532015300 0ustar debian/tmp/usr/share/java/jboss-connector* debian/libjboss-naming-java.install0000644000000000000000000000003711064734532014560 0ustar debian/tmp/usr/share/java/jnp* debian/libjboss-webservices-java.install0000644000000000000000000000005611064734532015631 0ustar debian/tmp/usr/share/java/jboss-webservices* debian/libjboss-jmx-java.install0000644000000000000000000000004511064734532014104 0ustar debian/tmp/usr/share/java/jboss-jmx* debian/ant.properties0000644000000000000000000000302211064734532012070 0ustar project.name=jbossas class.dir=classes source.dir=src/main aspects.dir=aspects cluster.dir=cluster connector.dir=connector console.dir=console deployment.dir=deployment docbook-support.dir=docbook-support ejb3.dir=ejb3 ejb3x.dir=ejb3x hibernate-int.dir=hibernate-int iiop.dir=iiop j2ee.dir=j2ee jaxrpc.dir=jaxrpc jms.dir=jms jmx.dir=jmx management.dir=management messaging.dir=messaging naming.dir=naming remoting.dir=remoting-int security.dir=security server.dir=server system.dir=system test.dir=test testsuite.dir=testsuite tomcat.dir=tomcat tools.dir=tools transaction.dir=transaction varia.dir=varia webservices.dir=webservices aspects.jar=jboss-aspects.jar cluster.jar=jboss-cluster.jar connector.jar=jboss-connector.jar console.jar=jboss-console.jar deployment.jar=jboss-deployment.jar docbook-support.jar=jboss-docbook-support.jar ejb3.jar=jboss-ejb3.jar ejb3x.jar=jboss-ejb3x.jar hibernate-int.jar=jboss-hibernate-int.jar iiop.jar=jboss-iiop.jar j2ee.jar=jboss-j2ee.jar jaxrpc.jar=jboss-jaxrpc.jar jms.jar=jboss-jms.jar jmx.jar=jboss-jmx.jar management.jar=jboss-management.jar messaging.jar=jboss-messaging.jar jnpserver.jar=jnpserver.jar jnpclient.jar=jnp-client.jar remoting.jar=jboss-remoting.jar run.jar=jboss-run.jar shutdown.jar=jboss-shutdown.jar security.jar=jbosssx.jar server.jar=jboss.jar system.jar=jboss-system.jar test.jar=jboss-test.jar testsuite.jar=jboss-testsuite.jar tomcat.jar=jboss-tomcat.jar tools.jar=jboss-tools.jar transaction.jar=jboss-transaction.jar varia.jar=jboss-varia.jar webservices.jar=jboss-webservices.jar debian/patches/0000755000000000000000000000000012175672516010631 5ustar debian/patches/concurrent.diff0000644000000000000000000013450311143266473013646 0ustar Index: jbossas4-4.2.3.GA/jmx/src/main/javax/management/monitor/Monitor.java =================================================================== --- jbossas4-4.2.3.GA.orig/jmx/src/main/javax/management/monitor/Monitor.java 2008-07-18 17:06:30.000000000 +0200 +++ jbossas4-4.2.3.GA/jmx/src/main/javax/management/monitor/Monitor.java 2008-11-10 20:14:55.000000000 +0100 @@ -33,7 +33,7 @@ import org.jboss.mx.util.ObservedObject; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * The monitor service. Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/il/oil2/OIL2SocketHandler.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/il/oil2/OIL2SocketHandler.java 2008-07-18 17:08:01.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/il/oil2/OIL2SocketHandler.java 2008-11-10 20:14:55.000000000 +0100 @@ -29,7 +29,7 @@ import org.jboss.logging.Logger; import EDU.oswego.cs.dl.util.concurrent.Channel; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentHashMap; import EDU.oswego.cs.dl.util.concurrent.LinkedQueue; import EDU.oswego.cs.dl.util.concurrent.PooledExecutor; import EDU.oswego.cs.dl.util.concurrent.Slot; Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/il/uil2/SocketManager.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/il/uil2/SocketManager.java 2008-07-18 17:08:02.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/il/uil2/SocketManager.java 2008-11-10 20:14:55.000000000 +0100 @@ -35,7 +35,7 @@ import org.jboss.util.stream.NotifyingBufferedInputStream; import org.jboss.util.stream.NotifyingBufferedOutputStream; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentHashMap; import EDU.oswego.cs.dl.util.concurrent.LinkedQueue; import EDU.oswego.cs.dl.util.concurrent.PooledExecutor; import EDU.oswego.cs.dl.util.concurrent.SynchronizedBoolean; Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/pm/TxManager.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/pm/TxManager.java 2008-07-18 17:08:00.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/pm/TxManager.java 2008-11-10 20:14:55.000000000 +0100 @@ -33,8 +33,8 @@ import org.jboss.mq.Recoverable; import org.jboss.mq.SpyJMSException; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; -import EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.CopyOnWriteArraySet; /** * This class allows provides the base for user supplied persistence packages. @@ -493,4 +493,4 @@ return txids.isEmpty(); } } -} \ No newline at end of file +} Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/pm/none/PersistenceManager.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/pm/none/PersistenceManager.java 2008-07-18 17:07:59.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/pm/none/PersistenceManager.java 2008-11-10 20:14:55.000000000 +0100 @@ -33,7 +33,7 @@ import org.jboss.mq.server.MessageReference; import org.jboss.system.ServiceMBeanSupport; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentHashMap; import EDU.oswego.cs.dl.util.concurrent.SynchronizedLong; /** Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/server/BasicQueue.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/server/BasicQueue.java 2008-07-18 17:07:59.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/server/BasicQueue.java 2008-11-10 20:14:55.000000000 +0100 @@ -50,8 +50,8 @@ import org.jboss.util.timeout.Timeout; import org.jboss.util.timeout.TimeoutTarget; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; -import EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.CopyOnWriteArraySet; /** * This class represents a queue which provides it's messages exclusively to one Index: jbossas4-4.2.3.GA/server/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.java =================================================================== --- jbossas4-4.2.3.GA.orig/server/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.java 2008-07-18 17:07:36.000000000 +0200 +++ jbossas4-4.2.3.GA/server/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.java 2008-11-10 20:14:55.000000000 +0100 @@ -32,8 +32,8 @@ import java.util.Map; import java.util.WeakHashMap; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * An ObjectInputStream subclass used by the MarshalledValue class to @@ -49,7 +49,7 @@ { /** A class wide cache of proxy classes populated by resolveProxyClass */ private static Map classCache; - private static ConcurrentReaderHashMap objectStreamClassCache; + private static ConcurrentHashMap objectStreamClassCache; private static Method lookupStreamClass = null; static @@ -76,7 +76,7 @@ if (flag == true) { classCache = Collections.synchronizedMap(new WeakHashMap()); - objectStreamClassCache = new ConcurrentReaderHashMap(); + objectStreamClassCache = new ConcurrentHashMap(); } else { Index: jbossas4-4.2.3.GA/tomcat/src/main/org/jboss/web/tomcat/service/sso/ClusteredSingleSignOn.java =================================================================== --- jbossas4-4.2.3.GA.orig/tomcat/src/main/org/jboss/web/tomcat/service/sso/ClusteredSingleSignOn.java 2008-07-18 17:02:55.000000000 +0200 +++ jbossas4-4.2.3.GA/tomcat/src/main/org/jboss/web/tomcat/service/sso/ClusteredSingleSignOn.java 2008-11-10 20:14:55.000000000 +0100 @@ -44,7 +44,7 @@ import org.jboss.web.tomcat.service.JBossWeb; import org.jboss.web.tomcat.service.session.JBossManager; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentHashMap; /** Index: jbossas4-4.2.3.GA/transaction/src/main/org/jboss/tm/TransactionLocalDelegateImpl.java =================================================================== --- jbossas4-4.2.3.GA.orig/transaction/src/main/org/jboss/tm/TransactionLocalDelegateImpl.java 2008-07-18 17:02:52.000000000 +0200 +++ jbossas4-4.2.3.GA/transaction/src/main/org/jboss/tm/TransactionLocalDelegateImpl.java 2008-11-10 20:14:55.000000000 +0100 @@ -33,7 +33,7 @@ import org.jboss.util.NestedRuntimeException; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentHashMap; import EDU.oswego.cs.dl.util.concurrent.ReentrantLock; /** Index: jbossas4-4.2.3.GA/aspects/src/main/org/jboss/aop/deployment/ScopedClassLoaderDomain.java =================================================================== --- jbossas4-4.2.3.GA.orig/aspects/src/main/org/jboss/aop/deployment/ScopedClassLoaderDomain.java 2008-07-18 17:06:53.000000000 +0200 +++ jbossas4-4.2.3.GA/aspects/src/main/org/jboss/aop/deployment/ScopedClassLoaderDomain.java 2008-11-10 20:14:55.000000000 +0100 @@ -30,7 +30,7 @@ import org.jboss.mx.loading.LoaderRepository; import org.jboss.mx.loading.RepositoryClassLoader; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A domain that is used for scoped classloaders @@ -43,8 +43,8 @@ WeakReference loader; boolean parentDelegation; - ConcurrentReaderHashMap myPerVMAspects = new ConcurrentReaderHashMap(); - ConcurrentReaderHashMap notMyPerVMAspects = new ConcurrentReaderHashMap(); + ConcurrentHashMap myPerVMAspects = new ConcurrentHashMap(); + ConcurrentHashMap notMyPerVMAspects = new ConcurrentHashMap(); public ScopedClassLoaderDomain(ClassLoader loader, String name, boolean parentDelegation, AspectManager manager, boolean parentFirst) { Index: jbossas4-4.2.3.GA/cluster/src/main/org/jboss/ha/framework/server/DistributedReplicantManagerImpl.java =================================================================== --- jbossas4-4.2.3.GA.orig/cluster/src/main/org/jboss/ha/framework/server/DistributedReplicantManagerImpl.java 2008-07-18 16:59:51.000000000 +0200 +++ jbossas4-4.2.3.GA/cluster/src/main/org/jboss/ha/framework/server/DistributedReplicantManagerImpl.java 2008-11-10 20:14:55.000000000 +0100 @@ -37,7 +37,7 @@ import javax.management.ObjectName; import EDU.oswego.cs.dl.util.concurrent.Latch; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; import org.jboss.logging.Logger; @@ -68,9 +68,9 @@ // Attributes ---------------------------------------------------- protected static int threadID; - protected ConcurrentReaderHashMap localReplicants = new ConcurrentReaderHashMap(); - protected ConcurrentReaderHashMap replicants = new ConcurrentReaderHashMap(); - protected ConcurrentReaderHashMap keyListeners = new ConcurrentReaderHashMap(); + protected ConcurrentHashMap localReplicants = new ConcurrentHashMap(); + protected ConcurrentHashMap replicants = new ConcurrentHashMap(); + protected ConcurrentHashMap keyListeners = new ConcurrentHashMap(); protected HashMap intraviewIdCache = new HashMap(); protected HAPartition partition; /** The handler used to send replicant change notifications asynchronously */ Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jms/JmsResourceAdapter.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/jms/JmsResourceAdapter.java 2008-07-18 17:06:09.000000000 +0200 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jms/JmsResourceAdapter.java 2008-11-10 20:14:55.000000000 +0100 @@ -37,7 +37,7 @@ import org.jboss.resource.adapter.jms.inflow.JmsActivation; import org.jboss.resource.adapter.jms.inflow.JmsActivationSpec; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A generic resource adapter for any JMS server. @@ -54,7 +54,7 @@ private BootstrapContext ctx; /** The activations by activation spec */ - private ConcurrentReaderHashMap activations = new ConcurrentReaderHashMap(); + private ConcurrentHashMap activations = new ConcurrentHashMap(); /** * Get the work manager Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/mail/MailResourceAdapter.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/mail/MailResourceAdapter.java 2008-07-18 17:06:08.000000000 +0200 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/mail/MailResourceAdapter.java 2008-11-10 20:14:55.000000000 +0100 @@ -35,7 +35,7 @@ import org.jboss.resource.adapter.mail.inflow.MailActivationSpec; import org.jboss.resource.adapter.mail.inflow.NewMsgsWorker; import org.jboss.logging.Logger; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * @author Scott.Stark@jboss.org @@ -48,7 +48,7 @@ private BootstrapContext ctx; /** The activations by activation spec */ - private ConcurrentReaderHashMap activations = new ConcurrentReaderHashMap(); + private ConcurrentHashMap activations = new ConcurrentHashMap(); /** */ private NewMsgsWorker newMsgsWorker; Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/connectionmanager/JBossManagedConnectionPool.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/connectionmanager/JBossManagedConnectionPool.java 2008-07-18 17:06:11.000000000 +0200 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/connectionmanager/JBossManagedConnectionPool.java 2008-11-10 20:14:55.000000000 +0100 @@ -55,7 +55,7 @@ import org.jboss.system.ServiceMBeanSupport; import org.jboss.tm.TransactionLocal; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * The JBossManagedConnectionPool mbean configures and supplies pooling of @@ -484,7 +484,7 @@ public abstract static class BasePool implements ManagedConnectionPool, StatisticsReporter, PreFillPoolSupport { /** The subpools */ - private final Map subPools = new ConcurrentReaderHashMap(); + private final Map subPools = new ConcurrentHashMap(); /** The managed connection factory */ private final ManagedConnectionFactory mcf; Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/metadata/ConnectorMetaData.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/metadata/ConnectorMetaData.java 2008-07-18 17:06:10.000000000 +0200 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/metadata/ConnectorMetaData.java 2008-11-10 20:14:55.000000000 +0100 @@ -25,7 +25,7 @@ import java.util.Iterator; import java.util.Locale; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * Connector meta data @@ -59,7 +59,7 @@ private LicenseMetaData lmd = new LicenseMetaData(); /** The descriptions */ - private ConcurrentReaderHashMap descriptions = new ConcurrentReaderHashMap(); + private ConcurrentHashMap descriptions = new ConcurrentHashMap(); /** The connection definitions */ private HashSet connectionDefinitions = new HashSet(); Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/metadata/DescriptionMetaDataContainer.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/metadata/DescriptionMetaDataContainer.java 2008-07-18 17:06:10.000000000 +0200 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/metadata/DescriptionMetaDataContainer.java 2008-11-10 20:14:55.000000000 +0100 @@ -26,7 +26,7 @@ import java.util.Iterator; import java.util.Locale; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * An abstract class for meta data that has descriptions @@ -39,7 +39,7 @@ private static final long serialVersionUID = 2831943526217092377L; /** The descriptions */ - private ConcurrentReaderHashMap descriptions = new ConcurrentReaderHashMap(); + private ConcurrentHashMap descriptions = new ConcurrentHashMap(); public DescriptionMetaDataContainer() { Index: jbossas4-4.2.3.GA/ejb3/src/main/org/jboss/ejb3/statistics/InvocationStatistics.java =================================================================== --- jbossas4-4.2.3.GA.orig/ejb3/src/main/org/jboss/ejb3/statistics/InvocationStatistics.java 2008-07-18 17:00:56.000000000 +0200 +++ jbossas4-4.2.3.GA/ejb3/src/main/org/jboss/ejb3/statistics/InvocationStatistics.java 2008-11-10 20:14:55.000000000 +0100 @@ -27,7 +27,7 @@ import java.util.Iterator; import java.util.Map; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** A method invocation statistics collection class. * @@ -65,7 +65,7 @@ public InvocationStatistics() { - methodStats = new ConcurrentReaderHashMap(); + methodStats = new ConcurrentHashMap(); } /** Update the TimeStatistic for the given method. This synchronizes on Index: jbossas4-4.2.3.GA/ejb3/src/test/org/jboss/ejb3/test/jca/inflow/TestResourceAdapter.java =================================================================== --- jbossas4-4.2.3.GA.orig/ejb3/src/test/org/jboss/ejb3/test/jca/inflow/TestResourceAdapter.java 2008-07-18 17:00:05.000000000 +0200 +++ jbossas4-4.2.3.GA/ejb3/src/test/org/jboss/ejb3/test/jca/inflow/TestResourceAdapter.java 2008-11-10 20:14:55.000000000 +0100 @@ -38,7 +38,7 @@ import org.jboss.mx.util.MBeanServerLocator; import org.jboss.mx.util.ObjectNameFactory; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A TestResourceAdapter. @@ -52,7 +52,7 @@ BootstrapContext ctx; - ConcurrentReaderHashMap endpoints = new ConcurrentReaderHashMap(); + ConcurrentHashMap endpoints = new ConcurrentHashMap(); public TestResourceAdapterInflowResults testInflow() throws Exception { Index: jbossas4-4.2.3.GA/jmx/src/main/org/jboss/mx/loading/LoaderRepository.java =================================================================== --- jbossas4-4.2.3.GA.orig/jmx/src/main/org/jboss/mx/loading/LoaderRepository.java 2008-07-18 17:06:26.000000000 +0200 +++ jbossas4-4.2.3.GA/jmx/src/main/org/jboss/mx/loading/LoaderRepository.java 2008-11-10 20:14:55.000000000 +0100 @@ -21,7 +21,7 @@ */ package org.jboss.mx.loading; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; import org.jboss.logging.Logger; import org.jboss.mx.server.ServerConstants; import org.jboss.util.loading.Translator; @@ -52,7 +52,7 @@ /** The loaded classes cache, HashMap. * Access synchronized via this.classes monitor. */ - private ConcurrentReaderHashMap classes = new ConcurrentReaderHashMap(); + private ConcurrentHashMap classes = new ConcurrentHashMap(); /** Index: jbossas4-4.2.3.GA/jmx/src/main/org/jboss/mx/loading/RepositoryClassLoader.java =================================================================== --- jbossas4-4.2.3.GA.orig/jmx/src/main/org/jboss/mx/loading/RepositoryClassLoader.java 2008-07-18 17:06:26.000000000 +0200 +++ jbossas4-4.2.3.GA/jmx/src/main/org/jboss/mx/loading/RepositoryClassLoader.java 2008-11-10 20:14:55.000000000 +0100 @@ -46,7 +46,7 @@ import org.jboss.util.collection.SoftSet; import EDU.oswego.cs.dl.util.concurrent.ReentrantLock; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A RepositoryClassLoader. @@ -82,7 +82,7 @@ /** Names of resources that were not found in loadResourceLocally */ private Set resourceBlackList = Collections.synchronizedSet(new HashSet()); /** A HashMap for resource found in loadResourceLocally */ - private ConcurrentReaderHashMap resourceCache = new ConcurrentReaderHashMap(); + private ConcurrentHashMap resourceCache = new ConcurrentHashMap(); /** Lock */ protected ReentrantLock loadLock = new ReentrantLock(); Index: jbossas4-4.2.3.GA/jmx/src/main/org/jboss/mx/loading/UnifiedLoaderRepository3.java =================================================================== --- jbossas4-4.2.3.GA.orig/jmx/src/main/org/jboss/mx/loading/UnifiedLoaderRepository3.java 2008-07-18 17:06:26.000000000 +0200 +++ jbossas4-4.2.3.GA/jmx/src/main/org/jboss/mx/loading/UnifiedLoaderRepository3.java 2008-11-10 20:14:55.000000000 +0100 @@ -49,8 +49,8 @@ import org.jboss.logging.Logger; import org.jboss.mx.util.JBossNotificationBroadcasterSupport; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; -import EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.CopyOnWriteArraySet; /** A repository of class loaders that form a flat namespace of classes * and resources. This version uses UnifiedClassLoader3 instances. Class @@ -113,7 +113,7 @@ /** The loaded classes cache, HashMap. * Access synchronized via this.classes monitor. */ - private ConcurrentReaderHashMap classes = new ConcurrentReaderHashMap(); + private ConcurrentHashMap classes = new ConcurrentHashMap(); /** HashMap> class loaders to the set of class names * loaded via the UCL. @@ -137,7 +137,7 @@ * ClassLoaders which have classes in the package. * Access synchronized via this.packagesMap monitor. */ - private ConcurrentReaderHashMap packagesMap = new ConcurrentReaderHashMap(); + private ConcurrentHashMap packagesMap = new ConcurrentHashMap(); /** A HashMap of class loaders to the array of pckages names * they serve Index: jbossas4-4.2.3.GA/jmx/src/main/org/jboss/mx/server/registry/BasicMBeanRegistry.java =================================================================== --- jbossas4-4.2.3.GA.orig/jmx/src/main/org/jboss/mx/server/registry/BasicMBeanRegistry.java 2008-07-18 17:06:25.000000000 +0200 +++ jbossas4-4.2.3.GA/jmx/src/main/org/jboss/mx/server/registry/BasicMBeanRegistry.java 2008-11-10 20:14:55.000000000 +0100 @@ -49,7 +49,7 @@ import javax.management.modelmbean.ModelMBeanInfo; import javax.management.modelmbean.RequiredModelMBean; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; import EDU.oswego.cs.dl.util.concurrent.SynchronizedLong; import org.jboss.logging.Logger; import org.jboss.mx.loading.LoaderRepository; @@ -96,7 +96,7 @@ * key properties to registry entries. * domain -> canonicalKeyProperties -> MBeanEntry */ - private Map domainMap = new ConcurrentReaderHashMap(); + private Map domainMap = new ConcurrentHashMap(); /** * The default domain for this registry @@ -959,9 +959,9 @@ Map mbeanMap = (Map) domainMap.get(domain); if (mbeanMap == null && createIfMissing) { - mbeanMap = new ConcurrentReaderHashMap(); + mbeanMap = new ConcurrentHashMap(); domainMap.put(domain, mbeanMap); } return mbeanMap; } -} \ No newline at end of file +} Index: jbossas4-4.2.3.GA/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java =================================================================== --- jbossas4-4.2.3.GA.orig/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java 2008-07-18 17:07:52.000000000 +0200 +++ jbossas4-4.2.3.GA/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java 2008-11-10 20:14:55.000000000 +0100 @@ -35,7 +35,7 @@ import org.jboss.metadata.BeanMetaData; import org.jboss.metadata.SessionMetaData; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A factory for mapping EJBDeployer deployments to EJBModule @@ -47,9 +47,9 @@ implements ManagedObjectFactory { private static Logger log = Logger.getLogger(EJBModuleFactory.class); - private static Map moduleServiceToMgmtMap = new ConcurrentReaderHashMap(); - private Map deploymentToModuleNameMap = new ConcurrentReaderHashMap(); - private Map containerToModuleNameMap = new ConcurrentReaderHashMap(); + private static Map moduleServiceToMgmtMap = new ConcurrentHashMap(); + private Map deploymentToModuleNameMap = new ConcurrentHashMap(); + private Map containerToModuleNameMap = new ConcurrentHashMap(); static ObjectName getEJBModuleName(ObjectName ejbModuleService) { Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/SpyXAResourceManager.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/SpyXAResourceManager.java 2008-07-18 17:08:03.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/SpyXAResourceManager.java 2008-11-10 20:14:55.000000000 +0100 @@ -25,7 +25,7 @@ import java.util.Map; import java.util.ArrayList; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; import javax.jms.JMSException; import javax.transaction.xa.XAException; @@ -62,7 +62,7 @@ /** The connection */ private Connection connection; /** The transactions */ - private Map transactions = new ConcurrentReaderHashMap(); + private Map transactions = new ConcurrentHashMap(); /** The next xid */ private long nextInternalXid = Long.MIN_VALUE; Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/server/ClientMonitorInterceptor.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/server/ClientMonitorInterceptor.java 2008-07-18 17:07:59.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/server/ClientMonitorInterceptor.java 2008-11-10 20:14:55.000000000 +0100 @@ -39,7 +39,7 @@ import org.jboss.mq.TransactionRequest; import org.jboss.mq.il.jvm.JVMClientIL; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A pass through Interceptor, which keeps track of when a @@ -54,7 +54,7 @@ public class ClientMonitorInterceptor extends JMSServerInterceptorSupport { //The list of Clients by ConnectionTokens - ConcurrentReaderHashMap clients = new ConcurrentReaderHashMap(); + ConcurrentHashMap clients = new ConcurrentHashMap(); private static class ClientStats { Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java 2008-07-18 17:07:59.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java 2008-11-10 20:14:55.000000000 +0100 @@ -56,7 +56,7 @@ import org.jboss.util.threadpool.ThreadPool; import org.jboss.util.timeout.TimeoutFactory; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * This class implements the JMS provider @@ -73,10 +73,10 @@ public final static String JBOSS_VERSION = "JBossMQ Version 4.0"; /** Destinations SpyDestination -> JMSDestination */ - public Map destinations = new ConcurrentReaderHashMap(); + public Map destinations = new ConcurrentHashMap(); /** Destinations being closed SpyDestination -> JMSDestination */ - public Map closingDestinations = new ConcurrentReaderHashMap(); + public Map closingDestinations = new ConcurrentHashMap(); /** Thread pool */ public ThreadPool threadPool; @@ -88,7 +88,7 @@ public TimeoutFactory timeoutFactory; /** The list of ClientConsumers hased by ConnectionTokens */ - Map clientConsumers = new ConcurrentReaderHashMap(); + Map clientConsumers = new ConcurrentHashMap(); /** last id given to a client */ private int lastID = 1; Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/server/JMSTopic.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/server/JMSTopic.java 2008-07-18 17:07:59.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/server/JMSTopic.java 2008-11-10 20:14:55.000000000 +0100 @@ -39,7 +39,7 @@ import org.jboss.mq.pm.PersistenceManager; import org.jboss.mq.pm.Tx; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * This class is a message queue which is stored (hashed by Destination) on the @@ -56,8 +56,8 @@ { //Hashmap of ExclusiveQueues - ConcurrentReaderHashMap durQueues = new ConcurrentReaderHashMap(); - ConcurrentReaderHashMap tempQueues = new ConcurrentReaderHashMap(); + ConcurrentHashMap durQueues = new ConcurrentHashMap(); + ConcurrentHashMap tempQueues = new ConcurrentHashMap(); public JMSTopic(SpyDestination dest, ClientConsumer temporary, JMSDestinationManager server, BasicQueueParameters parameters) throws JMSException { Index: jbossas4-4.2.3.GA/security/src/main/org/jboss/security/jacc/DelegatingPolicy.java =================================================================== --- jbossas4-4.2.3.GA.orig/security/src/main/org/jboss/security/jacc/DelegatingPolicy.java 2008-07-18 17:07:47.000000000 +0200 +++ jbossas4-4.2.3.GA/security/src/main/org/jboss/security/jacc/DelegatingPolicy.java 2008-11-10 20:14:55.000000000 +0100 @@ -40,7 +40,7 @@ import javax.security.auth.Subject; import org.jboss.logging.Logger; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A JAAC Policy provider implementation that delegates any non-JACC permissions @@ -62,12 +62,12 @@ * Map for the JACC context IDs that have been * committed. */ - private ConcurrentReaderHashMap activePolicies = new ConcurrentReaderHashMap(); + private ConcurrentHashMap activePolicies = new ConcurrentHashMap(); /** * Map for the JACC policies that are in the open * state and should be excluded from the active permission set. */ - private ConcurrentReaderHashMap openPolicies = new ConcurrentReaderHashMap(); + private ConcurrentHashMap openPolicies = new ConcurrentHashMap(); /** * Flag indicating if our category is at trace level for logging */ Index: jbossas4-4.2.3.GA/security/src/main/org/jboss/security/jacc/JBossPolicyConfigurationFactory.java =================================================================== --- jbossas4-4.2.3.GA.orig/security/src/main/org/jboss/security/jacc/JBossPolicyConfigurationFactory.java 2008-07-18 17:07:46.000000000 +0200 +++ jbossas4-4.2.3.GA/security/src/main/org/jboss/security/jacc/JBossPolicyConfigurationFactory.java 2008-11-10 20:14:55.000000000 +0100 @@ -27,7 +27,7 @@ import javax.security.jacc.PolicyConfiguration; import javax.security.jacc.PolicyContextException; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; import org.jboss.util.state.StateMachine; import org.jboss.util.state.xml.StateMachineParser; @@ -40,7 +40,7 @@ extends PolicyConfigurationFactory { private StateMachine configStateMachine; - private ConcurrentReaderHashMap policyConfigMap = new ConcurrentReaderHashMap(); + private ConcurrentHashMap policyConfigMap = new ConcurrentHashMap(); private DelegatingPolicy policy; /** Build the JACC policy configuration state machine from the Index: jbossas4-4.2.3.GA/security/src/main/org/jboss/security/plugins/JaasSecurityManagerService.java =================================================================== --- jbossas4-4.2.3.GA.orig/security/src/main/org/jboss/security/plugins/JaasSecurityManagerService.java 2008-07-18 17:07:46.000000000 +0200 +++ jbossas4-4.2.3.GA/security/src/main/org/jboss/security/plugins/JaasSecurityManagerService.java 2008-11-10 20:14:55.000000000 +0100 @@ -63,7 +63,7 @@ import org.jboss.system.ServiceMBeanSupport; import org.jboss.util.CachePolicy; import org.jboss.util.TimedCachePolicy; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * This is a JMX service which manages JAAS based SecurityManagers. @@ -109,7 +109,7 @@ private static String securityProxyFactoryClassName = "org.jboss.security.SubjectSecurityProxyFactory"; private static Class securityProxyFactoryClass = org.jboss.security.SubjectSecurityProxyFactory.class; /** A mapping from security domain name to a SecurityDomainContext object */ - private static ConcurrentReaderHashMap securityDomainCtxMap = new ConcurrentReaderHashMap(); + private static ConcurrentHashMap securityDomainCtxMap = new ConcurrentHashMap(); private static NameParser parser; /** A flag indicating if the SecurityAssociation.setServer should be called */ private boolean serverMode = true; Index: jbossas4-4.2.3.GA/server/src/main/org/jboss/deployment/EARDeployment.java =================================================================== --- jbossas4-4.2.3.GA.orig/server/src/main/org/jboss/deployment/EARDeployment.java 2008-07-18 17:07:20.000000000 +0200 +++ jbossas4-4.2.3.GA/server/src/main/org/jboss/deployment/EARDeployment.java 2008-11-10 20:14:55.000000000 +0100 @@ -28,7 +28,7 @@ import org.jboss.mx.util.ObjectNameFactory; import org.jboss.system.ServiceMBeanSupport; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * An EAR Deployment @@ -53,7 +53,7 @@ // Attributes ---------------------------------------------------- private DeploymentInfo deploymentInfo; - private ConcurrentReaderHashMap metadata = new ConcurrentReaderHashMap(); + private ConcurrentHashMap metadata = new ConcurrentHashMap(); // Static -------------------------------------------------------- Index: jbossas4-4.2.3.GA/server/src/main/org/jboss/ejb/plugins/StatefulSessionInstanceCache.java =================================================================== --- jbossas4-4.2.3.GA.orig/server/src/main/org/jboss/ejb/plugins/StatefulSessionInstanceCache.java 2008-07-18 17:07:32.000000000 +0200 +++ jbossas4-4.2.3.GA/server/src/main/org/jboss/ejb/plugins/StatefulSessionInstanceCache.java 2008-11-10 20:14:55.000000000 +0100 @@ -33,7 +33,7 @@ import org.jboss.ejb.EnterpriseContext; import org.jboss.ejb.StatefulSessionEnterpriseContext; import org.jboss.ejb.StatefulSessionPersistenceManager; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * Cache for stateful session beans. @@ -54,7 +54,7 @@ /** The map that holds passivated bean ids that have been removed * from the cache and passivated to the pm along with the time of passivation */ - private ConcurrentReaderHashMap passivatedIDs = new ConcurrentReaderHashMap(); + private ConcurrentHashMap passivatedIDs = new ConcurrentHashMap(); /* Ids that are currently being activated */ private HashSet activating = new HashSet(); @@ -250,4 +250,4 @@ // Inner classes ------------------------------------------------- -} \ No newline at end of file +} Index: jbossas4-4.2.3.GA/server/src/main/org/jboss/invocation/InvocationStatistics.java =================================================================== --- jbossas4-4.2.3.GA.orig/server/src/main/org/jboss/invocation/InvocationStatistics.java 2008-07-18 17:07:37.000000000 +0200 +++ jbossas4-4.2.3.GA/server/src/main/org/jboss/invocation/InvocationStatistics.java 2008-11-10 20:14:55.000000000 +0100 @@ -27,7 +27,7 @@ import java.util.Iterator; import java.util.Map; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** A method invocation statistics collection class. * @@ -69,7 +69,7 @@ public InvocationStatistics() { - methodStats = new ConcurrentReaderHashMap(); + methodStats = new ConcurrentHashMap(); } /** Update the TimeStatistic for the given method. This synchronizes on Index: jbossas4-4.2.3.GA/server/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.java =================================================================== --- jbossas4-4.2.3.GA.orig/server/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.java 2008-07-18 17:07:36.000000000 +0200 +++ jbossas4-4.2.3.GA/server/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.java 2008-11-10 20:14:55.000000000 +0100 @@ -56,7 +56,7 @@ import org.jboss.tm.TransactionPropagationContextFactory; import org.jboss.tm.TransactionPropagationContextUtil; import org.jboss.logging.Logger; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** @@ -99,7 +99,7 @@ public static int MAX_RETRIES = 10; /** A class wide pool Map> */ - protected static final Map connectionPools = new ConcurrentReaderHashMap(); + protected static final Map connectionPools = new ConcurrentHashMap(); /** * connection information Index: jbossas4-4.2.3.GA/server/src/main/org/jboss/metadata/BeanMetaData.java =================================================================== --- jbossas4-4.2.3.GA.orig/server/src/main/org/jboss/metadata/BeanMetaData.java 2008-07-18 17:07:20.000000000 +0200 +++ jbossas4-4.2.3.GA/server/src/main/org/jboss/metadata/BeanMetaData.java 2008-11-10 20:14:55.000000000 +0100 @@ -40,7 +40,7 @@ import org.jboss.wsf.spi.serviceref.ServiceRefMetaData; import org.w3c.dom.Element; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** @@ -126,13 +126,13 @@ private HashMap messageDestinationReferences = new HashMap(); /** The method attributes */ private ArrayList methodAttributes = new ArrayList(); - private ConcurrentReaderHashMap cachedMethodAttributes = new ConcurrentReaderHashMap(); + private ConcurrentHashMap cachedMethodAttributes = new ConcurrentHashMap(); /** The assembly-descriptor/method-permission element(s) info */ private ArrayList permissionMethods = new ArrayList(); /** The assembly-descriptor/container-transaction element(s) info */ private ArrayList transactionMethods = new ArrayList(); /** A cache mapping methods to transaction attributes. */ - private ConcurrentReaderHashMap methodTx = new ConcurrentReaderHashMap(); + private ConcurrentHashMap methodTx = new ConcurrentHashMap(); /** The assembly-descriptor/exclude-list method(s) */ private ArrayList excludedMethods = new ArrayList(); /** The invoker names to JNDI name mapping */ Index: jbossas4-4.2.3.GA/server/src/main/org/jboss/web/WebServer.java =================================================================== --- jbossas4-4.2.3.GA.orig/server/src/main/org/jboss/web/WebServer.java 2008-07-18 17:07:38.000000000 +0200 +++ jbossas4-4.2.3.GA/server/src/main/org/jboss/web/WebServer.java 2008-11-10 20:14:55.000000000 +0100 @@ -39,7 +39,7 @@ import org.jboss.util.threadpool.BasicThreadPool; import org.jboss.util.threadpool.BasicThreadPoolMBean; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A mini webserver that should be embedded in another application. It can @@ -84,7 +84,7 @@ /** * The map of class loaders registered with the web server */ - private final ConcurrentReaderHashMap loaderMap = new ConcurrentReaderHashMap(); + private final ConcurrentHashMap loaderMap = new ConcurrentHashMap(); /** * The web server http listening socket Index: jbossas4-4.2.3.GA/system/src/main/org/jboss/deployment/SARDeployer.java =================================================================== --- jbossas4-4.2.3.GA.orig/system/src/main/org/jboss/deployment/SARDeployer.java 2008-07-18 17:02:35.000000000 +0200 +++ jbossas4-4.2.3.GA/system/src/main/org/jboss/deployment/SARDeployer.java 2008-11-10 20:14:55.000000000 +0100 @@ -60,7 +60,7 @@ import org.w3c.dom.NodeList; import org.xml.sax.InputSource; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * This is the main Service Deployer API. @@ -109,7 +109,7 @@ * A Map> of the suffix to accepted archive META-INF descriptor name * @todo externalize this */ - private Map suffixToDescriptorMap = new ConcurrentReaderHashMap(); + private Map suffixToDescriptorMap = new ConcurrentHashMap(); /** A flag indicating if the parser used for the service descriptor should be configured for namespaces */ private boolean useNamespaceAwareParser; Index: jbossas4-4.2.3.GA/system/src/main/org/jboss/system/Registry.java =================================================================== --- jbossas4-4.2.3.GA.orig/system/src/main/org/jboss/system/Registry.java 2008-07-18 17:02:37.000000000 +0200 +++ jbossas4-4.2.3.GA/system/src/main/org/jboss/system/Registry.java 2008-11-10 20:14:55.000000000 +0100 @@ -25,7 +25,7 @@ import org.jboss.logging.Logger; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A registry, really, a registry. @@ -41,7 +41,7 @@ { private static final Logger log = Logger.getLogger(Registry.class); - public static Map entries = new ConcurrentReaderHashMap(); + public static Map entries = new ConcurrentHashMap(); public static void bind(final Object key, final Object value) { Index: jbossas4-4.2.3.GA/testsuite/src/main/org/jboss/test/jca/fs/FSDirContextAdaptor.java =================================================================== --- jbossas4-4.2.3.GA.orig/testsuite/src/main/org/jboss/test/jca/fs/FSDirContextAdaptor.java 2008-07-18 17:03:15.000000000 +0200 +++ jbossas4-4.2.3.GA/testsuite/src/main/org/jboss/test/jca/fs/FSDirContextAdaptor.java 2008-11-10 20:14:55.000000000 +0100 @@ -31,7 +31,7 @@ import javax.transaction.xa.XAResource; import org.jboss.logging.Logger; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** The ResourceAdapter for the file system based DirContext * @@ -44,7 +44,7 @@ private BootstrapContext ctx; /** The activations by activation spec */ - private ConcurrentReaderHashMap activations = new ConcurrentReaderHashMap(); + private ConcurrentHashMap activations = new ConcurrentHashMap(); /** * Get the work manager Index: jbossas4-4.2.3.GA/testsuite/src/main/org/jboss/test/jca/inflow/TestResourceAdapter.java =================================================================== --- jbossas4-4.2.3.GA.orig/testsuite/src/main/org/jboss/test/jca/inflow/TestResourceAdapter.java 2008-07-18 17:03:17.000000000 +0200 +++ jbossas4-4.2.3.GA/testsuite/src/main/org/jboss/test/jca/inflow/TestResourceAdapter.java 2008-11-10 20:14:55.000000000 +0100 @@ -38,7 +38,7 @@ import org.jboss.mx.util.MBeanServerLocator; import org.jboss.mx.util.ObjectNameFactory; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** * A TestResourceAdapter. @@ -52,7 +52,7 @@ BootstrapContext ctx; - ConcurrentReaderHashMap endpoints = new ConcurrentReaderHashMap(); + ConcurrentHashMap endpoints = new ConcurrentHashMap(); public TestResourceAdapterInflowResults testInflow() throws Exception { Index: jbossas4-4.2.3.GA/tomcat/src/main/org/jboss/web/tomcat/statistics/ReplicationStatistics.java =================================================================== --- jbossas4-4.2.3.GA.orig/tomcat/src/main/org/jboss/web/tomcat/statistics/ReplicationStatistics.java 2008-07-18 17:02:56.000000000 +0200 +++ jbossas4-4.2.3.GA/tomcat/src/main/org/jboss/web/tomcat/statistics/ReplicationStatistics.java 2008-11-10 20:14:55.000000000 +0100 @@ -25,7 +25,7 @@ import java.util.HashMap; import java.util.Iterator; import java.util.Map; -import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; +import java.util.concurrent.ConcurrentHashMap; /** A session replication statistics collection class. * @@ -38,7 +38,7 @@ private static final long serialVersionUID = 9153807780893455734L; /** A HashMap of the method invocations */ - private ConcurrentReaderHashMap ctxStats; + private ConcurrentHashMap ctxStats; /** Time of the last resetStats call */ public long lastResetTime = System.currentTimeMillis(); @@ -75,7 +75,7 @@ public ReplicationStatistics() { - ctxStats = new ConcurrentReaderHashMap(); + ctxStats = new ConcurrentHashMap(); } public void updatePassivationStats(String ctx, long elapsed) Index: jbossas4-4.2.3.GA/testsuite/src/main/org/jboss/test/deployers/rar/mcf1/MCF1ManagedConnection.java =================================================================== --- jbossas4-4.2.3.GA.orig/testsuite/src/main/org/jboss/test/deployers/rar/mcf1/MCF1ManagedConnection.java 2008-07-18 17:03:20.000000000 +0200 +++ jbossas4-4.2.3.GA/testsuite/src/main/org/jboss/test/deployers/rar/mcf1/MCF1ManagedConnection.java 2008-11-10 20:14:55.000000000 +0100 @@ -34,7 +34,7 @@ import javax.security.auth.Subject; import javax.transaction.xa.XAResource; -import EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet; +import java.util.concurrent.CopyOnWriteArraySet; import EDU.oswego.cs.dl.util.concurrent.SynchronizedBoolean; public class MCF1ManagedConnection implements ManagedConnection, LocalTransaction Index: jbossas4-4.2.3.GA/testsuite/src/main/org/jboss/test/jcaprops/support/PropertyTestManagedConnection.java =================================================================== --- jbossas4-4.2.3.GA.orig/testsuite/src/main/org/jboss/test/jcaprops/support/PropertyTestManagedConnection.java 2008-07-18 17:03:06.000000000 +0200 +++ jbossas4-4.2.3.GA/testsuite/src/main/org/jboss/test/jcaprops/support/PropertyTestManagedConnection.java 2008-11-10 20:14:55.000000000 +0100 @@ -34,7 +34,7 @@ import javax.security.auth.Subject; import javax.transaction.xa.XAResource; -import EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet; +import java.util.concurrent.CopyOnWriteArraySet; import EDU.oswego.cs.dl.util.concurrent.SynchronizedBoolean; /** Index: jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/il/uil2/UILServerILService.java =================================================================== --- jbossas4-4.2.3.GA.orig/messaging/src/main/org/jboss/mq/il/uil2/UILServerILService.java 2008-07-18 17:08:02.000000000 +0200 +++ jbossas4-4.2.3.GA/messaging/src/main/org/jboss/mq/il/uil2/UILServerILService.java 2008-11-10 20:14:55.000000000 +0100 @@ -41,7 +41,7 @@ import org.jboss.security.SecurityDomain; import org.jboss.system.server.ServerConfigUtil; -import EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList; +import java.util.concurrent.CopyOnWriteArrayList; import EDU.oswego.cs.dl.util.concurrent.SynchronizedBoolean; /** This is the server side MBean for the UIL2 transport layer. Index: jbossas4-4.2.3.GA/system/src/tests/org/jboss/test/system/controller/SimpleSARDeployer.java =================================================================== --- jbossas4-4.2.3.GA.orig/system/src/tests/org/jboss/test/system/controller/SimpleSARDeployer.java 2008-07-18 17:02:34.000000000 +0200 +++ jbossas4-4.2.3.GA/system/src/tests/org/jboss/test/system/controller/SimpleSARDeployer.java 2008-11-10 20:14:55.000000000 +0100 @@ -41,7 +41,7 @@ import org.w3c.dom.Element; import org.xml.sax.InputSource; -import EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList; +import java.util.concurrent.CopyOnWriteArrayList; /** * SimpleSARDeployer. debian/patches/cluster_debugger.diff0000644000000000000000000000243511143266473015007 0ustar Index: jbossas4-4.2.3.GA/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java =================================================================== --- jbossas4-4.2.3.GA.orig/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java 2008-07-18 16:59:51.000000000 +0200 +++ jbossas4-4.2.3.GA/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java 2008-11-10 20:16:11.000000000 +0100 @@ -410,7 +410,6 @@ protected void stopService() throws Exception { - stopChannelDebugger(); log.debug("Stopping ClusterPartition: " + partitionName); partition.closePartition(); log.debug("Stopped ClusterPartition: " + partitionName); Index: jbossas4-4.2.3.GA/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionMBean.java =================================================================== --- jbossas4-4.2.3.GA.orig/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionMBean.java 2008-07-18 16:59:51.000000000 +0200 +++ jbossas4-4.2.3.GA/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionMBean.java 2008-11-10 20:16:11.000000000 +0100 @@ -207,7 +207,4 @@ String showHistoryAsXML (); - void startChannelDebugger(); - void startChannelDebugger(boolean accumulative); - void stopChannelDebugger(); } debian/patches/missing_ejb3.diff0000644000000000000000000000366711064734532014044 0ustar This patch should be removed as soon as we can build the ejb3 library. Index: jbossas4-4.2.2.GA/management/src/main/org/jboss/management/j2ee/factory/DefaultManagedObjectFactoryMap.java =================================================================== --- jbossas4-4.2.2.GA.orig/management/src/main/org/jboss/management/j2ee/factory/DefaultManagedObjectFactoryMap.java 2007-12-01 11:35:17.000000000 +0100 +++ jbossas4-4.2.2.GA/management/src/main/org/jboss/management/j2ee/factory/DefaultManagedObjectFactoryMap.java 2007-12-01 11:35:49.000000000 +0100 @@ -95,12 +95,12 @@ public void setEJBDeployer(ObjectName name) { - factoryMap.put(name, new EJBModuleFactory()); + //factoryMap.put(name, new EJBModuleFactory()); } public void setRARDeployer(ObjectName name) { - factoryMap.put(name, new RARModuleFactory()); + //factoryMap.put(name, new RARModuleFactory()); } public void setCMDeployer(ObjectName name) Index: jbossas4-4.2.2.GA/management/src/main/org/jboss/management/j2ee/factory/JCAResourceFactory.java =================================================================== --- jbossas4-4.2.2.GA.orig/management/src/main/org/jboss/management/j2ee/factory/JCAResourceFactory.java 2007-12-01 11:35:59.000000000 +0100 +++ jbossas4-4.2.2.GA/management/src/main/org/jboss/management/j2ee/factory/JCAResourceFactory.java 2007-12-01 11:36:42.000000000 +0100 @@ -88,7 +88,7 @@ ObjectName rarService = (ObjectName) mbeanServer.getAttribute(rarDeployService, "OldRarDeployment"); // Get the ResourceAdapter JSR77 name - ObjectName jsr77RAName = RARModuleFactory.getResourceAdapterName(rarService); + ObjectName jsr77RAName = null; //RARModuleFactory.getResourceAdapterName(rarService); // Now build the JCAResource String resName = rarDeployService.getKeyProperty("name"); jsr77Name = JCAResource.create(mbeanServer, resName, jsr77RAName, debian/patches/dom4j.diff0000644000000000000000000001456011064734532012477 0ustar Index: jbossas-4.2.2.GA/jmx/src/main/javax/management/modelmbean/DescriptorSupport.java =================================================================== --- jbossas-4.2.2.GA.orig/jmx/src/main/javax/management/modelmbean/DescriptorSupport.java 2007-11-02 19:03:37.000000000 +0530 +++ jbossas-4.2.2.GA/jmx/src/main/javax/management/modelmbean/DescriptorSupport.java 2007-11-02 19:04:09.000000000 +0530 @@ -40,14 +40,14 @@ import javax.management.MBeanException; import javax.management.RuntimeOperationsException; -import org.jboss.dom4j.Attribute; -import org.jboss.dom4j.Document; -import org.jboss.dom4j.DocumentException; -import org.jboss.dom4j.DocumentHelper; -import org.jboss.dom4j.Element; -import org.jboss.dom4j.io.OutputFormat; -import org.jboss.dom4j.io.SAXReader; -import org.jboss.dom4j.io.XMLWriter; +import org.dom4j.Attribute; +import org.dom4j.Document; +import org.dom4j.DocumentException; +import org.dom4j.DocumentHelper; +import org.dom4j.Element; +import org.dom4j.io.OutputFormat; +import org.dom4j.io.SAXReader; +import org.dom4j.io.XMLWriter; import org.jboss.mx.modelmbean.ModelMBeanConstants; import org.jboss.mx.util.Serialization; import org.jboss.util.xml.JBossEntityResolver; Index: jbossas-4.2.2.GA/jmx/src/main/org/jboss/mx/metadata/JBossXMBean10.java =================================================================== --- jbossas-4.2.2.GA.orig/jmx/src/main/org/jboss/mx/metadata/JBossXMBean10.java 2007-11-02 19:04:27.000000000 +0530 +++ jbossas-4.2.2.GA/jmx/src/main/org/jboss/mx/metadata/JBossXMBean10.java 2007-11-02 19:04:39.000000000 +0530 @@ -42,8 +42,8 @@ import javax.management.modelmbean.ModelMBeanNotificationInfo; import javax.management.modelmbean.ModelMBeanOperationInfo; -import org.jboss.dom4j.Attribute; -import org.jboss.dom4j.Element; +import org.dom4j.Attribute; +import org.dom4j.Element; import org.jboss.logging.Logger; import org.jboss.mx.modelmbean.XMBeanConstants; import org.jboss.mx.util.JBossNotCompliantMBeanException; @@ -472,7 +472,7 @@ // if attribute type is org.w3c.dom.Element we need // to make the conversion anyway. - // descriptor(org.jboss.dom4j.Element) -> element (org.w3c.dom.Element) + // descriptor(org.dom4j.Element) -> element (org.w3c.dom.Element) try { org.w3c.dom.Element element = toW3CElement(descriptor); @@ -555,7 +555,7 @@ value = editor.getValue(); } } - catch (org.jboss.dom4j.DocumentException e) + catch (org.dom4j.DocumentException e) { throw new JBossNotCompliantMBeanException( "cannot convert '" + which + "' descriptor to org.w3c.dom.Element", e); @@ -570,14 +570,14 @@ } /** - * Convert org.jboss.dom4j.Element->org.w3c.dom.Element + * Convert org.dom4j.Element->org.w3c.dom.Element */ - private org.w3c.dom.Element toW3CElement(org.jboss.dom4j.Element d4element) - throws org.jboss.dom4j.DocumentException + private org.w3c.dom.Element toW3CElement(org.dom4j.Element d4element) + throws org.dom4j.DocumentException { // prepare - org.jboss.dom4j.Document d4doc = org.jboss.dom4j.DocumentFactory.getInstance().createDocument(); - org.jboss.dom4j.io.DOMWriter d4Writer = new org.jboss.dom4j.io.DOMWriter(); + org.dom4j.Document d4doc = org.dom4j.DocumentFactory.getInstance().createDocument(); + org.dom4j.io.DOMWriter d4Writer = new org.dom4j.io.DOMWriter(); // copy d4doc.setRootElement(d4element.createCopy()); // convert Index: jbossas-4.2.2.GA/jmx/src/main/org/jboss/mx/metadata/XMLMetaData.java =================================================================== --- jbossas-4.2.2.GA.orig/jmx/src/main/org/jboss/mx/metadata/XMLMetaData.java 2007-11-02 19:04:52.000000000 +0530 +++ jbossas-4.2.2.GA/jmx/src/main/org/jboss/mx/metadata/XMLMetaData.java 2007-11-02 19:05:02.000000000 +0530 @@ -30,11 +30,11 @@ import javax.management.MBeanInfo; import javax.management.NotCompliantMBeanException; -import org.jboss.dom4j.Document; -import org.jboss.dom4j.DocumentException; -import org.jboss.dom4j.DocumentType; -import org.jboss.dom4j.Element; -import org.jboss.dom4j.io.SAXReader; +import org.dom4j.Document; +import org.dom4j.DocumentException; +import org.dom4j.DocumentType; +import org.dom4j.Element; +import org.dom4j.io.SAXReader; import org.jboss.mx.modelmbean.XMBeanConstants; import org.jboss.mx.service.ServiceConstants; import org.jboss.mx.util.JBossNotCompliantMBeanException; Index: jbossas-4.2.2.GA/jmx/src/main/org/jboss/mx/modelmbean/XMBean.java =================================================================== --- jbossas-4.2.2.GA.orig/jmx/src/main/org/jboss/mx/modelmbean/XMBean.java 2007-11-02 19:05:14.000000000 +0530 +++ jbossas-4.2.2.GA/jmx/src/main/org/jboss/mx/modelmbean/XMBean.java 2007-11-02 19:05:25.000000000 +0530 @@ -296,9 +296,9 @@ org.w3c.dom.Document doc = builder.newDocument(); doc.appendChild(doc.importNode(element, true)); - org.jboss.dom4j.io.DOMReader domReader = new org.jboss.dom4j.io.DOMReader(); - org.jboss.dom4j.Document dom4jDoc = domReader.read(doc); - org.jboss.dom4j.Element dom4jElem = dom4jDoc.getRootElement(); + org.dom4j.io.DOMReader domReader = new org.dom4j.io.DOMReader(); + org.dom4j.Document dom4jDoc = domReader.read(doc); + org.dom4j.Element dom4jElem = dom4jDoc.getRootElement(); dom4jElem.detach(); createXMBean(resource, dom4jElem, version); } @@ -309,14 +309,14 @@ } - public XMBean(Object resource, org.jboss.dom4j.Element element, String version) throws MBeanException, NotCompliantMBeanException + public XMBean(Object resource, org.dom4j.Element element, String version) throws MBeanException, NotCompliantMBeanException { // this(resource, OBJECT_REF); createXMBean(resource, element, version); } - private void createXMBean(Object resource, org.jboss.dom4j.Element element, String version) + private void createXMBean(Object resource, org.dom4j.Element element, String version) throws MBeanException, NotCompliantMBeanException { try @@ -500,4 +500,4 @@ ((NotificationListener)resource).handleNotification(notification, handback); } -} \ No newline at end of file +} debian/patches/deployers.diff0000644000000000000000000002455711064734532013477 0ustar diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/clientmodule/ClientENCInjectionContainer.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/clientmodule/ClientENCInjectionContainer.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/clientmodule/ClientENCInjectionContainer.java 2007-10-22 20:15:20.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/clientmodule/ClientENCInjectionContainer.java 2008-02-15 10:49:20.000000000 +0530 @@ -92,7 +92,7 @@ private ObjectName objectName; private DependencyPolicy dependencyPolicy = new JBoss5DependencyPolicy(); - public ClientENCInjectionContainer(org.jboss.deployers.spi.deployer.DeploymentUnit unit, ApplicationClientDD xml, Class mainClass, String applicationClientName, ClassLoader classLoader, Context encCtx) throws NamingException + public ClientENCInjectionContainer(org.jboss.deployers.structure.spi.DeploymentUnit unit, ApplicationClientDD xml, Class mainClass, String applicationClientName, ClassLoader classLoader, Context encCtx) throws NamingException { if(mainClass == null) throw new NullPointerException("mainClass is mandatory"); @@ -151,7 +151,7 @@ processMetaData(); } - private String createScopeKernelName(org.jboss.deployers.spi.deployer.DeploymentUnit unit, DeploymentScope ear) + private String createScopeKernelName(org.jboss.deployers.structure.spi.DeploymentUnit unit, DeploymentScope ear) { String scopedKernelName = ""; if (ear != null) scopedKernelName += ",ear=" + ear.getShortName(); diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/AppClientParsingDeployer.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/AppClientParsingDeployer.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/AppClientParsingDeployer.java 2007-10-22 20:15:12.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/AppClientParsingDeployer.java 2008-02-15 10:49:20.000000000 +0530 @@ -25,7 +25,7 @@ import org.jboss.deployers.plugins.deployers.helpers.ObjectModelFactoryDeployer; import org.jboss.deployers.spi.DeploymentException; -import org.jboss.deployers.spi.deployer.DeploymentUnit; +import org.jboss.deployers.structure.spi.DeploymentUnit; import org.jboss.ejb3.metamodel.ApplicationClientDD; import org.jboss.ejb3.metamodel.ApplicationClientDDObjectFactory; import org.jboss.util.xml.DOMUtils; diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/AppClientScanningDeployer.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/AppClientScanningDeployer.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/AppClientScanningDeployer.java 2007-10-22 20:15:12.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/AppClientScanningDeployer.java 2008-02-15 10:49:20.000000000 +0530 @@ -23,7 +23,7 @@ import org.jboss.deployers.plugins.deployers.helpers.AbstractTypedDeployer; import org.jboss.deployers.spi.DeploymentException; -import org.jboss.deployers.spi.deployer.DeploymentUnit; +import org.jboss.deployers.structure.spi.DeploymentUnit; import org.jboss.ejb3.metamodel.ApplicationClientDD; import org.jboss.virtual.VirtualFile; @@ -50,7 +50,7 @@ } /* (non-Javadoc) - * @see org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer#deploy(org.jboss.deployers.spi.deployer.DeploymentUnit) + * @see org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer#deploy(org.jboss.deployers.structure.spi.DeploymentUnit) */ @Override public void deploy(DeploymentUnit unit) throws DeploymentException diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java 2007-10-22 20:15:12.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java 2008-02-15 10:49:20.000000000 +0530 @@ -23,7 +23,7 @@ import org.jboss.deployers.plugins.deployers.helpers.AbstractSimpleRealDeployer; import org.jboss.deployers.spi.DeploymentException; -import org.jboss.deployers.spi.deployer.DeploymentUnit; +import org.jboss.deployers.structure.spi.DeploymentUnit; import org.jboss.ejb3.InitialContextFactory; import org.jboss.ejb3.KernelAbstraction; import org.jboss.ejb3.MCKernelAbstraction; diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3JBoss5Deployment.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3JBoss5Deployment.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3JBoss5Deployment.java 2007-10-22 20:15:12.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3JBoss5Deployment.java 2008-02-15 10:49:20.000000000 +0530 @@ -43,11 +43,11 @@ */ public class Ejb3JBoss5Deployment extends Ejb3Deployment { - private org.jboss.deployers.spi.deployer.DeploymentUnit deploymentInfo; + private org.jboss.deployers.structure.spi.DeploymentUnit deploymentInfo; private static final Logger log = Logger.getLogger(Ejb3JBoss5Deployment.class); - public Ejb3JBoss5Deployment(DeploymentUnit du, Kernel kernel, MBeanServer mbeanServer, org.jboss.deployers.spi.deployer.DeploymentUnit di, DeploymentScope deploymentScope) + public Ejb3JBoss5Deployment(DeploymentUnit du, Kernel kernel, MBeanServer mbeanServer, org.jboss.deployers.structure.spi.DeploymentUnit di, DeploymentScope deploymentScope) { super(du, deploymentScope); this.deploymentInfo = di; diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java 2007-10-22 20:15:12.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java 2008-02-15 10:49:20.000000000 +0530 @@ -22,9 +22,9 @@ package org.jboss.ejb3.deployers; import org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer; -import org.jboss.deployers.spi.deployer.DeploymentUnit; +import org.jboss.deployers.structure.spi.DeploymentUnit; import org.jboss.deployers.spi.DeploymentException; -import org.jboss.deployers.spi.structure.DeploymentContext; +import org.jboss.deployers.structure.spi.DeploymentContext; import org.jboss.ejb3.DeploymentScope; import org.jboss.ejb3.Ejb3Deployment; import org.jboss.ejb3.EJB3Deployer; diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/EJBStage2Deployer.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/EJBStage2Deployer.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/EJBStage2Deployer.java 2007-10-22 20:15:12.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/EJBStage2Deployer.java 2008-02-15 10:49:20.000000000 +0530 @@ -23,7 +23,7 @@ import org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer; import org.jboss.deployers.spi.DeploymentException; -import org.jboss.deployers.spi.deployer.DeploymentUnit; +import org.jboss.deployers.structure.spi.DeploymentUnit; import org.jboss.ejb3.Ejb3Deployment; import org.jboss.logging.Logger; diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java 2007-10-22 20:15:12.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java 2008-02-15 10:49:20.000000000 +0530 @@ -23,8 +23,8 @@ import org.jboss.ejb3.DeploymentScope; import org.jboss.ejb3.Ejb3Deployment; -import org.jboss.deployers.spi.structure.DeploymentContext; -import org.jboss.deployers.spi.deployer.DeploymentUnit; +import org.jboss.deployers.structure.spi.DeploymentContext; +import org.jboss.deployers.structure.spi.DeploymentUnit; import java.util.ArrayList; import java.util.Collection; diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentUnit.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentUnit.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentUnit.java 2007-10-22 20:15:12.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentUnit.java 2008-02-15 10:49:20.000000000 +0530 @@ -29,7 +29,7 @@ import java.util.List; import java.util.Map; -import org.jboss.deployers.spi.deployer.DeploymentUnit; +import org.jboss.deployers.structure.spi.DeploymentUnit; import org.jboss.ejb3.interceptor.InterceptorInfoRepository; import org.jboss.virtual.VirtualFile; import org.jboss.virtual.VirtualFileFilter; diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/JBossClientParsingDeployer.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/JBossClientParsingDeployer.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/deployers/JBossClientParsingDeployer.java 2007-10-22 20:15:12.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/deployers/JBossClientParsingDeployer.java 2008-02-15 10:49:20.000000000 +0530 @@ -25,7 +25,7 @@ import org.jboss.deployers.plugins.deployers.helpers.ObjectModelFactoryDeployer; import org.jboss.deployers.spi.DeploymentException; -import org.jboss.deployers.spi.deployer.DeploymentUnit; +import org.jboss.deployers.structure.spi.DeploymentUnit; import org.jboss.ejb3.metamodel.ApplicationClientDD; import org.jboss.ejb3.metamodel.JBossClientDDObjectFactory; import org.jboss.util.xml.DOMUtils; diff -urN jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/security/JaccHelper.java jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/security/JaccHelper.java --- jbossas-4.2.2.GA.orig/ejb3/src/main/org/jboss/ejb3/security/JaccHelper.java 2007-10-22 20:15:17.000000000 +0530 +++ jbossas-4.2.2.GA/ejb3/src/main/org/jboss/ejb3/security/JaccHelper.java 2008-02-15 10:49:20.000000000 +0530 @@ -47,7 +47,7 @@ import org.jboss.deployment.DeploymentInfo; import org.jboss.ejb3.EJBContainer; import org.jboss.logging.Logger; -//import org.jboss.deployers.spi.deployer.DeploymentUnit; +//import org.jboss.deployers.structure.spi.DeploymentUnit; import org.jboss.security.RealmMapping; import org.jboss.security.RunAsIdentity; debian/patches/series0000644000000000000000000000032412175672516012045 0ustar missing_ejb3.diff SunConfigParser.diff dom4j.diff collection.diff concurrent.diff marshaller.diff cluster_debugger.diff catch_exception.diff deployers.diff hibernate35.diff hibernate36.diff compatible-with-java7 debian/patches/catch_exception.diff0000644000000000000000000000135011064734532014613 0ustar Index: jbossas4-4.2.2.GA/aspects/src/main/org/jboss/aspects/dbc/condition/Condition.java =================================================================== --- jbossas4-4.2.2.GA.orig/aspects/src/main/org/jboss/aspects/dbc/condition/Condition.java 2008-02-14 18:07:42.000000000 +0530 +++ jbossas4-4.2.2.GA/aspects/src/main/org/jboss/aspects/dbc/condition/Condition.java 2008-02-14 18:10:28.000000000 +0530 @@ -44,7 +44,9 @@ static { //Make sure that the beanshell can access private fields and variables - Capabilities.setAccessibility(true); + try{ + Capabilities.setAccessibility(true); + }catch (Exception e){} } //Map of valid java identifiers to the original $tgt, $ret, $0, $1, $2 etc. debian/patches/hibernate35.diff0000644000000000000000000000422011674373044013567 0ustar Description: Compatibility with Hibernate 3.5 Author: Miguel Landaeta Bug-Debian: http://bugs.debian.org/ Forwarded: no Last-Update: 2010-07-18 --- jbossas4-4.2.3.GA.orig/ejb3/src/main/org/jboss/ejb3/entity/InjectedSessionFactory.java +++ jbossas4-4.2.3.GA/ejb3/src/main/org/jboss/ejb3/entity/InjectedSessionFactory.java @@ -42,6 +42,7 @@ import org.hibernate.engine.FilterDefini import org.hibernate.metadata.ClassMetadata; import org.hibernate.metadata.CollectionMetadata; import org.hibernate.stat.Statistics; +import org.hibernate.Cache; import org.jboss.ejb3.PersistenceUnitRegistry; /** @@ -237,4 +238,15 @@ public class InjectedSessionFactory impl return getSessionFactory().getReference(); } + // dummy compatibility with Hibernate 3.5.x + public boolean containsFetchProfileDefinition(String name) + { + throw new UnsupportedOperationException("containsFetchProfileDefinition"); + } + + public Cache getCache() + { + throw new UnsupportedOperationException("getCache"); + } + } --- jbossas4-4.2.3.GA.orig/ejb3/src/main/org/jboss/ejb3/entity/JTATableIdGenerator.java +++ jbossas4-4.2.3.GA/ejb3/src/main/org/jboss/ejb3/entity/JTATableIdGenerator.java @@ -40,7 +40,7 @@ import org.hibernate.engine.SessionImple import org.hibernate.exception.JDBCExceptionHelper; import org.hibernate.id.Configurable; import org.hibernate.id.IdentifierGenerationException; -import org.hibernate.id.IdentifierGeneratorFactory; +import org.hibernate.id.IdentifierGeneratorHelper; import org.hibernate.id.PersistentIdentifierGenerator; import org.hibernate.transaction.JBossTransactionManagerLookup; import org.hibernate.transaction.TransactionManagerLookup; @@ -263,7 +263,7 @@ public class JTATableIdGenerator impleme tm.commit(); // transform sequence to the desired type and return the value - Number typedSequence = IdentifierGeneratorFactory.createNumber(sequence, returnClass); + Number typedSequence = IdentifierGeneratorHelper.createNumber(sequence, returnClass); if (log.isDebugEnabled()) { log.debug("generate() returned: " + typedSequence); debian/patches/SunConfigParser.diff0000644000000000000000000000304311064734532014524 0ustar Index: jbossas4-4.2.2.GA/security/src/main/org/jboss/security/auth/login/SunConfigParser.jj =================================================================== --- jbossas4-4.2.2.GA.orig/security/src/main/org/jboss/security/auth/login/SunConfigParser.jj 2007-11-07 21:55:47.000000000 +0530 +++ jbossas4-4.2.2.GA/security/src/main/org/jboss/security/auth/login/SunConfigParser.jj 2007-11-07 21:56:54.000000000 +0530 @@ -205,17 +205,17 @@ { Token t = null; String loginModuleClassName; - HashMap options = new HashMap(); + HashMap hashmap = new HashMap(); LoginModuleControlFlag controlFlag; AppConfigurationEntry entry; } { t= { loginModuleClassName = t.image; } controlFlag = controlFlag() - ( moduleOptions(options) )* + ( moduleOptions(hashmap) )* { - entry = new AppConfigurationEntry(loginModuleClassName, controlFlag, options); + entry = new AppConfigurationEntry(loginModuleClassName, controlFlag, hashmap); return entry; } } @@ -240,7 +240,7 @@ } } -void moduleOptions(HashMap options) : +void moduleOptions(HashMap hashmap) : { Token t; String name, value; @@ -253,12 +253,12 @@ ( t= | t= | t= | t= | t= ) { value = t.image; - options.put(name, value); + hashmap.put(name, value); } | t= { value = stripQuotes(t.image); - options.put(name, value); + hashmap.put(name, value); } ) } debian/patches/marshaller.diff0000644000000000000000000000655511064734532013621 0ustar Index: jbossas4-4.2.2.GA/server/src/main/org/jboss/invocation/unified/marshall/HTTPInvocationMarshaller.java =================================================================== --- jbossas4-4.2.2.GA.orig/server/src/main/org/jboss/invocation/unified/marshall/HTTPInvocationMarshaller.java 2007-11-08 10:55:01.000000000 +0530 +++ jbossas4-4.2.2.GA/server/src/main/org/jboss/invocation/unified/marshall/HTTPInvocationMarshaller.java 2007-11-08 10:55:35.000000000 +0530 @@ -103,7 +103,7 @@ } - super.write(dataObject, output, version); + super.write(dataObject, output); } else // assume this is going to be the response @@ -124,4 +124,4 @@ return new HTTPInvocationMarshaller(); } -} \ No newline at end of file +} Index: jbossas4-4.2.2.GA/server/src/main/org/jboss/invocation/unified/marshall/HTTPInvocationUnMarshaller.java =================================================================== --- jbossas4-4.2.2.GA.orig/server/src/main/org/jboss/invocation/unified/marshall/HTTPInvocationUnMarshaller.java 2007-11-08 10:55:44.000000000 +0530 +++ jbossas4-4.2.2.GA/server/src/main/org/jboss/invocation/unified/marshall/HTTPInvocationUnMarshaller.java 2007-11-08 10:55:52.000000000 +0530 @@ -48,7 +48,7 @@ public Object read(InputStream inputStream, Map metadata, int version) throws IOException, ClassNotFoundException { - Object ret = super.read(inputStream, metadata, version); + Object ret = super.read(inputStream, metadata); if(ret instanceof InvocationRequest) { @@ -76,4 +76,4 @@ unmarshaller.setClassLoader(this.customClassLoader); return unmarshaller; } -} \ No newline at end of file +} Index: jbossas4-4.2.2.GA/server/src/main/org/jboss/invocation/unified/marshall/InvocationMarshaller.java =================================================================== --- jbossas4-4.2.2.GA.orig/server/src/main/org/jboss/invocation/unified/marshall/InvocationMarshaller.java 2007-11-08 10:56:22.000000000 +0530 +++ jbossas4-4.2.2.GA/server/src/main/org/jboss/invocation/unified/marshall/InvocationMarshaller.java 2007-11-08 10:56:32.000000000 +0530 @@ -72,7 +72,7 @@ public void write(Object dataObject, OutputStream output, int version) throws IOException { - super.write(addDecoration(dataObject), output, version); + super.write(addDecoration(dataObject), output); } public Object addDecoration(Object dataObject) throws IOException { @@ -129,4 +129,4 @@ return new InvocationMarshaller(); } -} \ No newline at end of file +} Index: jbossas4-4.2.2.GA/server/src/main/org/jboss/invocation/unified/marshall/InvocationUnMarshaller.java =================================================================== --- jbossas4-4.2.2.GA.orig/server/src/main/org/jboss/invocation/unified/marshall/InvocationUnMarshaller.java 2007-11-08 10:56:46.000000000 +0530 +++ jbossas4-4.2.2.GA/server/src/main/org/jboss/invocation/unified/marshall/InvocationUnMarshaller.java 2007-11-08 10:56:55.000000000 +0530 @@ -56,7 +56,7 @@ public Object read(InputStream inputStream, Map metadata, int version) throws IOException, ClassNotFoundException { - Object ret = super.read(inputStream, metadata, version); + Object ret = super.read(inputStream, metadata); return removeDecoration(ret); @@ -90,4 +90,4 @@ return obj; } -} \ No newline at end of file +} debian/patches/collection.diff0000644000000000000000000000277711064734532013624 0ustar Index: jbossas-4.2.2.GA/jmx/src/main/org/jboss/mx/util/JBossNotificationFilterSupport.java =================================================================== --- jbossas-4.2.2.GA.orig/jmx/src/main/org/jboss/mx/util/JBossNotificationFilterSupport.java 2007-11-02 19:55:10.000000000 +0530 +++ jbossas-4.2.2.GA/jmx/src/main/org/jboss/mx/util/JBossNotificationFilterSupport.java 2007-11-02 19:59:09.000000000 +0530 @@ -29,7 +29,7 @@ import javax.management.Notification; import javax.management.NotificationFilter; -import org.jboss.util.CollectionsFactory; +import org.jboss.util.collection.CollectionsFactory; /** * A replacement for {@link javax.management.NotificationFilterSupport} Index: jbossas-4.2.2.GA/system/src/main/org/jboss/system/filterfactory/DeploymentInfoNotificationFilterFactory.java =================================================================== --- jbossas-4.2.2.GA.orig/system/src/main/org/jboss/system/filterfactory/DeploymentInfoNotificationFilterFactory.java 2007-11-02 20:01:32.000000000 +0530 +++ jbossas-4.2.2.GA/system/src/main/org/jboss/system/filterfactory/DeploymentInfoNotificationFilterFactory.java 2007-11-02 20:01:41.000000000 +0530 @@ -30,7 +30,7 @@ import org.jboss.deployment.DeploymentInfo; import org.jboss.mx.util.JBossNotificationFilterSupport; import org.jboss.system.NotificationFilterFactory; -import org.jboss.util.CollectionsFactory; +import org.jboss.util.collection.CollectionsFactory; import org.w3c.dom.Element; import org.w3c.dom.Node; import org.w3c.dom.NodeList; debian/patches/hibernate36.diff0000644000000000000000000000142711674373044013576 0ustar Description: Compatibility with Hibernate 3.6 Author: Miguel Landaeta Bug-Debian: http://bugs.debian.org/625986 Forwarded: no Last-Update: 2011-06-03 --- jbossas4-4.2.3.GA.orig/ejb3/src/main/org/jboss/ejb3/entity/InjectedSessionFactory.java +++ jbossas4-4.2.3.GA/ejb3/src/main/org/jboss/ejb3/entity/InjectedSessionFactory.java @@ -44,6 +44,7 @@ import org.hibernate.stat.Statistics; import org.hibernate.Cache; import org.jboss.ejb3.PersistenceUnitRegistry; +import org.hibernate.TypeHelper; /** * Comment @@ -249,4 +250,10 @@ throw new UnsupportedOperationException("getCache"); } + // dummy compatibility with Hibernate 3.6.x + public TypeHelper getTypeHelper() + { + throw new UnsupportedOperationException("getTypeHelper"); + } + } debian/patches/compatible-with-java70000644000000000000000000002046712175672516014663 0ustar Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/WrapperDataSource.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/jdbc/WrapperDataSource.java 2008-07-18 23:06:08.000000000 +0800 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/WrapperDataSource.java 2013-07-19 05:11:45.372280951 +0800 @@ -25,6 +25,8 @@ import java.io.Serializable; import java.sql.Connection; import java.sql.SQLException; +import java.sql.SQLFeatureNotSupportedException; +import java.util.logging.Logger; import javax.naming.Reference; import javax.resource.Referenceable; @@ -165,4 +167,9 @@ throw new NestedSQLException(e); } } + + + public Logger getParentLogger() throws SQLFeatureNotSupportedException { + throw new SQLFeatureNotSupportedException(); + } } Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/CachedCallableStatementJDK6.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/CachedCallableStatementJDK6.java 2008-07-18 23:06:08.000000000 +0800 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/CachedCallableStatementJDK6.java 2013-07-19 05:11:45.400281067 +0800 @@ -30,6 +30,7 @@ import java.sql.RowId; import java.sql.SQLException; import java.sql.SQLXML; +import java.util.Map; import org.jboss.resource.adapter.jdbc.CachedCallableStatement; @@ -310,4 +311,24 @@ { getWrappedObject().setSQLXML(parameterName, xmlObject); } + + + public T getObject(int parameterIndex, Class type) throws SQLException { + throw new SQLException(); + } + + + public T getObject(String parameterName, Class type) throws SQLException { + throw new SQLException(); + } + + + public void closeOnCompletion() throws SQLException { + throw new SQLException(); + } + + + public boolean isCloseOnCompletion() throws SQLException { + throw new SQLException(); + } } Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/CachedPreparedStatementJDK6.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/CachedPreparedStatementJDK6.java 2008-07-18 23:06:08.000000000 +0800 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/CachedPreparedStatementJDK6.java 2013-07-19 05:11:45.400281067 +0800 @@ -148,4 +148,14 @@ { getWrappedObject().setPoolable(poolable); } + + + public void closeOnCompletion() throws SQLException { + throw new SQLException(); + } + + + public boolean isCloseOnCompletion() throws SQLException { + throw new SQLException(); + } } Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedCallableStatementJDK6.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedCallableStatementJDK6.java 2008-07-18 23:06:08.000000000 +0800 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedCallableStatementJDK6.java 2013-07-19 05:11:45.400281067 +0800 @@ -32,6 +32,7 @@ import java.sql.RowId; import java.sql.SQLException; import java.sql.SQLXML; +import java.util.Map; import org.jboss.resource.adapter.jdbc.WrappedCallableStatement; import org.jboss.resource.adapter.jdbc.WrappedResultSet; @@ -745,4 +746,24 @@ } } + + public T getObject(int parameterIndex, Class type) throws SQLException { + throw new SQLException(); + } + + + public T getObject(String parameterName, Class type) throws SQLException { + throw new SQLException(); + } + + + public void closeOnCompletion() throws SQLException { + throw new SQLException(); + } + + + public boolean isCloseOnCompletion() throws SQLException { + throw new SQLException(); + } + } Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedConnectionJDK6.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedConnectionJDK6.java 2008-07-18 23:06:08.000000000 +0800 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedConnectionJDK6.java 2013-07-19 05:11:45.400281067 +0800 @@ -33,7 +33,9 @@ import java.sql.SQLXML; import java.sql.Statement; import java.sql.Struct; +import java.util.Map; import java.util.Properties; +import java.util.concurrent.Executor; import org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection; import org.jboss.resource.adapter.jdbc.WrappedCallableStatement; @@ -343,4 +345,30 @@ unlock(); } } + + + public void setSchema(String schema) throws SQLException { + throw new SQLException(); + } + + + public String getSchema() throws SQLException { + throw new SQLException(); + } + + + public void abort(Executor executor) throws SQLException { + throw new SQLException(); + } + + + public void setNetworkTimeout(Executor executor, int milliseconds) + throws SQLException { + throw new SQLException(); + } + + + public int getNetworkTimeout() throws SQLException { + throw new SQLException(); + } } Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedPreparedStatementJDK6.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedPreparedStatementJDK6.java 2008-07-18 23:06:08.000000000 +0800 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedPreparedStatementJDK6.java 2013-07-19 05:11:45.400281067 +0800 @@ -490,4 +490,14 @@ unlock(); } } + + + public void closeOnCompletion() throws SQLException { + throw new SQLException(); + } + + + public boolean isCloseOnCompletion() throws SQLException { + throw new SQLException(); + } } Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedResultSetJDK6.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedResultSetJDK6.java 2008-07-18 23:06:08.000000000 +0800 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedResultSetJDK6.java 2013-07-19 05:11:45.400281067 +0800 @@ -28,6 +28,7 @@ import java.sql.RowId; import java.sql.SQLException; import java.sql.SQLXML; +import java.util.Map; import org.jboss.resource.adapter.jdbc.WrappedResultSet; import org.jboss.resource.adapter.jdbc.WrappedStatement; @@ -670,4 +671,14 @@ throw checkException(t); } } + + + public T getObject(int columnIndex, Class type) throws SQLException { + throw new SQLException(); + } + + + public T getObject(String columnLabel, Class type) throws SQLException { + throw new SQLException(); + } } Index: jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedStatementJDK6.java =================================================================== --- jbossas4-4.2.3.GA.orig/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedStatementJDK6.java 2008-07-18 23:06:08.000000000 +0800 +++ jbossas4-4.2.3.GA/connector/src/main/org/jboss/resource/adapter/jdbc/jdk6/WrappedStatementJDK6.java 2013-07-19 05:11:45.400281067 +0800 @@ -107,4 +107,14 @@ unlock(); } } + + + public void closeOnCompletion() throws SQLException { + throw new SQLException(); + } + + + public boolean isCloseOnCompletion() throws SQLException { + throw new SQLException(); + } } Index: jbossas4-4.2.3.GA/ejb3/src/main/org/jboss/ejb/ResourceImpl.java =================================================================== --- jbossas4-4.2.3.GA.orig/ejb3/src/main/org/jboss/ejb/ResourceImpl.java 2008-07-18 23:00:50.000000000 +0800 +++ jbossas4-4.2.3.GA/ejb3/src/main/org/jboss/ejb/ResourceImpl.java 2013-07-19 05:28:44.365333867 +0800 @@ -99,4 +99,9 @@ { return javax.annotation.Resource.class; } + + + public String lookup() { + return null; + } } debian/libjboss-ejb3x-java.install0000644000000000000000000000004711064734532014323 0ustar debian/tmp/usr/share/java/jboss-ejb3x* debian/libjboss-aspects-java.install0000644000000000000000000000005211064734532014746 0ustar debian/tmp/usr/share/java/jboss-aspects* debian/compat0000644000000000000000000000000211064734532010371 0ustar 5 debian/README.Debian0000644000000000000000000000043611064734532011237 0ustar jbossas4 is currently in a very alpha stage of packaging. I can be used to build other libraries depending on JBoss like libhibernate3-java but it is not complete and cannot be used as an application server yet. -- Torsten Werner Mon, 19 Nov 2007 16:53:36 +0100 debian/libjboss-server-java.install0000644000000000000000000000011311064734532014610 0ustar debian/tmp/usr/share/java/jboss-[0-9]* debian/tmp/usr/share/java/jboss.jar debian/libjboss-j2ee-java.install0000644000000000000000000000011611064734532014132 0ustar debian/tmp/usr/share/java/jboss-j2ee* debian/tmp/usr/share/java/jboss-jaxrpc* debian/libjboss-system-java.install0000644000000000000000000000005011064734532014626 0ustar debian/tmp/usr/share/java/jboss-system* debian/build.xml0000644000000000000000000003425412175672516011033 0ustar debian/libjboss-management-java.install0000644000000000000000000000005411064734532015422 0ustar debian/tmp/usr/share/java/jboss-management* debian/control0000644000000000000000000003105712175674712010613 0ustar Source: jbossas4 Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 5) Build-Depends-Indep: ant, default-jdk, javacc, junit, libgetopt-java, libbcel-java, libdom4j-java, libjboss-common-java, libjboss-profiler-java, libjboss-xml-binding-java, liblog4j1.2-java, libservlet2.5-java, glassfish-javaee, libconcurrent-java, libcommons-httpclient-java, libaxis-java, ant-optional, bsh, libjavassist-java, libjboss-remoting-java, libjboss-aop-java, libjboss-serialization-java, libtrove-java, libjgroups2.6-java, libjboss-web-services-java, libjboss-cache1-java, libhibernate3-java (>= 3.5), libcommons-logging-java, libjboss-vfs-java, libjboss-microcontainer-java, libjboss-reflect-java, libquartz-java, libjboss-managed-java, libhibernate-jbosscache-java Standards-Version: 3.9.4 Homepage: http://labs.jboss.com/jbossas/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jbossas4 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jbossas4 Package: jbossas4 Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime Description: JBoss Application Server A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package contains jars used to run, shutdown or alter JBoss instance. Package: libjboss-test-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Test Suite The JBoss Testsuite module is a collection of JUnit tests which require a running JBoss instance for in-container testing. Unit tests not requiring the container reside in the module they are testing. . This package ships the jboss-test libraries. Package: libjboss-jmx-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Java Management Extensions JBoss implementation of the JMX technology. JBoss includes a clean room implementation of the JMX API's published by Sun Microsystems. While implementing all the required management functions it is also geared towards acting as a core library of the JBoss Microkernel. . JMX is about providing a standard for managing and monitoring all varieties of software and hardware components from Java. Further, JMX aims to provide integration with the large number of existing management standards. Package: libjboss-system-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss System A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-system libraries. Package: libjboss-j2ee-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss J2EE core libraries A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-j2ee libraries. Package: libjboss-ejb3-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Enterprise Java Beans (EJB) 3.0 A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-ecj3 libraries. Package: libjboss-ejb3x-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Enterprise Java Beans (EJB3X) A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-ecj3x libraries. Package: libjboss-naming-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Naming A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-naming and jboss-jnp server libraries. Package: libjboss-deployment-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Deployment A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-deployment libraries. Package: libjboss-transaction-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Transaction A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-transaction libraries. Package: libjboss-security-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Security A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-security libraries. Package: libjboss-server-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Server A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the invocation classes of jboss-server library. Package: libjboss-messaging-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Messaging A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-messaging libraries. Package: libjboss-management-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Management A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-management libraries. Package: libjboss-cluster-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Cluster A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-cluster libraries. Package: libjboss-aspects-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Aspects A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-aspects libraries. Package: libjboss-connector-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Connector A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-connector libraries. Package: libjboss-jms-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Java Message Service (JMS) A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-jms libraries. Package: libjboss-webservices-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: JBoss Web Services A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-webservices libraries. debian/orig-tar.sh0000755000000000000000000000104611064734532011257 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' DIR=jbossas-$2.orig # clean up the upstream tarball tar -x -z -f $3 mv jboss* $DIR (cd $DIR;\ grep -ril -m 60 --include="*.java" "Generated.*Do not edit" . | xargs rm;\ grep -ril -m 60 --include="*.java" "Do not reproduce without permission in writing" .|xargs rm) GZIP=--best tar -c -z -f $3 -X debian/orig-tar.exclude $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $3 $origDir echo "moved $3 to $origDir" fi debian/copyright0000644000000000000000000002736711143266473011147 0ustar This package was debianized by Varun Hiremath on Tue, 24 Apr 2007 17:19:10 +0530. It was downloaded from http://labs.jboss.com/jbossas/ Upstream Author: JBoss Inc. Copyright: (C) 2005-2007 JBoss Inc., and authors (C) 2005-2007 Red Hat Middleware LLC, and authors (C) 2003-2006 Sun Microsystems, Inc. (C) 1999-2005 The Apache Software Foundation. (C) 1998-2000 Jason Dillon (C) 1999-2002 Norman Walsh (C) 1999-2000 BEA Systems, Inc. All Rights Reserved. (C) 2000 Juha Lindfors (C) 2001 ThoughtWorks, Inc. (C) 2002-2003 Geir Landrö (C) 2002 ObjectLearn. All Rights Reserved. (C) 2003 Intracom S.A. (C) 1992-2002 HaL Computer Systems, Inc. (C) 1999 dreamBean Software (C) 2003 ArborText, Inc., Norman Walsh, Sun Microsystems, Inc. (C) 2004 World Wide Web Consortium (C) 2006 Research In Motion (C) 2006 Your Corporation. All Rights Reserved. Authors: Aaron Mulder Adrian Brock Alex Fu Alexey Loubyansky Anatoly Akkerman Andreas Schaefer Andrew Rubinger Andrew C. Oliver Andrew Rubinger Andrew McCulloch Andrew Belomutskiy Anil Saldhana Bill Burke Brian Stansberry Carlo de Wolf Chris Laprun Christian Riege Christoph G. Jung Claude Hussenet Clebert Suconic Corby Page Dain Sundstrom Dan Christopherson (danch) Dimitris Andreadis Edward Kenworthy Galder Zamarreno Heiko W. Rupp Heiko W. Rupp Hiram Chirino Hiram Chirino Hugo Pinto Ignacio Coloma Ivelin Ivanov James Wilson Jason Essington Jason Dillon. Jay Walters Jayesh Parayali Jeff Haynie Jeremy Boynes Jesper Pedersen Jim Moran Joachim Van der Auwera John Freeborg Juha Lindfors Julien Viet Justin Forder Kabir Khan Klaus Richarz Krishnaraj S Larry Sanderson Luc Texier Luke Taylor Marc Fleury Marcus Redeker Mark McGregor Michael Barker Michael Newcomb Michel de Groot Nathan Phelps Neale Swinnerton Noel Rocher Norbert Lataille Oleg Nitz Ovidiu Feodorov ovidiu@jboss.org Peter Antman Peter Murray Peter Fagerlund Ricardo Arguello ricardoarguello@users.sourceforge.net Rickard Oberg Ryan Campbell Sacha Labourey Scott McLaughlin. Scott Stark Scott Marlow smarlow@novell.com Sebastien Alborini Simone Bordet Spyros Pollatos Stale W. Pedersen Stan Silvert Stefan Reich Stephan Steinbacher Steve Ebersole Steve Coy Thomas Diesler Thomas Peuss Toby Allsopp Tom Elrod Trevor Squires Ulf Schroeter Vicky Kak Vinay Menon Vincent Harcq Vincent Sheffer Vladimir Blagojevic vladimir@xisnext.2y.net Weston Price William Hoyle Wolfgang Werner Yvan Borgne License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. On Debian systems, full text of the LGPL license can be found at `/usr/share/common-licenses/LGPL'. ------ Files: testsuite/src/main/org/jboss/test/classloader/leak/web/ClassloaderLeakContextListener.java tomcat/src/main/org/jboss/web/tomcat/filters/SemaphoreValve.java tomcat/src/main/org/jboss/web/tomcat/security/FormAuthenticator.java tomcat/src/main/org/jboss/web/tomcat/service/jasper/JspServletOptions.java tomcat/src/main/org/jboss/web/tomcat/service/jasper/TagLibCache.java tomcat/src/main/org/jboss/web/tomcat/service/sso/ClusteredSingleSignOn.java tomcat/src/main/org/jboss/web/tomcat/service/sso/SingleSignOnEntry.java tomcat/src/main/org/jboss/web/tomcat/service/StatusServlet.java Copyright: 1999-2005 The Apache Software Foundation. License: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ The full text of the Apache License can be found in `/usr/share/common-licenses/Apache-2.0'. ------ Files: jaxrpc/src/main/org/w3c/dom/DOMConfiguration.java jaxrpc/src/main/org/w3c/dom/DOMStringList.java jaxrpc/src/main/org/w3c/dom/TypeInfo.java jaxrpc/src/main/org/w3c/dom/UserDataHandler.java security/src/main/org/jboss/security/Base64Encoder.java Copyright: (c) 2004 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This work is distributed under the W3C(r) Software License in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. License: This work (and included software, documentation such as READMEs, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. Permission to copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications: 1. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. 2. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code. 3. Notice of any changes or modifications to the files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. ------ Files: tools/etc/cruisecontrol/scripts/xsl/changelists/changelists.xsl tools/etc/cruisecontrol/scripts/xsl/changelists/header.xsl tools/etc/cruisecontrol/scripts/xsl/checkstyle.xsl tools/etc/cruisecontrol/scripts/xsl/compile.xsl tools/etc/cruisecontrol/scripts/xsl/distributables.xsl tools/etc/cruisecontrol/scripts/xsl/header.xsl tools/etc/cruisecontrol/scripts/xsl/javadoc.xsl tools/etc/cruisecontrol/scripts/xsl/logfile.xsl tools/etc/cruisecontrol/scripts/xsl/maven.xsl tools/etc/cruisecontrol/scripts/xsl/modifications.xsl tools/etc/cruisecontrol/scripts/xsl/testdetails.xsl tools/etc/cruisecontrol/scripts/xsl/unittests.xsl Copyright: (c) 2001, ThoughtWorks, Inc. License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + Neither the name of ThoughtWorks, Inc., CruiseControl, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/libjboss-jms-java.install0000644000000000000000000000004611064734532014100 0ustar debian/tmp/usr/share/java/jboss-jms* debian/orig-tar.exclude0000644000000000000000000000223311064734532012272 0ustar *.class *.ear *.jar *.sar *.war */ejb3/src/test/org/jboss/ejb3/test/timestampentity/entity/Table1TimestampEntity.java */ejb3/src/test/org/jboss/ejb3/test/timestampentity/entity/Table1IntegerEntity.java */ejb3/src/test/org/jboss/ejb3/test/timestampentity/entity/Table1Key.java */ejb3/src/test/org/jboss/ejb3/test/timestampentity/entity/Table1TimestampEntity.java */ejb3/src/test/org/jboss/ejb3/test/timestampentity/TestManagerBean.java */ejb3/src/test/org/jboss/ejb3/test/timestampentity/TestManagerCommon.java */ejb3/src/test/org/jboss/ejb3/test/timestampentity/TestManagerConstants.java */ejb3/src/test/org/jboss/ejb3/test/timestampentity/TestManager.java */ejb3/src/test/org/jboss/ejb3/test/timestampentity/TestManagerLocal.java */testsuite/src/main/org/jboss/test/invokers/ejb/CompressionConstants.java */testsuite/src/main/org/jboss/test/invokers/ejb/CompressionInputStream.java */testsuite/src/main/org/jboss/test/invokers/ejb/CompressionOutputStream.java */testsuite/src/main/org/jboss/test/jrmp/ejb/CompressionConstants.java */testsuite/src/main/org/jboss/test/jrmp/ejb/CompressionInputStream.java */testsuite/src/main/org/jboss/test/jrmp/ejb/CompressionOutputStream.java debian/rules0000755000000000000000000000232511674373044010261 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := jboss-common junit log4j-1.2 jboss-profiler ant-junit commons-httpclient \ bcel concurrent dom4j jboss-xml-binding servlet-api gnu-getopt glassfish-javaee \ glassfish-activation glassfish-ejb-api jaxrpc javassist jboss-remoting \ javacc jboss-serialization jboss-microcontainer quartz ant-nodeps trove \ jboss-remoting jboss-aop jgroups-all-2.6 jbossws-common jbossws-spi jbossws-native\ jboss-reflect jboss-cache1 hibernate3 hibernate-annotations \ hibernate-entitymanager commons-logging bsh jboss-vfs \ jboss-managed.jar hibernate-jbosscache ALL_JARS = $(wildcard *.jar) DEST_DIR = $(DEB_DESTDIR)/usr/share/java common-install-prehook-indep:: for jar in $(ALL_JARS); do \ BASENAME=`basename $$jar .jar`; \ FULLNAME=$$BASENAME-$(DEB_UPSTREAM_VERSION).jar; \ install -m 644 -D $$jar $(DEST_DIR)/$$FULLNAME; \ ln -s $$FULLNAME $(DEST_DIR)/$$BASENAME.jar; \ done get-orig-source: -uscan --upstream-version 0 --rename debian/README.Debian-source0000644000000000000000000000072111064734532012532 0ustar jbossas4 ======== The upstream supplied source package contains binary jar files. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Varun Hiremath , Sat, 3 Nov 2007 18:17:29 +0530 debian/libjboss-cluster-java.install0000644000000000000000000000005211064734532014765 0ustar debian/tmp/usr/share/java/jboss-cluster* debian/libjboss-ejb3-java.install0000644000000000000000000000012511064734532014130 0ustar debian/tmp/usr/share/java/jboss-ejb3.jar debian/tmp/usr/share/java/jboss-ejb3-[0-9]* debian/changelog0000644000000000000000000000743212175674753011067 0ustar jbossas4 (4.2.3.GA-8) unstable; urgency=low [ Niels Thykier ] * Team upload. * Compile Java with source 1.5 and target 1.5 if it did not explicitly had another source marker. [ ShuxiongYe ] * Team upload. * Compatible with Java7. (Closes: #717116) - debian/patches/compatible-with-java7 [ Sylvestre Ledru ] * Standards-Version updated to 3.9.4 -- ShuxiongYe Sat, 20 Jul 2013 08:08:50 +0800 jbossas4 (4.2.3.GA-7) unstable; urgency=low * Team upload. * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: #658802). * Bump Standards-Version to 3.9.3. No changes were needed. -- Miguel Landaeta Fri, 02 Mar 2012 22:57:23 -0430 jbossas4 (4.2.3.GA-6) unstable; urgency=low * Team upload. * Switch to default-jdk. (Closes: #643514). * Use recommended URI format in Vcs-Svn field. * Remove unnecessary B-D on quilt. * Remove needless dependency on jre for libraries. -- Miguel Landaeta Tue, 27 Sep 2011 21:20:46 -0430 jbossas4 (4.2.3.GA-5) unstable; urgency=low * Team upload. * Fix FTBFS with Hibernate 3.6.x. (Closes: #625986). * Bump Standards-Version to 3.9.2. No changes were needed. -- Miguel Landaeta Fri, 03 Jun 2011 16:08:07 -0430 jbossas4 (4.2.3.GA-4) unstable; urgency=low * Team upload. * Upload to unstable. (Closes: #592236). * Bump Standards-Version to 3.9.1. No changes were needed. -- Miguel Landaeta Sun, 08 Aug 2010 11:52:03 -0430 jbossas4 (4.2.3.GA-3) experimental; urgency=low * Team upload. * Fix FTBFS with Hibernate 3.5.x. (Closes: #589599). * Bump Standards-Version to 3.9.0. No changes were needed. -- Miguel Landaeta Sun, 18 Jul 2010 20:47:00 -0430 jbossas4 (4.2.3.GA-2) unstable; urgency=low * Switch back to jgroups 2.6. (Closes: #577878) * Switch to source format 3.0. * Update Standards-Version: 3.8.4. * Change Section: java. * Improve short description for libjboss-j2ee-java a bit. (Closes: #493434) -- Torsten Werner Thu, 15 Apr 2010 18:01:56 +0200 jbossas4 (4.2.3.GA-1) unstable; urgency=low * new upstream release * Refresh patches. * Switch to openjdk-6-jdk. * Add Build-Depends: libjboss-managed-java. * Bump up Standards-Version: 3.8.0 (no changes). * Do no longer quote the full text of the Apache license in debian/copyright. * Build aspects library with source=1.4. * Move package to main. -- Torsten Werner Tue, 18 Nov 2008 18:04:13 +0100 jbossas4 (4.2.2.GA-5) unstable; urgency=low * debian/control: Add libjboss-reflect-java to Build-Depends -- Varun Hiremath Wed, 23 Apr 2008 17:27:13 +0530 jbossas4 (4.2.2.GA-4) unstable; urgency=low * Fix package descriptions -- Varun Hiremath Tue, 18 Mar 2008 16:00:58 +0530 jbossas4 (4.2.2.GA-3) unstable; urgency=low [ Varun Hiremath ] * Add some more packages: ejb3, cluster, aspects, connector, jms and webservices [ Torsten Werner ] * Add Build-Depends: libjboss-microcontainer-java and libquartz-java. -- Torsten Werner Tue, 11 Mar 2008 21:40:54 +0100 jbossas4 (4.2.2.GA-2) unstable; urgency=low [ Torsten Werner ] * Add README.Debian explaining the state of the package. (Closes: #451976) * Add more packages thanks to Rafal Lewczuk. * Fix Vcs header in debian/control. [ Varun Hiremath ] * Move the package to contrib as some of the Build-Depends are in contrib (Closes: #457405) * Update Standards-Version to 3.7.3 -- Varun Hiremath Sun, 23 Dec 2007 00:05:20 +0530 jbossas4 (4.2.2.GA-1) unstable; urgency=low * Initial release (Closes: #446661, #448990) -- Varun Hiremath Tue, 24 Apr 2007 17:19:10 +0530 debian/source/0000755000000000000000000000000011674373044010477 5ustar debian/source/format0000644000000000000000000000001411674373044011705 0ustar 3.0 (quilt)