<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git, branch 0.5-fix</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>Merged change to SlowMessageStore to ensure we don't infinitely configure the same class.</title>
<updated>2009-04-14T15:05:10+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2009-04-14T15:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=0f66d4c96c6810d01c6dc7e5c571732430c7aa0e'/>
<id>0f66d4c96c6810d01c6dc7e5c571732430c7aa0e</id>
<content type='text'>
QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfiguration classes. Move almost all uses of o.a.commons.configuration.Configuration behind there.  @Configured delenda est

Merged changed from trunk r745799


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764816 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfiguration classes. Move almost all uses of o.a.commons.configuration.Configuration behind there.  @Configured delenda est

Merged changed from trunk r745799


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764816 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-1778 : Add NoFailover FailoverMethod that blocks that still allows connection retry but only on the initial</title>
<updated>2009-04-14T14:38:35+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2009-04-14T14:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=a2c4c70d6218a9ff70372d55c8528e48f033d542'/>
<id>a2c4c70d6218a9ff70372d55c8528e48f033d542</id>
<content type='text'>
merged from trunk r759097


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764795 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
merged from trunk r759097


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764795 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>When committing merge of r753253,753220,753219 missed the svn-props on top level qpid dir</title>
<updated>2009-04-14T10:30:24+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2009-04-14T10:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=51f6e8c0f8f17ba00c5f78ddf3c368a1eaab7f09'/>
<id>51f6e8c0f8f17ba00c5f78ddf3c368a1eaab7f09</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764730 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764730 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>753253	ritchiem	QPID-1730 : Logging update highlighted that we were printing the queue before we had fully initialised it.</title>
<updated>2009-04-13T17:28:36+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2009-04-13T17:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=ed9320bc237cb6fae793efa9dbf042f384fd1c75'/>
<id>ed9320bc237cb6fae793efa9dbf042f384fd1c75</id>
<content type='text'>
753220	ritchiem	QPID-1730 : Improve the logging so we can see what is going one during persistent recovery as we do not have a working persistent module.
753219	ritchiem	QPID-1730 : Update the order in which we initialise. We now load the config file from disk then recover from the persistent strore. This approach applies the vhost configuration and then applies the persistent state from the store to those objects rather than recreating them. The new inner classes on VirtualHost are to be removed once we have fully extracted the RoutingTable from the legacy MessageStores as this is the root of the problem. The Store needs to be open to create new durable objects but the current stores must recover their state before new entries are added. So now the persistent state is being loaded on to a broker in a consistent state after it has configured a) its default exchanges and b) loaded the queue config from the config file. Eventually we will only have one location for queue config and all will be right in the world.

merged the above three changes from trunk that allow the broker to create it's model before the MessageStore is initialised. 



git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764539 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
753220	ritchiem	QPID-1730 : Improve the logging so we can see what is going one during persistent recovery as we do not have a working persistent module.
753219	ritchiem	QPID-1730 : Update the order in which we initialise. We now load the config file from disk then recover from the persistent strore. This approach applies the vhost configuration and then applies the persistent state from the store to those objects rather than recreating them. The new inner classes on VirtualHost are to be removed once we have fully extracted the RoutingTable from the legacy MessageStores as this is the root of the problem. The Store needs to be open to create new durable objects but the current stores must recover their state before new entries are added. So now the persistent state is being loaded on to a broker in a consistent state after it has configured a) its default exchanges and b) loaded the queue config from the config file. Eventually we will only have one location for queue config and all will be right in the world.

merged the above three changes from trunk that allow the broker to create it's model before the MessageStore is initialised. 



git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764539 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix config problem with SlowMessageStore</title>
<updated>2009-04-13T15:27:32+00:00</updated>
<author>
<name>Aidan Skinner</name>
<email>aidan@apache.org</email>
</author>
<published>2009-04-13T15:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=1828f1ef33c60ca1d23c35e7706670ce43fbca84'/>
<id>1828f1ef33c60ca1d23c35e7706670ce43fbca84</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764506 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764506 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Partially Merged from trunk to provide VirtualHost.getConfiguration() functionality</title>
<updated>2009-04-13T15:07:45+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2009-04-13T15:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=aaba14dc3dd258358f522dd2f4439fcc2cedefb6'/>
<id>aaba14dc3dd258358f522dd2f4439fcc2cedefb6</id>
<content type='text'>
Merged from trunk r747754


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764496 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged from trunk r747754


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764496 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misc compile errors.</title>
<updated>2009-04-13T14:48:45+00:00</updated>
<author>
<name>Aidan Skinner</name>
<email>aidan@apache.org</email>
</author>
<published>2009-04-13T14:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=2d85172c1382d2ec340994410f6a4f9360ce8655'/>
<id>2d85172c1382d2ec340994410f6a4f9360ce8655</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764493 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764493 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-1801 Added method to show failure to PrincipalPermissionsTest.java and then adjusted the ternary operator in PrincipalPermissions.java to ensure we don't pass a null into the map (see JIRA descriptions).</title>
<updated>2009-04-13T14:29:37+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2009-04-13T14:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=57b377b5cf335e839aaac5d559f7c761fd18f339'/>
<id>57b377b5cf335e839aaac5d559f7c761fd18f339</id>
<content type='text'>
merged from trunk r763959


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764490 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
merged from trunk r763959


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764490 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-1792: make JMXManagedObjectRegistry.close() method attempt to de-register only qpid related MBeans, preventing the RuntimeException that is a result of attempting to de-register the platform MBeanServerDelegate MBean, which is not allowed. Also remove unused imports.</title>
<updated>2009-04-13T14:27:08+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2009-04-13T14:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=f4fb1da85c3ed2c4af60588325e7856f98e6ecd7'/>
<id>f4fb1da85c3ed2c4af60588325e7856f98e6ecd7</id>
<content type='text'>
merged from trunk r762992


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764488 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
merged from trunk r762992


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764488 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-1790: add new attribute to logging management mbean to indicate available output levels. Update jmx management console to understand String[] attribute value and display contents properly</title>
<updated>2009-04-13T14:25:42+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2009-04-13T14:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=8dcb2ac07c190fd2b584d1c9b2e4127269ef243a'/>
<id>8dcb2ac07c190fd2b584d1c9b2e4127269ef243a</id>
<content type='text'>
merged from trunk r762365


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764485 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
merged from trunk r762365


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764485 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
