<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>Tickets List - Amateras on SourceForge.JP</title>
<link>http://en.sourceforge.jp/projects/amateras/ticket/?rss_count=100&amp;status%5B%5D=1&amp;priority%5B%5D=7&amp;priority_mode%5B%5D=ge</link>
<description>Tickets List of Amateras Project

List of the following conditions.
 * &quot;Status&quot; Equal: Open
 * &quot;Priority&quot;: Greater equal 7

</description>
<language>ja-JP</language><pubDate>Sat, 28 Jul 2012 04:15:01 +0900</pubDate>
<lastBuildDate>Sat, 28 Jul 2012 04:15:01 +0900</lastBuildDate>
<item>
<title>DDL Export not working on Eclipse Juno  - Amateras Ticket #29134 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=29134</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=29134#858:29134:1343416501</guid>
<pubDate>Sat, 28 Jul 2012 04:15:01 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;DDL Export not working on Eclipse Juno &lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2012-07-28 04:15&quot;&gt;Open Date: 2012-07-28 04:15&lt;/p&gt;&lt;p title=&quot;2012-07-28 04:15&quot;&gt;Last Update: 2012-07-28 04:15&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/palimm/&quot; class=&quot;user-link&quot;&gt;palimm&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;7&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=858#tickettype_3317&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;&lt;a href=&quot;/ticket/components.php?group_id=858#component_87&quot;&gt;AmaterasERD&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;Eclipse Version: 20120614-1722 (Juno)
AmaterasERD: 1.0.9
AmaterasUML: 1.3.4
&lt;/p&gt;&lt;p&gt;When I try to export the DDL and hit the &amp;quot;finish&amp;quot; button the export dialogue won't close. The eclipse log throws the following exception. Changing the export options doesn't change the result.
&lt;/p&gt;&lt;p&gt;This is the exception:
&lt;pre&gt;
!ENTRY net.java.amateras.db 4 4 2012-07-27 21:01:39.319
!MESSAGE Error
!STACK 0
java.lang.NegativeArraySizeException
	at net.java.amateras.db.util.StringUtils.rpad(StringUtils.java:18)
	at net.java.amateras.db.dialect.AbstractDialect.createColumnDDL(AbstractDialect.java:319)
	at net.java.amateras.db.dialect.MySQLDialect.createColumnDDL(MySQLDialect.java:67)
	at net.java.amateras.db.dialect.AbstractDialect.createTableDDL(AbstractDialect.java:177)
	at net.java.amateras.db.dialect.AbstractDialect.createDDL(AbstractDialect.java:107)
	at net.java.amateras.db.visual.generate.DDLGenerater$DDLWizard.performFinish(DDLGenerater.java:75)
	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4134)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3980)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3619)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
	at org.eclipse.jface.window.Window.open(Window.java:801)
	at net.java.amateras.db.visual.generate.DDLGenerater.execute(DDLGenerater.java:38)
	at net.java.amateras.db.visual.action.GenerateAction.run(GenerateAction.java:45)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4134)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3980)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3619)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;Kind Regards
