<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "SQL Power Architect Bugs"]]></title>
		<link>http://www.sqlpower.ca/forum/forums/show/4.page</link>
		<description><![CDATA[The newest discussed topics in the forum "SQL Power Architect Bugs"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Wrong interpretation of PK in H2-table</title>
				<description><![CDATA[ I have a hibernate generated H2 database. Two tables are connected via a third in a many-to-many relationship. The connection table has it's own primary key, which is not including any of the FK fields in the connection table. This is verified in the DDL generated by hibernate and by inspecting the connection table in a different database tool.<br /> <br /> The connection table also has a value field called ROLE.<br /> <br /> When the three tables are opened in Power Architect, ROLE and one of the FK fields are included in the PK.<br /> <br /> Hibernate 3.6.1, Power Architect 1.0.6, java 1.6.0_26, Linux 2.6.38-12-generic (amd64) (Ubuntu 11.04), H2 database 1.3.153 (2011-03-14).<br /> <br /> *Hibernate DDL:<br /> <br /> create table T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION (<br />         ADDITIONAL_PARTY_ID bigint generated by default as identity,<br />         ROLE varchar(25) not null,<br />         INV_ACCOUNT_ID bigint not null,<br />         INV_ACCOUNT_PARTY_ID bigint not null,<br />         primary key (ADDITIONAL_PARTY_ID)<br />     )<br /> <br /> alter table T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION <br />         add constraint FKD34AAEF7B6A3C6C6 <br />         foreign key (INV_ACCOUNT_PARTY_ID) <br />         references T03InvestmentAccountParty<br /> <br /> alter table T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION <br />         add constraint FKD34AAEF7E45C1F6F <br />         foreign key (INV_ACCOUNT_ID) <br />         references T03InvestmentAccount<br /> <br /> *SQL Power Architect DDL (for DB2) generated after reverse engineering the H2 database (And this is also what is shown in ER diagram and in the database explorer). Note definition of PK.<br /> <br /> CREATE TABLE T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION (<br />                 ADDITIONAL_PARTY_ID BIGINT DEFAULT (NEXT VALUE FOR PUBLIC.SYSTEM_SEQUENCE_80D5D060_7F1A_44C1_82C0_CEFE74EE462E) NOT NULL,<br />                 INV_ACCOUNT_PARTY_ID BIGINT NOT NULL,<br />                 ROLE VARCHAR(25) NOT NULL,<br />                 INV_ACCOUNT_ID BIGINT NOT NULL,<br />                 CONSTRAINT T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION_pk PRIMARY KEY (ADDITIONAL_PARTY_ID, INV_ACCOUNT_PARTY_ID, ROLE)<br /> );<br /> <br /> ....]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2802/6347.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2802/6347.page</link>
				<pubDate><![CDATA[Wed, 23 Nov 2011 03:28:53]]> GMT</pubDate>
				<author><![CDATA[ forumsareforsissyboysandgirliemen]]></author>
			</item>
			<item>
				<title>Power Architect hungs with Java 6-29</title>
				<description><![CDATA[ I've just download the latest version of Java (6-29) on my machine.<br /> <br /> PA now hungs when I connect to the DB.  I cannot connect (or test the connection) as it hungs with no error codes: the application is completely hung.<br /> <br /> I've tried to re-install PA and re-install Java to no avail.<br /> <br /> ++++UPDATE++++<br /> I found JRE 6-27 in one of my systems.  I've disinstalled 6-29 and installed 6-27 [u]and now PA is back to work[/u]!!!!<br /> <br /> It begs the question why??<br /> <br /> Many thanks in advance for any help<br /> <br /> Lou]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2800/6344.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2800/6344.page</link>
				<pubDate><![CDATA[Thu, 17 Nov 2011 07:13:25]]> GMT</pubDate>
				<author><![CDATA[ Lourence108]]></author>
			</item>
			<item>
				<title>bug when using tables: java.lang.NullPointerException </title>
				<description><![CDATA[ Hello,<br /> <br /> We are discovering SQL Power Architect, it is version 1.0.5 PRO trial version, freshly downloaded.<br /> We are under Windows XP SP3, Java JRE 1.6.0_26.<br /> <br /> We have a project opened, connected to an existing PostgrSQL database with PostGis, and we are drawing a shema by drag-droping tables from the tree panel to the PlayPen area, an error message occurs for certain tables. The same error message occurs if we try to deploy the table item in the tree.<br /> <br /> We are suspecting the error to happens only on table that have a column which type is "geometry". Geometry is a special but quite common type provided with the PostGis extension for PostgreSQL.<br /> <br /> Do you think something can be done to solve the bug ?<br /> Regards,<br /> <br /> Here is the detail of the error message:<br /> <br /> [code]java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException<br /> 	at ca.sqlpower.architect.swingui.PlayPen$AddObjectsTask.cleanup(PlayPen.java:1700)<br /> 	at ca.sqlpower.swingui.SPSwingWorker$1.run(SPSwingWorker.java:114)<br /> 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.EventQueue.access$000(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.run(Unknown Source)<br /> Caused by: java.lang.RuntimeException: java.lang.NullPointerException<br /> 	at ca.sqlpower.sqlobject.SQLTable.populateRelationshipsWithList(SQLTable.java:820)<br /> 	at ca.sqlpower.sqlobject.SQLTable$5.run(SQLTable.java:737)<br /> 	at ca.sqlpower.architect.swingui.ArchitectSwingSessionImpl.runInForeground(ArchitectSwingSessionImpl.java:1166)<br /> 	at ca.sqlpower.object.AbstractSPObject.runInForeground(AbstractSPObject.java:642)<br /> 	at ca.sqlpower.sqlobject.SQLTable.populateRelationships(SQLTable.java:732)<br /> 	at ca.sqlpower.sqlobject.SQLTable.createTableFromSource(SQLTable.java:300)<br /> 	at ca.sqlpower.sqlobject.SQLTable.createInheritingInstance(SQLTable.java:287)<br /> 	at ca.sqlpower.architect.swingui.PlayPen.importTableCopy(PlayPen.java:1258)<br /> 	at ca.sqlpower.architect.swingui.PlayPen$AddObjectsTask.cleanup(PlayPen.java:1621)<br /> 	... 15 more<br /> Caused by: java.lang.NullPointerException<br /> 	at ca.sqlpower.sqlobject.SQLRelationship.attachRelationship(SQLRelationship.java:577)<br /> 	at ca.sqlpower.sqlobject.SQLRelationship.attachRelationship(SQLRelationship.java:530)<br /> 	at ca.sqlpower.sqlobject.SQLTable.populateRelationshipsWithList(SQLTable.java:796)<br /> 	... 23 more<br /> [/code]<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2787/6320.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2787/6320.page</link>
				<pubDate><![CDATA[Wed, 17 Aug 2011 08:44:20]]> GMT</pubDate>
				<author><![CDATA[ aro]]></author>
			</item>
			<item>
				<title>java.lang.IllegalArugmentException when doing a Database Comparison</title>
				<description><![CDATA[ I am comparing my existing model with a SQL Server 2008 R2 Express Edition database and I get the following error message:<br /> <br /> java.lang.IllegalArgumentException: -150 is not a sql datatype<br /> <br /> I have run this comparison a number of times previously without a problem. I have done a visual comparison on the tables that have been modified since the last comparison, and the only data types used are integers and varchars.<br /> <br /> The only thing that's possibly causing this is a new replicated view (a subscription) that contains nvarchar(max), decimal() and uniqueidentifier types.<br /> <br /> <br /> Here's the info from the About SQL Power Architect:<br /> <br /> SQL Power Architect 1.0.6<br /> Copyright 2003-2010 SQL Power Group Inc.<br /> <br /> Operating System:<br /> Windows 7 6.1 (x86)<br /> <br /> Runtime Environment:<br /> Java(TM) SE Runtime Environment<br /> 1.6.0_26-b03<br /> <br /> VM info:<br /> Java HotSpot(TM) Client VM<br /> 20.1-b02<br /> Sun Microsystems Inc.<br /> <br /> Memory:<br /> 42MiB allocated (580MiB max); 14MiB free<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2784/6316.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2784/6316.page</link>
				<pubDate><![CDATA[Wed, 27 Jul 2011 20:26:45]]> GMT</pubDate>
				<author><![CDATA[ Erasmus]]></author>
			</item>
			<item>
				<title>Column Comments and Generate Data Dictionary in MS Word Format</title>
				<description><![CDATA[ I am using <br /> <br /> SQL Power Architect - 0.9.16 <br /> OS - Windows XP 5.1 (X86) <br /> Runtime Environment - JRE 1.6.0_17-b04 <br /> Database: Oracle10gXE <br /> <br /> I have two questions..<br /> <br /> I generated the data dictionary in HTML format but it did not bring in the table and column comments as part of the report so any idea on how to get them would be helpful. <br /> <br /> Also, I generated data dictionary in HTML (Export to HTML) and converted it into MS Word format manually. I would like know if there is a easier way to generate data dictionary in MS Word format directly.<br /> <br /> Thanks in advance!]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2768/6282.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2768/6282.page</link>
				<pubDate><![CDATA[Wed, 20 Apr 2011 03:18:16]]> GMT</pubDate>
				<author><![CDATA[ unowhoiam123]]></author>
			</item>
			<item>
				<title>could not launch the sql power architect</title>
				<description><![CDATA[ nor in debian squeeze or ubuntu 10.04.<br /> <br /> log:<br /> <br /> [code]0    [AWT-EventQueue-2] INFO  ca.sqlpower.architect.ArchitectUtils  - Log4J configured successfully<br /> 1024 [AWT-EventQueue-2] INFO  ca.sqlpower.sql.PlDotIni  - Beginning to read/merge new pl.ini data<br /> 1467 [AWT-EventQueue-2] INFO  ca.sqlpower.sql.PlDotIni  - Finished reading file.<br /> 1469 [AWT-EventQueue-2] INFO  ca.sqlpower.sql.PlDotIni  - Beginning to read/merge new pl.ini data<br /> 1470 [AWT-EventQueue-2] INFO  ca.sqlpower.sql.PlDotIni  - Finished reading file.<br /> 1837 [AWT-EventQueue-2] ERROR ca.sqlpower.architect.swingui.ASUtils  - got a null session in showExceptionDialog()<br /> 1843 [AWT-EventQueue-2] ERROR ca.sqlpower.swingui.SPSUtils  - dialog parent component null is neither JFrame nor JDialog<br /> 1    [AWT-EventQueue-2] INFO  ca.sqlpower.architect.ArchitectUtils  - Log4J configured successfully<br /> 775  [AWT-EventQueue-2] INFO  ca.sqlpower.sql.PlDotIni  - Beginning to read/merge new pl.ini data<br /> 1288 [AWT-EventQueue-2] INFO  ca.sqlpower.sql.PlDotIni  - Finished reading file.<br /> 1290 [AWT-EventQueue-2] INFO  ca.sqlpower.sql.PlDotIni  - Beginning to read/merge new pl.ini data<br /> 1290 [AWT-EventQueue-2] INFO  ca.sqlpower.sql.PlDotIni  - Finished reading file.<br /> 2578 [AWT-EventQueue-2] ERROR ca.sqlpower.architect.swingui.ASUtils  - got a null session in showExceptionDialog()<br /> 2604 [AWT-EventQueue-2] ERROR ca.sqlpower.swingui.SPSUtils  - dialog parent component null is neither JFrame nor JDialog[/code]]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2740/6222.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2740/6222.page</link>
				<pubDate><![CDATA[Wed, 19 Jan 2011 15:08:13]]> GMT</pubDate>
				<author><![CDATA[ nievous]]></author>
			</item>
			<item>
				<title>Can not open saved project</title>
				<description><![CDATA[ When trying to open saved file!<br /> <br /> ca.sqlpower.sqlobject.SQLObjectException: SAX Exception in project file olap schemas parse!<br /> 	at ca.sqlpower.architect.swingui.SwingUIProjectLoader.load(SwingUIProjectLoader.java:208)<br /> 	at ca.sqlpower.architect.swingui.action.OpenProjectAction$LoadFileWorker.doStuff(OpenProjectAction.java:218)<br /> 	at ca.sqlpower.swingui.SPSwingWorker.run(SPSwingWorker.java:104)<br /> 	at ca.sqlpower.architect.swingui.action.OpenProjectAction$1.open(OpenProjectAction.java:87)<br /> 	at ca.sqlpower.architect.swingui.ArchitectFrame$18.loadFile(ArchitectFrame.java:912)<br /> 	at ca.sqlpower.swingui.RecentMenu.openFile(RecentMenu.java:129)<br /> 	at ca.sqlpower.swingui.RecentMenu$1.actionPerformed(RecentMenu.java:148)<br /> 	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br /> 	at javax.swing.AbstractButton.doClick(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Unknown Source)<br /> 	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br /> 	at java.awt.Component.processEvent(Unknown Source)<br /> 	at java.awt.Container.processEvent(Unknown Source)<br /> 	at java.awt.Component.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Window.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.run(Unknown Source)<br /> Caused by: org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup.<br /> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)<br /> 	at ca.sqlpower.architect.olap.MondrianXMLReader.parse(MondrianXMLReader.java:103)<br /> 	at ca.sqlpower.architect.swingui.SwingUIProjectLoader.load(SwingUIProjectLoader.java:205)<br /> 	... 33 more<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2733/6203.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2733/6203.page</link>
				<pubDate><![CDATA[Tue, 4 Jan 2011 21:54:41]]> GMT</pubDate>
				<author><![CDATA[ Maestro]]></author>
			</item>
			<item>
				<title>SAX Exception in project file olap schemas parse</title>
				<description><![CDATA[ I've been cutting and pasting comments into remarks on table and columns.  This all worked beautifully over the holiday period until I came in this morning when I was unable to open my project with the above error.<br /> <br /> I managed to edit the architect file and correct the issues which were<br /> <br /> text in the comments attrribute 'Product ampersand Description' which caused an error expecting an entity name to follow the ampersand.<br /> <br /> text in the comment referring to 'Dropdown &lt;select&gt; ' which caused an error requiring a '&lt;/select'&gt;<br /> <br /> Might be worth validating comments if it's going to cause issues opening files.<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2732/6201.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2732/6201.page</link>
				<pubDate><![CDATA[Tue, 4 Jan 2011 04:03:49]]> GMT</pubDate>
				<author><![CDATA[ MikeAKnox]]></author>
			</item>
			<item>
				<title>Forward engineering Update Rule RESTRICT on SQL Server 2005</title>
				<description><![CDATA[ When forward engineering to SQL Server 2005, it will fail to generate the DDL if Update/Delete rules are RESTRICT. According to this page, RESTRICT is not recognized by SQL Server, but is the default rule if left out.<br /> <br /> <a class="snap_shots" href="http://www.eggheadcafe.com/software/aspnet/30160684/on-delete-restrict.aspx" target="_blank" rel="nofollow">http://www.eggheadcafe.com/software/aspnet/30160684/on-delete-restrict.aspx</a><br /> <br /> So I would argue, that if RESTRICT is selected, the DDL should be generated without Update Rule being specified, leading to the desired constraint behavior.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2731/6197.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2731/6197.page</link>
				<pubDate><![CDATA[Mon, 3 Jan 2011 11:27:03]]> GMT</pubDate>
				<author><![CDATA[ trefork]]></author>
			</item>
			<item>
				<title>Missing [PK/FK] labels after upgrade to SQL Power Architect 1.0.5</title>
				<description><![CDATA[ After installation of latest version (1.0.5) of SQL Power Archtect, PK and FK Table labels of models created with 1.0.0 are missing in the Relation Properties dialog and in the model view.<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2726/6187.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2726/6187.page</link>
				<pubDate><![CDATA[Fri, 17 Dec 2010 07:52:52]]> GMT</pubDate>
				<author><![CDATA[ santiago]]></author>
			</item>
			<item>
				<title>expand and collapse children</title>
				<description><![CDATA[ hi,<br /> <br /> I run architect 1.0.0 under linux ubuntu and I don't have the node to expand children in the menu.  :cry: <br /> I just have "expand all' and "collapse all" with the right click. <br /> <br /> I hope you can find a solution.<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2717/6157.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2717/6157.page</link>
				<pubDate><![CDATA[Mon, 8 Nov 2010 06:31:49]]> GMT</pubDate>
				<author><![CDATA[ guillaumeg]]></author>
			</item>
			<item>
				<title>NullPointerException in ArchitectPropertiesDataSourceTypeOptionPanel</title>
				<description><![CDATA[ Dear SQL Power Architect support team!<br /> <br /> I have caught the following exception. I hope it is enough to fix the problem:<br /> <br /> [code]<br /> java.lang.NullPointerException<br /> 	at ca.sqlpower.architect.swingui.ArchitectPropertiesDataSourceTypeOptionPanel.editDsType(ArchitectPropertiesDataSourceTypeOptionPanel.java:339)<br /> 	at ca.sqlpower.swingui.db.DataSourceTypeEditorPanel.editDsType(DataSourceTypeEditorPanel.java:231)<br /> 	at ca.sqlpower.swingui.db.DataSourceTypeEditor.switchToDsType(DataSourceTypeEditor.java:292)<br /> 	at ca.sqlpower.swingui.db.DataSourceTypeEditor$3.valueChanged(DataSourceTypeEditor.java:154)<br /> 	at javax.swing.JList.fireSelectionValueChanged(Unknown Source)<br /> 	at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source)<br /> 	at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)<br /> 	at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)<br /> 	at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(Unknown Source)<br /> 	at javax.swing.JList.setValueIsAdjusting(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(Unknown Source)<br /> 	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Unknown Source)<br /> 	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br /> 	at java.awt.Component.processEvent(Unknown Source)<br /> 	at java.awt.Container.processEvent(Unknown Source)<br /> 	at java.awt.Component.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Window.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.run(Unknown Source)<br /> [/code]]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2699/6073.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2699/6073.page</link>
				<pubDate><![CDATA[Wed, 8 Sep 2010 11:31:21]]> GMT</pubDate>
				<author><![CDATA[ dma_k]]></author>
			</item>
			<item>
				<title>Font goes wrong in Zoom in or out</title>
				<description><![CDATA[ Hi all:<br />   When i  zoom in or out the view , and some letters will disappear.<br /> Do anyone know how to fix it , thank!<br /> <br /> OS: windows XP and JVM 1.6<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2689/6057.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2689/6057.page</link>
				<pubDate><![CDATA[Tue, 24 Aug 2010 23:27:46]]> GMT</pubDate>
				<author><![CDATA[ tomwebdisk01]]></author>
			</item>
			<item>
				<title>Error attempting to save project</title>
				<description><![CDATA[ I attempt to save my project and received the following error:<br /> <br /> java.lang.NullPointerException: Play pen table is saving a null reference.<br /> 	at ca.sqlpower.architect.swingui.SwingUIProjectLoader.savePlayPenComponents(SwingUIProjectLoader.java:1190)<br /> 	at ca.sqlpower.architect.swingui.SwingUIProjectLoader.savePlayPen(SwingUIProjectLoader.java:1170)<br /> 	at ca.sqlpower.architect.swingui.SwingUIProjectLoader.save(SwingUIProjectLoader.java:852)<br /> 	at ca.sqlpower.architect.swingui.SwingUIProjectLoader.save(SwingUIProjectLoader.java:791)<br /> 	at ca.sqlpower.architect.swingui.ArchitectSwingSessionImpl$1$1SaverTask.run(ArchitectSwingSessionImpl.java:161)<br /> 	at ca.sqlpower.architect.swingui.ArchitectSwingSessionImpl$1.save(ArchitectSwingSessionImpl.java:185)<br /> 	at ca.sqlpower.architect.swingui.ArchitectSwingSessionImpl.saveOrSaveAs(ArchitectSwingSessionImpl.java:641)<br /> 	at ca.sqlpower.architect.swingui.ArchitectSwingSessionImpl.promptForUnsavedModifications(ArchitectSwingSessionImpl.java:580)<br /> 	at ca.sqlpower.architect.swingui.ArchitectSwingSessionImpl.close(ArchitectSwingSessionImpl.java:668)<br /> 	at ca.sqlpower.architect.swingui.ArchitectFrame$ArchitectFrameWindowListener.windowClosing(ArchitectFrame.java:1318)<br /> 	at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:332)<br /> 	at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:332)<br /> 	at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:332)<br /> 	at java.awt.Window.processWindowEvent(Window.java:1862)<br /> 	at javax.swing.JFrame.processWindowEvent(JFrame.java:279)<br /> 	at java.awt.Window.processEvent(Window.java:1820)<br /> 	at java.awt.Component.dispatchEventImpl(Component.java:4630)<br /> 	at java.awt.Container.dispatchEventImpl(Container.java:2099)<br /> 	at java.awt.Window.dispatchEventImpl(Window.java:2475)<br /> 	at java.awt.Component.dispatchEvent(Component.java:4460)<br /> 	at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)<br /> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)<br /> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)<br /> 	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)<br /> <br /> <br /> I am also getting errors any time I click on anything in the project (since the saving error). After restarting everything was fine.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2687/6049.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2687/6049.page</link>
				<pubDate><![CDATA[Fri, 20 Aug 2010 10:52:55]]> GMT</pubDate>
				<author><![CDATA[ wmiddendorff2]]></author>
			</item>
			<item>
				<title>Bug setting table color when first creating a table</title>
				<description><![CDATA[ Firstly, I love the new look for the application. <br /> <br /> When creating a table, if you choose the table color the table is still created with the default gray color. You can later change the color and it works fine. Obviously not a huge deal, but just thought someone should know as I am sure this was not he intended behavior.<br /> <br /> Also according to the documentation for the new version there is supposed to be "ERD Diagram labelling via Text box". Where is this feature and how do I access it. <br /> <br /> <br /> Wes<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2686/6048.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2686/6048.page</link>
				<pubDate><![CDATA[Fri, 20 Aug 2010 10:43:45]]> GMT</pubDate>
				<author><![CDATA[ wmiddendorff2]]></author>
			</item>
	</channel>
</rss>
