Author: jross
Date: Fri Aug 23 18:17:44 2013
New Revision: 1516964
URL: http://svn.apache.org/r1516964
Log:
QPID-4961: Add missing license headers
Modified:
qpid/branches/0.24/qpid/doc/book/src/java-broker/Java-Broker-Close-On-No-Route.xml
qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html
qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
qpid/branches/0.24/qpid/java/broker-plugins/amqp-0-8-protocol/src/test/java/org/apache/qpid/server/protocol/v0_8/AMQProtocolEngineTest.java
qpid/branches/0.24/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/src/main/java/org/apache/qpid/server/protocol/converter/v0_8_v0_10/MessageConverter_0_10_to_0_8.java
qpid/branches/0.24/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html
qpid/branches/0.24/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html
qpid/branches/0.24/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html
qpid/branches/0.24/qpid/java/jca/README-GERONIMO.txt
qpid/branches/0.24/qpid/java/jca/README-JBOSS-EAP6.txt
qpid/branches/0.24/qpid/java/jca/README-JBOSS.txt
qpid/branches/0.24/qpid/java/jca/README.txt
qpid/branches/0.24/qpid/java/jca/example/README-EXAMPLE.txt
qpid/branches/0.24/qpid/java/jca/example/README-GERONIMO.txt
qpid/branches/0.24/qpid/java/jca/example/README-GLASSFISH.txt
qpid/branches/0.24/qpid/java/jca/example/README-JBOSS.txt
qpid/branches/0.24/qpid/java/jca/example/README-JBOSS7.txt
qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-ejb-jar.xml
qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-resources.xml
qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-web.xml
qpid/branches/0.24/qpid/java/systests/src/main/java/org/apache/qpid/systest/management/jmx/ExchangeManagementTest.java
Modified:
qpid/branches/0.24/qpid/doc/book/src/java-broker/Java-Broker-Close-On-No-Route.xml
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/doc/book/src/java-broker/Java-Broker-Close-On-No-Route.xml?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/doc/book/src/java-broker/Java-Broker-Close-On-No-Route.xml
(original)
+++
qpid/branches/0.24/qpid/doc/book/src/java-broker/Java-Broker-Close-On-No-Route.xml
Fri Aug 23 18:17:44 2013
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
<section id="Java-Broker-Close-Connection-When-No-Route">
<title>Closing client connections on unroutable mandatory messages</title>
Modified:
qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html
(original)
+++
qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html
Fri Aug 23 18:17:44 2013
@@ -1,3 +1,19 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
<table class="tableContainer-table tableContainer-table-horiz">
<tr>
<td class="tableContainer-labelCell" style="width:
300px;"><strong>Path to store location*: </strong></td>
Modified:
qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
(original)
+++
qpid/branches/0.24/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
Fri Aug 23 18:17:44 2013
@@ -1,3 +1,19 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
<table class="tableContainer-table tableContainer-table-horiz">
<tr>
<td class="tableContainer-labelCell" style="width: 300px;"><strong>Path
to store location*: </strong></td>
Modified:
qpid/branches/0.24/qpid/java/broker-plugins/amqp-0-8-protocol/src/test/java/org/apache/qpid/server/protocol/v0_8/AMQProtocolEngineTest.java
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/broker-plugins/amqp-0-8-protocol/src/test/java/org/apache/qpid/server/protocol/v0_8/AMQProtocolEngineTest.java?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/broker-plugins/amqp-0-8-protocol/src/test/java/org/apache/qpid/server/protocol/v0_8/AMQProtocolEngineTest.java
(original)
+++
qpid/branches/0.24/qpid/java/broker-plugins/amqp-0-8-protocol/src/test/java/org/apache/qpid/server/protocol/v0_8/AMQProtocolEngineTest.java
Fri Aug 23 18:17:44 2013
@@ -1,3 +1,23 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
package org.apache.qpid.server.protocol.v0_8;
import static org.mockito.Mockito.mock;
Modified:
qpid/branches/0.24/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/src/main/java/org/apache/qpid/server/protocol/converter/v0_8_v0_10/MessageConverter_0_10_to_0_8.java
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/src/main/java/org/apache/qpid/server/protocol/converter/v0_8_v0_10/MessageConverter_0_10_to_0_8.java?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/src/main/java/org/apache/qpid/server/protocol/converter/v0_8_v0_10/MessageConverter_0_10_to_0_8.java
(original)
+++
qpid/branches/0.24/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/src/main/java/org/apache/qpid/server/protocol/converter/v0_8_v0_10/MessageConverter_0_10_to_0_8.java
Fri Aug 23 18:17:44 2013
@@ -1,3 +1,23 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
package org.apache.qpid.server.protocol.converter.v0_8_v0_10;
import java.nio.ByteBuffer;
Modified:
qpid/branches/0.24/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html
(original)
+++
qpid/branches/0.24/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html
Fri Aug 23 18:17:44 2013
@@ -1,3 +1,19 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
<table class="tableContainer-table tableContainer-table-horiz">
<tr>
<td class="tableContainer-labelCell" style="width: 300px;"><strong>Path
to store location*: </strong></td>
Modified:
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html
(original)
+++
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html
Fri Aug 23 18:17:44 2013
@@ -1,3 +1,19 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
<table class="tableContainer-table tableContainer-table-horiz">
<tr>
Modified:
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html
(original)
+++
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html
Fri Aug 23 18:17:44 2013
@@ -1,3 +1,19 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
<table class="tableContainer-table tableContainer-table-horiz">
<tr>
<td class="tableContainer-labelCell" style="width: 300px;"><strong>JDBC
Url*: </strong></td>
Modified:
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html
(original)
+++
qpid/branches/0.24/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html
Fri Aug 23 18:17:44 2013
@@ -0,0 +1,17 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
Modified:
qpid/branches/0.24/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html
(original)
+++
qpid/branches/0.24/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html
Fri Aug 23 18:17:44 2013
@@ -1,3 +1,19 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
<table class="tableContainer-table tableContainer-table-horiz">
<tr>
<td class="tableContainer-labelCell" style="width: 300px;"><strong>Store
Type*: </strong></td>
Modified:
qpid/branches/0.24/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html
(original)
+++
qpid/branches/0.24/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html
Fri Aug 23 18:17:44 2013
@@ -0,0 +1,17 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
Modified: qpid/branches/0.24/qpid/java/jca/README-GERONIMO.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/README-GERONIMO.txt?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/README-GERONIMO.txt (original)
+++ qpid/branches/0.24/qpid/java/jca/README-GERONIMO.txt Fri Aug 23 18:17:44
2013
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
Qpid JCA Resource Adapter
Apache Geronimo 2.x Installation and Configuration Instructions
Modified: qpid/branches/0.24/qpid/java/jca/README-JBOSS-EAP6.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/README-JBOSS-EAP6.txt?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/README-JBOSS-EAP6.txt (original)
+++ qpid/branches/0.24/qpid/java/jca/README-JBOSS-EAP6.txt Fri Aug 23 18:17:44
2013
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
Qpid JCA Resource Adapter
JBoss EAP 6.x Installation and Configuration Instructions
Modified: qpid/branches/0.24/qpid/java/jca/README-JBOSS.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/README-JBOSS.txt?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/README-JBOSS.txt (original)
+++ qpid/branches/0.24/qpid/java/jca/README-JBOSS.txt Fri Aug 23 18:17:44 2013
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
Qpid JCA Resource Adapter
JBoss EAP 5.x Installation and Configuration Instructions
Modified: qpid/branches/0.24/qpid/java/jca/README.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/README.txt?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/README.txt (original)
+++ qpid/branches/0.24/qpid/java/jca/README.txt Fri Aug 23 18:17:44 2013
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
Qpid JCA Resource Adapter Installation/Configuration Instructions
Overview
Modified: qpid/branches/0.24/qpid/java/jca/example/README-EXAMPLE.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/example/README-EXAMPLE.txt?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/example/README-EXAMPLE.txt (original)
+++ qpid/branches/0.24/qpid/java/jca/example/README-EXAMPLE.txt Fri Aug 23
18:17:44 2013
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
Qpid JCA Example
Overview
Modified: qpid/branches/0.24/qpid/java/jca/example/README-GERONIMO.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/example/README-GERONIMO.txt?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/example/README-GERONIMO.txt (original)
+++ qpid/branches/0.24/qpid/java/jca/example/README-GERONIMO.txt Fri Aug 23
18:17:44 2013
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
Qpid JCA Example - Apache Geronimo 2.x
Overview
Modified: qpid/branches/0.24/qpid/java/jca/example/README-GLASSFISH.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/example/README-GLASSFISH.txt?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/example/README-GLASSFISH.txt (original)
+++ qpid/branches/0.24/qpid/java/jca/example/README-GLASSFISH.txt Fri Aug 23
18:17:44 2013
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
Qpid JCA Example - Glassfish 3.x
Overview
Modified: qpid/branches/0.24/qpid/java/jca/example/README-JBOSS.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/example/README-JBOSS.txt?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/example/README-JBOSS.txt (original)
+++ qpid/branches/0.24/qpid/java/jca/example/README-JBOSS.txt Fri Aug 23
18:17:44 2013
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
Qpid JCA Example - JBoss EAP 5.x, JBoss 5.x, 6.x
Overview
Modified: qpid/branches/0.24/qpid/java/jca/example/README-JBOSS7.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/example/README-JBOSS7.txt?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/example/README-JBOSS7.txt (original)
+++ qpid/branches/0.24/qpid/java/jca/example/README-JBOSS7.txt Fri Aug 23
18:17:44 2013
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
Qpid JCA Example - JBoss AS 7
Overview
Modified: qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-ejb-jar.xml
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-ejb-jar.xml?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-ejb-jar.xml
(original)
+++ qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-ejb-jar.xml Fri Aug
23 18:17:44 2013
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements. See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership. The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License. You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied. See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
<!DOCTYPE glassfish-ejb-jar PUBLIC "-//GlassFish.org//DTD GlassFish
Application Server 3.1 EJB 3.1//EN"
"http://glassfish.org/dtds/glassfish-ejb-jar_3_1-1.dtd">
<glassfish-ejb-jar>
<enterprise-beans>
Modified: qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-resources.xml
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-resources.xml?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-resources.xml
(original)
+++ qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-resources.xml Fri
Aug 23 18:17:44 2013
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements. See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership. The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License. You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied. See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
<!DOCTYPE resources PUBLIC "-//GlassFish.org//DTD GlassFish Application Server
3.1 Resource Definitions//EN"
"http://glassfish.org/dtds/glassfish-resources_1_5.dtd">
<resources>
Modified: qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-web.xml
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-web.xml?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-web.xml (original)
+++ qpid/branches/0.24/qpid/java/jca/example/conf/glassfish-web.xml Fri Aug 23
18:17:44 2013
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements. See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership. The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License. You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied. See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
<!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish
Application Server 3.1 Servlet 3.0//EN"
"http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
<glassfish-web-app>
Modified:
qpid/branches/0.24/qpid/java/systests/src/main/java/org/apache/qpid/systest/management/jmx/ExchangeManagementTest.java
URL:
http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/systests/src/main/java/org/apache/qpid/systest/management/jmx/ExchangeManagementTest.java?rev=1516964&r1=1516963&r2=1516964&view=diff
==============================================================================
---
qpid/branches/0.24/qpid/java/systests/src/main/java/org/apache/qpid/systest/management/jmx/ExchangeManagementTest.java
(original)
+++
qpid/branches/0.24/qpid/java/systests/src/main/java/org/apache/qpid/systest/management/jmx/ExchangeManagementTest.java
Fri Aug 23 18:17:44 2013
@@ -1,3 +1,23 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
package org.apache.qpid.systest.management.jmx;
import java.util.Collections;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]