Palimm&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2012-07-28 04:15 Update by: &lt;a href=&quot;/users/palimm/&quot; class=&quot;user-link&quot;&gt;palimm&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;DDL Export not working on Eclipse Juno &quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>AmaterasUML: Inner Classes aren't correctly generated - Amateras Ticket #26810 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=26810</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=26810#858:26810:1322068271</guid>
<pubDate>Thu, 24 Nov 2011 02:11:11 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;AmaterasUML: Inner Classes aren't correctly generated&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2011-11-24 02:11&quot;&gt;Open Date: 2011-11-24 02:11&lt;/p&gt;&lt;p title=&quot;2011-11-24 02:11&quot;&gt;Last Update: 2011-11-24 02:11&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/iscteiul/&quot; class=&quot;user-link&quot;&gt;iscteiul&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;7&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=858#tickettype_3317&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;&lt;a href=&quot;/ticket/components.php?group_id=858#component_86&quot;&gt;AmaterasUML&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;Reversing Engineering: when we export the code to the class diagram, the relationships between inner classes and their top-level classes aren't generated, which means that when we export the diagram into code, it leads to serious error in the algorithm. (Ref: 28754 - 28766 - 28781)
&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2011-11-24 02:11 Update by: &lt;a href=&quot;/users/iscteiul/&quot; class=&quot;user-link&quot;&gt;iscteiul&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;AmaterasUML: Inner Classes aren't correctly generated&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>NullPointerException is thrown when enum type is thrown into the diagram (33570 &amp; 33596) - Amateras Ticket #26804 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=26804</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=26804#858:26804:1322050632</guid>
<pubDate>Wed, 23 Nov 2011 21:17:12 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;NullPointerException is thrown when enum type is thrown into the diagram (33570 &amp;amp; 33596)&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2011-11-23 21:17&quot;&gt;Open Date: 2011-11-23 21:17&lt;/p&gt;&lt;p title=&quot;2011-11-23 21:17&quot;&gt;Last Update: 2011-11-23 21:17&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/iscteiul/&quot; class=&quot;user-link&quot;&gt;iscteiul&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;7&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=858#tickettype_3317&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;&lt;a href=&quot;/ticket/components.php?group_id=858#component_86&quot;&gt;AmaterasUML&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;If the user drags the enumerated type into the diagram the eclipse yields &lt;a href=&quot;http://en.sourceforge.jp/projects/amateras/wiki/NullpointerException&quot;&gt;NullpointerException&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;33570 Marta Aparício
&lt;/p&gt;&lt;p&gt;33596 Rafael Campos&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2011-11-23 21:17 Update by: &lt;a href=&quot;/users/iscteiul/&quot; class=&quot;user-link&quot;&gt;iscteiul&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;File &lt;em&gt;amateras_enum_null_pointer_exception.png (File ID: 4646)&lt;/em&gt; is attached.&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>AmaterasUML White screen with JRE 1.7 - Amateras Ticket #26574 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=26574</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=26574#858:26574:1319066304</guid>
<pubDate>Thu, 20 Oct 2011 08:18:24 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;AmaterasUML White screen with JRE 1.7&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2011-10-20 08:18&quot;&gt;Open Date: 2011-10-20 08:18&lt;/p&gt;&lt;p title=&quot;2011-10-20 08:18&quot;&gt;Last Update: 2011-10-20 08:18&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/alexmgarcia/&quot; class=&quot;user-link&quot;&gt;alexmgarcia&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;9 - Highest&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=858#tickettype_3317&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;9 - Highest&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;&lt;a href=&quot;/ticket/components.php?group_id=858#component_86&quot;&gt;AmaterasUML&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;AmaterasUML shows a white screen with JRE1.7. I've created a uml diagram and when I close it and open it again, it shows a white screen.
I am using Windows 7 with JRE 1.7. Tried with JRE 1.6 and it is ok, so the problem is in the support for new java version.
&lt;/p&gt;&lt;p&gt;PS: Also found a mention for this problem here: &lt;a href=&quot;http://sourceforge.jp/forum/forum.php?thread_id=30216&amp;amp;forum_id=3586&quot;&gt;http://sourceforge.jp/forum/forum.php?thread_id=30216&amp;amp;forum_id=3586&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2011-10-20 08:18 Update by: &lt;a href=&quot;/users/alexmgarcia/&quot; class=&quot;user-link&quot;&gt;alexmgarcia&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;AmaterasUML White screen with JRE 1.7&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>[ERD]論理名・物理名の変換機能を追加する - Amateras Ticket #19461 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=19461</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=19461#858:19461:1257355415</guid>
<pubDate>Thu, 05 Nov 2009 02:23:35 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;[ERD]論理名・物理名の変換機能を追加する&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-11-05 02:23&quot;&gt;Open Date: 2009-11-05 02:23&lt;/p&gt;&lt;p title=&quot;2009-11-05 02:23&quot;&gt;Last Update: 2009-11-05 02:23&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/takezoe/&quot; class=&quot;user-link&quot;&gt;takezoe&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;&lt;a href=&quot;/users/takezoe/&quot; class=&quot;user-link&quot;&gt;takezoe&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;7&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=858#tickettype_3320&quot;&gt;Feature Requests&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;&lt;a href=&quot;/ticket/components.php?group_id=858#component_87&quot;&gt;AmaterasERD&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open [Owner assigned]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;AmaterasERDにテーブル名・カラム名の論理名・物理名の変換機能を追加する。&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-11-05 02:23 Update by: &lt;a href=&quot;/users/takezoe/&quot; class=&quot;user-link&quot;&gt;takezoe&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;[ERD]論理名・物理名の変換機能を追加する&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>[ERD]PostgreSQLのpublic以外のスキーマからインポートできない - Amateras Ticket #15500 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=15500</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=858&amp;tid=15500#858:15500:1242218062</guid>
<pubDate>Wed, 13 May 2009 21:34:22 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;[ERD]PostgreSQLのpublic以外のスキーマからインポートできない&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-03-12 18:37&quot;&gt;Open Date: 2009-03-12 18:37&lt;/p&gt;&lt;p title=&quot;2009-05-13 21:34&quot;&gt;Last Update: 2009-05-13 21:34&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;9 - Highest&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=858#tickettype_3317&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;9 - Highest&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;&lt;a href=&quot;/ticket/components.php?group_id=858#component_87&quot;&gt;AmaterasERD&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;PostgreSQLのpublic以外のスキーマからテーブル定義をインポートしようとすると、エラーでインポートできません。
&lt;/p&gt;&lt;p&gt;以下のエラーは、accountスキーマにある、accountテーブルをインポートしようとした場合のエラーです。
テーブル一覧は読みこめているので、DBへの接続は問題ないと思います。
&lt;/p&gt;&lt;p&gt;PostgreSQLのバージョン: 8.3
Eclipseのバージョン: 3.3
AmaterasERDのバージョン: 1.0.5
&lt;/p&gt;&lt;p&gt;↓エラーログです。
&lt;pre&gt;!ENTRY net.java.amateras.db 4 4 2009-03-12 18:18:46.271
!MESSAGE Error
!STACK 0
org.postgresql.util.PSQLException: ERROR: relation &amp;quot;account&amp;quot; does not exist
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:336)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:235)
	at net.java.amateras.db.dialect.DefaultSchemaLoader.getTableInfo(DefaultSchemaLoader.java:111)
	at net.java.amateras.db.dialect.DefaultSchemaLoader.loadSchema(DefaultSchemaLoader.java:39)
	at net.java.amateras.db.wizard.NewDiagramWizardPage2.importTables(NewDiagramWizardPage2.java:273)
	at net.java.amateras.db.visual.action.ImportFromJDBCAction$ImportFromJDBCWizard.performFinish(ImportFromJDBCAction.java:52)
	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:618)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
	at org.eclipse.jface.window.Window.open(Window.java:796)
	at net.java.amateras.db.visual.action.ImportFromJDBCAction.run(ImportFromJDBCAction.java:30)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
&lt;/pre&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-05-13 21:34 Update by: &lt;a href=&quot;/users/takezoe/&quot; class=&quot;user-link&quot;&gt;takezoe&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;Summary Updated&lt;/li&gt;&lt;/ul&gt;</description>
</item>
</channel>
</rss>
